|
ChiSquareTest Constructor (Double, Int32)
|
Constructs a Chi-Square Test.
Namespace:
Accord.Statistics.Testing
Assembly:
Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax public ChiSquareTest(
double statistic,
int degreesOfFreedom
)
Public Sub New (
statistic As Double,
degreesOfFreedom As Integer
)
Request Example
View SourceParameters
- statistic
- Type: SystemDouble
The test statistic. - degreesOfFreedom
- Type: SystemInt32
The chi-square distribution degrees of freedom.
See Also