Click or drag to resize

ComplexStatsStdDev(Complex) Method

Calculates the standard deviation of the elements in data.

Namespace: Altaxo.Calc
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public static Complex StdDev(
	Complex[] data
)

Parameters

data  Complex
The input data.

Return Value

Complex
The standard deviation.
Exceptions
ExceptionCondition
ArgumentNullExceptionThrown when data is .
DivideByZeroExceptionThrown when data is empty.
See Also