Question: can I get the answer to this please? python coding X Random valux 75% Create a Python function, named PERT, that receives 4 parameters as
X Random valux 75% Create a Python function, named PERT, that receives 4 parameters as input: TLIK, TPES, TOPT, #iterations, and returns a list with random numbers, as many as #iterations, following the PERT distribution. Use numpy.random . beta(alpha, beta, size = iterations) as a base for calculating PERT trials - Plot an histogram of the duration distribution (following a PERT distribution) of a task with Tlik = 15,Tpes = 30,Topt = 12.5, using 1E6 iterations. The distribution is left skewed, right skewed or symmetric? Calculate the hacked probability that the above task will have a duration
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
