Univariable handles two dimensional x,y data.
| Function or value | Description |
|
|
|
Calculates the coefficients for linear regression in the form of [|intercept; slope;|] using Cholesky Decomposition
|
|
|
|
Fits a model (y(x) = b + m * x) to the data and returns the cooks distance for every data pair present in the input collections as an estimator for the influence of each data point in coefficient estimation.
|
|
|