作者:yunjinqi 类别:
日期:2023-12-26 17:10:43 阅读:461 次 消耗积分:0 分
10.6.2 Write a class NormalPDF and compute its integral from −1.96 to...
作者:yunjinqi 类别:
日期:2023-12-26 15:41:49 阅读:444 次 消耗积分:0 分
### 练习题:10.6.1A digital call option with maturity T and strike K. This has a...
作者:yunjinqi 类别:
日期:2023-11-30 13:58:11 阅读:492 次 消耗积分:0 分
参考书上的实现piechart的例子,实现了用cpp调用google...
作者:yunjinqi 类别:
日期:2023-11-25 16:18:20 阅读:488 次 消耗积分:0 分
// my_function.h #include <iostream> #include <vector>...
作者:yunjinqi 类别:
日期:2023-11-24 11:08:56 阅读:497 次 消耗积分:0 分
#include <iostream> #include <cmath> using namespace std; int main() {...
作者:yunjinqi 类别:
日期:2023-11-24 11:07:41 阅读:541 次 消耗积分:0 分
#include <iostream> #include <cmath> using namespace std; int main() { ...
作者:yunjinqi 类别:
日期:2023-11-24 09:59:21 阅读:506 次 消耗积分:0 分
#include <iostream> #include <cmath> using namespace std; int main() {...
作者:yunjinqi 类别:
日期:2023-11-23 15:47:07 阅读:525 次 消耗积分:0 分
本系列文章来自于很多金工和cpp相关的英文资料,并使用chatgpt翻译成中文,以便快速理解文中的含义,仅供学习参考。这段文章讲了一个编写代码的时候需要注...
作者:yunjinqi 类别:
日期:2023-11-23 15:47:07 阅读:537 次 消耗积分:0 分
本系列文章来自于很多金工和cpp相关的英文资料,并使用chatgpt翻译成中文,以便快速理解文中的含义,仅供学习参考。金融行业有许多工作需要复杂的数学技能...
作者:yunjinqi 类别:
日期:2023-11-23 15:47:07 阅读:532 次 消耗积分:0 分
本系列文章来自于很多金工和cpp相关的英文资料,并使用chatgpt翻译成中文,以便快速理解文中的含义,仅供学习参考。在自Black和Scholes(19...