Continuous distributions

Practicing Statistics Interview Questions in R

Zuzanna Chmielewska

Actuary

Discrete vs continuous

Discrete uniform distribution

Continuous uniform distribution

Practicing Statistics Interview Questions in R

Discrete vs continuous

Discrete uniform distribution

$k$ $P(X = k)$
$1$ $0.2$
$2$ $0.2$
$3$ $0.2$
$4$ $0.2$
$5$ $0.2$

Continuous uniform distribution

Practicing Statistics Interview Questions in R

Discrete vs continuous

Discrete uniform distribution

$k$ $P(X = k)$
$1$ $0.2$
$2$ $0.2$
$3$ $0.2$
$4$ $0.2$
$5$ $0.2$

Continuous uniform distribution

$ P(X=k)=0 $

$[a, b]$ $P(a \le X < b)$
$[1, 2]$ $0.25$
$[2, 3]$ $0.25$
$[3, 4]$ $0.25$
$[4, 5]$ $0.25$

(for example)

Practicing Statistics Interview Questions in R

density function

Practicing Statistics Interview Questions in R

density function

Practicing Statistics Interview Questions in R

density function

Practicing Statistics Interview Questions in R

Normal distribution

the density plot for a normal distribution

  • bell-curve shape
  • fundamental to
    • sampling
    • hypothesis testing
  • 68-95-99.7 rule
Practicing Statistics Interview Questions in R

the density plot for a normal distribution with the shaded area plus/minus one standard deviation from the mean

Practicing Statistics Interview Questions in R

the density plot for a normal distribution with the shaded area plus/minus one standard deviation from the mean

Practicing Statistics Interview Questions in R

the density plot for a normal distribution with the shaded area plus/minus one standard deviation from the mean

Practicing Statistics Interview Questions in R
rnorm(n)

the density plot for a normal distribution with the points appearing on the x-axis

Practicing Statistics Interview Questions in R
dnorm(x)

the density plot for a normal distribution with the points appearing on the function

Practicing Statistics Interview Questions in R
pnorm(q)

the density plot for a normal distribution with shaded areas under the curve

Practicing Statistics Interview Questions in R
hist(x)

a histogram

Practicing Statistics Interview Questions in R

Summary

  • difference between discrete and continuous distributions
  • density functions
  • normal distribution (incl. 68-95-99.7 rule)
  • probability functions in R
  • histograms
Practicing Statistics Interview Questions in R

Let's practice!

Practicing Statistics Interview Questions in R

Preparing Video For Download...