GLOBAL SEARCH

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

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

找到 30 个结果

中文题目
题目1707 · 统计

Why Hierarchical Testing Can Help

A researcher first tests whether a sector shows any effect, and only if that passes does she test stocks inside that sector. Why can this hierarchical design reduce the multiplicity burden?

打开 →
题目5281 · 金融与交易

Correlation Shock And Volatility Repricing 1

An equal-weight portfolio holds two assets with volatilities 0.04 and 0.09. The current correlation estimate is -0.2, but stress testing revises it to +0.3. With weights unchanged, what is the new portfolio volatility, and by how many volatility points does it rise versus the ori

打开 →
题目1685 · 统计

Power of a One-Sided z-Test

Consider testing $H_0:\mu=0$ versus $H_1:\mu>0$ with known $\sigma=10$ and sample size $n=25$ at significance level $\alpha=0.05$. What is the power when the true mean is $\mu=4$?

打开 →
模块3.2.3 · 编程 · Python 数据与量化分析

SciPy 与统计工具

python · scipy · stats · distributions · fit · var · descriptive-statistics · hypothesis-testing

打开 →
模块2.6.5 · 数学与统计能力 · 机器学习理论

金融量化中的机器学习

machine-learning · financial-ml · cross-validation · purged-cv · cpcv · deflated-sharpe · multiple-testing · backtest-overfitting

打开 →
课程Python 打包与测试 · Python 基础

pytest 基础

周一开盘前一刻钟,你在私募的研究服务器上 merge 了一段对 mean price 的「无害重构」——只是把 sum(...) / len(...) 拆成两步,方便在中间加日志。脚本照常跑完,回测照常出图。下午两点你才发现 PnL 报表上 XYZ001.SH 的当日均价对不上:你在重构时把 sum 与 len 的参数搞反了,函数对所有非空输入都返回 1 。...

打开 →
课程Python 打包与测试 · Python 基础

覆盖率、基于属性的测试与 Mock

周五下班前你在私募的 CI 仪表盘上看到一片绿: xyzprice 的 86 个测试全过,行覆盖率显示 95%。周一开盘九点二十,研究系统在喂一段空盘后行情时崩在了 mean price([]) 上——你写过的测试里,从来没有一个把空列表喂进去。覆盖率告诉你「这一行跑过」,但不会告诉你「这一行只在 happy path 上跑过」。上一课的 pytest 让你...

打开 →
题目1719 · 统计

0.049 vs 0.051 Decision Cliff

Two backtests differ only slightly: one reports p = 0.049 and the other p = 0.051. Why is it bad practice to call one ‘real’ and the other ‘not real’ purely because one is below 0.05?

打开 →
题目2887 · 概率

A/B Gap Concentration

You run an A/B test with $n$ Bernoulli observations in treatment and $n$ in control, all independent. Let $\bar X$ and $\bar Y$ be the sample means. Use Hoeffding's inequality to bound \[ P\bigl((\bar X-\bar Y)-E[\bar X-\bar Y]\ge \varepsilon\bigr). \]

打开 →
课程交易成本与市场冲击 · 回测与执行

Almgren-Chriss 成本模型

中信 CITIC 算法交易部一位资深执行交易员,正在与一家中型量化私募的投资经理通电话。私募需要在收盘前 30 分钟清掉 100 万股 600519 贵州茅台。到达价 RMB 1800.00;距离收盘 30 分钟。投资经理要求订单完成。交易员冷静地解释:「直接打盘口市价单,意味着接下来 30 秒 100% 参与率, 250 bp 冲击。30 分钟内做 TWA...

打开 →
课程金融量化中的机器学习 · 机器学习理论

Alpha 信号与特征工程:标注、元标注与信号衰减

钩子:五十条弱 alpha 与一个总组合 你在一家中证500 中频量化私募(private fund)工作。研究团队在过去六个月里训练出了五十条独立的 ML alpha:有用 LightGBM 在 沪深300 / 中证500 因子风格暴露上做次日 alpha 的,有 1 D CNN 在分钟线上做日内动量(momentum)的,有 Transformer 在卖...

打开 →
题目1697 · 统计

Any False Sector Winner After Within-Sector Mining

A desk has 12 sectors, each containing 5 genuinely null variants. In each sector it keeps only the smallest p-value, and it flags the sector if that winning p-value is below 1%. Assuming independence, what is the probability at least one sector is falsely flagged?

打开 →
题目1883 · 统计

Average Gross Leverage at Launch

A live manager panel shows 27 low-leverage funds and 18 high-leverage funds. Survival rates for those groups were 90% and 60%, respectively. Suppose low-leverage funds average 1.2x gross leverage and high-leverage funds average 2.4x gross leverage. What was the average gross lev

打开 →
题目1718 · 统计

Best-of-50 Reporting Without Adjustment

A researcher tests 50 candidate features and only reports the one with the smallest p-value, which happens to be 0.01. Why is it misleading to present 0.01 as if it came from a single pre-specified test?

打开 →
题目1895 · 统计

Better Dataset for Failure-Rate Estimation

A vendor offers two hedge-fund datasets. Dataset A contains only funds that are currently reporting, but it includes long backfilled histories for those funds. Dataset B stores monthly reporting snapshots and preserves closed funds in the historical archive. Which dataset is be

打开 →
题目1698 · 统计

Bonferroni Cutoff After Collapsing to Effective Families

A research grid contains 60 model variants, but the desk argues they amount to only 15 effectively distinct families. If it wants family-wise error at most 10% using a Bonferroni family-level rule, what p-value cutoff should it apply to each effective family?

打开 →
题目1722 · 统计

Cherry-Picked Endpoint

A note tests 12 strategy diagnostics but highlights only the one with p = 0.02. What trap should the reviewer flag?

打开 →