powered by
Compute the change in the value of a function f when the function argument increases by delta.
f
delta
increment.fv(f, delta)
Another object of class "fv" compatible with X.
"fv"
X
Object of class "fv" representing a function.
Numeric. The increase in the value of the function argument.
Adrian Baddeley Adrian.Baddeley@curtin.edu.au
Rolf Turner rolfturner@posteo.net
and Ege Rubak rubak@math.aau.dk
This command computes the new function $$g(x) = f(x+h) - f(x-h)$$ where h = delta/2. The value of \(g(x)\) is the change in the value of \(f\) over an interval of length delta centred at \(x\).
h = delta/2
fv.object, deriv.fv
fv.object
deriv.fv
plot(increment.fv(Kest(cells), 0.05))
Run the code above in your browser using DataLab