newton.raph: Newton Raphson Alogorithm

Description Usage Arguments Author(s)

View source: R/newton.raph.R

Description

Newton Raphson Alogorithm

Usage

1
  newton.raph(f, df, d2f, start, tol = 1e-06, x)

Arguments

f

The function that you want to optimize.

df

the 1st derivative of the function.

d2f

the 2nd derivative of the function.

start

The starting value for optimization.

tol

The level of tolerance desired for convergence.

x

The data

Author(s)

Tyler Hunt tyler@psychoanalytix.com


JackStat/WeibFit documentation built on May 7, 2019, 10:17 a.m.