Altaxo user manual and class reference
Altaxo user manual and class reference
Altaxo class reference
Altaxo Namespaces
Altaxo.Calc Namespaces
Altaxo.Calc
ComplexStats Class
ComplexStats Methods
Variance Method
Variance(Complex[]) Method
Variance(Complex32[]) Method
Complex
Stats
Variance(
Complex
32
) Method
Calculates the variance of the elements in
data
.
Namespace:
Altaxo.Calc
Assembly:
AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
Copy
public
static
Complex32
Variance
(
Complex32
[]
data
)
Parameters
data
Complex32
The input data.
Return Value
Complex32
The variance.
Exceptions
Exception
Condition
ArgumentNullException
Thrown when
data
is
.
DivideByZeroException
Thrown when
data
is empty.
See Also
Reference
ComplexStats Class
Variance Overload
Altaxo.Calc Namespace
Altaxo can be downloaded from
SourceForge
. Source code available on
Github
.
(C) Dr. Dirk Lellinger and all contributors to the source code 2002 -
Send comments on this topic to
dlellinger@users.sourceforge.net