R/Diff.1.R

Defines functions Diff.1

Documented in Diff.1

Diff.1 <-
function(x,f,h=1e-4)
	(f(x+h)-f(x-h))/2/h

Try the FAmle package in your browser

Any scripts or data that you put into this service are public.

FAmle documentation built on March 18, 2022, 5:29 p.m.