|
Code Packages
1
Add-on code processing modules
|
This is the complete list of members for dsp.Statistics, including all inherited members.
| Average(double[] A) | dsp.Statistics | static |
| CMoment(double[] A, int order) | dsp.Statistics | static |
| CVariation(double[] A) | dsp.Statistics | static |
| GeometricMean(double[] A) | dsp.Statistics | static |
| HarmonicMean(double[] A) | dsp.Statistics | static |
| Kurtosis(double[] A) | dsp.Statistics | static |
| MAD(double[] A) | dsp.Statistics | static |
| Max(double[] A) | dsp.Statistics | static |
| Max(double[] A, ref int index) | dsp.Statistics | static |
| Median(double[] A) | dsp.Statistics | static |
| Min(double[] A) | dsp.Statistics | static |
| Min(double[] A, ref int index) | dsp.Statistics | static |
| Moment(double[] A, int order) | dsp.Statistics | static |
| RMS(double[] A) | dsp.Statistics | static |
| SDeviation(double[] A) | dsp.Statistics | static |
| Skewness(double[] A) | dsp.Statistics | static |
| Sum(double[] A) | dsp.Statistics | static |
| SumOfSquares(double[] A) | dsp.Statistics | static |
| Variance(double[] A) | dsp.Statistics | static |