weighted_multivariate_normal | R Documentation |
Density function for the weighted multivariate normal
distribution with mean
, covariance matrix sigma
,
critical values crit_x
, and weights omega
.
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 |
.dwmnorm_fast
returns a density of the multivariate
weighted normal distribution.
Normal, weighted_normal
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.