Home > Extreme Optimization Statistics Library for .NET > Reference > Extreme.Statistics.Tests Namespace


Extreme Optimization Statistics Library for .NET

MultiSampleTest Class

Represents a HypothesisTest based on two or more samples.

For a list of all members of this type, see MultiSampleTest Members.

System.Object
   HypothesisTest
      MultiSampleTest

[Visual Basic]
MustInherit Public Class MultiSampleTest
Inherits HypothesisTest
[C#]
public abstract class MultiSampleTest : HypothesisTest

Remarks

Use the MultiSampleTest class as a base class for a statistical test based on multiple samples. This class adds the Samples property, which is of type VariableCollection, and can be used to retrieve, add, and remove the collection of samples.

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.

Requirements

Namespace: Extreme.Statistics.Tests

Assembly: Extreme.Statistics (in Extreme.Statistics.dll)

See Also

MultiSampleTest Members | Extreme.Statistics.Tests Namespace