Quiz Space

Statistical Computing · Quiz 1 · 16 Jul 2023 · May 2023 term

Question 1: Consider an Accept-Reject method to draw samples from Bet…

Question 1

+3 marksOne or more correct options

Consider an Accept-Reject method to draw samples from Beta(3, 4) distribution. Which among the following can act as a proposal distribution? Select all that apply:

Select all that apply.

  1. A

    Normal(0, 4)

  2. B

    Uniform(0, 1/2)

  3. C

    Bernoulli{0, 1}

  4. D

    F(2, 2)

  5. E

    Beta(0.5, 0.5)

Show answer

Correct answers

  • A

    Normal(0, 4)

  • D

    F(2, 2)

  • E

    Beta(0.5, 0.5)

Question 1 of 12 in the IIT Madras BS Statistical Computing (Statistical Computing) Quiz 1 paper sat on 16 Jul 2023, in the May 2023 term (IIT M DEGREE AN2 EXAM QPE2 16 JULY 2023). It carries 3 marks.

More questions from this paper

  1. Q2Figure question
  2. Q3Figure question
  3. Q4The mixed congruential method is used to generate pseudorandom draw of size 1000 from U(0, 1). The histogram for the 10…
  4. Q5Figure question
  5. Q6To generate pseudorandom draws using the multiplicative congruential method, we have set seed \= 5, a = 7 and m = 4. Af…
  6. Q7Use the following information and answer the given subquestions.
  7. Q8An analyst advised to change the proposal distribution to Beta(2, 1). Shall we act upon his/her advice?
  8. Q9Select the correct statements from the following:
  9. Q10Find the probability of acceptance for the accept-reject if α = 3. Enter the answer correct to three decimal places.\ N…
  10. Q11Complete the function (1), in the given code snippet.
  11. Q12Which of the following is/are true about the given code snippet?