Click or drag to resize

PearsonsChiSquareTestReject Property

Returns true if the null hypothesis can be rejected, using the current hypothesis type and alpha level; otherwise, false.

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

Property Value

Boolean
Remarks
Returns true if P < Alpha; otherwise, false.
See Also