Rev 3265 | Rev 4328 | 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=Probability density function of Fisher law |
- | |
- | 4 | ||
5 | slib_parms=3\ |
5 | slib_parms=3\ |
6 | ,[data]\ |
6 | ,[data]\ |
7 | ,a\ |
7 | ,a\ |
8 | ,b |
8 | ,b |
9 | slib_author=Bernadette PERRIN-RIOU |
9 | slib_author=Bernadette PERRIN-RIOU |
10 | slib_out=values of probability density function of Fisher law on data |
- | |
11 | slib_comment=data can be a list of reals in brackets. |
- | |
- | 10 | ||
12 | slib_example=[0.4,0.5,0.9],3,4 |
11 | slib_example=[0.4,0.5,0.9],3,4 |
13 | slib_require=octave |
12 | slib_require=octave |
14 | !exit |
13 | !exit |
15 | 14 | ||
16 | :proc |
15 | :proc |