Tests whether the null hypothesis can be rejected, using the current alpha level.

Namespace:  CenterSpace.NMath.Stats
Assembly:  NMathStats (in NMathStats.dll) Version: 3.4.0.0

Syntax

C#
public bool Reject { get; }
Visual Basic (Declaration)
Public ReadOnly Property Reject As Boolean
Visual C++
public:
property bool Reject {
	bool get ();
}

Remarks

Returns true if P < Alpha; otherwise, false.

See Also