Quiz Space

Statistical Computing · Quiz 1 · 25 Feb 2024 · January 2024 term

Question 5: Which among the following will act as the best proposal d…

Question 5

+2 marksOne correct option

Use the following information and answer the given subquestions.

Which among the following will act as the best proposal distribution for sampling from X?

  1. A

    Binomial(2, 0.3)

  2. B

    Binomial(2, 0.7)

  3. C

    Binomial(2, 0.5)

  4. D

    Binomial(2, 0.1)

Show answer

Correct answer

  • B

    Binomial(2, 0.7)

Question 5 of 12 in the IIT Madras BS Statistical Computing (Statistical Computing) Quiz 1 paper sat on 25 Feb 2024, in the January 2024 term (IIT M DEGREE AN2 EXAM QDB2 25 Feb 2024). It carries 2 marks.

More questions from this paper

  1. Q1Figure question
  2. Q2Figure question
  3. Q3Which among the following method can be used to sample from the Beta(2, 0.5) distribution?
  4. Q4Figure question
  5. Q6Use the following information and answer the given subquestions.
  6. Q7Construct X with distribution F from U using the inverse transform method.
  7. Q8Suppose using the pseudo random generator, we obtain a realization u = 0.2573 of U and we simulate the random variable …
  8. Q9Which among the following are true?
  9. Q10Find the probability of acceptance for the accept-reject. Enter the answer correct to two decimal places.
  10. Q11Which of the following are true about the given code snippet?
  11. Q12Given code snippet generates a random variable X. Find the probability mass function f(x) of X.