You are here: Symbol Reference > Dew.Stats Namespace > THypothesisResult Enumeration
Dew Stats for .NET
Contents
PreviousUpNext
Dew.Stats.THypothesisResult Enumeration

Defines result of the hypothesis test.

C#
public enum THypothesisResult {
  hrNotReject,
  hrReject,
  hrNan
}
Members
Members 
Description 
hrNotReject 
Do not reject the null hypothesis H0
hrReject 
Reject the null hypothesis H0
hrNan 
Could not calculate the null hypothesis result. This usually means testi is NOT suitable for your data. 

After test, the result is one of three possibilities. You can find more info about different hypotheses here.

What do you think about this topic? Send feedback!
Copyright (c) 1999-2010 by Dew Research. All rights reserved.