Home page for accesible maths

Style control - access keys in brackets

Font (2 3) - + Letter spacing (4 5) - + Word spacing (6 7) - + Line spacing (8 9) - +

Quiz questions

  1. 1.

    Valid PDFs Which of the following are valid probability density functions?
    (1) fX(x)={20<x<20otherwise
    (2) fX(x)={2x/3-1<x<20otherwise
    (3) fX(x)={xexp(-x)0<x<0otherwise

    A: All of them B: (2) only C: (2) and (3) D: (3) only E: None of them

  2. 2.

    Vaild CDFs Which of the following are valid cumulative distribution functions?
    (1) FX(x)={x0<x<10otherwise

    (2) FX(x)={0x-31/2+x3/54-3<x<31x3

    (3) FX(x)={λexp(-λx)x>00otherwise

    A: All of them B: (2) only C: (2) and (3) D: (3) only E: None of them

  3. 3.

    Inverse gamma Let YGamma(α,β) with α>2. What is E(1/Y)?
    A: βα, B: βα-1 C: αβ D: 1βα E:1β(α-1)

  4. 4.

    Sampling Bernoulli Which command will provide you with 30 samples from a Bernoulli distribution with probability 0.8 of observing a 1?

    rbern(30,0.8)

    pbern(30,0.8)

    rbinom(30,1,0.8)

    pbinom(30,1,0.8)

    runif(30)<0.8

  5. 5.

    Gamma probability What is the probability that a Gamma(10,5) random variable lies between 2 and 4? (A) 0.4125,  (B) 0.4529,  (C) 0.5013,  (D) 0.5612,  (E) 0.6210