|
| Boolean valued reductions |
|
| allof( Expr ) |
|
| count( Expr ) |
|
| Type T valued reductions |
|
| min( Expr [, T nan] ) |
|
| Double valued reductions |
|
| average( Expr [, T nan] ) |
|
| histogram ( Expr, int bins, T min, T max [, T nan] ) |
|
| Robust mean and dispersion using Tukey's biweight |
|
| Kappa-Sigma Clipping |
|
| kappa_sigma_average( Expr, double kappa, [T nan,] double mean [, double sigma] ) |
|
Above stated scalar valued functions (also called full reductions) are provided for array and expression
arguments.