Learn R Programming

MultiATSM (version 1.5.0)

richardson_diff: Richardson extrapolation

Description

Richardson extrapolation

Usage

richardson_diff(f, x, i, h, fx0, nlevels = 5L)

Arguments

f

function to differentiate

x

evaluation point

i

coordinate index

h

base step size

fx0

f(x), precomputed

nlevels

depth of extrapolation. Default is 5