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