Based on a similar problem in Euclidean metric I believe the expected distance should be given by: $$ \int_0^1 \int_0^1 \int_0^1 \int_0^1 |z-w|+|x-y| dwdzdydx $$ If this is correct, how does one go about solving it though? Should I do it by considering cases?
Asked
Active
Viewed 116 times
$$\int_0^1\int_0^1\int_0^x\int_z^1 (x-y)+(w-z) dwdydxdz+ \int_0^1\int_0^1\int_0^x\int_0^z (x-y)+(z-w) dwdydxdz+ \int_0^1\int_0^1\int_x^1\int_z^1 (y-x)+(w-z) dwdydxdz+ \int_0^1\int_0^1\int_x^1\int_0^z (y-x)+(z-w) dwdydxdz$$
– bajun65537 Jul 27 '21 at 16:12