Two Way Anova Model.Fit Core Method
Computes the model.
Definition
Namespace: Numerics.NET.Statistics
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
C#
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
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.