|
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
)
Public Function GetDiferentiableUnits (
var1 As Double,
var2 As Double
) As Double
Request Example
View SourceParameters
- var1
- Type: SystemDouble
The variance for the first sample. - var2
- Type: SystemDouble
The variance for the second sample.
Return Value
Type:
DoubleThe minimum difference in means which can be detected by the test.
See Also