Question: Write down the pdf's of the random variables generated by each the following codes: 1) f(x)=?? f.sim= function(n){ b = rbinom(n,1,0.2) b*rnorm(n,10,1)+(1-b)*rnorm(n,10,10) } 2) g(x)=??

Write down the pdf's of the random variables generated by each the following codes:

1) f(x)=??

f.sim= function(n){

b = rbinom(n,1,0.2)

b*rnorm(n,10,1)+(1-b)*rnorm(n,10,10)

}

2) g(x)=??

g.sim =function(n){

b=2*rbinom(n,1,0.5)-1

b*rexp(n,10)

}

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Mathematics Questions!