ISlGDLTerms.AllInitialValues

Fore Syntax

AllInitialValues: Array;

Fore.NET Syntax

AllInitialValues: System.Array;

Description

The AllInitialValues property sets initial values of model coefficients.

Comments

The number of coefficients must match the number of exogenous, or explanatory, variables in the model.

Fore and Fore.NET Examples

The property use is given in the example for ISmLinearRegress.GDLTerms.

See also:

ISlGDLTerms