0% found this document useful (0 votes)
4 views1 page

Mastering Statistics with Python

This lesson focuses on using Python for statistical analysis, emphasizing its libraries for improved data interpretation. Key learning objectives include calculating sample and population metrics, performing descriptive statistics, and understanding hypothesis testing within the data science process. The lesson is structured to cover both theoretical concepts and practical exercises.

Uploaded by

abratumwe.subs
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
4 views1 page

Mastering Statistics with Python

This lesson focuses on using Python for statistical analysis, emphasizing its libraries for improved data interpretation. Key learning objectives include calculating sample and population metrics, performing descriptive statistics, and understanding hypothesis testing within the data science process. The lesson is structured to cover both theoretical concepts and practical exercises.

Uploaded by

abratumwe.subs
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

Statistics with Python - Lesson overview

Statistics is essential for analysing and interpreting data in


projects, and Python's rich libraries make it a powerful tool for this
purpose. This enables improved analysis, teamwork, and project
transparency.

In this lesson, we'll learn how to use Python for statistics. We’ll The data
start by covering some basic functionality of Python for the field science process
of statistics, before looking at the data science process as a START Statistics: Sample vs.
whole, considering what we've learnt up to now.
population metrics
15 min

15 min 5 min 15 min

Learning objectives
Calculate sample and population metrics in Python.

Use Python to do descriptive statistics, as well as


calculate probabilities.

Define and use hypothesis testing.

Understand the concept of the data science


process.
Hypothesis testing
Statistics: Probability
55 min 5 min 15 min and distributions

Examples Knowledge questions


15 min 50 min

Exercise

You might also like