SuanShu, a Java numerical and statistical library
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

P

p - Variable in class com.numericalmethod.suanshu.analysis.differentiation.univariate.DBetaRegularized
the shape parameter
p - Variable in class com.numericalmethod.suanshu.analysis.function.special.BetaRegularized
the shape parameter p
p - Variable in class com.numericalmethod.suanshu.analysis.function.special.BetaRegularizedInverse
the shape parameter
P() - Method in class com.numericalmethod.suanshu.matrix.doubles.factorization.gaussianelimination.GaussianElimination
Get a copy of the permutation matrix, P, such that P %*% A == L %*% U
P() - Method in class com.numericalmethod.suanshu.matrix.doubles.factorization.gaussianelimination.GaussianElimination4SquareMatrix
 
P() - Method in class com.numericalmethod.suanshu.matrix.doubles.factorization.qr.GramSchmidt
 
P() - Method in class com.numericalmethod.suanshu.matrix.doubles.factorization.qr.HouseholderReflection
Get a copy of the P pivoting matrix in the QR decomposition.
P() - Method in class com.numericalmethod.suanshu.matrix.doubles.factorization.qr.QR
 
P() - Method in interface com.numericalmethod.suanshu.matrix.doubles.factorization.qr.QRDecomposition
Get a copy of P, the pivoting matrix in the QR decomposition.
P() - Method in class com.numericalmethod.suanshu.matrix.doubles.factorization.triangle.Doolittle
 
P() - Method in class com.numericalmethod.suanshu.matrix.doubles.factorization.triangle.LU
 
P() - Method in interface com.numericalmethod.suanshu.matrix.doubles.factorization.triangle.LUDecomposition
Get a copy of the permutation matrix P as in P %*% A == L %*% U
P - Variable in class com.numericalmethod.suanshu.matrix.doubles.linearsystem.LU
matrix P as in LUx = PAx = Pb
p() - Method in class com.numericalmethod.suanshu.stats.dlm.Dlm
Get the dimension of states.
p() - Method in class com.numericalmethod.suanshu.stats.timeseries.linear.multivariate.stationaryprocess.arima.ArimaxModel
Get the number of AR terms.
p() - Method in class com.numericalmethod.suanshu.stats.timeseries.linear.multivariate.stationaryprocess.arima.arma.Vecm
Get the order of the VECM model.
p() - Method in class com.numericalmethod.suanshu.stats.timeseries.linear.univariate.stationaryprocess.arima.ArimaxModel
Get the number of AR terms.
p() - Method in class com.numericalmethod.suanshu.stats.timeseries.linear.univariate.stationaryprocess.garch.GarchModel
Get the number of GARCH terms.
pack(double[], Collection<RealScalarFunctionFixedVariables.Value>) - Static method in class com.numericalmethod.suanshu.analysis.function.rn2r1.RealScalarFunctionFixedVariables
Combine the real and integer parts to form a vector input to the original function.
Package - Class in com.numericalmethod.suanshu.license
The packages available in this library.
ParallelDoubleArrayOperation - Class in com.numericalmethod.suanshu.matrix.doubles.matrixtype.mathoperation
 
ParallelDoubleArrayOperation() - Constructor for class com.numericalmethod.suanshu.matrix.doubles.matrixtype.mathoperation.ParallelDoubleArrayOperation
 
ParallelExecutor - Class in com.numericalmethod.suanshu.parallel
This class provides a framework for executing an algorithm in parallel.
ParallelExecutor() - Constructor for class com.numericalmethod.suanshu.parallel.ParallelExecutor
Creates an instance using default concurrency number, which is the number of available processors returned by Runtime.getRuntime().availableProcessors()
ParallelExecutor(int) - Constructor for class com.numericalmethod.suanshu.parallel.ParallelExecutor
Creates an instance with a specified concurrency number.
PARIS - Static variable in class com.numericalmethod.suanshu.time.JodaTimeUtils
Paris
parse(String) - Static method in class com.numericalmethod.suanshu.number.NumberUtils
Construct a Number from a String.
PartialAutoCorrelation - Class in com.numericalmethod.suanshu.stats.timeseries.linear.univariate.sample
This computes the sample partial Auto-Correlation Function (PACF) for a univariate data set.
PartialAutoCorrelation(TimeSeries, AutoCovariance.Type) - Constructor for class com.numericalmethod.suanshu.stats.timeseries.linear.univariate.sample.PartialAutoCorrelation
 
