Deedle


LinearRegression

Namespace: Deedle.Math

Nested types and modules

ModuleDescription
Fit

Functions and values

Function or valueDescription
interceptKey
Signature: string
Attributes:
[<Literal>]
ols xCols yCol fitIntercept df
Signature: xCols:seq<string> -> yCol:string -> fitIntercept:bool -> df:Frame<'a,string> -> t<'a>
Type parameters: 'a

Performs linear regression on the values in a dataframe.

valuesToArray(s)
Signature: s:Series<'?694105,'?694106> -> '?694106 []
Type parameters: '?694105, '?694106
Fork me on GitHub