I got four measurements which I want to process with an RMS as follows: $$ r = \sqrt{\frac{a*m_1^2+b*m_2^2+c*m_3^2+d*m_4^2}{a+b+c+d}} $$
Now I get a value for $r$ which is nice. But to do further research on the result, I need to know what impacts the measurements $m_x$ had on the result. I would expect something like:
$m_{1,impact} = 15\%$
$m_{2,impact} = 48\%$
$m_{3,impact} = 7\%$
$m_{4,impact} = 30\%$
I'm not quite sure if there is maybe some standard procedure behind this that I'm missing now. Could you help me please to achieve what I want?