LinearRegression Module
Nested modules
| Modules | Description |
|
|
Functions and values
| Function or value |
Description
|
Full Usage:
interceptKey
Returns: string
|
|
Full Usage:
ols xCols yCol fitIntercept df
Parameters:
string seq
-
The column keys that constitutes the independent variables.
yCol : string
-
The column key that consitutes the dependent variable.
fitIntercept : bool
-
An option type that specifies a key to use for the intercept in the result, if set to None, the fit will not produce an intercept.
df : Frame<'a, string>
-
The dataframe to perform the regression on
Returns: t<'a>
A series with column keys as keys, and regression coefficients as values.
Type parameters: 'a (requires equality) |
Performs linear regression on the values in a dataframe.
|
Full Usage:
valuesToArray s
Parameters:
Series<'a, 'b>
Returns: 'b array
Type parameters: 'a, 'b (requires equality) |
|
Deedle