deriv2_quintic_spline: Second derivative of the quintic spline function

View source: R/quintic-spline.R

deriv2_quintic_splineR Documentation

Second derivative of the quintic spline function

Description

Second derivative of the quintic spline interpolation function over several intervals.

Usage

deriv2_quintic_spline(x, xk, yk, sk, ak)

Arguments

x

A vector of values between min(xk) and max(xk), at which the function is evaluated.

xk

A vector of interpolation points.

yk

A vector of values at each interpolation point.

sk

A vector of slopes at each interpolation point.

ak

A vector of second derivatives at each interpolation point.

Value

The values of the second derivative of the interpolation function at each point x.

Author(s)

Thomas Blanchet, Juliette Fournier, Thomas Piketty


thomasblanchet/gpinter documentation built on Nov. 29, 2022, 4:32 a.m.