GarchModel.FitCore Method

Computes the model to the specified input using the specified parallelization options.

Definition

Namespace: Numerics.NET.Statistics.TimeSeriesAnalysis
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
protected override void FitCore(
	ModelInput input,
	ParallelOptions options
)

Parameters

input  ModelInput
 
options  ParallelOptions
 

See Also