cubicspline, an R library which computes a cubic spline to data.
Copyright 2016 James P. Howard, II
The computer code and data files on this web page are distributed under the BSD-2-Clause license.
cubicspline is available in an R version.
linterp, an R library which computes the intercept and slope of the line through two points.
tridiagmatrix, an R library which solves a linear system with tridiagonal matrix.
Original R code by James Howard; Modifications by John Burkardt.