public class MINRESmethod extends AbstractFactorMethod
communality, factorLoading, nFactors, nParam, nVariables, proportionOfExplainedVariance, proportionOfVariance, R, rotationMethod, sumsOfSquares, uniqueness, variableNames
Constructor and Description |
---|
MINRESmethod(org.apache.commons.math3.linear.RealMatrix R,
int nFactors,
RotationMethod rotationMethod) |
Modifier and Type | Method and Description |
---|---|
double |
estimateParameters()
A method for estimating parameters.
|
double[] |
getStartValues() |
java.lang.String |
printStartValues() |
getCommunalityAt, getFactorLoading, getFactorLoadingAt, getLoadingsForFactorAt, getLowerBounds, getProportionOfExplainedVarianceAt, getProportionOfVarianceAt, getSumsOfSquaresAt, getUniquenessAt, getUpperBounds, getVariableNameAt, setVariableNameAt, setVariableNameAt
public MINRESmethod(org.apache.commons.math3.linear.RealMatrix R, int nFactors, RotationMethod rotationMethod)
public double estimateParameters()
FactorMethod
public double[] getStartValues()
public java.lang.String printStartValues()