Rev 20 | Rev 4330 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 20 | Rev 4161 | ||
---|---|---|---|
Line 2... | Line 2... | ||
2 | !goto proc |
2 | !goto proc |
3 | !endif |
3 | !endif |
4 | slib_title=Frequencies of statistical data |
- | |
- | 4 | ||
5 | slib_parms=2\ |
5 | slib_parms=2\ |
6 | ,[x_1,...,x_n]\ |
6 | ,[x_1,...,x_n]\ |
7 | ,[a_1,...,a_m] |
7 | ,[a_1,...,a_m] |
8 | slib_author=Adeline Grelot et Bernadette PERRIN-RIOU |
8 | slib_author=Adeline Grelot et Bernadette PERRIN-RIOU |
9 | slib_out=[frequencies of data with respect to classes ],[ classes data](with min and max if necessary) |
- | |
10 | slib_comment= if only 2 numbers in classes data, first one is the smaller, second one the width of classes ;\ |
- | |
11 | If no classes, classes are created of width ceil(4*n^(1/4)) |
- | |
12 | The length of the data numbers is limited. |
- | |
- | 9 | ||
13 | slib_example=[1,1,1,3,4,5,6,2],[1,4,6]\ |
10 | slib_example=[1,1,1,3,4,5,6,2],[1,4,6]\ |
14 | [1,1,1,3,4,5,6,2,7 ,4,7],[2,3,6]\ |
11 | [1,1,1,3,4,5,6,2,7 ,4,7],[2,3,6]\ |
15 | [1,1,1,3,4,5,6,2],[1,4]\ |
12 | [1,1,1,3,4,5,6,2],[1,4]\ |
16 | [1,1,1,3,4,5,6,2] |
13 | [1,1,1,3,4,5,6,2] |
17 | !exit |
14 | !exit |