1001Ferramentas
📊 Calculators

Finite Population Sample Size Calculator

Computes sample size for a finite population N applying finite population correction with proportion p and confidence z score.

Statistical sample size

Three things drive the statistical sample size: the margin of error E you can live with, the confidence level you pick (1.96 for 95%, 2.576 for 99%), and the population N when it happens to be finite. Cochran laid out the classic version back in 1977 as n₀ = z² · p · (1−p) / E², with a finite-population correction on top: n = n₀ / (1 + (n₀ − 1)/N). For a quantitative variable whose variance σ² you don't know, you fall back on n = (z·σ/E)². Plug in N = 10,000, 95% confidence, E = 5% and p = 0.5 and you land near n ≈ 370.

Applications

It shows up in opinion polling (Datafolha, IBOPE), in the big social and economic surveys (IBGE PNAD, POF), in industrial sampling that follows the ABNT NBR 5426 standards, and in academic work headed for an ethics committee or a clinical trial plan.

FAQ

Why does the sample size plateau for large N? Cochran's correction converges, so past roughly 100,000 the required n hardly budges. A 1,067-respondent sample at 95% CI and E = 3% already covers populations in the millions.

What if I don't know σ? Run a small pilot study, borrow a figure from the literature, or for normally distributed data lean on the range/4 or range/6 rule.

Stratified or simple random sampling? When each stratum is fairly homogeneous inside, stratified sampling cuts the variance for the same n. Just remember to split n across the strata proportionally, or by Neyman allocation.

Related Tools

🎯

One-Proportion z-Test

Computes the one-proportion z-test statistic, used to check whether the proportion observed in a sample differs from a hypothesized value. For example: out of 100 voters, 45 approve a measure — is that compatible with 50% in the population? The statistic divides the difference between the observed and hypothesized proportions by the standard error computed under the null hypothesis. It applies when the sample size is large enough for the normal approximation. Enter the successes, the total and the hypothesized proportion.

📐

Cohen's h (Effect Size for Proportions)

Computes Cohen's h, the effect-size measure for the difference between two proportions. Comparing proportions directly is misleading, because the same arithmetic difference weighs differently near the middle (0.5) and near the ends (0 or 1). Cohen's h fixes this by applying the arcsine transformation, which stabilizes the variance, before measuring the distance. Usual convention: 0.2 is small, 0.5 medium and 0.8 large. Enter the two proportions (between 0 and 1).

🎲

Common-Language Effect Size (CLES)

Computes the common-language effect size (CLES), also called the probability of superiority. It's the most intuitive way to communicate a difference between groups: the probability that a value drawn from the first group is larger than a value drawn from the second. A CLES of 0.70 means that, in 70% of random comparisons, the first group wins. Ties count as half. It's the friendly version of Cliff's delta. Enter the two groups of values.

📐

Eta-Squared (Effect Size)

Computes eta-squared (η²), an effect-size measure for analysis of variance, from the F-statistic and the degrees of freedom. While the F-test says whether there's a significant difference between groups, η² says how much of that difference the grouping variable explains — the proportion of total variance attributable to the groups. It's essential for reporting ANOVA results beyond the p-value. Enter the F-statistic and the numerator and denominator degrees of freedom.

📉

One-Sample Variance Test (Chi-Square)

Computes the chi-square test for the variance of a single sample, which checks whether the population variance equals a reference value. It's the dispersion counterpart of the one-sample t-test for the mean. It shows up often in quality control: is a process's variability within the specified limit, or has it increased? The statistic compares the sample variance with the hypothesized one and follows a chi-square distribution. Enter the sample and the hypothesized variance (σ₀²).

🧪

One-Sample t-Test Calculator

Calculate the t-statistic for a one-sample t-test from the mean, standard deviation and sample size. Compare your sample mean against a reference value.

The results provided by this tool are for general informational and educational purposes only and do not constitute professional, financial, medical, legal, tax or accounting advice. Always confirm important decisions with a qualified professional and official sources.