NormTwoSamplePooledVariance Property |
The Pooled variance for the two samples.
Namespace: Imsl.StatAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public double PooledVariance { get; }
Public ReadOnly Property PooledVariance As Double
Get
public:
property double PooledVariance {
double get ();
}
member PooledVariance : float with get
Property Value
Type:
Double
A
double containing the Pooled variance for the two samples.
See Also