Gets the standard error for the model. This is the square root of
the residual sum of squares divided by the degrees of freedom for
the model.
Namespace:
CenterSpace.NMath.StatsAssembly: NMathStats (in NMathStats.dll) Version: 3.4.0.0
Syntax
| C# |
|---|
public DoubleVector StandardError { get; } |
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property StandardError As DoubleVector |
| Visual C++ |
|---|
public: property DoubleVector^ StandardError { DoubleVector^ get (); } |