parameters | R Documentation |
Gets parameters of parametric interpolation models like NelsonSiegel and NelsonSiegelSvensson.
parameters(x, ...)
x |
a Interpolation object. |
... |
additional arguments. Currently unused. |
A named vector with parameters of the models.
terms <- c(1, 11, 26, 27, 28)
rates <- c(0.0719, 0.056, 0.0674, 0.0687, 0.07)
curve <- spotratecurve(rates, terms, "discrete", "actual/365", "actual")
model <- fit_interpolation(interp_nelsonsiegel(0.1, 0.01, 0.01, 0.01), curve)
parameters(model)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.