Lesson 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. Before we start with that, however, we need to learn a few things about a new Python library, NumPy.
Learning objectives#
After completing this week’s lesson you should be able to:
Create arrays of values using NumPy
Understand some basic statistical terms and how they are defined
Write your own functions for basic (geo)statistical analysis
Lesson videos#
Lesson 1.1 - Course overview, a brief introduction to NumPy
Dave Whipp, University of Helsinki @ Quantitative Geology channel on Youtube.
Lesson 1.2 - Basic geostatistics
Dave Whipp, University of Helsinki @ Quantitative Geology channel on Youtube.