Fit Module
Types and nested modules
| Type/Module | Description |
|
|
|
|
Represents a linear model fitted to specific values in a data frame. |
Functions and values
| Function or value |
Description
|
|
|
|
|
|
|
Full Usage:
make input coeffs yKey fitIntercept
Parameters:
Frame<'a, string>
-
The data frame that served as input for the regression.
coeffs : Series<string, float>
-
The coefficients found by the linear regression
yKey : string
-
The y column used
fitIntercept : bool
-
An option that specifies whether the intercept should be fitted.
Returns: t<'a>
|
Construct a new fit.
|
|
|
|
|
|
Deedle