AutoCorrelationMean Property |
The mean of the time series x.
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 mean of the time series
x.
See Also