INonLinearRegressionExplanatories

Assembly: 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
Count

The Count property returns the number of explanatory series in a collection.
Item

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

Methods

  Method name Brief description
Add

The Add method adds a series to the collection.
Clear

The Clear method clears the collection.
Remove

The Remove method deletes a series from the collection based on a specified index.

See also:

Stat Assembly Interfaces