public class FAEstimator extends HypothesisTest
k, N, pValue, testStatistics| Modifier and Type | Method and Description |
|---|---|
int |
dof()
Get the degree of freedom in the factor analysis model.
|
java.lang.String |
getAlternativeHypothesis()
Get a description of the alternative hypothesis.
|
java.lang.String |
getNullHypothesis()
Get a description of the null hypothesis.
|
ImmutableMatrix |
loadings()
Get the rotated loading matrix.
|
double |
logLikelihood()
Get the log-likelihood value.
|
ImmutableVector |
psi()
Get the estimated (optimal) psi, E(ee'), p.
|
double |
pValue()
Calculate the p-value of the test statistics, given the degree of freedom.
|
ImmutableMatrix |
scores()
Get 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, oneSidedPvaluepublic ImmutableVector psi()
public ImmutableMatrix loadings()
public int dof()
public double logLikelihood()
public ImmutableMatrix scores()
public java.lang.String getNullHypothesis()
HypothesisTestgetNullHypothesis in class HypothesisTestpublic java.lang.String getAlternativeHypothesis()
HypothesisTestgetAlternativeHypothesis in class HypothesisTestpublic double statistics()
statistics in class HypothesisTestpublic double pValue()
pValue in class HypothesisTest