Extreme Optimization™: Complexity made simple.

Math and Statistics
Libraries for .NET

  • Home
  • Features
    • Math Library
    • Vector and Matrix Library
    • Statistics Library
    • Performance
    • Usability
  • Documentation
    • Introduction
    • Math Library User's Guide
    • Vector and Matrix Library User's Guide
    • Data Analysis Library User's Guide
    • Statistics Library User's Guide
    • Reference
  • Resources
    • Downloads
    • QuickStart Samples
    • Sample Applications
    • Frequently Asked Questions
    • Technical Support
  • Blog
  • Order
  • Company
    • About us
    • Testimonials
    • Customers
    • Press Releases
    • Careers
    • Partners
    • Contact us
Introduction
Deployment Guide
Nuget packages
Configuration
Using Parallelism
Expand Mathematics Library User's GuideMathematics Library User's Guide
Expand Vector and Matrix Library User's GuideVector and Matrix Library User's Guide
Expand Data Analysis Library User's GuideData Analysis Library User's Guide
Expand Statistics Library User's GuideStatistics Library User's Guide
Expand Data Access Library User's GuideData Access Library User's Guide
Expand ReferenceReference
  • Extreme Optimization
    • Features
    • Solutions
    • Documentation
    • QuickStart Samples
    • Sample Applications
    • Downloads
    • Technical Support
    • Download trial
    • How to buy
    • Blog
    • Company
    • Resources
  • Documentation
    • Introduction
    • Deployment Guide
    • Nuget packages
    • Configuration
    • Using Parallelism
    • Mathematics Library User's Guide
    • Vector and Matrix Library User's Guide
    • Data Analysis Library User's Guide
    • Statistics Library User's Guide
    • Data Access Library User's Guide
    • Reference
  • Reference
    • Extreme
    • Extreme.Collections
    • Extreme.Data
    • Extreme.Data.Json
    • Extreme.Data.Matlab
    • Extreme.Data.R
    • Extreme.Data.Stata
    • Extreme.Data.Text
    • Extreme.DataAnalysis
    • Extreme.DataAnalysis.Linq
    • Extreme.DataAnalysis.Models
    • Extreme.Mathematics
    • Extreme.Mathematics.Algorithms
    • Extreme.Mathematics.Calculus
    • Extreme.Mathematics.Calculus.OrdinaryDifferentialEquations
    • Extreme.Mathematics.Curves
    • Extreme.Mathematics.Curves.Nonlinear
    • Extreme.Mathematics.Distributed
    • Extreme.Mathematics.EquationSolvers
    • Extreme.Mathematics.Generic
    • Extreme.Mathematics.LinearAlgebra
    • Extreme.Mathematics.LinearAlgebra.Implementation
    • Extreme.Mathematics.LinearAlgebra.IterativeSolvers
    • Extreme.Mathematics.LinearAlgebra.IterativeSolvers.Preconditioners
    • Extreme.Mathematics.Optimization
    • Extreme.Mathematics.Optimization.LineSearches
    • Extreme.Mathematics.Random
    • Extreme.Mathematics.SignalProcessing
    • Extreme.Providers
    • Extreme.Providers.InteropServices
    • Extreme.Statistics
    • Extreme.Statistics.Distributions
    • Extreme.Statistics.Multivariate
    • Extreme.Statistics.Tests
    • Extreme.Statistics.TimeSeriesAnalysis
  • Extreme.Statistics.Tests
    • AndersonDarlingDistribution Class
    • AndersonDarlingTest Class
    • AnovaPostHocTest Class
    • BartlettTest Class
    • ChiSquareGoodnessOfFitTest Class
    • Exactness Enumeration
    • FTest Class
    • GeneralizedEsdTest Class
    • GrubbsTest Class
    • HypothesisTest Class
    • HypothesisType Enumeration
    • KruskalWallisTest Class
    • LeveneTest Class
    • LeveneTestLocationMeasure Enumeration
    • LjungBoxTest Class
    • MannWhitneyTest(T) Class
    • McNemarTest Class
    • MultiSampleTest(T) Class
    • OneSampleChiSquareTest Class
    • OneSampleKolmogorovSmirnovTest Class
    • OneSampleTest Class
    • OneSampleTest(T) Class
    • OneSampleTTest Class
    • OneSampleZTest Class
    • OneSampleZTestOfProportion Class
    • RunsTest(T) Class
    • SamplePairing Enumeration
    • ShapiroWilkTest Class
    • SimpleHypothesisTest Class
    • StuartMaxwellTest Class
    • StudentizedRangeDistribution Class
    • TwoSampleKolmogorovSmirnovTest Class
    • TwoSampleTest Class
    • TwoSampleTest(T) Class
    • TwoSampleTTest Class
    • TwoSampleZTest Class

