data.vasicek: Yields and maturities simulated from the Vasicek model.

Description Usage Format Source References Examples

Description

Yields and maturities simulated from the Vasicek model, wth parameters alpha = 0.5, beta = 2.55, sigma = 0.365, q1 = 0.3, q2 = 0, h = 1/360. The maturities are 1,3,6, and 12 months.

Usage

1

Format

The format is: c(R,tau) = [1:1440, 1:2] 3.73 3.78 3.79 3.83 3.83 ...

Source

The program bond.vasicek was used to simulate these data.

References

Chapter 5 of 'Statistical Methods for Financial Engineering, B. Remillard, CRC Press, (2013).

Examples

1
2
data(data.vasicek)
## maybe str(data.vasicek) ; plot(data.vasicek) ...

Example output

Loading required package: ggplot2
Loading required package: reshape
Loading required package: corpcor

SMFI5 documentation built on May 2, 2019, 10:25 a.m.

Related to data.vasicek in SMFI5...