GLOBAL SEARCH

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

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

找到 30 个结果

中文题目
题目5965 · 概率

Branching Process Extinction Probability

A Galton-Watson branching process starts with one individual. Each individual independently has 0 offspring with probability 1/4, 1 offspring with probability 1/4, and 2 offspring with probability 1/2. Let q be the extinction probability. Using that q^{Z_n} is a martingale (where

打开 →
题目2837 · 概率

Immigration Plus Branching in One Step

Let $Z_t$ be a branching process with immigration. Each individual in generation $t$ produces offspring with PGF $\phi(s)$, independently, and the number of immigrants arriving at the next generation has PGF $\psi(s)$, independently of everything else. Express the PGF of $Z_{t+1}

打开 →
题目2924 · 概率

Critical 0-or-2 Branching

Suppose each individual has $0$ children with probability $1/2$ and $2$ children with probability $1/2$. What is the extinction probability?

打开 →
题目2919 · 概率

The Standard Branching Martingale

Let $m>0$ be the offspring mean in a Galton-Watson process. Show that \[ M_n=\frac{Z_n}{m^n} \] is a martingale with respect to the natural filtration.

打开 →
题目2928 · 概率

Extinction from Three Independent Founders

A branching process started from one ancestor has extinction probability $q=2/3$. If it starts instead from three independent ancestors, what is the probability that at least one lineage survives forever?

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

Git 与代码质量

git · version-control · working-tree · staging-area · head · commit · branch · merge

打开 →
题目2929 · 概率

Survival from Five Founders

A branching process has extinction probability $q=3/7$ from one ancestor. If the process starts from five independent ancestors, what is the probability that at least one lineage survives forever?

打开 →
题目2830 · 概率

Total Progeny PGF Equation

Let $\phi(s)$ be the offspring PGF of a Galton-Watson branching process started from one ancestor, and let $T$ be the total progeny. Show that the PGF of $T$ satisfies \[ G_T(s)=s\,\phi(G_T(s)). \]

打开 →
课程内存与性能 · C++ 与低延迟

分支预测、restrict 与 SIMD

周三上午,你在国内某头部私募的衍生品自营桌做期权 Greeks 重估。沪深300 ETF(510300.SH)期权链上挂着 480 张合约,每张合约要算一次 Delta、Gamma、Vega、Theta,每个 Greek 都是一次 100 万路径的 Monte Carlo——480 × 4 × 1M = 19.2 亿条路径。上一课你已经用 monotonic...

打开 →
课程Git 与代码质量 · 量化开发的软件工程

协作、拉取请求与历史卫生

周二上午十一点。你的分支 feature/risk factor z 在本地终于跑通——沪深300 因子归因回测 Sharpe 三位小数都对上了审查者期望。你 git push ,在内网 GitLab 开了 MR,一小时内审查者要求改两处,并指出你的分支已落后 main 四个提交,因为同事刚合了另一个修同模块的 MR。第 1 课教你在一台机器上操作 git;...

打开 →
课程Git 与代码质量 · 量化开发的软件工程

面向研究与交易代码的 Git 核心

周五下午四点。一家 A 股 私募 的基金经理走过来问:「昨天你跑的 沪深300 动量回测,能不能重现?早上 Sharpe 看起来不太对。」你打开 notebook,已经被改过两次——因子回看从 60 个交易日改成了 90 个,滑点假设也不知何时动过。没有 git 时你在靠记忆复原数字;有了 git, git log oneline 、 git checkou...

打开 →
题目2923 · 概率

Another Exact Extinction Root

Each individual has offspring distribution \[ P(\xi=0)=0.2,\qquad P(\xi=1)=0.5,\qquad P(\xi=2)=0.3. \] Starting from one ancestor, compute the extinction probability.

打开 →