A set of statistical utilities for complex number arrays
Static member | Description |
|
Calculate the mean (average)
|
|
Calculate the mean (average)
|
Full Usage:
ComplexStats.RMSError(alpha, beta)
Parameters:
ComplexFloat[]
-
beta : ComplexFloat[]
-
Returns: float32
|
Calculate the root mean squared (RMS) error between two sets of data.
|
|
Calculate the root mean squared (RMS) error between two sets of data.
|
|
Calculate the standard deviation
|
|
Calculate the standard deviation
|
|
Calculate the sum
|
|
Calculate the sum
|
Full Usage:
ComplexStats.SumOfSquares(data)
Parameters:
ComplexFloat[]
-
Returns: ComplexFloat
|
Calculate the sum of squares
|
|
Calculate the sum of squares
|
|
Calculate the variance
|
|
Calculate the variance
|