Uses of Class
com.imsl.math.SingularMatrixException
Packages that use SingularMatrixException
Package
Description
Data mining and machine learning.
Mathematical functions and algorithms.
Statistical methods.
Probability distributions and parameter estimation.
Math examples.
-
Uses of SingularMatrixException in com.imsl.datamining
Methods in com.imsl.datamining that throw SingularMatrixExceptionModifier and TypeMethodDescriptionvoidLogisticRegressionModelObject.aggregateModels(LogisticRegressionModelObject lrm) Aggregates or combines a different model object to this logistic regression model object. -
Uses of SingularMatrixException in com.imsl.math
Methods in com.imsl.math that throw SingularMatrixExceptionModifier and TypeMethodDescriptionvoidFeynmanKac.computeCoefficients(int numLeftBounds, int numRightBounds, FeynmanKac.Boundaries pdeBounds, double[] xGrid, double[] tGrid) Determines the coefficients of the Hermite quintic splines that represent an approximate solution for the Feynman-Kac PDE.doubleComplexSuperLU.getConditionNumber()Returns the estimate of the reciprocal condition number of the matrix A.doubleSuperLU.getConditionNumber()Returns the estimate of the reciprocal condition number of the matrix A.doubleComplexSuperLU.getReciprocalPivotGrowthFactor()Returns the reciprocal pivot growth factor.doubleSuperLU.getReciprocalPivotGrowthFactor()Returns the reciprocal pivot growth factor.static Complex[]Solve Ax = b for x using the LU factorization of A.Complex[]Computation of the solution vector for the system \( Ax = b\).double[]ConjugateGradient.solve(double[] b) Solves a real symmetric positive or negative definite system \(Ax=b\) using a conjugate gradient method with or without preconditioning.double[]GenMinRes.solve(double[] b) Generate an approximate solution to \(Ax=b\) using the Generalized Residual Method.final voidLinearProgramming.solve()Deprecated.Solves the program using the revised simplex algorithm.static double[]LU.solve(double[][] a, double[] b) Solve Ax = b for x using the LU factorization of A.double[]QR.solve(double[] b) Returns the solution to the least-squares problem Ax = b.double[]QR.solve(double[] b, double tol) Returns the solution to the least-squares problem Ax = b using an input tolerance.double[]SuperLU.solve(double[] b) Computation of the solution vector for the system \( Ax = b\).Complex[]ComplexSuperLU.solveConjugateTranspose(Complex[] b) Computation of the solution vector for the system \( A^Hx = b\).Complex[]ComplexSuperLU.solveTranspose(Complex[] b) Computation of the solution vector for the system \( A^Tx = b\).double[]SuperLU.solveTranspose(double[] b) Computation of the solution vector for the system \( A^Tx = b\).Constructors in com.imsl.math that throw SingularMatrixExceptionModifierConstructorDescriptionCholesky(double[][] a) Create the Cholesky factorization of a symmetric positive definite matrix of typedouble.Creates the LU factorization of a square matrix of typeComplex.CsShape(double[] xData, double[] yData) Construct a cubic spline interpolant which is consistent with the concavity of the data.LU(double[][] a) Creates the LU factorization of a square matrix of typedouble. -
Uses of SingularMatrixException in com.imsl.stat
Methods in com.imsl.stat that throw SingularMatrixExceptionModifier and TypeMethodDescriptionfinal voidARMAOutlierIdentification.compute(int[] model) Detects and determines outliers and simultaneously estimates the model parameters for the given time series.final voidAutoARIMA.compute(int maxlag) Estimates potential missing values, detects and determines outliers and simultaneously fits an optimum model from a set of different \( \text{ARIMA}(p,0,0)\times(0,d,0)_s\) models to the outlier free time series.final voidAutoARIMA.compute(int[] arOrders, int[] maOrders) Estimates potential missing values, detects and determines outliers and simultaneously fits an optimum model from a set of different \( \text{ARIMA}(p,0,q)\times(0,d,0)_s\) models to the outlier free time series.final voidAutoARIMA.compute(int p, int q, int s, int d) Estimates potential missing values, detects and determines outliers and simultaneously fits an \(\text{ARIMA}(p,0,q)\times(0,d,0)_s \) model to the outlier free time series.double[][]FactorAnalysis.getFactorScoreCoefficients(FactorAnalysis.ScoreMethod method) Computes the matrix of factor score coefficients. -
Uses of SingularMatrixException in com.imsl.stat.distributions
Methods in com.imsl.stat.distributions that throw SingularMatrixExceptionModifier and TypeMethodDescriptiondouble[]MaximumLikelihoodEstimation.getStandardErrors()Returns the approximate standard errors of the maximum likelihood estimates.double[][]MaximumLikelihoodEstimation.getVarCov()Returns the approximate variance-covariance matrix of the maximum likelihood estimates. -
Uses of SingularMatrixException in com.imsl.test.example.math
Methods in com.imsl.test.example.math that throw SingularMatrixException