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=Quantile of Poisson law |
- | |
- | 4 | ||
5 | slib_parms=3\ |
5 | slib_parms=3\ |
6 | ,[data]\ |
6 | ,[data]\ |
7 | 1,p\ |
7 | 1,p\ |
8 | 1000,N |
8 | 1000,N |
9 | 9 | ||
10 | slib_author=Bernadette PERRIN-RIOU |
10 | slib_author=Bernadette PERRIN-RIOU |
11 | slib_out=quantile at data of the Poisson law of parameter p |
- | |
12 | slib_comment=data can be a list of reals,the result should be less than N |
- | |
- | 11 | ||
13 | slib_example=[0.2,0.4,0.7],6.1 |
12 | slib_example=[0.2,0.4,0.7],6.1 |
14 | !exit |
13 | !exit |
15 | :proc |
14 | :proc |
16 | 15 | ||
17 | !distribute item $wims_read_parm into slib_data,slib_p,slib_N |
16 | !distribute item $wims_read_parm into slib_data,slib_p,slib_N |