Uses of Class
com.imsl.stat.FactorAnalysis.NonPositiveEigenvalueException
Packages that use FactorAnalysis.NonPositiveEigenvalueException
-
Uses of FactorAnalysis.NonPositiveEigenvalueException in com.imsl.stat
Methods in com.imsl.stat that throw FactorAnalysis.NonPositiveEigenvalueExceptionModifier and TypeMethodDescriptiondouble[][]FactorAnalysis.getCorrelations()Returns the correlations of the principal components.double[][]FactorAnalysis.getFactorLoadings()Returns the unrotated factor loadings.double[][]FactorAnalysis.getFactorScoreCoefficients(FactorAnalysis.ScoreMethod method) Computes the matrix of factor score coefficients.double[]FactorAnalysis.getParameterUpdates()Returns the parameter updates.double[]FactorAnalysis.getPercents()Returns the cumulative percent of the total variance explained by each principal component.double[]FactorAnalysis.getStandardErrors()Returns the estimated asymptotic standard errors of the eigenvalues.double[]FactorAnalysis.getStatistics()Returns statistics.double[]FactorAnalysis.getValues()Returns the eigenvalues.double[]FactorAnalysis.getVariances()Returns the unique variances.double[][]FactorAnalysis.getVectors()Returns the eigenvectors.