ARSeasonalFitCenterMethod Enumeration |
Methods for centering the input time series.
Namespace: Imsl.StatAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax Public Enumeration CenterMethod
public enum class CenterMethod
Members
| Member name | Value | Description |
---|
| None | 0 |
Indicates the transformed series should not be centered.
|
| Mean | 1 |
Indicates the transformed series should be centered using the
average of the differenced series.
|
| Median | 2 |
Indicates the transformed series should be centered using the
median of the differenced series.
|
See Also