Cumulative Distribution Calculator

Calculate the cumulative probability of a normal distribution at a chosen x value, using a mean and standard deviation.

Formula:
P(X ≤ x) = Φ(z), where z = (x − μ) / σ

Result will appear here.
Metric Value

Privacy: calculations run locally in your browser. No inputs are stored or transmitted.

How it works

This page computes the normal cumulative distribution function, which gives the probability that a normally distributed variable is less than or equal to x.

Example interpretation: if the result is 0.6915, then about 69.15% of values are expected to be at or below x.

Examples

  • x = 70, μ = 65, σ = 10
  • The result is the probability mass to the left of x on the normal curve.

When to use this tool

This tool is designed for quick, practical tasks such as everyday calculations, data formatting, or simple conversions. It is best used when you need fast results without installing software or using complex tools.

When to use

  • Quick checks or one-time calculations
  • Validating or converting data before using it elsewhere
  • Simple tasks that do not require advanced software

When not to use

  • Critical financial, legal, or medical decisions
  • Large-scale or automated processing
  • Situations requiring guaranteed precision beyond basic validation

Always review results before using them in important contexts.

About this tool

This tool helps you perform quick utility operations directly in your browser. It runs entirely in your browser without sending data to a server.

You can use this tool when handling simple tasks without installing additional software. The results should be interpreted as a processed output based on your input data.

FAQ

  • What does this cumulative distribution calculator compute?

    It computes the normal cumulative probability P(X ≤ x) for a chosen x, mean, and standard deviation.

  • What is a cumulative distribution value?

    A cumulative distribution value is the probability that a random variable is less than or equal to a specified value.

  • What formula is used?

    This page uses the normal CDF based on the error function: Φ(z) = 0.5 × (1 + erf(z / √2)).

  • Why must standard deviation be positive?

    Because the z score and normal CDF require division by the standard deviation.

  • Are calculations stored?

    No. Everything runs locally in your browser.

Related tools