| TwoSamplePairedTTestLeftCriticalValue Property |
Gets the left critical value based on the current probability
distribution and alpha level associated with this hypothesis test.
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntax public double LeftCriticalValue { get; }
Public ReadOnly Property LeftCriticalValue As Double
Get
public:
property double LeftCriticalValue {
double get ();
}
member LeftCriticalValue : float with get
Property Value
DoubleSee Also