Details | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
4161 | bpr | 1 | slib_lang_exists_tmp=yes |
2 | |||
3 | slib_title=Deviation of statistical data |
||
4 | slib_parms=1\ |
||
5 | ,[data] or [data],[weight] |
||
6 | |||
7 | 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)) |
||
8 | slib_comment=Data and weight can be recognized under many formats, \ |
||
9 | in particular as a matrix (with data before weight). |
||
10 | |||
11 |