rms¶ vallenae.features.rms(data)[source]¶ Compute the root mean square (RMS) of an array. Parameters: data (ndarray) – Input array Return type: float Returns: RMS of the input array References https://en.wikipedia.org/wiki/Root_mean_square