LinearRegressionSlope Property |
Returns the slope β of the best of the best-fit line Y = α + β X.
Namespace: Algs4NetAssembly: Algs4Net (in Algs4Net.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic double Slope { get; }
Return Value
Type:
Doublethe slope β of the best-fit line
Y = α + β
X
See Also