Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Question 1.3. Compute the mean and standard deviation of the eruption durations and waiting times. Then create a table called faithful_standard containing the eruption durations

image text in transcribed
image text in transcribed
Question 1.3. Compute the mean and standard deviation of the eruption durations and waiting times. Then create a table called faithful_standard containing the eruption durations and waiting times in standard units. The columns should be named duration (standard units) and wait (standard units). [9] : duration_mean = np . mean (faithful . column( 'duration') ) duration_std = np. std(faithful . column( ' duration') ) wait_mean = np. mean (faithful . column ( 'wait ' ) ) wait_std = np. std(faithful. column( 'wait' ) ) faithful_standard = Table () . with_columns ( 'duration (standard units)", ((faithful . column ( ' duration') - duration_mean)_ +/ duration_std) , "wait (standard units)", ((faithful. column ( 'wait' ) - wait_mean) / wait_std) ) faithful_standard [9]: duration (standard units) | wait (standard units) 0. 0984989 | 0. 597123 -1. 48146 -1. 24518 -0. 135861 0. 228663 -1. 0575 -0. 655644 0. 917443 1. 03928 -0. 530851 -1. 17149 1. 06403 1. 26035 0. 0984989 1. 03928 -1. 3498 -1. 46626 0. 756814 | 1. 03928 . . . (262 rows omitted) [10] : ok . grade ("q1_3"); Running tests Test summary Passed: 1 Failed: 0 [ooooooooook] 100.0%% passed

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

College Geometry Using The Geometer's Sketchpad

Authors: Barbara E Reynolds, William E Fenton

1st Edition

1118213408, 9781118213407

More Books

Students also viewed these Mathematics questions

Question

Subjective norms, i.e. the norms of the target group

Answered: 1 week ago

Question

The relevance of the information to the interpreter

Answered: 1 week ago