drayleigh | R Documentation |
Rayleigh distribution
drayleigh(x, sigma)
prayleigh(x, sigma)
qrayleigh(p, sigma)
rrayleigh(n, sigma)
frayleigh(p, sigma)
dqrayleigh(p, sigma, log = FALSE)
ffrayleigh(p, sigma)
x |
numeric vector of data |
sigma |
numeric scale parameter of the Rayleigh distribution |
p |
numeric vector of probabilities |
n |
numeric number of random values to draw |
log |
logical; if TRUE, log density is returned |
density, probability, quantile value or random variable from Rayleigh distribution
qrayleigh(0.5, 0.5)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.