Rev 20 | Rev 4161 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 20 | Rev 3265 | ||
---|---|---|---|
Line 6... | Line 6... | ||
6 | ,[data] or [data],[weight] |
6 | ,[data] or [data],[weight] |
7 | slib_author=Adeline Grelot |
7 | slib_author=Adeline Grelot |
8 | slib_out=arithmetic mean with weights, total weight |
8 | slib_out=arithmetic mean with weights, total weight |
9 | slib_comment=Data and weight can be recognized under many formats, \ |
9 | slib_comment=Data and weight can be recognized under many formats, \ |
10 | in particular as a matrix (with data before weight). |
10 | in particular as a matrix (with data before weight). |
11 |
|
11 | slib_example=[1,2;3,4;3,5]\ |
12 | [1,3,3],[2,4,5] |
12 | [1,3,3],[2,4,5] |
- | 13 | slib_require=pari |
|
13 | !exit |
14 | !exit |
14 | 15 | ||
15 | :proc |
16 | :proc |
16 | 17 | ||
17 | !readproc slib/stat/dataproc $wims_read_parm |
18 | !readproc slib/stat/dataproc $wims_read_parm |