← 返回编程题库

需要面试准备

某风险台希望把日内已实现波动率分解为扩散(连续)部分与跳跃部分两段,标准工具是 Barndorff-Nielsen 和 Shephard (2006) 的 bipower 变差跳跃检验("Econometrics of testing for jumps in financial economics using bipower variation",*Journal of Financial Econometrics*)。请实现 solution(intraday_returns: list[float], alpha: float) -> dict:给定一组日内对数收益和显著性水平 alpha,返回已实现方差、bipower 变差、跳跃方差、BNS 检验 z 统计量、双侧 p 值,以及是否拒绝 H0: 无跳跃

查看订阅方案