 | PLS1AnovaStandardError Property |
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.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntaxpublic double StandardError { get; }
Public ReadOnly Property StandardError As Double
Get
public:
property double StandardError {
double get ();
}
member StandardError : float with get
Property Value
Double
See Also