Question: pLess = ?? pGreater = ?? Use Python methods to calculate the following probabilities for a normal distribution with variables mu and sigma. - P(X1)
Use Python methods to calculate the following probabilities for a normal distribution with variables mu and sigma. - P(X1) - P(X>1) The code provided loads the packages and functions, reads variables mu and sigma from input, and prints the calculated probabilities: 1 \# Import packages and functions from scipy.stats import norm
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
