LinearRegressionSlopeStdErr Property |
Returns the standard error of the estimate for the slope.
Namespace: Algs4NetAssembly: Algs4Net (in Algs4Net.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic double SlopeStdErr { get; }
Return Value
Type:
Doublethe standard error of the estimate for the slope
See Also