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


Extreme Optimization Statistics Library for .NET

OneSampleTest Class

Represents a HypothesisTest based on a single sample.

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

System.Object
   HypothesisTest
      OneSampleTest

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

Remarks

Use the OneSampleTest class as a base class for a statistical test based on a single sample. This class adds the Sample property, which can be used to get or set the sample for the test. 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.

Requirements

Namespace: Extreme.Statistics.Tests

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

See Also

OneSampleTest Members | Extreme.Statistics.Tests Namespace