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

Defines hypothesis test/method.

Syntax
C#
Visual Basic
public enum THypothesisMethod : uint { hmSignTest, hmSignTestPaired, hmWilcoxonSign, hmWilcoxonSignPaired, hmZTest, hmTTest1, hmTTest2Pooled, hmTTest2Paired, hmChiSquareTest, hmFTest, hmMannWhitney, hmShapiroFrancia, hmShapiroWilks, hmAndersonDarling }

StatTools.cs

Members 
Description 
hmSignTest 
Sign test (comparing data median with value). 
hmSignTestPaired 
Sign test on paired data (comparing medians of two datasets). 
hmWilcoxonSign 
Wilcoxon Signed Rank test (comparing data median with value). 
hmWilcoxonSignPaired 
Wilcoxon Signed Rank test (comparing medians of two datasets). 
hmZTest 
Z-Test (comparing dataset mean with value. Dataset variance is known). 
hmTTest1 
One sample t-Test (comparing dataset mean with value). 
hmTTest2Pooled 
Two sample t-Test on pooled data(comparing means of two datasets. Dataset variances are equal, but unknown). 
hmTTest2Paired 
Two sample t-Test on paired data (comparing means of two datasets. Dataset variances are equal, but unknown). 
hmChiSquareTest 
One sample Chi-Squared test (comparing data variance with value). 
hmFTest 
Two sample F-Test (comparing variances of two datasets). 
hmMannWhitney 
Two sample Mann-Whitney U test. 
hmShapiroFrancia 
One sample Shapiro-Francia test. 
hmShapiroWilks 
One sample Shapiro-Wilks test. 
hmAndersonDarling 
One sample Anderson Darling normality test. 

Defines which hypothesis test/method will be used by TMtxHypothesisTest component.

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