Uses of Class
com.imsl.math.Cholesky.NotSPDException
Packages that use Cholesky.NotSPDException
Package
Description
Mathematical functions and algorithms.
Statistical methods.
-
Uses of Cholesky.NotSPDException in com.imsl.math
Methods in com.imsl.math that throw Cholesky.NotSPDExceptionModifier and TypeMethodDescriptionvoidCholesky.downdate(double[] x) Downdates the factorization by subtracting a rank-1 matrix.Constructors in com.imsl.math that throw Cholesky.NotSPDExceptionModifierConstructorDescriptionCholesky(double[][] a) Create the Cholesky factorization of a symmetric positive definite matrix of typedouble. -
Uses of Cholesky.NotSPDException in com.imsl.stat
Methods in com.imsl.stat that throw Cholesky.NotSPDExceptionModifier and TypeMethodDescriptiondouble[][]FactorAnalysis.getFactorScoreCoefficients(FactorAnalysis.ScoreMethod method) Computes the matrix of factor score coefficients.