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