Two Way Anova Model.Fit Core Method
Computes the model.
Definition
Namespace: Extreme.Statistics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
protected override void FitCore(
ModelInput input,
ParallelOptions parallelOptions
)
Parameters
- input ModelInput
- parallelOptions ParallelOptions
Remarks
This method must be called before any of the result properties are accessed. Failing to do so will result in an InvalidOperationException.