Learn R Programming

WhiteStripe (version 2.4.3)

get.deriv.smooth.hist: Gets nth derivative of smoothed histogram

Description

This function outputs the nth derivative of a histogram smooth.

Usage

get.deriv.smooth.hist(x, coefs, knots, deg = 4, deriv.deg = 1)

Value

Derivative of smoothed histogram

Arguments

x

values from smooth_hist

coefs

Coefficients from GAM from smooth_hist

knots

Number of knots fit for GAM

deg

Degree of polynomials

deriv.deg

The degree of the derivative.

Examples

Run this code
data(smoothed_histogram)
dy<-get.deriv.smooth.hist(xvals, 
coefs=s.hist$coefs,
knots=s.hist$knots,
deg=s.hist$deg,
deriv.deg=1)

Run the code above in your browser using DataLab