Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

In-class exercise (IE) 9-5: Statistics. You can import only numpy. Find proper numpy methods. Use them as needed. From your inputs, calculate sum, mean, median,

image text in transcribed
In-class exercise (IE) 9-5: Statistics. You can import only numpy. Find proper numpy methods. Use them as needed. From your inputs, calculate sum, mean, median, product, geometric mean, standard deviation, and root-mean-square. Print them in well-aligned shape. Each value must be round up to the 1st decimal. Make it repeat forever. Use only one 'while' loop for the repetition. Don't use 'for loop. You will need only NumPy methods. Enter integer numbers with space: 1 2 3 sum mean median product GeoMean std rms 6 2.0 2.0 6 1.8 0.8 2.2 Enter integer numbers with space: 3 4 5 100 sum mean median product GeoMean 112 28.0 4.5 6000 8.8 std 41.6 rms 50.1 MacBook Air

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Programming The Perl DBI Database Programming With Perl

Authors: Tim Bunce, Alligator Descartes

1st Edition

1565926994, 978-1565926998

More Books

Students also viewed these Databases questions

Question

What is the difference between Needs and GAP Analyses?

Answered: 1 week ago

Question

What are ERP suites? Are HCMSs part of ERPs?

Answered: 1 week ago