| TwoSamplePairedTTestP Property |
Gets the p-value associated with the test statistic.
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntax Public ReadOnly Property P As Double
Get
public:
property double P {
double get ();
}
member P : float with get
Property Value
DoubleRemarks
Returns LeftProbability for one-sided tests to the left,
RightProbability for one-sided tests to the right, and twice
the smaller of LeftProbability and RightProbability for two-sided
tests.
See Also