rare low outcome
Probability Mechanics Lab
Build the core probability objects by hand: sample spaces, random-variable maps, expectation, variance, conditioning, and transformations.
Expectation
A weighted center of mass. Probabilities are the weights; random-variable values are the positions.
Sample space atoms
Each card is one possible outcome with probability mass.
low outcome
neutral
common middle
same value, different atom
upper outcome
high outcome
tail outcome
Output distribution
Mass that lands on the same output value is added together.
Expectation is balance, not the most likely atom
The mean can sit between values that never occur. It is the point where weighted pull from the left and right balances.
This is the language behind ML data
Losses, predictions, labels, gradients, and test metrics are random variables. Expectation is average behavior, variance is instability, conditioning is slicing the data-generating world, and transformations are how models create new quantities to measure.