INonLinearRegressionExplanatories.Item

Fore Syntax

Item(Index: Integer): INonLinearRegressionExplanatory;

Fore.NET Syntax

Item[Index: integer]: Prognoz.Platform.Interop.Stat.INonLinearRegressionExplanatory;

Parameters

Index. Explanatory series index in the collection.

Description

The Item property determines regressor parameters based on a specified index.

Fore and Fore.NET Examples

The property use is given in the example for INonLinearRegressionExplanatories.Add.

See also:

INonLinearRegressionExplanatories