The setting for centering the input time series.

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

Syntax

C#
public ARSeasonalFit..::.CenterMethod Center { get; set; }
Visual Basic (Declaration)
Public Property Center As ARSeasonalFit..::.CenterMethod
Visual C++
public:
property ARSeasonalFit..::.CenterMethod Center {
	ARSeasonalFit..::.CenterMethod get ();
	void set (ARSeasonalFit..::.CenterMethod value);
}

Field Value

A CenterMethod containing the setting for Center, either None, Mean, or Median.

Remarks

By default, Center=CenterMethod.Mean

See Also