Click or drag to resize
ARSeasonalFitCenterMethod Enumeration
Methods for centering the input time series.

Namespace: Imsl.Stat
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public enum CenterMethod
Members
  Member nameValueDescription
None0 Indicates the transformed series should not be centered.
Mean1 Indicates the transformed series should be centered using the average of the differenced series.
Median2 Indicates the transformed series should be centered using the median of the differenced series.
See Also