R/mle.R
marginal.mle.Rd
`x ~ MVN(params(x), inv(H)(x))`
# S3 method for class 'mle' marginal(x, indices)
The distribution object.
The indices of the marginal distribution to obtain.
An mle object representing the marginal distribution for the selected parameter indices.
mle
where H is the (observed or expecation) Fisher information matrix.