LogisticNormal {brms} | R Documentation |
The (Multivariate) Logistic Normal Distribution
Description
Density function and random generation for the (multivariate) logistic normal
distribution with latent mean vector mu
and covariance matrix Sigma
.
Usage
dlogistic_normal(x, mu, Sigma, refcat = 1, log = FALSE, check = FALSE)
rlogistic_normal(n, mu, Sigma, refcat = 1, check = FALSE)
Arguments
x |
Vector or matrix of quantiles. If |
mu |
Mean vector with length equal to the number of dimensions. |
Sigma |
Covariance matrix. |
refcat |
A single integer indicating the reference category.
Defaults to |
log |
Logical; If |
check |
Logical; Indicates whether several input checks
should be performed. Defaults to |
n |
Number of draws to sample from the distribution. |
[Package brms version 2.21.0 Index]