Question: Suppose X is a continuous random variable that is uniformly distributed between 3 and 8 . Which one of the following functions can be used

Suppose X is a continuous random variable that is uniformly distributed between 3 and 8. Which one of the following functions can be used to find P(X<=5.8)?
Answer choices
Select only one option
import scipy.stats as st
1- st.uniform.cdf(5.8,loc=3,scale=9)
import scipy.stats as st
st.uniform.cdf(5.8,loc=3,scale=5)
import scipy.stats as st
st.uniform.cdf(5.8,loc=5,scale=1)
import scipy.stats as st
1- st.uniform.ppf(5.8,loc=5,scale=7)

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!