Extreme.Statistics.Tests Namespace

Extreme Optimization Numerical Libraries for .NET Professional
The Extreme.Statistics.Tests namespace contains classes that represent hypothesis tests.
Classes

  ClassDescription
Public classAndersonDarlingDistribution
Represents the distribution of the Anderson-Darling statistic A2.
Public classAndersonDarlingTest
Represents an Anderson-Darling test that a sample is normally distributed.
Public classAnovaPostHocTest
Represents a post hoc test for equality of group means of a one-way Analysis of Variance (ANOVA).
Public classBartlettTest
Represents Bartlett's test that a set of samples have the same variance.
Public classChiSquareGoodnessOfFitTest
Represents a test that a sample comes from a specified distribution.
Public classFTest
Represents a test that the ratio between the population variances of two samples is equal to a specific value.
Public classGeneralizedEsdTest
Represents a Generalized Extreme Studentized Deviate (ESD) test for multiple outliers in a sample.
Public classGrubbsTest
Represents a Grubbs test for detecting a single outlier.
Public classHypothesisTest
Serves as an abstract base class for classes that represent a hypothesis test.
Public classKruskalWallisTest
Represents the Kruskal-Wallis test.
Public classLeveneTest
Represents Levene's test that a set of samples have the same variance.
Public classLjungBoxTest
Represents the Ljung-Box test that a sample is not auto-correlated.
Public classMannWhitneyTestT
Represents a non-parametric test that two samples are from the same distribution.
Public classMcNemarTest
Represents a McNemar test on paired proportions.
Public classMultiSampleTestT
Represents a HypothesisTest based on two or more samples.
Public classOneSampleChiSquareTest
Represents a test that the population variance of a VectorT is equal to a specific value.
Public classOneSampleKolmogorovSmirnovTest
Represents a test that a sample comes from a specified distribution.
Public classOneSampleTest
Represents a HypothesisTest based on a single sample.
Public classOneSampleTestT
Public classOneSampleTTest
Represents a test that the population mean of a VectorT is equal to a specific value.
Public classOneSampleZTest
Represents a test that the population population mean of a VectorT is equal to a specific value when the population variance is known.
Public classOneSampleZTestOfProportion
Represents a test that a proportion in a population equals a specific proportion.
Public classRunsTestT
Represents the runs test of randomness.
Public classShapiroWilkTest
Represents the Shapiro-Wilk test that a sample is normally distributed.
Public classSimpleHypothesisTest
Represents a hypothesis test that verifies a statistic with known distribution.
Public classStuartMaxwellTest
Represents a Stuart-Maxwell test
Public classStudentizedRangeDistribution
Represents the studentized range distribution.
Public classTwoSampleKolmogorovSmirnovTest
Represents a test that two samples come from the same, unspecified distribution.
Public classTwoSampleTest
Represents a HypothesisTest based on two samples.
Public classTwoSampleTestT
Represents a HypothesisTest based on two samples.
Public classTwoSampleTTest
Represents a test that the difference between the population means of two samples is equal to a specific value.
Public classTwoSampleZTest
Represents a test that the difference between two proportions of independent samples is significant.
Enumerations

  EnumerationDescription
Public enumerationExactness
Enumerates the possible values that specify whether the calculations for a hypothesis test should be exact or use an approximation.
Public enumerationHypothesisType
Enumerates the possible values for a hypothesis test.
Public enumerationLeveneTestLocationMeasure
Enumerates the ways the central tendency of a sample is calculated in Levene's test.
Public enumerationSamplePairing
Enumerates the possible ways to relate two samples in a two sample hypothesis test.

Copyright (c) 2004-2021 ExoAnalytics Inc.

Send comments on this topic to support@extremeoptimization.com

Copyright © 2004-2021, Extreme Optimization. All rights reserved.
Extreme Optimization, Complexity made simple, M#, and M Sharp are trademarks of ExoAnalytics Inc.
Microsoft, Visual C#, Visual Basic, Visual Studio, Visual Studio.NET, and the Optimized for Visual Studio logo
are registered trademarks of Microsoft Corporation.