Click or drag to resize

TwoSampleUnpairedUnequalTTestP Property

Gets the p-value associated with the test statistic.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public double P { get; }

Property Value

Double
Remarks
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