Enter the mean, standard deviation and lower/upper bounds to compute the probability (area under the normal curve) for that interval, useful for cumulative probabilities and quantile ranges.
📐 计算公式 / 原理
P(a ≤ X ≤ b) = [Φ((b−μ)/σ) − Φ((a−μ)/σ)] × 100%;Φ 为标准正态累积分布函数