|  | WilcoxonSignedRankTestP Property | 
            Gets the p-value associated with the test statistic.
            
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
 Syntax
SyntaxPublic ReadOnly Property P As Double
	Get
public:
property double P {
	double get ();
}member P : float with get
Property Value
Double Remarks
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
See Also