PartialAutoCorrelation(TimeSeries) - Constructor for class com.numericalmethod.suanshu.stats.timeseries.linear.univariate.sample.PartialAutoCorrelation
 
paste(AbstractCollection<String>, String) - Static method in class com.numericalmethod.suanshu.misc.R
Concatenate Strings into one String.
PathByIdImpl - Class in com.numericalmethod.suanshu.stats.stochasticprocess.univariate.integration.sde
This class implements some common methods to identify a path or a trajectory of a realization of a stochastic process.
PathByIdImpl(TimeGrid) - Constructor for class com.numericalmethod.suanshu.stats.stochasticprocess.univariate.integration.sde.PathByIdImpl
Construct a PathByIdImpl instance.
Pearson - Class in com.numericalmethod.suanshu.optimization.unconstrained.quasinewton
The Pearson method.
Pearson() - Constructor for class com.numericalmethod.suanshu.optimization.unconstrained.quasinewton.Pearson
Construct an instance of Pearson to minimize a function.
pearsonStat(Matrix, Matrix, boolean) - Static method in class com.numericalmethod.suanshu.stats.test.distribution.pearson.ChiSquare4Independence
Compute the Pearson's cumulative test statistic, which asymptotically approaches a χ2 distribution.
penalties - Variable in class com.numericalmethod.suanshu.optimization.constrained.general.penaltymethod.SumOfPenalties
the constituent penalty functions
PenaltyFunction - Class in com.numericalmethod.suanshu.optimization.constrained.general.penaltymethod
A function P: Rn -> R is a penalty function for a constrained optimization problem if it has these properties.
PenaltyFunction(int) - Constructor for class com.numericalmethod.suanshu.optimization.constrained.general.penaltymethod.PenaltyFunction
Construct a PenaltyFunction.
penaltyFunctionFactory - Variable in class com.numericalmethod.suanshu.optimization.constrained.general.penaltymethod.PenaltyMethod
a way to construct a penalty function from a constrained optimization problem
PenaltyMethod - Class in com.numericalmethod.suanshu.optimization.constrained.general.penaltymethod
The penalty method is an algorithm for solving the constrained minimization problem for general constraints.
PenaltyMethod(PenaltyMethod.PenaltyFunctionFactory, double, UnconstrainedMinimizer) - Constructor for class com.numericalmethod.suanshu.optimization.constrained.general.penaltymethod.PenaltyMethod
Construct a PenaltyMethod solver for a constrained minimization problem.
PenaltyMethod(double) - Constructor for class com.numericalmethod.suanshu.optimization.constrained.general.penaltymethod.PenaltyMethod
Construct a PenaltyMethod solver for a constrained minimization problem using defaults.
PenaltyMethod() - Constructor for class com.numericalmethod.suanshu.optimization.constrained.general.penaltymethod.PenaltyMethod
Construct a PenaltyMethod solver for a constrained minimization problem using defaults.
PenaltyMethod.PenaltyFunctionFactory - Interface in com.numericalmethod.suanshu.optimization.constrained.general.penaltymethod
This defines a penalty function when a constrain is violated.
permutation(int, int) - Static method in class com.numericalmethod.suanshu.analysis.function.FunctionOps
Compute the permutation function.
permutation(int, int) - Static method in class com.numericalmethod.suanshu.number.big.BigIntegerUtils
Compute the permutation function.
PermutationMatrix - Class in com.numericalmethod.suanshu.matrix.doubles.matrixtype
A permutation matrix is a square matrix that has exactly one entry 1 in each row and each column and 0's elsewhere.
PermutationMatrix(int) - Constructor for class com.numericalmethod.suanshu.matrix.doubles.matrixtype.PermutationMatrix
Construct an identity permutation matrix.
PermutationMatrix(int[]) - Constructor for class com.numericalmethod.suanshu.matrix.doubles.matrixtype.PermutationMatrix
Construct a permutation matrix from a 1D double[] array.
PermutationMatrix(PermutationMatrix) - Constructor for class com.numericalmethod.suanshu.matrix.doubles.matrixtype.PermutationMatrix
Copy constructor.
Phase2ByFerrisMangasarianWright - Class in com.numericalmethod.suanshu.optimization.constrained.linearprogramming.simplex.standard
This implements Algorithm 3.1 in the reference.
Phase2ByFerrisMangasarianWright(Tableau, SimplexPivoting) - Constructor for class com.numericalmethod.suanshu.optimization.constrained.linearprogramming.simplex.standard.Phase2ByFerrisMangasarianWright
Solve a linear programming problem using the Phase 2 algorithm in Ferris, Mangasarian & Wright.
Phase2ByFerrisMangasarianWright(Tableau) - Constructor for class com.numericalmethod.suanshu.optimization.constrained.linearprogramming.simplex.standard.Phase2ByFerrisMangasarianWright
Solve a linear programming problem using the Phase 2 algorithm in Ferris, Mangasarian & Wright.
phi - Variable in class com.numericalmethod.suanshu.optimization.unconstrained.quasinewton.Huang
φ, a Huang family parameterization
phi - Variable in class com.numericalmethod.suanshu.stats.timeseries.linear.multivariate.stationaryprocess.arima.ArimaxModel
the AR coefficients
PI - Static variable in class com.numericalmethod.suanshu.number.big.BigDecimalUtils
the value of PI
PI() - Method in class com.numericalmethod.suanshu.stats.hmm.HiddenMarkovModel
Get the initial state probabilities.
PI - Variable in class com.numericalmethod.suanshu.stats.timeseries.linear.multivariate.stationaryprocess.arima.arma.Invertibility
the coefficients of the linear representation of the time series
pi() - Method in class com.numericalmethod.suanshu.stats.timeseries.linear.multivariate.stationaryprocess.arima.arma.Vecm
Get the impact matrix.
PI_SQ - Static variable in class com.numericalmethod.suanshu.Constant
π2
Poisson - Class in com.numericalmethod.suanshu.stats.regression.linear.glm.distribution
The Poisson distribution for the error distribution in a GLM model.
Poisson() - Constructor for class com.numericalmethod.suanshu.stats.regression.linear.glm.distribution.Poisson
Construct an instance of Poisson.
Poisson(LinkFunction) - Constructor for class com.numericalmethod.suanshu.stats.regression.linear.glm.distribution.Poisson
Construct an instance of Poisson with an overriding link function.
Poisson - Class in com.numericalmethod.suanshu.stats.regression.linear.glm.quasi.family
The quasi Poisson family of GLM.
Poisson() - Constructor for class com.numericalmethod.suanshu.stats.regression.linear.glm.quasi.family.Poisson
Create an instance of Poisson.
Poisson(LinkFunction) - Constructor for class com.numericalmethod.suanshu.stats.regression.linear.glm.quasi.family.Poisson
Create an instance of Poisson with an overriding link function.
Polynomial - Class in com.numericalmethod.suanshu.analysis.function.polynomial
Polynomial is a UnivariateRealFunction that represents a finite length expression constructed from variables and constants, using the operations of addition, subtraction, multiplication, and constant non-negative whole number exponents.
Polynomial(double...) - Constructor for class com.numericalmethod.suanshu.analysis.function.polynomial.Polynomial
Construct a polynomial from an array of coefficients.
Polyroot - Class in com.numericalmethod.suanshu.analysis.function.polynomial.root
A solver for polynomial equations.
Polyroot(Solver...) - Constructor for class com.numericalmethod.suanshu.analysis.function.polynomial.root.Polyroot
Construct a Polyroot instance to solve polynomial equations.
pos - Variable in class com.numericalmethod.suanshu.stats.timeseries.TimeSeries.Iterator
Convention: we advance pos before using, e.g., ++pos.
position() - Method in class com.numericalmethod.suanshu.stats.timeseries.TimeSeries.Iterator
Get the current position in reading the time series.
POSITIVE_INFINITY - Static variable in class com.numericalmethod.suanshu.number.complex.Complex
a number representing the positive infinity of type Complex
positiveDefinite(Matrix) - Static method in class com.numericalmethod.suanshu.matrix.doubles.IsMatrix
Check if a square matrix is positive definite.
positiveSemiDefinite(Matrix) - Static method in class com.numericalmethod.suanshu.matrix.doubles.IsMatrix
Deprecated. Not supported yet.
pow(double) - Method in class com.numericalmethod.suanshu.matrix.doubles.matrixtype.sparse.SparseVector
 
