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=Quantile at <tt>data |
5 | slib_out=Quantile at <span class="tt">data</span> of a Beta law with parameters <span class="tt">a</span> and <span class="tt">b</span> (positive reals). |
6 | slib_comment=<tt>data</ |
6 | slib_comment=<span class="tt">data</span> can be a list of reals between 0 and 1 in brackets.\ |
7 | The density at x is proportional to x^(a-1)(1-x)^(b-1) on the interval (0,1). |
7 | The density at x is proportional to x^(a-1)(1-x)^(b-1) on the interval (0,1). |
8 | 8 |