Calculates the root mean square of the given data.
Namespace:
CenterSpace.NMath.StatsAssembly: NMathStats (in NMathStats.dll) Version: 3.4.0.0
Syntax
| C# |
|---|
public static double RMS( DoubleVector data ) |
| Visual Basic (Declaration) |
|---|
Public Shared Function RMS ( _ data As DoubleVector _ ) As Double |
| Visual C++ |
|---|
public: static double RMS( DoubleVector^ data ) |
Parameters
- data
- Type: CenterSpace.NMath.Core..::.DoubleVector
A vector.