weighted_multivariate_normal {RoBMA} | R Documentation |
Weighted multivariate normal distribution
Description
Density function for the weighted multivariate normal
distribution with mean
, covariance matrix sigma
,
critical values crit_x
, and weights omega
.
Arguments
x |
quantiles. |
p |
vector of probabilities. |
mean |
mean |
sigma |
covariance matrix. |
crit_x |
vector of critical values defining steps. |
omega |
vector of weights defining the probability of observing a t-statistics between each of the two steps. |
type |
type of weight function (defaults to |
log , log.p |
logical; if |
Value
.dwmnorm_fast
returns a density of the multivariate
weighted normal distribution.
See Also
[Package RoBMA version 3.1.0 Index]