ARAutoUnivariateMean Property |
The mean used to center the time series z.
Namespace: Imsl.StatAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public double Mean { get; set; }
Public Property Mean As Double
Get
Set
public:
property double Mean {
double get ();
void set (double value);
}
member Mean : float with get, set
Property Value
Type:
Double
A
double containing the value used to center the series
before searching for the optimum number of AR lags. This is equal
to the mean of the time series
z unless the
Mean is set.
Exceptions Remarks
By default, the time series z is centered about its sample
mean.
See Also