drayleigh2 | R Documentation |
Two-parameter Rayleigh distribution
drayleigh2(x, mu, lambda)
prayleigh2(x, mu, lambda)
qrayleigh2(p, mu, lambda)
rrayleigh2(n, mu, lambda)
frayleigh2(p, mu, lambda)
dqrayleigh2(p, mu, lambda, log = FALSE)
ffrayleigh2(p, mu, lambda)
x |
numeric vector of data |
mu |
numeric location parameter of two-parameter Rayleigh distribution |
lambda |
numeric scale parameter of two-parameter 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 two-parameter Rayleigh distribution
qrayleigh2(0.5, 0.5, 0.5)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.