|
|
|
|
|
by dmillar
874 days 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. |
|