Rev 20 | Rev 4329 | 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=Cumulative distribution function of the normal distribution |
- | |
5 | slib_parms=3\ |
- | |
6 | ,[data]\ |
- | |
7 | 0,mean\ |
4 | |
8 | 1,ecart type |
- | |
9 | slib_author=Bernadette PERRIN-RIOU |
5 | slib_author=Bernadette PERRIN-RIOU |
10 | slib_out=values on data |
- | |
11 | slib_comment=data can be a list of reals |
- | |
- | 6 | ||
12 | slib_example=[-2,-4,1],0,1 |
7 | slib_example=[-2,-4,1],0,1 |
13 | !exit |
8 | !exit |
14 | 9 | ||
15 | :proc |
10 | :proc |
16 | slib_out= |
11 | slib_out= |