Rev 4455 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 4455 | Rev 5903 | ||
---|---|---|---|
Line 4... | Line 4... | ||
4 | 4 | ||
5 | slib_out=Values at <tt>data</ |
5 | slib_out=Values at <span class="tt">data</span> of probability density function of Weibull law\ |
6 | with parameters <tt>a |
6 | with parameters <span class="tt">a</span> and <span class="tt">b</span>. |
7 | slib_comment=<tt>data</ |
7 | slib_comment=<span class="tt">data</span> can be a list of reals in brackets.\ |
8 | The density is a*b*exp(-b*x^a)*x^(a-1) for x>=0. |
8 | The density is a*b*exp(-b*x^a)*x^(a-1) for x>=0. |
9 | 9 |