Click or drag to resize
Accord.NET (logo)

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
)
Request Example View Source

Parameters

statistic
Type: SystemDouble
d1
Type: SystemInt32
d2
Type: SystemInt32
alternate
Type: Accord.Statistics.TestingTwoSampleHypothesis
See Also