You are here: Symbol Reference > Statistics Namespace > Structs, Records, Enums > Statistics.THypothesisType Enumeration
Stats Master VCL
ContentsIndex
PreviousUpNext
Statistics.THypothesisType Enumeration

Defines one or two sided hypothesis testing.

Pascal
THypothesisType = (
  htTwoTailed,
  htRightTailed,
  htLeftTailed
);
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-2025 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!