Learn R Programming

Temporal (version 0.3.0.1)

NRUpdate: Newton Raphson Update Iteration

Description

Newton Raphson Update Iteration

Usage

NRUpdate(obj, state)

Value

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

Arguments

obj

Objective function.

state

List containing the parameter vector `theta`.