Details | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
4161 | bpr | 1 | slib_lang_exists_tmp=yes |
2 | |||
3 | slib_title=Computes 1-dimensional statistical data |
||
4 | slib_parms=2\ |
||
5 | ,name of computation\ |
||
6 | ,data (any recognizable format) |
||
7 | |||
8 | slib_out=result of computation |
||
9 | slib_comment=Computations include arithmetic or geometric mean,\ |
||
10 | standard deviation, product, median, etc.\ |
||
11 | The name of computation accepts usual synonymes.\ |
||
12 | Weight may be associated with data.\ |
||
13 | Recognizes data under matrix format (among others). |