t<'a>
Namespace: Deedle.Math
Parent Module: Fit
Represents a linear model fitted to specific values in a data frame.
Record Fields
Record Field | Description |
Coefficients
Signature: Series<string,float>
|
|
FitIntercept
Signature: bool
|
|
InputFrame
Signature: Frame<'a,string>
|
|
yKey
Signature: string
|