Learn R Programming

spsi (version 0.1)

Shape-Preserving Uni-Variate and Bi-Variate Spline Interpolation

Description

Program uses method of polynomial of variable degrees to interpolate gridded data preserving monotonicity and/or convexity or none. Method is implemented for univariate and bivariate cases. If values of derivatives are provided, spline will fix them,if not program will estimate them numerically. Package written purely in R.

Copy Link

Version

Install

install.packages('spsi')

Monthly Downloads

13

Version

0.1

License

GPL (>= 2.0)

Maintainer

Szymon Sacher

Last Published

August 19th, 2015

Functions in spsi (0.1)

akima

Wave distortions data.
sps_prep

Prepare list of objects for shape preserving interpolation.
spsi

Shape Preserving Spline Interpolation
sps_fun

Shape Preserving Bi-variate and Uni-variate Interpolation.
sps_eval

Evaluates spline on given points