jacobianMatrix: Generalized Jacobian call

View source: R/dd_utils.R

jacobianMatrixR Documentation

Generalized Jacobian call

Description

General, shared method for constructing the Jacobian matrix. Routes a supplied "jacobianFunction" with pre-computed derivatives to construct matrix with observed data and supplied parameters.

Usage

jacobianMatrix(params, x, value, valueFunction, jacobianFunction)

Arguments

params

model parameters

x

observation at point n (X)

value

observation at point n (Y)

valueFunction

function to get projected value

jacobianFunction

function to create jacobian

Value

difference value for jacobian

Author(s)

Shawn Gilroy <sgilroy1@lsu.edu>


miyamot0/discountingtools documentation built on March 21, 2023, 8:59 p.m.