Gets the matrix of response loadings. The matrix of response
loadings, Q, is defined by
CopyC#
where Y' is the transpose of the response matrix and T
is the predictor score matrix.
Namespace:
CenterSpace.NMath.StatsQ = Y'T
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 (); } |