The center option.
Namespace: Imsl.StatAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public bool Center { get; set; }
Public Property Center As Boolean
Get
Set
public:
property bool Center {
bool get ();
void set (bool value);
}
member Center : bool with get, set
Property Value
Type:
Boolean
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