|
ChiSquareTestCompute Method
|
Computes the Chi-Square Test.
Namespace:
Accord.Statistics.Testing
Assembly:
Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax protected void Compute(
double statistic,
int degreesOfFreedom
)
Protected Sub Compute (
statistic As Double,
degreesOfFreedom As Integer
)
Request Example
View SourceParameters
- statistic
- Type: SystemDouble
- degreesOfFreedom
- Type: SystemInt32
See Also