Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Students also viewed these Mathematics questions