Assembly: 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 | |
![]() |
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. |
| 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: