THypothesisResult Enumeration

Source: Statistics.cs · Assembly: Dew.Stats

public enum THypothesisResult

Defines result of the hypothesis test.

After test, the result is one of three possibilities.

Values

NameDescription
hrNanCould not calculate the null hypothesis result. This usually means testi is NOT suitable for your data.
hrNotRejectDo not reject the null hypothesis H0.
hrRejectReject the null hypothesis H0.