Home > Extreme Optimization Statistics Library for .NET > Reference > Extreme.Statistics.Tests Namespace
Represents a HypothesisTest based on two samples.
For a list of all members of this type, see TwoSampleTest Members.
System.Object
HypothesisTest
TwoSampleTest
Use the TwoSampleTest class as a base class for a statistical test based on two samples. This class adds the Sample1 and Sample2 properties, which can be used to get or set the samples. It also provides a constructor that allows this property to be set at the time of construction.
This is an abstract base class and cannot be instantiated directly.
Note to inheritors: You must override CalculateStatistic. You must also set the Distribution property, either in the constructor or in your CalculateStatistic implementation. If applicable, you should override GetConfidenceInterval.
Namespace: Extreme.Statistics.Tests
Assembly: Extreme.Statistics (in Extreme.Statistics.dll)
TwoSampleTest Members | Extreme.Statistics.Tests Namespace