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