7 ms·
You have two random uniform variables and the distance/difference/change between to finite points. Put another way (and code it up if you want). Select two ran
by dmillar 3y ago
You have two random uniform variables and the distance/difference/change between to finite points.
Put another way (and code it up if you want). Select two random uniformly distributed points between 0 and 1. Do this 10_000 times, whats the average distance between the two?
This gets to the question of "most probable" vs "expected value". A conversation I always welcomed.