In class, we showcase how to use the rejection sampling method with 𝑔 ( 𝑥 ) below to generate random samples from the probability function below. x x1 x2 p(x) 0.6 0.4 Suppose we use the discrete uniform as our g(x). Namely, 𝑔 ( 𝑥 1 ) = 𝑔 ( 𝑥 2 ) . When we generate 800 samples of x1 from 𝑔 ( 𝑥 ) , how many of these samples will be accepted?单项选择题
登录即可查看完整答案
我们收录了全球超50000道真实原题与详细解析,现在登录,立即获得答案。
类似问题
Let 𝑓 ( 𝑥 ) = 𝑐 𝑜 𝑠 ( 𝑥 ) , for 𝑥 ∈ [ 0 , 𝜋 / 2 ] . Suppose we want to sample 𝑓 ( 𝑥 ) through the rejection method, with 𝑈 𝑛 𝑖 𝑓 ( 0 , 𝜋 / 2 ) as the candidate density. What is the multiplicative constant M?
Consider the probability function as follows. We want to generate random samples from p(x) through the rejection method. x 0 1 2 p(x) 1/3 2/5 4/15 Suppose we have two candidate probability functions: (1) x 0 1 2 g1(x) 1/3 1/3 1/3 (2) x 0 1 2 g2(x) 1/2 1/4 1/4 Which candidate probability function is more efficient in the best-case scenario?
Let 𝑓 ( 𝑥 ) = 𝑠 𝑖 𝑛 ( 𝑥 ) , for 𝑥 ∈ [ 0 , 𝜋 / 2 ] . Would the following R code generate the random samples of f(x)? m <- 1000 u <- runif(m) x <- u * pi / 2-----------------------------------------------------(1) M <- max(sin(x) / (2 / pi))---------------------------------------(2) x_accepted <- x[which(u <= sin(x) / (M * (2 / pi)))] ----------(3)
Considering the rejection method algorithm, all the required conditions are satisfied with the candidate density 𝑔 ( 𝑥 ) and multiplicative constant M, what is the range of 𝑓 ( 𝑥 ) 𝑀 𝑔 ( 𝑥 ) ?
更多留学生实用工具
希望你的学习变得更简单
加入我们,立即解锁 海量真题 与 独家解析,让复习快人一步!