Rev 4455 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 4455 | Rev 5903 | ||
---|---|---|---|
Line 2... | Line 2... | ||
2 | 2 | ||
3 | slib_title=Generation of Cauchy random data |
3 | slib_title=Generation of Cauchy random data |
4 | slib_out=Random data of <tt>m |
4 | slib_out=Random data of <span class="tt">m</span> reals following a Cauchy law of parameters <span class="tt">lambda</span> and <span class="tt">sigma</span>.\ |
5 | If <tt> |
5 | If <span class="tt">m</span> is a list <span class="tt">[r,s]</span>, it returns an <span class="tt">r</span> by <span class="tt">s</span> matrix. |
6 | slib_comment=The density at x is (pi*sigma)^(-1)*(1+(x-lambda)/sigma)^(-2) |
6 | slib_comment=The density at x is (pi*sigma)^(-1)*(1+(x-lambda)/sigma)^(-2) |