Click or drag to resize
Accord.NET (logo)

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

Return Value

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