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

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

Syntax

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

Return Value

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

See Also