Rayleigh.MC: Generate samples from Rayleigh distribution

Description Usage Arguments Value Examples

View source: R/Rayleigh.MC.R

Description

Generate samples from Rayleigh distribution

Usage

1
Rayleigh.MC(x, sigma, m = 10000, antithetic = TRUE)

Arguments

x

vector of quantiles

sigma

the parameter of Rayleigh density

m

the sample size

antithetic

using antithetic method or not

Value

a random sample of size length(x)

Examples

1
2
3
4
5
## Not run: 
X <- sample.chain(100,1)
print(Gelman.Rubin(X))

## End(Not run)

18087/StatComp18087 documentation built on May 5, 2019, 11:05 p.m.