|
BaseTwoSamplePowerAnalysisComputeSize Method
|
Computes the minimum significance level for the test
considering the power given in
Power, the
number of samples in
TotalSamples and the
effect size
Effect.
Namespace:
Accord.Statistics.Testing.Power
Assembly:
Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax public virtual void ComputeSize()
Public Overridable Sub ComputeSize
Request Example
View SourceReturn Value
Type:
The minimum detectable
effect
size for the test under the given conditions.
See Also