Click or drag to resize

DoubleFactorAnalysisExtraction, Rotation(BiasType, Extraction, Rotation) Constructor

Constructs a
C#
DoubleFactorAnalysis
object with the given factor analysis options. No data is specified. The constructor is used by deriving classes to set up a factor analysis on a particular correlation or covaraince matrix. Construction is followed by a call to the
C#
Analyze
method on the resulting object.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
protected DoubleFactorAnalysis(
	BiasType bias,
	Extraction factorExtraction,
	Rotation factorRotation
)

Parameters

bias  BiasType
Specifies if varaince estimates should be biased or unbiased.
factorExtraction  Extraction
Object to be used for factor extraction.
factorRotation  Rotation
Object to be used for factor rotation.
See Also