AutoCorrelationVariance Property |
Returns the variance of the time series x.
Namespace: Imsl.StatAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public double Variance { get; }
Public ReadOnly Property Variance As Double
Get
public:
property double Variance {
double get ();
}
member Variance : float with get
Property Value
Type:
Double
A
double containing the variance of the time series
x.
See Also