You are here: Symbol Reference > Dew Namespace > Dew.Stats Namespace > Structs, Records, Enums > Dew.Stats.THypothesisResult Enumeration
Dew Stats for .NET
ContentsIndexHome
PreviousUpNext
Dew.Stats.THypothesisResult Enumeration

Defines result of the hypothesis test.

Syntax
C#
Visual Basic
public enum THypothesisResult : uint { hrNotReject, hrReject, hrNan }

Statistics.cs

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.

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