IExponentialSmoothingBestTrialMethod.MethodConstant

Fore Syntax

MethodConstant: Double;

Fore.NET Syntax

MethodConstant: double;

Description

The MethodConstant property determines the constant Z in the Best Trial method.

Comments

To determine initial approximation of parameters, use the IExponentialSmoothingBestTrialMethod.InitialApproximation property.

Fore and Fore.NET Examples

The property use is given in the example for IExponentialSmoothingBestTrialMethod.InitialApproximation.

See also:

IExponentialSmoothingBestTrialMethod