CrossCorrelationMeanX Property |
Estimate of the mean of time series x.
Namespace: Imsl.StatAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public double MeanX { get; set; }
Public Property MeanX As Double
Get
Set
public:
property double MeanX {
double get ();
void set (double value);
}
member MeanX : float with get, set
Property Value
Type:
Double
A
double containing the estimate of the mean of time series
x.
See Also