AllenDowney / ThinkStats2

Text and supporting code for Think Stats, 2nd Edition
http://allendowney.github.io/ThinkStats2/
GNU General Public License v3.0
4.03k stars 11.31k forks source link

Chapters 1 & 2 #3

Closed ekulyk closed 8 years ago

ekulyk commented 10 years ago

Hi Allen,

I've finished working through chapters 1&2 so I am submitting a pull request with some of the typos I've caught.

Hopefully each commit summary & description describes the changes well enough.

AllenDowney commented 10 years ago

Thanks, Erik. I will process these today.

On Thu, Sep 18, 2014 at 7:14 PM, Erik Kulyk notifications@github.com wrote:

Hi Allen,

I've finished working through chapters 1&2 so I am submitting a pull request with some of the typos I've caught.

Hopefully each commit summary & description describes the changes well

enough.

You can merge this Pull Request by running

git pull https://github.com/ekulyk/ThinkStats2 master

Or view, comment on, or merge it at:

https://github.com/AllenDowney/ThinkStats2/pull/3 Commit Summary

  • Fix typo in function name.
  • Fix nsfg variable name typo
  • Rename preg to df since preg variable not yet initialized
  • Rename plot xlabel
  • Revert "Rename plot xlabel"
  • Rename plot xlabel
  • Format axis
  • Fix description of parity in assignment
  • Merge https://github.com/AllenDowney/ThinkStats2

File Changes

Patch Links:

— Reply to this email directly or view it on GitHub https://github.com/AllenDowney/ThinkStats2/pull/3.