Pow - Class in com.numericalmethod.suanshu.matrix.doubles.operation
This computes a square DenseMatrix A to the power of integer n, An.
Pow(Matrix, int, double) - Constructor for class com.numericalmethod.suanshu.matrix.doubles.operation.Pow
Construct the matrix Aexponent so that Aexponent = basescale * B
Pow(Matrix, int) - Constructor for class com.numericalmethod.suanshu.matrix.doubles.operation.Pow
Construct the matrix Aexponent so that Aexponent = (1e100)scale * B
pow(BigDecimal, BigDecimal) - Static method in class com.numericalmethod.suanshu.number.big.BigDecimalUtils
Compute a to the power of b.
pow(BigDecimal, BigDecimal, int) - Static method in class com.numericalmethod.suanshu.number.big.BigDecimalUtils
Compute a to the power of b.
pow(BigDecimal, int) - Static method in class com.numericalmethod.suanshu.number.big.BigDecimalUtils
Compute a to the power of b where n is an integer.
pow(BigDecimal, int, int) - Static method in class com.numericalmethod.suanshu.number.big.BigDecimalUtils
Compute a to the power of b where b is an integer.
pow(Complex, Complex) - Static method in class com.numericalmethod.suanshu.number.complex.ElementaryFunction
z1 to the power z2.
pow(double) - Method in class com.numericalmethod.suanshu.vector.doubles.dense.DenseVector
 
