Shifted_Lognormal | R Documentation |
Density, distribution function, quantile function and random generation
for the shifted log normal distribution with mean meanlog
,
standard deviation sdlog
, and shift parameter shift
.
dshifted_lnorm(x, meanlog = 0, sdlog = 1, shift = 0, log = FALSE)
pshifted_lnorm(
q,
meanlog = 0,
sdlog = 1,
shift = 0,
lower.tail = TRUE,
log.p = FALSE
)
qshifted_lnorm(
p,
meanlog = 0,
sdlog = 1,
shift = 0,
lower.tail = TRUE,
log.p = FALSE
)
rshifted_lnorm(n, meanlog = 0, sdlog = 1, shift = 0)
x , q |
Vector of quantiles. |
meanlog |
Vector of means. |
sdlog |
Vector of standard deviations. |
shift |
Vector of shifts. |
log |
Logical; If |
lower.tail |
Logical; If |
log.p |
Logical; If |
p |
Vector of probabilities. |
n |
Number of draws to sample from the distribution. |
See vignette("brms_families")
for details
on the parameterization.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.