Andrew's Monotone Chain, Conditional & Joint Probability, Bayes' Theorem
First hour of class we covered my favorite convex hull algorithm, one in which you build a "convex hull" (a convex polygon is one in which you can view all the points inside a polygon from all the points inside the polygon) which is like a boundary that tightly wraps around a point field, allowing you to quickly determine if something is inside or outside of that boundary using the powers of linear algebra (cross product, specifically).
We then moved on to conditional probability, in which we reveal information about a random event, and this revelation changes our probability that the event happened. For example, if I tell you that a card I just drew is between a 2 and an 8, the odds it is a 6 goes up to 1/7, and the odds it is an ace drops to 0.
We then talked about joint probability, which is the odds two things both happen. For independent events, this just involves multiplying them together. For dependent events, we use the conditional probability formula.
We then talked about Bayes' Theorem, and how Bayesian reasoning is a sort of different way of looking at probability as a confidence level rather than the Frequentist view of probability as chance of an outcome.
Other Videos By Bill Kerney
2021-12-01 | Computer Security |
2021-12-01 | Deductive, Inductive, and Abductive Reasoning |
2021-12-01 | End of the Year Housekeeping, UE5 overview |
2021-12-01 | Unreal Engine 5, Game Over Screen, Timers |
2021-11-30 | Intro to Stats and Statistical Testing |
2021-11-29 | Java for C++ Programmers |
2021-11-29 | Week 15 Day 1 - Set Theory Review |
2021-11-24 | Lists Part 2, Java |
2021-11-24 | Food Support for Students |
2021-11-23 | C++ Quadtree Implementation Part I |
2021-11-23 | Andrew's Monotone Chain, Conditional & Joint Probability, Bayes' Theorem |
2021-11-22 | Easy Linked Lists, Recursion, Unions |
2021-11-22 | In Group Bias; Guest Speaker Shelby Weatherbee on Critical Thinking |
2021-11-19 | Set Theory Part II |
2021-11-19 | Histogramming in C++ with Unordered Maps |
2021-11-19 | Quadtrees Pt 2 |
2021-11-19 | Game Design of Dune / the built in variables and functions in Quakeworld QuakeC |
2021-11-19 | Probability Part Deux, Monte Carlo Simulations |
2021-11-18 | Lists in the C++ Standard Library |
2021-11-17 | Motivated Reasoning; Set Theory |
2021-11-16 | Colors are Weird |