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=cumulative distribution function of Poisson law |
- | |
- | 4 | ||
5 | slib_parms=2\ |
5 | slib_parms=2\ |
6 | ,[data]\ |
6 | ,[data]\ |
7 | 1,p |
7 | 1,p |
8 | slib_author=Bernadette PERRIN-RIOU |
8 | slib_author=Bernadette PERRIN-RIOU |
9 | slib_out=values on data of the cumulative distribution function of the Poisson law of parameter p |
- | |
10 | slib_comment=data can be a list of reals |
- | |
- | 9 | ||
11 | slib_example=[2,4,7],6.1 |
10 | slib_example=[2,4,7],6.1 |
12 | slib_require=pari |
11 | slib_require=pari |
13 | !exit |
12 | !exit |
14 | 13 | ||
15 | :proc |
14 | :proc |