Lesson 8 overview ================= In this week's lesson we will be introduced to the fundamental statistical ideas used in many common geological datasets and analyses. This will be our first venture into applying our new Python skills to quantitative geoscience, and we will thus focus more on quantitative and geological concepts, rather than learning new Python skills. That said, we will need to learn a bit about how to use the `NumPy `__ module, which is used for efficient numerical computing in Python. NumPy is used by `Pandas `__, so you may notice that it has some similarities to a number of things you already know in Pandas. 1. :doc:`Introduction to NumPy ` 2. :doc:`Basic statistical terms and concepts ` 3. :doc:`Uncertainty ` 4. :doc:`Reporting measurements ` 5. :doc:`The normal distribution ` 6. :doc:`Exercise 8 ` 7. :doc:`Exercise 8 hints ` .. Learning objectives ------------------- After completing this week's lesson you should be able to: - one - two - three