Streaming |
Name | Description | |
---|---|---|
RootMeanSquare(IEnumerableDouble) | Estimates the root mean square (RMS) also known as quadratic mean from the enumerable, in a single pass without memoization. Returns NaN if data is empty or any entry is NaN. | |
RootMeanSquare(IEnumerableSingle) | Estimates the root mean square (RMS) also known as quadratic mean from the enumerable, in a single pass without memoization. Returns NaN if data is empty or any entry is NaN. |