ArrayStatisticsRootMeanSquare(Single) 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.3179.0 (4.8.3179.0)
Syntax public static double RootMeanSquare(
float[] data
)
Parameters
- data Single
- Sample array, no sorting is assumed.
Return Value
Double[Missing <returns> documentation for "M:Altaxo.Calc.Statistics.ArrayStatistics.RootMeanSquare(System.Single[])"]
See Also