I want to check if the following function is convex with respect to the vector variable $x$.
$$ R(x) = \log_2 \left( \sum_{i=1}^M {\frac{p}{((x_i-\gamma)^2 + (y_i-\beta)^2 +(z_i-\rho)^2)^\alpha}+\sigma^2} \right) $$
I have tried to check it by myself using graphing and it seems to me that it is convex, but I can not be sure if that is true from the point of view of convexity analysis.
Is there a good way to check that with analysis or a good reference to help me?
Please assume that all other variables be fixed.