Rev 4455 | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
4161 | bpr | 1 | slib_lang_exists_tmp=yes |
2 | |||
3 | slib_title=Probability density function of Weibull law |
||
4 | |||
5903 | bpr | 5 | slib_out=Values at <span class="tt">data</span> of probability density function of Weibull law\ |
6 | with parameters <span class="tt">a</span> and <span class="tt">b</span>. |
||
7 | slib_comment=<span class="tt">data</span> can be a list of reals in brackets.\ |
||
4455 | bpr | 8 | The density is a*b*exp(-b*x^a)*x^(a-1) for x>=0. |
4161 | bpr | 9 |