h | R Documentation |
Compute the marginal density of the multivariate t distribution for the observed coordinates.
h(x, mu, sigma, nu, grp, Ru)
x |
Numeric. A vector (of length p) or matrix (with p
columns). Missing values for row i correspondind to unique pattern
of missingness m are indicated by the m^{th} element of the
selection index list |
mu |
Numeric. A vector of length p representing the mean. |
sigma |
Numeric. A p \times p non-negative definite matrix (or its Cholesky decomposition). |
nu |
Numeric. A postitive scalar. |
grp |
Numeric. A vector of length n with elements indicating the
which row of |
Ru |
Binary matrix. Each row corresponds to a unique pattern of missingness, where 1 indicates observed and 0 indicates missing coordinates. |
The multivariate t density for all rows in x
using degrees of
freedom nu
, mean vector mu
, covariance matrix sigma
,
and observed coordinates specified by rows in Ru
.
Emily Goren, emily.goren@gmail.com
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.