Returns the mean of the response (dependent variable).

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

Syntax

C#
public double MeanOfY { get; }
Visual Basic (Declaration)
Public ReadOnly Property MeanOfY As Double
Visual C++
public:
property double MeanOfY {
	double get ();
}

Field Value

A double representing the mean of the response (dependent variable).

See Also