The Root Mean Square is implemented as a composite function. The expression is:
POW(AVERAGE(POW(arg1; 2)); 0.5)The Root Mean Square is implemented as a composite function. The expression is:
POW(AVERAGE(POW(arg1; 2)); 0.5)The formula of the Root Mean Square is:
Where 'a' is an array of elements and n is the number of the elements.