Returns the mean of the response (dependent variable).
Namespace: Imsl.StatAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public double MeanOfY { get; }
Public ReadOnly Property MeanOfY As Double
Get
public:
property double MeanOfY {
double get ();
}
member MeanOfY : float with get
Property Value
Type:
Double
A
double representing the mean of the response (dependent
variable).
See Also