ComplexStatsRMSError(Complex32, Complex32) 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 float RMSError(
Complex32[] alpha,
Complex32[] beta
)
Parameters
- alpha Complex32
- The first data set.
- beta Complex32
- The second data set.
Return Value
SingleThe root mean squared error between
alpha and
beta.
Exceptions
See Also