Package | Description |
---|---|
dev.nm.stat.factor.factoranalysis |
Modifier and Type | Method and Description |
---|---|
FactorAnalysis.ScoringRule |
FactorAnalysis.scoringRule()
Gets the scoring rule.
|
static FactorAnalysis.ScoringRule |
FactorAnalysis.ScoringRule.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FactorAnalysis.ScoringRule[] |
FactorAnalysis.ScoringRule.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
FactorAnalysis(Matrix data,
int nFactors,
FactorAnalysis.ScoringRule rule)
Performs factor analysis on the data set with a user defined scoring
rule.
|
FactorAnalysis(Matrix data,
int nFactors,
FactorAnalysis.ScoringRule rule,
Matrix S)
Performs factor analysis on the data set with a user defined scoring rule
and a user defined covariance (or correlation) matrix.
|
Copyright © 2010-2020 NM FinTech Ltd.. All Rights Reserved.