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=Matrix of covariance |
- | |
- | 4 | ||
5 | slib_parms=1\ |
5 | slib_parms=1\ |
6 | ,[datax;datay] or [datax],[datay] |
6 | ,[datax;datay] or [datax],[datay] |
7 | slib_author=Bernadette PERRIN-RIOU |
7 | slib_author=Bernadette PERRIN-RIOU |
8 | slib_out=first line : matrix of standart covariance sum((x_i-mean_x)*(y_i-mean_y),i=1,n)/n\ |
- | |
9 | second line : matrix of covariance sum((x_i-mean_x)*(y_i-mean_y),i=1,n)/(n-1) |
- | |
10 | slib_synomyme = |
8 | |
11 | slib_comment=Data can be recognized under many formats, \ |
- | |
12 | in particular as a matrix. |
- | |
13 | slib_example=[1,2,3];[3,1,9]\ |
9 | slib_example=[1,2,3];[3,1,9]\ |
14 | [1,2,3;3,1,9] |
10 | [1,2,3;3,1,9] |
15 | slib_require=pari |
11 | slib_require=pari |
16 | !exit |
12 | !exit |
17 | 13 |