Save
Maths U4
Statistics
Normal Distribution probability
Save
Share
Learn
Content
Leaderboard
Share
Learn
Created by
Shahd
Visit profile
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
±
1
σ
of the mean.
**
95%
** of data lies within
±
2
σ
\pm2\sigma
±
2
σ
of the mean.
**
99.7%
** of data lies within
±
3
σ
\pm3\sigma
±
3
σ
of the mean.
What is the
standard normal distribution
?
A normal distribution with a
mean
of
0
0
0
and a
standard deviation
of
1
1
1
,
denoted
as
Z
∼
N
(
0
,
1
)
Z \sim N(0, 1)
Z
∼
N
(
0
,
1
)
.
How do you
standardize
a normal distribution?
Use the
formula
:
Z
=
Z =
Z
=
X
−
μ
σ
\frac{X - \mu}{\sigma}
σ
X
−
μ
, where:
X
X
X
=
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 =
Z
=
X
−
μ
σ
\frac{X - \mu}{\sigma}
σ
X
−
μ
.
What is the notation for a normal distribution?
It is denoted as
N
(
μ
,
σ
2
)
N(\mu, \sigma^2)
N
(
μ
,
σ
2
)
, where
μ
\mu
μ
is the
mean
and
σ
2
\sigma^2
σ
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
2
σ
) of the mean in a normal distribution?
Approximately **
95%
** of the data lies within
μ
±
2
σ
\mu \pm 2\sigma
μ
±
2
σ
.
What percentage of data lies within 3 standard deviations (
3
σ
3\sigma
3
σ
) of the mean in a normal distribution?
Approximately **
99.7%
** of the data lies within
μ
±
3
σ
\mu \pm 3\sigma
μ
±
3
σ
.
What is the inverse normal function used for?
It finds the value of
x
x
x
given a
cumulative probability
p
p
p
in a
normal distribution
, denoted as
X
=
X =
X
=
invNorm
(
p
,
μ
,
σ
)
\text{invNorm}(p, \mu, \sigma)
invNorm
(
p
,
μ
,
σ
)
.