IMSL C# Numerical Library

ARMA.Center Property

The center option.

public bool Center {get; set;}

Property 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

ARMA Class | Imsl.Stat Namespace