MultiCrossCorrelationGetMeanX Method |
Returns an estimate of the mean of each channel of x.
Namespace: Imsl.StatAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public double[] GetMeanX()
Public Function GetMeanX As Double()
public:
array<double>^ GetMeanX()
member GetMeanX : unit -> float[]
Return Value
Type:
Double
A one-dimensional
double containing the estimate of the mean
of each channel in time series
x.
See Also