ISlARMA.EstimationApproach

Fore Syntax

EstimationApproach: ARMAEstimationApproach;

Fore.NET Syntax

EstimationApproach: Prognoz.Platform.Interop.Stat.ARMAEstimationApproach;

Description

The EstimationApproach property determines the method of coefficients estimation.

Comments

Two methods of coefficients estimation are available: the least squares method and the maximum likelihood method. The first one enables the user to select optimization method between the Levenberg Marquardt or Quasi-Newton method.

Optimization method is defined in the ISlARMA.EstimationMethod property.

Fore and Fore.NET Examples

Example of using this property is given in the example for ISlARMA.PeriodSeas.

See also:

ISlARMA