ArrayStatisticsRootMeanSquare(Int32) Method |
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.
Namespace: Altaxo.Calc.StatisticsAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static double RootMeanSquare(
int[] data
)
Parameters
- data Int32
- Sample array, no sorting is assumed.
Return Value
DoubleThe root mean square of the data, or
NaN if the data is empty or contains NaN.
See Also