Rev 3265 | Rev 4328 | 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=Quadratic mean |
- | |
5 | slib_parms=1\ |
4 | |
6 | ,[data] or [data],[weight] |
- | |
7 | slib_author=Adeline Grelot and Bernadette PERRIN-RIOU |
5 | slib_author=Adeline Grelot and Bernadette PERRIN-RIOU |
8 | slib_out=standard quadratic mean of data x_1,..,x_n = sum(x_i^2)/n |
- | |
9 | slib_comment=Data and weight can be recognized under many formats, \ |
- | |
10 | in particular as a matrix (with data before weight). |
- | |
- | 6 | ||
11 | slib_example=[2,-7,6]\ |
7 | slib_example=[2,-7,6]\ |
12 | [2,1;-7,1;6,4]\ |
8 | [2,1;-7,1;6,4]\ |
13 | [2,-7,6],[1,1,4]\ |
9 | [2,-7,6],[1,1,4]\ |
14 | [2,-7,6;1,1,4] |
10 | [2,-7,6;1,1,4] |
15 | slib_require=pari |
11 | slib_require=pari |