|
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
)
Public Function GetDiferentiableUnits (
standardDeviation As Double
) As Double
Request Example
View SourceParameters
- standardDeviation
- Type: SystemDouble
The standard deviation for the samples.
Return Value
Type:
DoubleThe minimum difference in means which can be detected by the test.
See Also