cubic_spline: Find Function using Cubic Spline Interpolation

Description Usage Arguments Value

Description

This performs cubic spline interpolation over the cumulative sum of frequencies of a variable.

Usage

1
cubic_spline(x, break_size = 10, min = 0, max = 100)

Arguments

x

The variable to perform the spline over

break_size

The width of each break for the cumulative sum of frequencies applied to x

min

The minimum value for the break sequence

max

The maximum value for the break sequence

Value

a cubic spline interpolation function of x


jcbain/cubicsplines documentation built on May 24, 2019, 4:06 a.m.