Root Mean Square

<number> output = <series>.rms()

This function returns the root-mean-square of the data series as a single value.  This function requires exactly zero arguments.

Example:

var myRMS = mySeries.rms();