Skip to contents

`x ~ MVN(params(x), inv(H)(x))`

Usage

# S3 method for class 'mle'
marginal(x, indices)

Arguments

x

The distribution object.

indices

The indices of the marginal distribution to obtain.

Value

An mle object representing the marginal distribution for the selected parameter indices.

Details

where H is the (observed or expecation) Fisher information matrix.