Sum Distribution Calculator (ΣX)
Free sum distribution calculator. Sampling distribution of ΣX. E(ΣX)=nμ, SD(ΣX)=σ√n. P(ΣX ≤ s), P(ΣX
Why This Statistical Analysis Matters
Why: Statistical calculator for analysis.
How: Enter inputs and compute results.
ΣX Distribution — Mean nμ, SD σ√n, Probabilities for Sums
Sampling distribution of the sum of n observations. E(ΣX)=nμ, SD(ΣX)=σ√n. P(ΣX ≤ s), P(ΣX ≥ s), P(a ≤ ΣX ≤ b). Step-by-step breakdown.
Real-World Scenarios — Click to Load
Input Mode
Probability Query
ΣX Distribution (Normal) — Shaded Probability Region
Individual X ~ N(μ, σ²)
Sum ΣX ~ N(nμ, nσ²)
SD(ΣX) = σ√n vs Sample Size
Calculation Breakdown
For educational and informational purposes only. Verify with a qualified professional.
Key Takeaways
- For iid X₁, X₂, ..., Xₙ: E(ΣX) = nμ, SD(ΣX) = σ√n, Var(ΣX) = nσ²
- By CLT (large n): ΣX ~ N(nμ, nσ²) — the sum is approximately normal
- Z = (ΣX − nμ) / (σ√n) — standardized sum for probability lookups
- P(ΣX ≤ s) = Φ((s − nμ)/(σ√n)); P(ΣX ≥ s) = 1 − P(ΣX ≤ s)
- P(a ≤ ΣX ≤ b) = Φ((b−nμ)/(σ√n)) − Φ((a−nμ)/(σ√n))
- Use population parameters (μ, σ) or derive from a discrete P(x) table
Did You Know?
Expert Tips
From discrete table
If you have x and P(x), compute μ = Σx·P(x) and σ² = Σ(x−μ)²·P(x).
Small n
For small n, normal approximation may be poor. Use exact distribution if known (e.g., sum of dice).
Independence
Formulas assume iid. Correlated observations require different variance formulas.
Units
Keep units consistent: if μ is in kg, ΣX is in kg; σ√n has same units as σ.
Frequently Asked Questions
What is the sum distribution?
The sampling distribution of ΣX = X₁+...+Xₙ. For iid observations, E(ΣX)=nμ and SD(ΣX)=σ√n. By CLT, it is approximately normal for large n.
When can I use the normal approximation?
Rule of thumb: n≥30 for many populations. For skewed distributions, larger n may be needed.
How do I get μ and σ from a P(x) table?
μ = Σ x·P(x), σ² = Σ (x−μ)²·P(x). Ensure probabilities sum to 1.
What is the difference between sum and mean distribution?
Sum: mean nμ, SD σ√n. Mean X̄: mean μ, SD σ/√n. They are related: ΣX = n·X̄.
Can I use this for non-normal populations?
Yes. The CLT says the sum approaches normal regardless of population shape, for large n.
What if my probabilities do not sum to 1?
The discrete P(x) table must have ΣP(x)=1. Normalize by dividing each P(x) by the total before computing μ and σ.
How accurate is the normal approximation for small n?
For n<30, the approximation can be poor for skewed populations. Consider simulation or exact methods.
Relationship to sample mean?
ΣX = n·X̄. So E(ΣX)=nμ and SD(ΣX)=n·(σ/√n)=σ√n.
Formulas at a Glance
Worked Example
Example: Packages have μ=2 kg, σ=0.3 kg. For n=50, find P(total weight ≤ 105 kg).
Step 1: E(ΣX) = nμ = 50 × 2 = 100 kg
Step 2: SD(ΣX) = σ√n = 0.3 × √50 ≈ 2.12 kg
Step 3: Z = (105 − 100) / 2.12 ≈ 2.36
Step 4: P(ΣX ≤ 105) = Φ(2.36) ≈ 0.991 (99.1%)
Official Data Sources
Disclaimer: This calculator uses the normal approximation (CLT) for the sum distribution. For small n or highly skewed populations, results may be approximate. For exact probabilities (e.g., sum of dice), consider convolution or simulation.
Related Calculators
Central Limit Theorem Calculator
Interactive Central Limit Theorem demonstration. See how sample means become normally distributed regardless of population shape.
StatisticsNormal Probability Calculator for Sampling Distributions
Calculate P(X̄ ≤ x), P(X̄ ≥ x), and P(a ≤ X̄ ≤ b) for the sampling distribution of the sample mean. Uses the Central Limit Theorem with optional finite...
StatisticsContinuity Correction Calculator
Apply continuity correction when approximating binomial or Poisson distributions with the normal. Compare exact vs corrected vs uncorrected.
StatisticsEmpirical Rule Calculator
Apply the 68-95-99.7 rule to normal distributions. Given mean and SD, see what percentage falls within 1, 2, 3 standard deviations. Compare with Chebyshev.
StatisticsNegative Binomial Distribution Calculator
Number of trials to achieve r successes. Generalizes geometric (r=1). Calculate P(X=k), P(X≤k), P(a≤X≤b) with PMF bar chart, CDF step chart, and normal...
StatisticsInverse Normal Distribution Calculator
Find the x-value (quantile/percentile) given a probability for the normal distribution. The reverse of the normal CDF. Probit function, left/right/two-tailed.
Statistics