IMSL C# Numerical Library

ARSeasonalFit.CenterMethod Enumeration

Methods for centering the input time series.

public enum ARSeasonalFit.CenterMethod

Members

Member Name Description
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.

Requirements

Namespace: Imsl.Stat

Assembly: ImslCS (in ImslCS.dll)

See Also

Imsl.Stat Namespace