开发者:上海品职教育科技有限公司 隐私政策详情

应用版本:4.2.11(IOS)|3.2.5(安卓)APP下载

nanaluo · 2021年09月29日

请解释一下选项C

NO.PZ2016062402000039

问题如下:

Continuing with the previous question, you have implemented the simulation process discussed earlier using a time interval △t= 0.001, and you are analyzing the following stock price path generated by your implementation.

Give this sample, which of the following simulation steps most likely contains an error?

选项:

A.

Calculation to update the stock price

B.

Generation of random sample value for ε

C.

Calculation of the change in stock price during each period

D.

None of the above

解释:

The random variable e should have a standard normal distribution, which means that it should have negative as well as positive values, which should average close to zero. This is not the case here. This is probably a uniform variable instead.

请解释一下选项C,没明白
2 个答案
已采纳答案

李坏_品职助教 · 2021年09月29日

嗨,努力学习的PZer你好:


△S这里是连续两行的St-1相减这样算出来的,比如S1-S0, S2-S1, S3-S2,根据表格里的数据△S是没问题的。


当然如果考虑ε的取值错误的话,那△S也是不准确的。但是这道题问的是most likely contains error,所以还是选B比较合适。

----------------------------------------------
努力的时光都是限量版,加油!

李坏_品职助教 · 2021年09月29日

嗨,从没放弃的小努力你好:


C 项目的意思是股票价格每一阶段的变化量的计算有问题,也就是△S的计算错误。


根据题里面提供的信息,只能判断随机扰动项ε的取值是错误的,因为ε应该服从N(0,1)的标准正态分布,显然这里给出的ε没有负数。

----------------------------------------------
努力的时光都是限量版,加油!

nanaluo · 2021年09月29日

我能判断出B是错的。想请教下C在这道题里怎么赢过如何判断呢?

  • 2

    回答
  • 0

    关注
  • 530

    浏览
相关问题

NO.PZ2016062402000039 问题如下 Previous questionConsir a stothpays no vin, ha volatility of 25% panhexpectereturn of 13% pThe current stopriis S0S_0S0​ = $30. This implies the mol St+1=St(1+0.13△t+0.25△tε)S_{t+1}=S_t{(1+0.13\bigtriangleup t+0.25\sqrt{\bigtriangleup t}\varepsilon)}St+1​=St​(1+0.13△t+0.25△t​ε), where ε is a stanrnormranm variable. To implement this simulation, you generate a path of the stopristarting t = 0, generating a sample for e, upting the stopriaccorng to the mol, incrementing t 1, anrepeating this process until the enof the horizon is reache QWhistrategies for generating a sample for ε will implement this simulation properly?AGenerate a sample for ε using the inverse of the stanrnormcumulative stribution of a sample value awn from a uniform stribution between 0 an1.-------------------Continuing with the previous question, you have implementethe simulation process scusseearlier using a time interv△t= 0.001, anyou are analyzing the following stopripath generateyour implementation.Give this sample, whiof the following simulation steps most likely contains error? A.Calculation to upte the stopri B.Generation of ranm sample value for ε C.Calculation of the change in stopriring eaperio None of the above The ranm variable e shoulhave a stanrnormstribution, whimeans thit shoulhave negative well positive values, whishoulaverage close to zero. This is not the case here. This is probably a uniform variable instea Generate a sample for ε using the inverse of the stanrnormcumulative stribution of a sample value awn from a uniform stribution between 0 an1. 是什么意思?

2023-10-30 10:56 2 · 回答

NO.PZ2016062402000039 这道题能详细一下吗

2021-03-21 16:33 1 · 回答

“C的意思是通过每期服从标准正态分布的ε乘以波动率求的每期△S,波动性这个条件在上一题给的条件里应该有,或者不看上一题,就看每期△S和ε比例都相等也可以推出每期△S计算式正确的。”----ε乘以波动率求每期ΔS,这是哪里的知识点?GSM的维纳过程不是ε乘以根号Δt吗?

2020-07-01 16:29 2 · 回答

ABC是什么意思?AC如何理解?

2019-09-08 20:26 1 · 回答