Learn R Programming

diseq (version 0.4.6)

hessian: Hessian

Description

Returns the hessian of the opposite of the log-likelihood evaluated at the passed parameters.

Usage

hessian(object, parameters)

# S4 method for diseq_basic hessian(object, parameters)

# S4 method for diseq_directional hessian(object, parameters)

Arguments

object

A model object.

parameters

A vector of parameters at which the hessian is to be evaluated.

Value

The opposite of the model log likelihood's hessian.