Using random.normal() from numpy to produce 200 valuse the distribution should h
ID: 3708402 • Letter: U
Question
Using random.normal() from numpy to produce 200 valuse the distribution should have ? = 70 , a=5 values should be 0<= value <=100 Using random.normal() from numpy to produce 200 valuse the distribution should have ? = 70 , a=5 values should be 0<= value <=100 Using random.normal() from numpy to produce 200 valuse the distribution should have ? = 70 , a=5 values should be 0<= value <=100 Using random.normal() from numpy to produce 200 valuse the distribution should have ? = 70 , a=5 values should be 0<= value <=100Explanation / Answer
This will produce an array of 200 values with mean equals 70, standard derivation 5 and the range will be between 0 to 100.
array = random.normal(70, 5, 200) % 101;
Related Questions
Hire Me For All Your Tutoring Needs
Integrity-first tutoring: clear explanations, guidance, and feedback.
Drop an Email at
drjack9650@gmail.com
drjack9650@gmail.com
Navigate
Integrity-first tutoring: explanations and feedback only — we do not complete graded work. Learn more.