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

Defines one or two sided hypothesis testing.

Syntax
C#
Visual Basic
public enum THypothesisType : uint { htTwoTailed, htRightTailed, htLeftTailed }

Statistics.cs

Members 
Description 
htTwoTailed 
Perform two sided test. Acceptance region is [p0-p0(signif),p0+p0(signif))
htRightTailed 
Perform one sided right tailed test. Acceptance region is [p0+p0(signif),INF)
htLeftTailed 
Perform one sided left tailed test. Acceptance region is [-INF,p0+p0(signif)]

Defines if hypothesis will be tested on closed interval (two sided) or open interval (one sided).

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