Rev 8788 | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
4161 | bpr | 1 | slib_lang_exists_tmp=yes |
2 | |||
3 | slib_title=Variance |
||
4 | slib_parms=1\ |
||
5 | ,[data] or [data],[weight] |
||
6 | |||
7191 | bpr | 7 | slib_out=the empirical variance and the unbiased variance estimator of \ |
8789 | bpr | 8 | data x_1,..,x_n i.e. sum((x_i-mean)^2)/n, sum((x_i-mean)^2)/(n-1). |
4161 | bpr | 9 | slib_comment=Data and weight can be recognized under many formats, \ |
10 | in particular as a matrix (with data before weight). |