Ratings & reviews

4.852 ratings

Wesley E.

167 days ago

Raymond F.

168 days ago

Austin F.

170 days ago

83%
10%
8%
0%
0%
info

Complete all chapters to get certificate

0%

Basic Concepts

chevron

Sample vs Population

Types of Statistics

Types of Data

Mean Value

Median Value

Median Value of the Even Number of Values

Mean or Median

Mode Value

Challenge

Mean, Median and Mode with Python

chevron

Examine Dataset

Calculate Mean and Median Values with Python

Statistics with pandas

Challenge

Variance and Standard Deviation

chevron

Population Variance

Sample Variance

Calculate Variance with Python

Standard deviation

Standard Deviation with Python

Challenge

Covariance vs Correlation

chevron

Covariance

Correlation

Challenge 1

Challenge 2

Confidence Interval

chevron

This section will help us deal with the first real statistical case: finding confidence intervals. It requires knowledge of NumPy, pandas, Matplotlib, and Seaborn library to calculate math formulas and build visualization! To encourage you to pass this section, I want to point out that you will run across a small amount of theory but a significant amount of practice!

Explore the Data Set

Confidence Interval

Calculating Confidence Interval with Python

Challenge 1

Challenge 2

Calculating Confidence Interval with Python

Challenge

Statistical Testing

chevron

An inseparable part of a data analyst's life is conducting hypothesis testing. After completing this section, you will understand the idea behind testing in statistics and will be able to conduct a t-test using Python.

What is t-test

Hypotheses

t-test Mathematically

One-Tailed And Two-Tailed Test

t-test Assumptions

Performing a t-test in Python

Challenge

Paired t-test