Deedle


t<'a>

Namespace: Deedle.Math
Parent Module: Fit

Represents a linear model fitted to specific values in a data frame.

Record Fields

Record FieldDescription
Coefficients
Signature: Series<string,float>
FitIntercept
Signature: bool
InputFrame
Signature: Frame<'a,string>
yKey
Signature: string
Fork me on GitHub