Question: Write a script that does the following: Defines a variable, N = 1000 Generates a vector of N random samples from a normal (Gaussian)

Write a script that does the following: Defines a variable, N =

Write a script that does the following: Defines a variable, N = 1000 Generates a vector of N random samples from a normal (Gaussian) distribution with a mean of 100 and standard deviation of 10. Calculates the minimum, maximum, and mean values from the array. Do not use built in statistical functions to calculate these values. The output from your script should be formatted as follows: In [96]: runfile("C:/Users/webbky/Bo ENGR102_HW6_2.py', wdir='C:/Users/we min = 59.80 max 141.31 mean 99.98 In 1971: Activate Wind Experiment with different (particularly smaller) values of N and observe how the number of samples to a affects the value of the mean.

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 Programming Questions!