Click or drag to resize
Accord.NET (logo)

BaseTwoSamplePowerAnalysisGetDiferentiableUnits Method (Double, Double)

Gets the minimum difference in the experiment units to which it is possible to detect a difference.

Namespace:  Accord.Statistics.Testing.Power
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
public double GetDiferentiableUnits(
	double var1,
	double var2
)
Request Example View Source

Parameters

var1
Type: SystemDouble
The variance for the first sample.
var2
Type: SystemDouble
The variance for the second sample.

Return Value

Type: Double
The minimum difference in means which can be detected by the test.
See Also