Gets the vector of response weights. The ith element of this vector
corresponds to the regression coefficient calculated by ordinary linear
regression of the response vector on the ith score vector.
Namespace:
CenterSpace.NMath.StatsAssembly: NMathStats (in NMathStats.dll) Version: 3.4.0.0
Syntax
| C# |
|---|
public DoubleVector ResponseWeights { get; } |
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property ResponseWeights As DoubleVector |
| Visual C++ |
|---|
public: property DoubleVector^ ResponseWeights { DoubleVector^ get (); } |