Click or drag to resize
Accord.NET (logo)

BaseOneSamplePowerAnalysisComputeEffect Method

Computes the minimum detectable effect size for the test considering the power given in Power, the number of samples in Samples and the significance level Size.

Namespace:  Accord.Statistics.Testing.Power
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
public virtual void ComputeEffect()
Request Example View Source

Return Value

Type: 
The minimum detectable effect size for the test under the given conditions.
See Also