Gets the response loadings matrix.

Namespace:  CenterSpace.NMath.Stats
Assembly:  NMathStats (in NMathStats.dll) Version: 3.4.0.0

Syntax

C#
public DoubleMatrix ResponseLoadings { get; }
Visual Basic (Declaration)
Public ReadOnly Property ResponseLoadings As DoubleMatrix
Visual C++
public:
property DoubleMatrix^ ResponseLoadings {
	DoubleMatrix^ get ();
}

Remarks

The response loadings matrix is described in the class summary.

See Also