Enter the acceptable margin of error, confidence level and population standard deviation to estimate the minimum sample size for a mean, planning sample counts with sufficient precision.
📐 计算公式 / 原理
均值估计 n = ⌈(z·σ / e)²⌉;比例估计 n = ⌈z²·p(1−p) / e²⌉
按给定置信水平反解 z 后估计最小样本量:均值估计用 n = (z·σ/e)²,其中 σ 为总体标准差估计、e 为允许误差;比例估计用 n = z²·p(1−p)/e²,p 为预期比例。结果向上取整到整数,用于调查与实验的抽样规划。