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

Defines result of the hypothesis test.

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