Community Profile

photo

Naveen Kannegundla


Active since 2014

Followers: 0   Following: 0

Message

Statistics

Feeds

View by

Question


how to generate normal gaussian distribution using randraw funtion?
how to generate normal gaussian distribution using randraw funtion? Y = randraw(alpha, [0 1],1, 1000); plot(Y) i am ge...

9 years ago | 1 answer | 0

1

answer

Question


Assume that the random variable X follows a uniform distribution given by the expression 1/20 for -10<=x<=10, else 0. find pdf of Y Y=2X^4
syms X Y Xk k X=-10+(20)*rand(1,20); g=2.*X.^4; g1= diff(g); k = 1:1:2; Y=0:1:20; Xk=(-1).^k.*(Y./2).^(1./4)...

9 years ago | 0 answers | 0

0

answers