GLOBAL SEARCH

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

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

找到 30 个结果

中文题目
题目2699 · 机器学习

Null Survival Through Two Independent Screens

A null strategy must first pass an exploratory screen at level 10% and then pass a final untouched holdout at level 5%. If the two tests are independent under the null, what is the probability that a null strategy survives both?

打开 →
题目2704 · 机器学习

Expected Null Strategies Surviving a Screening Funnel

A research platform runs 200 null strategies. Only strategies with in-sample p-value below 15% are promoted, and each promoted strategy must then pass a fresh 5% confirmation test. Assuming independence under the null, what is the expected number of false strategies that survive

打开 →
模块3.6.3 · 编程 · 量化开发的软件工程

SQL 与时序数据库

sql · select · join · group-by · window-functions · cte · null · timezone

打开 →
课程SQL 与时序数据库 · 量化开发的软件工程

时序数据库:TimescaleDB、QuestDB、InfluxDB 与 kdb+

某 沪深 300 私募 的 交易员 提单:『上 一 季 在 ticks 表 上 15 秒 出结果 的 1 分钟 VWAP per symbol 查询,今天 跑 了 11 分钟。Postgres 仓库 正在 维持 每秒 9 万 写入 来自 沪深 行情 网关,EXPLAIN 在 一条 仅 触 三日 数据 的 查询 上 报 1.8 亿 缓冲 读取』。L2 的 卫生...

打开 →
课程SQL 与时序数据库 · 量化开发的软件工程

模式设计、索引与 EXPLAIN

某 沪深 300 私募 的 风控 在 飞书 上 找你:『我 昨晚 在 笔记本 样本 上 跑 30 毫秒 出结果 的 按 标的 回撤 查询,今天 打到 生产 上 跑 了 12 分钟。同样 的 SQL,同样 的 方言,同样 的 bars 1m 表——到底 什么 变了?』SQL 没变。变 的 是 行数:笔记本 5 万 行,生产 14 亿 行。『样本 上 快、生产 ...

打开 →
课程SQL 与时序数据库 · 量化开发的软件工程

面向量化研究的关系型 SQL

某个周二早晨,沪深 300 量化私募的基金经理走过来:『把过去两周 510050 、 510500 、 510300 的日 VWAP 拉给我,按当日收益做横截面排名,只要 close 非空的行』。数据存在研究数据仓库里——一台部署在内网的 Postgres / PolarDB O 上, bars 1m 1 分钟 K 线表和 instrument 维度表通过外...

打开 →
课程SQL 与时序数据库 · 量化开发的软件工程

量化数据管道:从 tick 文件到数据仓库

下午 15:30 CST,某 A 股 量化 私募。沪深 收盘 加 15:00 行情 结算 落定 之后 半 小时,行情 vendor 的 tick 510300 20260523.csv.gz 落 在 共享 挂载 /data/market data/ 上。cron 调起 ingest ticks.sh 。接下来 九十 秒 内,文件 必须 被 加载 到 暂存 表...

打开 →
题目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?

打开 →
题目1724 · 统计

Conditioning Direction Error

A reviewer writes: ‘p = 0.07 means the null hypothesis is true with probability 7%.’ What is wrong with the conditioning direction?

打开 →
题目1696 · 统计

Expected False Finalists After a Lookback Funnel

A desk studies 30 genuinely null signals. For each signal it tries 4 lookback windows, advances the signal if any in-sample p-value is below 10%, and then requires a fresh holdout p-value below 5%. Assuming independence under the null, what is the expected number of false finalis

打开 →
题目1725 · 统计

Fail to Reject vs Accept

An experiment does not reject the null at 5%. The team writes ‘the null is accepted.’ What is the correct correction?

打开 →
题目1911 · 统计

False Launch Probability 1

You test 40 independent noise strategies. A strategy is launched only if it passes an in-sample screen at level 1/20 and then passes a second independent validation at level 1/10. Under the global null, what is the probability that at least one noise strategy still gets launched?

打开 →
题目2696 · 机器学习

False Strategy Surviving Two Independent Research Gates

A desk tries 80 genuinely null strategy ideas. A strategy is kept only if it passes an in-sample screen at 10% and then a fresh out-of-sample confirmation at 5%, with the two tests treated as independent under the null. What is the probability at least one null idea survives both

打开 →
题目1704 · 统计

In-Sample Screen Needed After a 10-Lag Search

