Rev 4352 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 4352 | Rev 4455 | ||
---|---|---|---|
Line 1... | Line 1... | ||
1 | slib_lang_exists_tmp=yes |
1 | slib_lang_exists_tmp=yes |
2 | 2 | ||
3 | slib_title=Probability density function of Beta law |
3 | slib_title=Probability density function of a Beta law |
4 | slib_out=Values |
4 | slib_out=Values at <tt>data</tt> of the probability density function of Beta law with parameters <tt>a</tt> and <tt>b</tt> (positive reals). |
5 | slib_comment=<tt>data</tt> can be a list of reals in brackets. |
5 | slib_comment=<tt>data</tt> can be a list of reals in brackets.\ |
- | 6 | The density at x is proportional to x^(a-1)(1-x)^(b-1) on the interval (0,1). |
|
6 | 7 |