NRUpdate {Temporal}R Documentation

Newton Raphson Update Iteration

Description

Newton Raphson Update Iteration

Usage

NRUpdate(obj, state)

Arguments

obj

Objective function.

state

List containing the parameter vector 'theta'.

Value

List containing the updated parameter vector 'theta' and the objective increment 'delta'.


[Package Temporal version 0.3.0.1 Index]