Accurately compute exact statistical power. Plan research studies using binomial models. Optimize sample sizes today.
Statistical power represents the probability that a test correctly rejects a false null hypothesis. In non-parametric statistics, the sign test serves as a valuable alternative to the one-sample t-test when data fail to meet normality assumptions. By evaluating direction changes rather than raw magnitudes, researchers gain robust inference capabilities. Calculating power beforehand ensures adequate resource allocation and prevents underpowered studies that miss true effects.
The sign test relies directly on the binomial distribution. Given sample size $n$ and hypothesized probability $p$, the exact probability of observing $k$ positive differences is computed via:
$$P(X = k) = \binom{n}{k} p^k (1-p)^{n-k}$$
Critical regions are established based on the significance level $\alpha$, and statistical power is determined by summing the binomial probabilities over the critical rejection regions under the alternative proportion $p_1$.
Important Note: All the Calculators listed in this site are for educational purpose only and we do not guarentee the accuracy of results. Please do consult with other sources as well.