11 2018 档案
摘要:[TOC] 在 R 中估计 GARCH 参数存在的问题 本文翻译自《Problems In Estimating GARCH Parameters in R 》 原文链接:https://ntguardian.wordpress.com/2017/11/02/problems estimating
阅读全文
摘要:[TOC] 中国市场上的利率互换估值 本文翻译自《Interest Rate Swap Valuation in the Chinese Market》 作者:Wei Cui、Min Dai、Steven Kou、Yaquan Zhang、Chengxi Zhang、Xianhao Zhu 机构:R
阅读全文
摘要:如果未做特别说明,文中的程序都是 Python3 代码。 QuantLib 金融计算——数学工具之优化器 载入模块 import QuantLib as ql import scipy print(ql.__version__) 1.12 概述 在量化金融的模型校准过程中,最重要的工具是对函数 \(
阅读全文