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) | Calculates the mean (average) of the elements in data. | |
| Mean(Complex32) | Calculates the mean (average) of the elements in data. | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
| RMSError(Complex, Complex) | Calculates the root mean squared (RMS) error between two sets of data. | |
| RMSError(Complex32, Complex32) | Calculates the root mean squared (RMS) error between two sets of data. | |
| StdDev(Complex) | Calculates the standard deviation of the elements in data. | |
| StdDev(Complex32) | Calculates the standard deviation of the elements in data. | |
| Sum(Complex) | Calculates the sum of the elements in data. | |
| Sum(Complex32) | Calculates the sum of the elements in data. | |
| SumOfSquares(Complex) | Calculates the sum of squares of the elements in data. | |
| SumOfSquares(Complex32) | Calculates the sum of squares of the elements in data. | |
| ToString | Returns a string that represents the current object. (Inherited from Object) | |
| Variance(Complex) | Calculates the variance of the elements in data. | |
| Variance(Complex32) | Calculates the variance of the elements in data. |