Question: Question 1 Let x be a random variable with density f ( x ) = { C ( 4 x - x 2 ) ,

Question 1
Let x be a random variable with density
f(x)={C(4x-x2),0x30,otherwise
where CinR is some constant.
Draw the graph of this piece-wise density function. This always helps a great deal, when computing values of various atributes of the distribution
of x. It also helps to spot a possible error in computation, since often you can tell based on the graph of the density function whether certain
computed value is plausible or doesn't make any sense.
Part a)
Find the constant C.
Write your answer as
C=
For example, if you think the answer is 1234 you should create variable C as
IMPORTANT: Just typing 1234, or answer =1234 is not acceptable. Your answer will be graded automatically, and the test code expects you to
create a Python variable called C, and the code will test the value of C. Do not round your answer.Part b)
Find the cumulative distribution function (cdf) of x. Create a python function F(x), which for any input xinR, returns the value of the cdf, i.e.P(xx).
Do NOT round the output value.
 Question 1 Let x be a random variable with density f(x)={C(4x-x2),0x30,otherwise

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 Databases Questions!