StatisticsRoot |
| Name | Description | |
|---|---|---|
| RootMeanSquare(IEnumerableDouble) | Evaluates the root mean square (RMS) also known as quadratic mean. Returns NaN if data is empty or if any entry is NaN. | |
| RootMeanSquare(IEnumerableNullableDouble) | Evaluates the root mean square (RMS) also known as quadratic mean. Returns NaN if data is empty or if any entry is NaN. Null-entries are ignored. | |
| RootMeanSquare(IEnumerableSingle) | Evaluates the root mean square (RMS) also known as quadratic mean. Returns NaN if data is empty or if any entry is NaN. |