Click or drag to resize

ArrayStatisticsRootMeanSquare Method

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