ComplexStatsStdDev(Complex) Method |
Calculates the standard deviation of the elements in data.
Namespace: Altaxo.CalcAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntaxpublic static Complex StdDev(
Complex[] data
)
Parameters
- data Complex
- The input data.
Return Value
ComplexThe standard deviation.
Exceptions
See Also