Estimates the first derivatives of the LOESS curve.

loessDeriv(obj, delta = 1e-05)

Arguments

obj

An object of class loess.

delta

Small change to be induced to estimate derivative.

Value

A vector of first derivative values evaluated at each original x-value.