Description Usage Arguments Value Examples
Generate random samples from Cauchy distribution by MH sampler
1 | rcauchy.MH(n, theta = 0, eta = 1)
|
n |
number of observations. |
theta |
location parameter |
eta |
scale parameter |
a random sample of size n
1 2 3 4 | ## Not run:
rcauchy(100)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.