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=Deviation of statistical 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=standard (empiric) deviation sqrt(sum((x_i-mean)^2,i=1,n)/n),deviation sqrt(sum((x_i-mean)^2,i=1,n))/(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=[1,2,5]\ |
9 | slib_example=[1,2,5]\ |
12 | [1,2,3;2,4,5]\ |
10 | [1,2,3;2,4,5]\ |
13 | [1,3,3],[2,4,5] |
11 | [1,3,3],[2,4,5] |
14 | slib_require=pari |
12 | slib_require=pari |
15 | !exit |
13 | !exit |