pow(double) - Method in class com.numericalmethod.suanshu.vector.doubles.ImmutableVector
 
pow(double) - Method in interface com.numericalmethod.suanshu.vector.doubles.Vector
v ^ s Take the exponentiation of all entries in the vector v by a scalar.
Powell - Class in com.numericalmethod.suanshu.optimization.unconstrained.conjugatedirection
Powell's algorithm, starting from an initial point, performs a series of line searches in one iteration.
Powell() - Constructor for class com.numericalmethod.suanshu.optimization.unconstrained.conjugatedirection.Powell
 
PowerLawSingularity - Class in com.numericalmethod.suanshu.analysis.integration.univariate.riemann.substitution
This transformation is good for an integral which diverges at one of the end points.
PowerLawSingularity(PowerLawSingularity.Type, double, double, double) - Constructor for class com.numericalmethod.suanshu.analysis.integration.univariate.riemann.substitution.PowerLawSingularity
Construct an instance of the PowerLawSingularity substitution rule.
PowerLawSingularity.Type - Enum in com.numericalmethod.suanshu.analysis.integration.univariate.riemann.substitution
the type of end point divergence
precision() - Method in class com.numericalmethod.suanshu.analysis.integration.univariate.riemann.ChangeOfVariable
 
precision - Variable in class com.numericalmethod.suanshu.analysis.integration.univariate.riemann.EulerMaclaurin
the convergence threshold The iterative procedure converges when the relative difference between two successive sums is less than precision.
precision() - Method in class com.numericalmethod.suanshu.analysis.integration.univariate.riemann.EulerMaclaurin
 
precision() - Method in interface com.numericalmethod.suanshu.analysis.integration.univariate.riemann.Integrator
Get the convergence threshold.
precision - Variable in class com.numericalmethod.suanshu.analysis.integration.univariate.riemann.Riemann
the convergence threshold
precision() - Method in class com.numericalmethod.suanshu.analysis.integration.univariate.riemann.Riemann
 
precision() - Method in class com.numericalmethod.suanshu.analysis.integration.univariate.riemann.Romberg
 
precision - Variable in class com.numericalmethod.suanshu.analysis.integration.univariate.riemann.Simpson
the convergence threshold
precision() - Method in class com.numericalmethod.suanshu.analysis.integration.univariate.riemann.Simpson
 
precision - Variable in class com.numericalmethod.suanshu.matrix.doubles.operation.PseudoInverse
the precision used to truncate the negligible singular values
Preconditioner - Interface in com.numericalmethod.suanshu.matrix.doubles.matrixtype.sparse.solver.iterative.preconditioner
Preconditioning is usually used to reduce the condition number of the coefficient matrix of a linear system, so as to accelerate the convergence when the system is solved by an iterative method.
previousWeekDay(DateTime) - Static method in class com.numericalmethod.suanshu.time.JodaTimeUtils
Get the previous weekday, i.e., skipping Saturdays and Sundays.
pricing(Tableau) - Method in class com.numericalmethod.suanshu.optimization.constrained.linearprogramming.simplex.pivoting.NaiveRule
pivot column selection (pricing): We choose the column with most negative reduced cost (last entry in the column).
pricing(Tableau) - Method in interface com.numericalmethod.suanshu.optimization.constrained.linearprogramming.simplex.pivoting.SimplexPivoting
pivot column selection (pricing)
pricing(Tableau) - Method in class com.numericalmethod.suanshu.optimization.constrained.linearprogramming.simplex.pivoting.SmallestSubscriptRule
pivot column selection (pricing): The pivot column is the smallest non-basic variable index, s, such that column s has a negative element in the bottom row (reduced cost).
prob - Variable in class com.numericalmethod.suanshu.stats.test.distribution.pearson.AS159.RandomMatrix
the probability of observing this matrix
ProbabilityMassFunction<X> - Interface in com.numericalmethod.suanshu.stats.distribution
A probability mass function (pmf) is a function that gives the probability that a discrete random variable is exactly equal to some value.
Probit - Class in com.numericalmethod.suanshu.stats.regression.linear.glm.distribution.link
This class represents the link function: Inverse of cumulative distribution function of a NormalDistribution distribution N(0, 1).
Probit() - Constructor for class com.numericalmethod.suanshu.stats.regression.linear.glm.distribution.link.Probit
 
