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