Hypothesis Tests in C#

Mean Tests

Illustrates how to use various tests for the mean of one or more sanples using classes in the Extreme.Statistics.Tests namespace.

Show code.

Variance Tests

Illustrates how to perform hypothesis tests involving the standard deviation or variance using classes in our .NET statistical library.

Show code.

Goodness-Of-Fit Tests

Illustrates how to test for goodness-of-fit using classes in the Extreme.Statistics.Tests namespace.

Show code.

Homogeneity Of Variances Tests

Illustrates how to test a collection of variables for equal variances using classes in the Extreme.Statistics.Tests namespace.

Show code.

Non-Parametric Tests

Illustrates how to perform non-parametric tests like the Wilcoxon-Mann-Whitney test and the Kruskal-Wallis test.

Show code.