public class GeneralizedLeastSquaresMethod extends AbstractFactorMethod
communality, factorLoading, nFactors, nParam, nVariables, proportionOfExplainedVariance, proportionOfVariance, R, rotationMethod, sumsOfSquares, uniqueness, variableNames
Constructor and Description |
---|
GeneralizedLeastSquaresMethod(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() |
getCommunalityAt, getFactorLoading, getFactorLoadingAt, getLoadingsForFactorAt, getLowerBounds, getProportionOfExplainedVarianceAt, getProportionOfVarianceAt, getSumsOfSquaresAt, getUniquenessAt, getUpperBounds, getVariableNameAt, setVariableNameAt, setVariableNameAt
public GeneralizedLeastSquaresMethod(org.apache.commons.math3.linear.RealMatrix R, int nFactors, RotationMethod rotationMethod)
public double estimateParameters()
FactorMethod
public double[] getStartValues()