![]() |
|
Navigation |
Synopsis Slope of regression line.
Function
num slope(lrel[num,num] values) throws IllegalArgument(value v, str message)
Usage
import analysis::statistics::SimpleRegression;
Description Returns the slope of the estimated regression line.
The least squares estimate of the slope is computed using the normal equations
![]() ![]() |