Use members of the statistics class to perform statistical analysis.
| Function | Description |
| corrcoef | Correlation coefficients |
| cov | Covariance matrix |
| detrend | Removes trend |
| hist | Histogram |
| histc | Histogram count |
| mean | Mean value |
| median | Median value |
| nchoosek | Binomial coefficient |
| rand | Uniformly distributed pseudorandom numbers |
| randn | Normally distributed pseudorandom numbers |
| random | Distribution-dependent random numbers |
| randperm | Random permutation |
| std | Standard deviation |
| var | Variance |
| xcorr | Cross-correlation |