estimateSampleSize

open fun estimateSampleSize(desiredHW: Double, level: Double = confidenceLevel): Long

Estimates the number of observations needed in order to obtain a confidence interval with plus/minus the provided half-width. Uses the normal approximation method

Return

the estimated sample size

Parameters

desiredHW

the desired half-width, must be greater than zero

level

the confidence level for the calculation. Defaults to the statistic's current confidence level.