Keyword | Description | Symbol / Usage |
avg | Average of an array elements or a series of values or quantities | Avg( array | qty1 , qty2 [ , qty3…] ) |
count | Count of an array elements or a series of values or quantities | Count( array | qty1 , qty2 [ , qty3…] ) |
max | Maximum of an array elements or a series of values or quantities | Max( array | qty1 , qty2 [ , qty3…] ) |
min | Minimum of an array elements or a series of values or quantities | Min( array | qty1 , qty2 [ , qty3…] ) |
ncr | Combination of r at a time out of n | Ncr( valN , valR ) |
npr | Permutation of r at a time out of n | Npr( valN , valR ) |
stdev | Standard Deviation of array elements or series of val/quantities | Stdev( array | qty1 , qty2 [ , qty3…] ) |
sum | Sum of an array elements or a series of values or quantities | Sum( array | qty1 , qty2 [ , qty3…] ) |