ComplexStatsMean(Complex32) Method |
Calculates the mean (average) of the elements in data.
Namespace: Altaxo.CalcAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntaxpublic static Complex32 Mean(
Complex32[] data
)
Parameters
- data Complex32
- The input data.
Return Value
Complex32The arithmetic mean of the elements in
data.
See Also