Gets the matrix of weights for the responses.
Namespace:
CenterSpace.NMath.StatsAssembly: NMathStats (in NMathStats.dll) Version: 3.4.0.0
Syntax
| C# |
|---|
public DoubleMatrix ResponseWeights { get; } |
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property ResponseWeights As DoubleMatrix |
| Visual C++ |
|---|
public: property DoubleMatrix^ ResponseWeights { DoubleMatrix^ get (); } |