Click or drag to resize
Accord.NET (logo)

BaseOneSamplePowerAnalysisGetDiferentiableUnits Method

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

Parameters

standardDeviation
Type: SystemDouble
The standard deviation for the samples.

Return Value

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