Details | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
4161 | bpr | 1 | slib_lang_exists_tmp=yes |
2 | |||
3 | slib_title=Quadratic mean |
||
4 | slib_parms=1\ |
||
5 | ,[data] or [data],[weight] |
||
6 | |||
7 | slib_out=standard quadratic mean of data x_1,..,x_n = sum(x_i^2)/n |
||
8 | slib_comment=Data and weight can be recognized under many formats, \ |
||
9 | in particular as a matrix (with data before weight). |