Represents a test that the population variance of a
VectorT is equal to a specific value.
SystemObject Extreme.Statistics.TestsHypothesisTest Extreme.Statistics.TestsOneSampleTestDouble Extreme.Statistics.TestsOneSampleTest Extreme.Statistics.TestsOneSampleChiSquareTest
Namespace:
Extreme.Statistics.Tests
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public class OneSampleChiSquareTest : OneSampleTest
Public Class OneSampleChiSquareTest
Inherits OneSampleTest
public ref class OneSampleChiSquareTest : public OneSampleTest
type OneSampleChiSquareTest =
class
inherit OneSampleTest
end
The OneSampleChiSquareTest type exposes the following members.
Top
Top
Top
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 VectorT,
or by specifying the SampleVariance and the SampleSize.
A confidence interval for the variance of the sample can be obtained using the
GetConfidenceInterval(Double) method.
Reference