Learn R Programming

santaR (version 1.2.4)

loglik_smooth_spline: Calculate the penalised loglikelihood of a smooth.spline

Description

Calculate the penalised loglikelihood of a smooth.spline using the integrated second derivative. The likelihood consists of 1) the (weighted) residuals sum of squares, 2) a penalty term (integrated second derivative = total curvature). The smaller the penalised loglikelihood, the better the fit as the residuals and penalty on roughness are minimised. Adapted from aroma.light::likelihood.smooth.spline.

Usage

loglik_smooth_spline(fittedSmoothSpline)

Value

The penalised loglikelihood.

Arguments

fittedSmoothSpline

A fitted smooth.spline