problem - Variable in class com.numericalmethod.suanshu.optimization.minmax.LeastPth
the minmax problem to be solved
problem - Variable in class com.numericalmethod.suanshu.stats.regression.linear.glm.GeneralizedLinearModel
the generalized linear regression problem to be solved
problem - Variable in class com.numericalmethod.suanshu.stats.regression.linear.glm.quasi.GeneralizedLinearModelQuasiFamily
the quasi- generalized linear regression problem to be solved
problem - Variable in class com.numericalmethod.suanshu.stats.regression.linear.logistic.Logistic
the logistic regression problem to be solved
problem - Variable in class com.numericalmethod.suanshu.stats.regression.linear.ols.OlsRegression
the ordinary linear regression problem to be solved
problem - Variable in class com.numericalmethod.suanshu.stats.regression.linear.Residuals
the linear regression problem to be solved
problemSize() - Method in class com.numericalmethod.suanshu.optimization.constrained.linearprogramming.simplex.Tableau
Get the number of variables in the problem, the cost/objective function.
product(GivensMatrix[]) - Static method in class com.numericalmethod.suanshu.matrix.doubles.matrixtype.GivensMatrix
Given Givens matrices {Gi}, compute G, where G = G1 %*% ... %*% G2 %*% Gn
product(Householder[], int, int, int, int) - Static method in class com.numericalmethod.suanshu.matrix.doubles.operation.Householder
Given Householder matrices {Qi}, compute Q.
product(Householder[], int, int) - Static method in class com.numericalmethod.suanshu.matrix.doubles.operation.Householder
Given Householder matrix {Qi}, compute Q, where Q = Q1 %*% Q2 %*% ... %*% Qn %*% I To compute Q, instead of explicitly doing this multiplication, we can improve the performance by applying Qi's repeatedly on the Identity matrix.
Projection - Class in com.numericalmethod.suanshu.analysis.function.rn2r1
This class creates a real-valued function RealScalarFunction from a vector-valued function RealVectorFunction by taking only one of its coordinate components in the vector output.
Projection(RealVectorFunction, int) - Constructor for class com.numericalmethod.suanshu.analysis.function.rn2r1.Projection
Construct a Rn → R1 projection from the Rn → Rm function f.
Projection - Class in com.numericalmethod.suanshu.vector.doubles.dense.operation
Project a vector v on another vector w or a set of vectors (basis) {wi}.
Projection(Vector, VectorList) - Constructor for class com.numericalmethod.suanshu.vector.doubles.dense.operation.Projection
Construct a projection of a vector v onto a set of basis {wi}.
Projection(Vector, Vector[]) - Constructor for class com.numericalmethod.suanshu.vector.doubles.dense.operation.Projection
Construct a projection of a vector v onto a set of basis {wi}.
Projection(Vector, Vector) - Constructor for class com.numericalmethod.suanshu.vector.doubles.dense.operation.Projection
Construct a projection of a vector v onto another vector.
projVector - Variable in class com.numericalmethod.suanshu.vector.doubles.dense.operation.Projection
the projected vectors of v on {wi} It lies on the hyperplane of {wi}.
property(Number) - Method in class com.numericalmethod.suanshu.matrix.doubles.factorization.eigen.Eigen
Get a Property object by its eigenvalue.
PseudoInverse - Class in com.numericalmethod.suanshu.matrix.doubles.operation
The Moore–Penrose pseudoinverse of an m x n matrix A is A+.
PseudoInverse(Matrix, double) - Constructor for class com.numericalmethod.suanshu.matrix.doubles.operation.PseudoInverse
Construct the Moore–Penrose pseudoinverse matrix of A.
PseudoInverse(Matrix) - Constructor for class com.numericalmethod.suanshu.matrix.doubles.operation.PseudoInverse
Construct the Moore–Penrose pseudoinverse matrix of A.
psi - Variable in class com.numericalmethod.suanshu.optimization.unconstrained.quasinewton.Huang
ψ, a Huang family parameterization
psi - Variable in class com.numericalmethod.suanshu.stats.timeseries.linear.multivariate.stationaryprocess.arima.ArimaxModel
the coefficients of the deterministic terms (excluding the intercept term)
psi() - Method in class com.numericalmethod.suanshu.stats.timeseries.linear.multivariate.stationaryprocess.arima.ArimaxModel
Get the coefficients of the deterministic terms.
PSI - Variable in class com.numericalmethod.suanshu.stats.timeseries.linear.multivariate.stationaryprocess.arima.arma.LinearRepresentation
the coefficients of the linear representation of the time series
psi() - Method in class com.numericalmethod.suanshu.stats.timeseries.linear.multivariate.stationaryprocess.arima.arma.Vecm
Get the coefficients of the deterministic terms.
psi - Variable in class com.numericalmethod.suanshu.stats.timeseries.linear.univariate.stationaryprocess.arima.ArimaxModel
the coefficients of the deterministic terms (excluding the intercept term)
psi() - Method in class com.numericalmethod.suanshu.stats.timeseries.linear.univariate.stationaryprocess.arima.ArimaxModel
Get the coefficients of the deterministic terms.
psi() - Method in class com.numericalmethod.suanshu.stats.timeseries.linear.univariate.stationaryprocess.arima.arma.LinearRepresentation
Get a copy of the linear representation coefficients.
pValue - Variable in class com.numericalmethod.suanshu.stats.test.HypothesisTest
p-value for the test statistics
pValue() - Method in class com.numericalmethod.suanshu.stats.test.HypothesisTest
Get the p-value.
pValue(double) - Method in class com.numericalmethod.suanshu.stats.test.rank.wilcoxon.WilcoxonRankSumDistribution
Compute the two-sided p-value for a critical value.
pValue(double) - Method in class com.numericalmethod.suanshu.stats.test.rank.wilcoxon.WilcoxonSignedRankDistribution
Compute the two-sided p-value for a critical value.
pValue1SidedGreater - Variable in class com.numericalmethod.suanshu.stats.test.mean.T
right, one-sided p-value
pValue1SidedGreater - Variable in class com.numericalmethod.suanshu.stats.test.rank.SiegelTukey
right, one-sided p-value
pValue1SidedGreater - Variable in class com.numericalmethod.suanshu.stats.test.rank.wilcoxon.WilcoxonRankSum
right, one-sided p-value
pValue1SidedGreater(double) - Method in class com.numericalmethod.suanshu.stats.test.rank.wilcoxon.WilcoxonRankSumDistribution
Compute the one-sided p-value for the statistics greater than a critical value.
pValue1SidedGreater - Variable in class com.numericalmethod.suanshu.stats.test.rank.wilcoxon.WilcoxonSignedRank
right, one-sided p-value
pValue1SidedGreater(double) - Method in class com.numericalmethod.suanshu.stats.test.rank.wilcoxon.WilcoxonSignedRankDistribution
Compute the one-sided p-value for the statistics greater than a critical value.
pValue1SidedGreater - Variable in class com.numericalmethod.suanshu.stats.test.variance.F
right, one-sided p-value
pValue1SidedLess - Variable in class com.numericalmethod.suanshu.stats.test.mean.T
left, one-sided p-value
pValue1SidedLess - Variable in class com.numericalmethod.suanshu.stats.test.rank.SiegelTukey
left, one-sided p-value
pValue1SidedLess - Variable in class com.numericalmethod.suanshu.stats.test.rank.wilcoxon.WilcoxonRankSum
left, one-sided p-value
pValue1SidedLess - Variable in class com.numericalmethod.suanshu.stats.test.rank.wilcoxon.WilcoxonSignedRank
left, one-sided p-value
pValue1SidedLess - Variable in class com.numericalmethod.suanshu.stats.test.variance.F
left, one-sided p-value
pvalueZ1 - Variable in class com.numericalmethod.suanshu.stats.test.distribution.normality.DAgostino
the p-value for Z1
pvalueZ2 - Variable in class com.numericalmethod.suanshu.stats.test.distribution.normality.DAgostino
the p-value for Z2

SuanShu, a Java numerical and statistical library
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
Copyright © 2011 Numerical Method Inc. Ltd. All Rights Reserved.