Click or drag to resize

TwoSampleFTestReject Property

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

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

Property Value

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