Complex |
A set of statistical utilities for complex number arrays
public class ComplexStats
The ComplexStats type exposes the following members.
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) | |
GetHashCode | Serves as the default hash function. (Inherited from Object) | |
GetType | Gets the Type of the current instance. (Inherited from Object) | |
Mean(Complex) | Calculate the mean (average) | |
Mean(Complex32) | Calculate the mean (average) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
RMSError(Complex, Complex) | Calculate the root mean squared (RMS) error between two sets of data. | |
RMSError(Complex32, Complex32) | Calculate the root mean squared (RMS) error between two sets of data. | |
StdDev(Complex) | Calculate the standard deviation | |
StdDev(Complex32) | Calculate the standard deviation | |
Sum(Complex) | Calculate the sum | |
Sum(Complex32) | Calculate the sum | |
SumOfSquares(Complex) | Calculate the sum of squares | |
SumOfSquares(Complex32) | Calculate the sum of squares | |
ToString | Returns a string that represents the current object. (Inherited from Object) | |
Variance(Complex) | Calculate the variance | |
Variance(Complex32) | Calculate the variance |