ISlOutliers

Assembly: Stat;

Namespace: Prognoz.Platform.Interop.Stat;

Description

The ISlOutliers interface is used to work with the collection of data outliers.

Inheritance Hierarchy

          ISlOutliers

Comments

To determine, whether outliers are accounted for, use the ISmx12arima.OutliersDetection property.

Properties

  Property name Brief description
The Count property returns the number of elements in a collection.
The Item property returns the collection element by the specified index.

Methods

  Method name Brief description
The Add method adds a new element to the collection.
The Clear method clears all elements from the collection.
The Remove method deletes the collection element by the specified index.

See also:

Stat Assembly Interfaces