interpolate.CreditCurve: Interpolate a 'CreditCurve'

Description Usage Arguments Value See Also Examples

View source: R/credit-class.R

Description

There are two key interpolation schemes available in the stats package: constant and linear interpolation via stats::approxfun() and spline interpolation via stats::splinefun(). The interpolate() method is a simple wrapper around these methods that are useful for the purposes of interpolation financial market objects like credit curves.

Usage

1
2
## S3 method for class 'CreditCurve'
interpolate(x, at, ...)

Arguments

x

a CreditCurve object

at

a non-negative numeric vector representing the years at which to interpolate the Credit curve

...

unused in this method

Value

a numeric vector of zero rates (continuously compounded, act/365)

See Also

Other interpolate functions: interpolate.VolSurface, interpolate.ZeroCurve, interpolate_dfs.CreditCurve, interpolate_zeros.CreditCurve, interpolate

Examples

1
2

imanuelcostigan/fmbasics documentation built on Dec. 6, 2019, 9:48 a.m.