Skip to content

NRaillard/newsplineR

Repository files navigation

newsplineR

The goal of newsplineR is to implement a Fast Mean-Preserving Spline for Interpolating Interval Data, that has been proposed by Leo O Lai and Jed O. Kaplan (2022) https://doi.org/10.1175/JTECH-D-21-0154.1, originaly developped in Fortran https://github.com/ARVE-Research/newspline/tree/v3.0.0.

Installation

You can install the development version of newsplineR like so:

devtools::install_github("NRaillard/newsplineR")

Example

This is a basic example which shows you how to solve a common problem:

library(newsplineR)
## basic example code

About

A Fast Mean-Preserving Spline for Interpolating Interval Data

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages