GLOBAL SEARCH

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

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

找到 30 个结果

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

合成数据与 API

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

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

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

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

打开 →
课程NumPy · Python 数据与量化分析

NumPy 的线性代数与随机数

周二下午两点,某上海私募的股票池经理把你叫到工位前:要 600519.SH 对沪深300 ETF(510300.SH)的市场 β,日简单收益(daily simple return),近252个交易日窗口,今晚9点前要见。教科书答案一行就能解决: beta = Cov(r stock, r mkt) / Var(r mkt) 。工程答案稍长:把 [1, r ...

打开 →
题目2376 · 数学

Paired-Difference Standard Error 6

Two pricing engines are compared with common random numbers. The paired differences have sample standard deviation s_D=2.8 across n=49 shared paths. What is the standard error of the estimated mean difference?

打开 →
题目2382 · 数学

Remaining Variance Fraction Under Pairing 12

Without common random numbers, two independent estimators have standard deviations 4 and 5, so the variance of their difference is 4^2+5^2. With pairing, the observed paired-difference standard deviation is 3. What fraction of the unpaired difference variance remains?

打开 →
题目4889 · 数理金融

Three-Stratum Neyman Share 24

Three strata have population weights 0.5, 0.3, and 0.2, with standard deviations 1, 2, and 3. Under equal-cost Neyman allocation, what sample share should the third stratum receive?

打开 →
题目4890 · 数理金融

Updated Small-Stratum Share After Tail Risk Doubles 25

Two strata have population weights 0.8 and 0.2. The first stratum has sigma1=1. The second stratum's standard deviation jumps from 4 to 8. Under equal-cost Neyman allocation, what sample share should the second stratum now receive?

打开 →