Methods for centering the input time series.

Namespace: Imsl.Stat
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

C#
public enum CenterMethod
Visual Basic (Declaration)
Public Enumeration CenterMethod
Visual C++
public enum class CenterMethod

Members

Member nameDescription
None
Indicates the transformed series should not be centered.
Mean
Indicates the transformed series should be centered using the average of the differenced series.
Median
Indicates the transformed series should be centered using the median of the differenced series.

See Also