Carlos H.

asked • 05/31/21

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)?

import scipy.stats as st

1-st.uniform.cdf(5.8,loc=3,scale=8)


import scipy.stats as st

st.uniform.cdf(5.8,loc=3,scale=5)


1 Expert Answer

By:

Tom K. answered • 05/31/21

Tutor
4.9 (95)

Knowledgeable and Friendly Math and Statistics Tutor

Still looking for help? Get the right answer, fast.

Ask a question for free

Get a free answer to a quick problem.
Most questions answered within 4 hours.

OR

Find an Online Tutor Now

Choose an expert and meet online. No packages or subscriptions, pay only for the time you need.