NRUpdate: Newton Raphson Update Iteration

View source: R/NewtonRaphson.R

NRUpdateR 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'.


Temporal documentation built on Sept. 24, 2023, 1:06 a.m.