Question: Write a function (using python) defined as: def Probability(PDF, args, c, GT=True): PDF: is the callback function for the Gaussian/normal probability density function , which
Write a function (using python) defined as: def Probability(PDF, args, c, GT=True): PDF: is the callback function for the Gaussian/normal probability density function , which takes 1 argument in the form of a tuple containing values for x, (population mean), and (population standard deviation). args: is a tuple containing and c: is a floating point value GT: is a boolean indicating if we want the probability of x being greater than c (GT==True) or less than c (GT==False) To find the probability of x+2|N(175, 3)) Print you findings to the console in the following format: P(x<1.00|N(0,1))=Y.YY P(x>181.00|N(175,3))=Z.ZZ
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
