RootMeanSquare Command

RootMeanSquare( <List of Numbers> )

Returns the root mean square of given list of numbers.

RootMeanSquare({3, 4, 5, 3, 2, 3, 4}) yields 3.5456.