3c3
< due: 2019-10-17
---
> due: 2017-10-18
7c7,9
< * Add test with all negative values?
---
> * Maybe switch to all integers in the future, or more actual floats in the test data
> * Make requirements for analysis (one sentence interpretation) more clear.
> * Add test will all negative values?
60,61c62,63
< 1. The corrected sample standard deviation of the values in the file. The corrected sample standard
< deviation of N data points is defined as:
---
> 1. The sample standard deviation of the values in the file. The sample standard
> deviation of N sample data points is defined as:
63c65
<
---
>
74,75c76,77
< Max: 10
< Min: 1
---
> Max: 10.0
> Min: 1.0
107c109
< innovativeness.
---
> innovativeness.
111,114c113
< get confused if you change the required output lines. Similarly do not add any
< additional `input` statements to `data_analysis`. Gradescope won't know to
< expect those questions and so your program will hang and/or the tests will
< fail.
---
> get confused if you change the required output lines.
124c123
< 2
---
> 2.0
140,141c139,140
< Max: 10
< Min: 1
---
> Max: 10.0
> Min: 1.0
241,242c240,241
< Max: 10
< Min: 1
---
> Max: 10.0
> Min: 1.0
249c248
< on several lines.
---
> on several lines
254,256c253
< grader. For example, you might say something like "the standard deviation of
< ratings of Bio-Dome is nearly half the total range suggesting that viewers are
< disagreed on the quality."
---
> grader.