Lesson 1 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 review a bit about the course environment and learn a few things about the Python library NumPy, which was not introduced in the Geo-Python course.
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 notebook file(s)#
Lesson 1 notebook file(s)
Lesson video(s)#
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.