Returns an estimate of the mean of each channel of y.

Namespace: Imsl.Stat
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

C#
public double[] GetMeanY()
Visual Basic (Declaration)
Public Function GetMeanY As Double()
Visual C++
public:
array<double>^ GetMeanY()

Return Value

A one-dimensional double containing the estimate of the mean of each channel in the time series y.

See Also