Rev 3265 | Rev 4330 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 3265 | Rev 4161 | ||
---|---|---|---|
Line 2... | Line 2... | ||
2 | !goto proc |
2 | !goto proc |
3 | !endif |
3 | !endif |
4 | slib_title=Geometric mean of data |
- | |
- | 4 | ||
5 | slib_parms=1\ |
5 | slib_parms=1\ |
6 | ,[data] or [data],[weight] |
6 | ,[data] or [data],[weight] |
7 | slib_author=Adeline Grelot |
7 | slib_author=Adeline Grelot |
8 | slib_out=geometric mean,total weight |
- | |
9 | slib_comment=The numbers must be strictly positive. \ |
- | |
10 | Data and weight can be recognized under many formats, \ |
- | |
11 | in particular as a matrix (with data before weight). |
- | |
- | 8 | ||
12 | slib_example=[3,5,6]\ |
9 | slib_example=[3,5,6]\ |
13 | [3,5,6],[4,1,1]\ |
10 | [3,5,6],[4,1,1]\ |
14 | [3,5,6;4,1,1] |
11 | [3,5,6;4,1,1] |
15 | slib_require=pari |
12 | slib_require=pari |
16 | !exit |
13 | !exit |