ComplexStatsRMSError(Complex, Complex) Method |
Calculates the root mean squared (RMS) error between two sets of data.
Namespace: Altaxo.CalcAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntaxpublic static double RMSError(
Complex[] alpha,
Complex[] beta
)
Parameters
- alpha Complex
- The first data set.
- beta Complex
- The second data set.
Return Value
DoubleThe root mean squared error between
alpha and
beta.
Exceptions
See Also