NormTwoSampleMeanY Property |
The mean of the second sample, y.
Namespace: Imsl.StatAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public double MeanY { get; }
Public ReadOnly Property MeanY As Double
Get
public:
property double MeanY {
double get ();
}
member MeanY : float with get
Property Value
Type:
Double
A
double containing the mean of
y.
See Also