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


Extreme Optimization Statistics Library for .NET

OneSampleChiSquareTest Class

Represents a test that the population variance of a NumericalVariable is equal to a specific value.

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

System.Object
   HypothesisTest
      OneSampleTest
         OneSampleChiSquareTest

[Visual Basic]
Public Class OneSampleChiSquareTest
Inherits OneSampleTest
[C#]
public class OneSampleChiSquareTest : OneSampleTest

Remarks

Use the OneSampleChiSquareTest class to test the hypothesis that the variance of a variable variable is equal to a specified value.

The sample data can be supplied either as a NumericalVariable, or by specifying the SampleVariance and the SampleSize.

A confidence interval for the variance of the sample can be obtained using the GetConfidenceInterval method.

Requirements

Namespace: Extreme.Statistics.Tests

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

See Also

OneSampleChiSquareTest Members | Extreme.Statistics.Tests Namespace