Fits the model to the data.
Namespace:
Extreme.DataAnalysis.Models
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
member Fit : unit -> unit
This method must be called explicitly before any
of the model's results can be accessed. It must also be
called after a call to ResetFit.
Use the Fitted property to determine
whether this method needs to be called.
Reference