Assembly: Stat;
The ISlOutliers interface is used to work with the collection of data outliers.
ISlOutliers
To determine, whether outliers are accounted for, use the ISmx12arima.OutliersDetection property.
| Property name | Brief description | |
![]() |
Count | The Count property returns the number of elements in a collection. |
![]() |
Item | The Item property returns the collection element by the specified index. |
| Method name | Brief description | |
| Add | The Add method adds a new element to the collection. | |
| Clear | The Clear method clears all elements from the collection. | |
| Remove | The Remove method deletes the collection element by the specified index. |
See also: