Rev 20 | Rev 3265 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 20 | Rev 2073 | ||
---|---|---|---|
Line 1... | Line 1... | ||
1 | !if $wims_read_parm!=slib_header |
1 | !if $wims_read_parm!=slib_header |
2 | !goto proc |
2 | !goto proc |
3 | !endif |
3 | !endif |
4 | slib_title=cumulative distribution function of Poisson law |
4 | slib_title=cumulative distribution function of Poisson law |
5 | slib_parms=2\ |
5 | slib_parms=2\ |
6 | ,[data]\ |
6 | ,[data]\ |
7 | - | ||
8 | - | ||
9 | 1,p |
7 | 1,p |
10 | - | ||
11 | slib_author=Bernadette PERRIN-RIOU |
8 | slib_author=Bernadette PERRIN-RIOU |
12 | slib_out=values on data of the cumulative distribution function of the Poisson law of parameter p |
9 | slib_out=values on data of the cumulative distribution function of the Poisson law of parameter p |
13 | slib_comment=data can be a list of reals |
10 | slib_comment=data can be a list of reals |
14 | slib_example=[2,4,7],6.1 |
11 | slib_example=[2,4,7],6.1 |
15 | !exit |
12 | !exit |