Assembly: Stat;
Namespace: Prognoz.Platform.Interop.Stat
The INonLinearRegressionExplanatories interface defines the parameters of collection of explanatory variables for non-linear LSM.
INonLinearRegressionExplanatories
Collection elements are implemented by the INonLinearRegressionExplanatory interface.
| 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. |
| 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: