R/SecondDerivativePenalty.R

Defines functions SecondDerivativePenalty

Documented in SecondDerivativePenalty

SecondDerivativePenalty <- function(xgrid, a) {
        numericalDerivative(xgrid, a, k = 2)
}

Try the CHsharp package in your browser

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

CHsharp documentation built on May 1, 2019, 6:48 p.m.