FactorAnalysis.FactorScoreCoefficientMatrix Property

Gets the matrix of factor score coefficients.

Definition

Namespace: Extreme.Statistics.Multivariate
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public Matrix<double> FactorScoreCoefficientMatrix { get; }

Property Value

Matrix<Double>

See Also