INonLinearRegressionExplanatories

Assembly: Stat;

Namespace: Prognoz.Platform.Interop.Stat

Description

The INonLinearRegressionExplanatories interface defines the parameters of collection of explanatory variables for non-linear LSM.

Inheritance Hierarchy

          INonLinearRegressionExplanatories

Comment

Collection elements are implemented by the INonLinearRegressionExplanatory interface.

Properties

  Property name Brief description
The Count property returns the number of explanatory series in a collection.
The Item property determines regressor parameters based on a specified index.

Methods

  Method name Brief description
The Add method adds a series to the collection.
The Clear method clears the collection.
The Remove method deletes a series from the collection based on a specified index.

See also:

Stat Assembly Interfaces