The center option.

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

Syntax

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

Field Value

A bool value specifying whether the time series center occurs about its mean.

Remarks

If Center is set to false, the time series is not centered about its mean. If Center is set to true, the time series is centered about its mean. By Default, Center = false.

See Also