Returns whether the null hypothesis is rejected
using the default significance level.
Namespace:
Extreme.Statistics.Tests
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
Public Function Reject As Boolean
member Reject : unit -> bool
Return Value
Type:
Boolean if the null hypothesis is rejected; otherwise
.
The null hypothesis is rejected if the probability of obtaining the test Statistic
is less than the SignificanceLevel.
Reference