Skip to content

xuruilong100/ATSMTI

Repository files navigation

ATSMTI

ATSMTI is Affine Term Structure Models: Theory and Implementation

代码以 OOP 的方式实现了 Affine Term-Structure Models: Theory and Implementation 中的算法,包括:

  • 模拟 Vesicek 模型下的零息利率;
  • 用 Kalman 滤波估计 Vesicek 模型的参数;
  • 模拟 CIR 模型下的零息利率;
  • 用 Kalman 滤波估计 CIR 模型的参数。

相关文章:

参考:https://github.com/jgmodgoh/kf_filter


The project is an OOP style implemention (by R6 class) of paper Affine Term-Structure Models: Theory and Implementation, including:

  • simulation of zero rates drived by Vasicek;
  • simulation of zero rates drived by CIR;
  • estimation model parameters by Kalman filter

Reference:https://github.com/jgmodgoh/kf_filter

About

Affine Term-Structure Models: Theory and Implementation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages