I have a random variable, lets name it A. Then the range of this variable can be calculated as follows:
r(A) = (min(A),max(A));
Given this conditions what would be the name of the "length" of that range.
Here I understand as "length" the following:
l(A) = |r(A)[1]-r(A)[2]| = max(A)-min(A);
So, how this would be called or how can I express this in a mathematical way?