From the course: Programming Foundations: Numerical Mathematics and Calculations
Unlock the full course today
Join today to access over 24,900 courses taught by industry experts.
Basic concepts of probability - Python Tutorial
From the course: Programming Foundations: Numerical Mathematics and Calculations
Basic concepts of probability
- [Instructor] Have you ever played a dice board game or flipped a coin? If you have done at least one of those, then you've played with probability. However, probability is all around us. Every time you think about if it's going to be sunny or cloudy tomorrow, you think about probability. Or when you guess if you're going to catch a train while running late. Or for more interesting examples, if you try to predict bond value on a stock market or political election outcome. Or if you work in a software development, as I do, how certain am I that there are no critical bugs in production? Whoa. Let's slow down and get back to the theory. Probability is the chance of something happening. We can also think of it as how strongly we believe an event will happen. Probability is a branch of mathematics that deals with calculating the likelihood of a given event's occurrence, which is expressed as a number between one and…
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.
Contents
-
-
-
-
-
-
-
-
(Locked)
Set introduction3m 27s
-
(Locked)
Subsets, supersets, and powersets4m 14s
-
(Locked)
Set operations4m 53s
-
(Locked)
Basic concepts of probability4m 18s
-
(Locked)
Probability of the intersection of two events2m 42s
-
(Locked)
Probability of the union of two events3m 25s
-
(Locked)
Generating random numbers3m 4s
-
(Locked)
-