Click or drag to resize

StatisticsRootMeanSquare Method

Overload List
 NameDescription
Public Extension MethodRootMeanSquare(IEnumerableDouble) Evaluates the root mean square (RMS) also known as quadratic mean. Returns NaN if data is empty or if any entry is NaN.
Public Extension MethodRootMeanSquare(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.
Public Extension MethodRootMeanSquare(IEnumerableSingle) Evaluates the root mean square (RMS) also known as quadratic mean. Returns NaN if data is empty or if any entry is NaN.
Top
See Also