|
FTestCompute Method
|
Computes the F-test.
Namespace:
Accord.Statistics.Testing
Assembly:
Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax protected void Compute(
double statistic,
int d1,
int d2,
TwoSampleHypothesis alternate
)
Protected Sub Compute (
statistic As Double,
d1 As Integer,
d2 As Integer,
alternate As TwoSampleHypothesis
)
Request Example
View SourceParameters
- statistic
- Type: SystemDouble
- d1
- Type: SystemInt32
- d2
- Type: SystemInt32
- alternate
- Type: Accord.Statistics.TestingTwoSampleHypothesis
See Also