Density, distribution function, and random generation
for the exponentially modified Gaussian distribution with
mean mu
and standard deviation sigma
of the gaussian
component, as well as scale beta
of the exponential
component.
dexgaussian(x, mu, sigma, beta, log = FALSE)pexgaussian(q, mu, sigma, beta, lower.tail = TRUE, log.p = FALSE)
rexgaussian(n, mu, sigma, beta)
Vector of quantiles.
Vector of means of the combined distribution.
Vector of standard deviations of the gaussian component.
Vector of scales of the exponential component.
Logical; If TRUE
, values are returned on the log scale.
Logical; If TRUE
(default), return P(X <= x).
Else, return P(X > x) .
Logical; If TRUE
, values are returned on the log scale.
Number of draws to sample from the distribution.
See vignette("brms_families")
for details
on the parameterization.