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, oneSidedPvaluepublic ImmutableVector psi()
public ImmutableMatrix loadings()
public int dof()
public double logLikelihood()
public ImmutableMatrix scores()
public String getNullHypothesis()
HypothesisTestgetNullHypothesis in class HypothesisTestpublic String getAlternativeHypothesis()
HypothesisTestgetAlternativeHypothesis in class HypothesisTestpublic double statistics()
statistics in class HypothesisTestpublic double pValue()
pValue in class HypothesisTestCopyright © 2010-2020 NM FinTech Ltd.. All Rights Reserved.