GLOBAL SEARCH

搜索课程、模块、题目与收藏题单

搜索在服务端完成,题目解析与答案不会进入搜索结果。登录后可搜索自己的收藏题单。

找到 30 个结果

中文题目
模块3.2.4 · 编程 · Python 数据与量化分析

合成数据与 API

python · numpy · scipy · synthetic-data · gbm · monte-carlo · cholesky · simulation

打开 →
题目5654 · 数理金融

Asian Path Payoff 4

A simulated path for an arithmetic-average Asian call is [95, 92, 90, 97] with strike 94. What payoff does this single path contribute to the Monte Carlo estimator?

打开 →
课程并发与性能 · 高级 Python

GIL、多线程与多进程

Hook 周一下午四点收盘后,私募研究服务器上挂着两份待跑的任务:先把 100 只沪深300 成分股最近 30 个交易日的日线从米筐风格接口同步下来,再用 100 万条蒙特卡洛路径给一张 510300.SH 看涨期权定价。一颗八核 CPU 跑了二十多分钟,T+1 风控报表迟迟出不来。问题不在算法,在于代码全程单线程。这两份任务该交给的并发原语其实不同:线程池...

打开 →
课程合成数据与 API · Python 数据与量化分析

HTTP API 与具备韧性的数据抓取

某私募的固定收益研究员要把过去三个月的 10 年期中国国债收益率拉成时间序列,放进久期模型的样本。AKShare 的公开接口 ak.bond china yield 不要 token、本地能跑、数据按日更新——但研究 notebook 一旦在用户面前演示时撞上 429,整场会议就要等十分钟手动 retry。本课把 AKShare 调用包成一个 fetch y...

打开 →
题目4866 · 数理金融

Infer Antithetic Correlation From Variance Reduction 1

A Monte Carlo desk averages each payoff with its antithetic partner. The variance of the antithetic average is observed to be 35% of the crude single-path variance. If the paired payoffs have equal variance, what correlation rho between the two payoffs is implied?

打开 →
题目4874 · 数理金融

Infer Known Control Mean From Adjusted Estimate 9

A raw Monte Carlo estimator has sample mean Xbar=12. The control sample mean is Ybar=103, the desk uses b*=0.5, and the adjusted estimate Xbar - b*(Ybar-mu_Y) equals 10.5. What known control mean mu_Y is implied?

打开 →
题目4885 · 数理金融

Infer Regime Exercise Probability From Overall Expectation 20

In regime A, which occurs with probability 0.4, an option pays 10 if exercised. In regime B, which occurs with probability 0.6, it pays 4 if exercised, and the regime-B exercise probability is 0.25. The overall expected payoff is 2.6. What exercise probability in regime A is impl

打开 →