Click or drag to resize

StreamingStatisticsRootMeanSquare Method

Overload List
 NameDescription
Public methodStatic memberRootMeanSquare(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.
Public methodStatic memberRootMeanSquare(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.
Top
See Also