Normal Distribution probability

Cards (10)

  • What is the normal distribution?

    A **bell-shaped** probability distribution that is **symmetrical** about the mean, where most data points cluster around the mean.
  • What are the key properties of a normal distribution?
    • **Symmetrical** about the mean.
    • Mean, median, and mode are **equal**.
    • **68%** of data lies within ±1σ\pm1\sigma of the mean.
    • **95%** of data lies within ±2σ\pm2\sigma of the mean.
    • **99.7%** of data lies within ±3σ\pm3\sigma of the mean.
  • What is the standard normal distribution?

    A normal distribution with a mean of 00 and a standard deviation of 11, denoted as ZN(0,1)Z \sim N(0, 1).
  • How do you standardize a normal distribution?

    Use the formula: Z=Z =Xμσ \frac{X - \mu}{\sigma}, where:
    • XX = data point,
    • μ\mu = mean,
    • σ\sigma = standard deviation.
  • What is the z-score?

    A measure of how many **standard deviations** a data point is from the mean. Calculated as: Z=Z =Xμσ \frac{X - \mu}{\sigma}.
  • What is the notation for a normal distribution?
    It is denoted as N(μ,σ2)N(\mu, \sigma^2), where μ\mu is the mean and σ2\sigma^2 is the variance.
  • What percentage of data lies within 1 standard deviation (σ\sigma) of the mean in a normal distribution?

    Approximately **68%** of the data lies within μ±σ\mu \pm \sigma.
  • What percentage of data lies within 2 standard deviations (2σ2\sigma) of the mean in a normal distribution?

    Approximately **95%** of the data lies within μ±2σ\mu \pm 2\sigma.
  • What percentage of data lies within 3 standard deviations (3σ3\sigma) of the mean in a normal distribution?

    Approximately **99.7%** of the data lies within μ±3σ\mu \pm 3\sigma.
  • What is the inverse normal function used for?
    It finds the value of xx given a cumulative probability pp in a normal distribution, denoted as X=X =invNorm(p,μ,σ) \text{invNorm}(p, \mu, \sigma).