A desk tries 10 lags for a genuinely null signal, keeps the best in-sample lag if any lag has p-value below alpha, and then requires a fresh holdout p-value below 10%. What alpha makes the overall false-launch probability exactly 2%, assuming independence under the null?

打开 →
题目1819 · 统计

Ljung-Box Interpretation

What null hypothesis does the Ljung-Box test target in a return series, and what practical concern does rejection raise?

打开 →
题目1715 · 统计

The Prosecutor's Fallacy in a Trading Context

A rare anomaly occurs in only 1 out of 10,000 normal days. A model flags today's pattern as one that would happen with probability 1/10,000 under the null, and someone concludes the null must almost certainly be false. What key base-rate issue are they missing?

打开 →
课程Rust 互操作与生产化 · Rust 系统编程

unsafe Rust 与正确性

字节火山引擎的某 TiKV 同事在你刚加入沪深300量化团队的第二周走过来。他抱着一台戴尔笔记本,屏幕上是 3.5.2 L3 你亲手写的那个 SPSC 环形缓冲——给 510300.SH (沪深300 ETF) 行情事件用的,生产者一个核心、消费者一个核心,中间两个 AtomicUsize 当下标。"我们要把这段代码搬进 CFFEX 张江 COLO 的 pr...

打开 →
课程参数估计与假设检验 · 统计推断

假设检验与 P 值

某私募的量化研究员把新风控流程在 60 个交易日上跑出的日收益序列丢到屏幕上,样本均值比对照组高出 12 bp,样本标准差 35 bp。组合经理只关心一个问题:这 12 bp 究竟是流程改造带来的真效应,还是 60 个数里凑巧抖出来的噪声?把「凑巧」翻译成数学,就是本课要交付的工具:在一个明确的概率模型下,把「真效应」与「凑巧」分到拒绝域与接受域两边,并给做...

打开 →
课程研究工作流程与纪律 · Alpha 研究

多重检验与 p 值黑客行为

一位 头部 量化 私募 基金 经理 周五 走 进 研究 总监 的 办公室 端 着 一 张 幻灯片 —— 五 年 评估 窗口 上 沪深 300 横截面 净 扣 成本 后 夏普 比率 2.0,t 统计量 4.5,样本外 净 值 曲线 漂亮 至极。研究 总监 翻 到 方法 学 那 页。"你 的 N 是 多少?" "我 在 相同 窗口 上 筛 了 大约 100 个 ...

打开 →
课程C++ 基础 · C++ 与低延迟

指针、引用、数组与动态内存

某国内头部私募(类似幻方量化)的初级 quant 第一次用 C++ 写了一个五日滚动 VWAP 函数。它加载 510300.SH 收盘价、用 new double[5] 申一段 buffer、算滚动均值、返回结果。单元测试过。集成测试过。两周后,同一个函数被一段每秒跑一万次的热路径调用,交易进程在一天之内常驻内存悄悄涨到 80 GB,直到内核 OOM kil...

打开 →
课程Python 惯用法与开发工具 · Python 基础

日志、命令行与项目工具链

周日晚上 11 点的消息 某私募的中后台周日晚上甩来一条消息:风控组明早要用你写的 summarise.py 跑一份沪深300成分股的 tick 滚动 VWAP,他们那台服务器装的是干净的 Python 3.11、没装你电脑上的任何包。你抓起脚本一看,它现在还是 notebook 里那个用 print 打日志、入口写在最后一格、依赖装在 /anaconda3...

打开 →
课程模板与现代 C++ · C++ 与低延迟

智能指针与移动语义

国内某私募 CSI 300 ETF 期权桌的资深 C++ engineer 在审一份六年前写就的策略库——它要进 live engine。他贴在每一份源码上的 PR review 评论只有一行:「这里裸 new ——改成 std::make unique 。」这份库是 C++03 风格写的, delete 散布在异常处理路径上,等一个错位的 throw 就足...

打开 →
课程模板与现代 C++ · C++ 与低延迟

现代 STL 与词汇类型

国内某私募 CSI 300 ETF 期权桌的风险分析师在翻夜间对账日志:四十笔 510300 期权报价的隐含波动率(IV)显示为整齐的 1.0 。这不是市场信号,而是上一代 IV 求解器在「未收敛」时使用的 sentinel value。当下游的偏斜模型把 1.0 一起平均进去,报告的偏斜被肉眼可见地拖偏,早会因此浪费了三十分钟去追一个根本不存在的数字。修复...

打开 →