Skip to content

Commit

Permalink
Merge branch 'main' of github.com:thomasnield/oreilly_math_fundamenta…
Browse files Browse the repository at this point in the history
…ls_data_science
  • Loading branch information
thomasnield committed May 15, 2024
2 parents ab36bfc + 7baad8e commit 6ab2ecf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 02_statistics_hypothesis_testing/EXERCISE_SOLUTIONS.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ return (x - mean) / std
Use the corrected function to calculate the pug's z-score on line 25.

```
my_pug_zscore = x_to_z(my_pug_weight)
my_pug_zscore = x_to_z(my_pug_weight, mean, stdev)
```

## Task 4
Expand Down

0 comments on commit 6ab2ecf

Please sign in to comment.