Click or drag to resize
ARMACenter Property
The center option.

Namespace: Imsl.Stat
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public bool Center { 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