| TwoSamplePairedTTestReject Property |
Tests whether the null hypothesis can be rejected, using the current
hypothesis type and alpha level.
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntax public bool Reject { get; }
Public ReadOnly Property Reject As Boolean
Get
public:
property bool Reject {
bool get ();
}
member Reject : bool with get
Property Value
BooleanRemarks
Returns true if P < Alpha; otherwise, false.
See Also