Description Usage Arguments Value Examples
Generate samples from Rayleigh distribution
1 | Rayleigh.MC(x, sigma, m = 10000, antithetic = TRUE)
|
x |
vector of quantiles |
sigma |
the parameter of Rayleigh density |
m |
the sample size |
antithetic |
using antithetic method or not |
a random sample of size length(x)
1 2 3 4 5 | ## Not run:
X <- sample.chain(100,1)
print(Gelman.Rubin(X))
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.