| Name | Description |
---|
  | RootMeanSquare(Double) |
Estimates the root mean square (RMS) also known as quadratic mean from the unsorted data array.
Returns NaN if data is empty or any entry is NaN.
|
  | RootMeanSquare(Int32) |
Estimates the root mean square (RMS) also known as quadratic mean from the unsorted data array.
Returns NaN if data is empty or any entry is NaN.
|
  | RootMeanSquare(Single) |
Estimates the root mean square (RMS) also known as quadratic mean from the unsorted data array.
Returns NaN if data is empty or any entry is NaN.
|