From the course: Machine Learning Foundations: Statistics
Unlock this course with a free trial
Join today to access over 24,700 courses taught by industry experts.
The covariance - Python Tutorial
From the course: Machine Learning Foundations: Statistics
The covariance
- [Instructor] Let's explore an interesting statistical measure that will help us understand the relationship between two data samples. Imagine a small fashion shop in Lisbon, Portugal and its owner would like to find out why some months, umbrella sales are skyrocketing and some months, they're struggling to sell a few of them. What do you think is the key factor that drives the sales? You probably got it right. It's the number of rainy days. Usually on rainy days, people come in to buy an umbrella as they need one. Let's look at the data table. The fashion shop in Lisbon keeps track on how many umbrellas they sell in a month versus the number of rainy days. Covariance is the measure of the relationship between two random variables. It can be positive, negative, or zero. The positive covariance tells us the values tend to rise together. The negative covariance tells us that one value rises as the other value falls.…
Practice while you learn with exercise files
Download the files the instructor uses to teach the course. Follow along and learn by watching, listening and practicing.