I'm a student who studies machine learning.
When I studied this paper(https://dl.acm.org/doi/pdf/10.1145/335191.335388),
I saw the following formula and explanation.
$$(direct_{max} - direct_{min})/direct_{mean} = (indirect_{max} - indirect_{min})/indirect_{mean}$$
The $direct_{mean}$ is the mean value of $direct_{max}$ and $direct_{min}$.
And $indirect_{mean}$ is also the mean value of $indirect_{max}$ and $indirect_{min}$.
In this case, that paper said the fluctuate amount is the same between direct and indirect.
But I don't understand one thing.
Is there any specific meaning of the below formula?
$$2* (value_{max} - value_{min})/(value_{max} + value_{min})$$
I don't know why it has the meaning as the amount of fluctuating.
Thank you for reading my question.