Subversion Repositories wimsdev

Rev

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=Arithmetic mean 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=arithmetic mean with weights, total weight
-
 
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;3,4;3,5]\
9
slib_example=[1,2;3,4;3,5]\
12
 [1,3,3],[2,4,5]
10
 [1,3,3],[2,4,5]
13
slib_require=pari
11
slib_require=pari
14
!exit
12
!exit
15
 
13