Requires: MathScript RT Module
Use members of the statistics class of MathScript functions to perform statistical analysis.
| Function | Description |
|---|---|
| corrcoeff | Correlation coefficients |
| covarmx | Covariance matrix |
| crosscorr | Cross-correlation |
| detrend | Removes trend |
| halton | Halton sequence |
| histogramc | Histogram count |
| histogram | Histogram |
| mean | Mean value |
| median | Median value |
| nchoosek | Binomial coefficient |
| rand | Uniformly distributed pseudorandom numbers |
| randnormal | Normally distributed pseudorandom numbers |
| random | Distribution-dependent random numbers |
| randpermutation | Random permutation |
| richtmeyer | Richtmeyer sequence |
| std | Standard deviation |
| var | Variance |