public class FAEstimator extends HypothesisTest
Modifier and Type | Method and Description |
---|---|
int |
dof()
Gets the degree of freedom in the factor analysis model.
|
String |
getAlternativeHypothesis()
Get the description of the alternative hypothesis.
|
String |
getNullHypothesis()
Get a description of the null hypothesis.
|
ImmutableMatrix |
loadings()
Gets the rotated loading matrix.
|
double |
logLikelihood()
Gets the log-likelihood value.
|
ImmutableVector |
psi()
Gets the estimated (optimal) psi, E(ee'), p.
|
double |
pValue()
Calculates the p-value of the test statistics, given the degree of
freedom.
|
ImmutableMatrix |
scores()
Gets the matrix of scores, computed using either Thompson's (1951)
scores, or Bartlett's (1937) weighted least-squares scores.
|
double |
statistics()
Get the test statistics of the factor analysis.
|
isNullRejected, nGroups, nObs, oneSidedPvalue
public ImmutableVector psi()
public ImmutableMatrix loadings()
public int dof()
public double logLikelihood()
public ImmutableMatrix scores()
public String getNullHypothesis()
HypothesisTest
getNullHypothesis
in class HypothesisTest
public String getAlternativeHypothesis()
HypothesisTest
getAlternativeHypothesis
in class HypothesisTest
public double statistics()
statistics
in class HypothesisTest
public double pValue()
pValue
in class HypothesisTest
Copyright © 2010-2020 NM FinTech Ltd.. All Rights Reserved.