What would be the most accurate estimation of the mean/average radius of an elliptic distribution with radii: semi-major axis rmax
and semi-minor axis rmin
among these? Are there others?
r_mean = sqrt((rmax^2 + rmin^2)/2)
r_mean = (2*rmax + rmin)/3
r_mean = sqrt(rmax + rmin)
The distribution arises from two independent variables U and V: when represented in 2D space they yield an elliptic shape.