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

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

tetexe · 2020年09月20日

问一道题:NO.PZ2020010303000009

问题如下:

Either using a Z table or the Excel function NORM.S.DIST, compute

a. Pr(-1.5 < Z < 0), where Z ∼ N(0, 1)

b. Pr(Z < -1.5), where Z ∼ N(0, 1)

c. Pr(-1.5 < X < 0), where X ∼ N(1, 2)

d. Pr(X > 2), where X ∼ N(1, 2)

e. Pr(W > 12), where W ∼ N(3, 9)

选项:

解释:

a. 43.3%. In Excel, the command to compute this value is NORM.S.DIST(0,TRUE) – NORM.S.DIST(-1.5,TRUE).

b. 6.7%. In Excel, the command to compute this value is NORM.S.DIST(-1.5,TRUE).

c. 20.1%. In Excel, the command to compute this value is NORM.S.DIST((0 – 1)/SQRT(2),TRUE) – NORM.S.DIST((-1.5-1)/SQRT(2),TRUE).

d. 24.0%. In Excel, the command to compute this value is 1 – NORM.S.DIST((2 – 1)/SQRT(2),TRUE).

e. 0.13%. In Excel, the command to compute this value is 1 – NORM.S.DIST((12 – 3)/3,TRUE).

第三小问详细计算能不能列一下啊?还是没看明白。谢谢

2 个答案

袁园_品职助教 · 2023年04月26日

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


你算的没错。这是由于这个答案是用excel拉的,算的比较精确,小数点保留的比较多而已。

----------------------------------------------
就算太阳没有迎着我们而来,我们正在朝着它而去,加油!

袁园_品职助教 · 2020年09月20日

同学你好!

第三问的分布是服从(1,2)的正态分布,所以0 到均值1的距离就是(0-1)/根号2 倍的标准差(后面公式的前半部分就是求负无穷到这个点的累计概率),-1.5到均值1的距离就是(-1.5-1)/根号2 倍的标准差(后面公式的后半部分就是求负无穷到这个点的累计概率)。

负无穷到0的累计概率减去负无穷到-1.5的累计概率,就是得到他俩之间的累计概率了。

大山 · 2023年04月24日

老师,为什么我第三问算出来是20.28%?

  • 2

    回答
  • 0

    关注
  • 436

    浏览
相关问题

NO.PZ2020010303000009问题如下Either using a Z table or the Excel function NORM.S.ST, compute Pr(-1.5 Z 0), where Z ∼ N(0, 1) Pr(Z -1.5), where Z ∼ N(0, 1) Pr(-1.5 X 0), where X ∼ N(1, 2) Pr(X 2), where X ∼ N(1, 2) e. Pr(W 12), where W ∼ N(3, 9) 43.3%. In Excel, the commanto compute this value is NORM.S.ST(0,TRUE) – NORM.S.ST(-1.5,TRUE).6.7%. In Excel, the commanto compute this value is NORM.S.ST(-1.5,TRUE).20.1%. In Excel, the commanto compute this value is NORM.S.ST((0 – 1)/SQRT(2),TRUE) – NORM.S.ST((-1.5-1)/SQRT(2),TRUE). 24.0%. In Excel, the commanto compute this value is 1 – NORM.S.ST((2 – 1)/SQRT(2),TRUE).e. 0.13%. In Excel, the commanto compute this value is 1 – NORM.S.ST((12 – 3)/3,TRUE). -1·5 Z 0如何查表得出的结果

2024-04-16 13:08 1 · 回答

NO.PZ2020010303000009 问题如下 Either using a Z table or the Excel function NORM.S.ST, compute Pr(-1.5 Z 0), where Z ∼ N(0, 1) Pr(Z -1.5), where Z ∼ N(0, 1) Pr(-1.5 X 0), where X ∼ N(1, 2) Pr(X 2), where X ∼ N(1, 2) e. Pr(W 12), where W ∼ N(3, 9) 43.3%. In Excel, the commanto compute this value is NORM.S.ST(0,TRUE) – NORM.S.ST(-1.5,TRUE).6.7%. In Excel, the commanto compute this value is NORM.S.ST(-1.5,TRUE).20.1%. In Excel, the commanto compute this value is NORM.S.ST((0 – 1)/SQRT(2),TRUE) – NORM.S.ST((-1.5-1)/SQRT(2),TRUE). 24.0%. In Excel, the commanto compute this value is 1 – NORM.S.ST((2 – 1)/SQRT(2),TRUE).e. 0.13%. In Excel, the commanto compute this value is 1 – NORM.S.ST((12 – 3)/3,TRUE). excel function NORM.S.ST 这是Excel的计算公式吗?这个也需要掌握吗

2024-01-15 00:04 1 · 回答

NO.PZ2020010303000009 问题如下 Either using a Z table or the Excel function NORM.S.ST, compute Pr(-1.5 Z 0), where Z ∼ N(0, 1) Pr(Z -1.5), where Z ∼ N(0, 1) Pr(-1.5 X 0), where X ∼ N(1, 2) Pr(X 2), where X ∼ N(1, 2) e. Pr(W 12), where W ∼ N(3, 9) 43.3%. In Excel, the commanto compute this value is NORM.S.ST(0,TRUE) – NORM.S.ST(-1.5,TRUE).6.7%. In Excel, the commanto compute this value is NORM.S.ST(-1.5,TRUE).20.1%. In Excel, the commanto compute this value is NORM.S.ST((0 – 1)/SQRT(2),TRUE) – NORM.S.ST((-1.5-1)/SQRT(2),TRUE). 24.0%. In Excel, the commanto compute this value is 1 – NORM.S.ST((2 – 1)/SQRT(2),TRUE).e. 0.13%. In Excel, the commanto compute this value is 1 – NORM.S.ST((12 – 3)/3,TRUE). 这道题除了有超出给定表的数据,还有无法精准得出的,比如1.5,在表单中只有接近1.5的数据,这种情况怎么计算?

2024-01-14 23:32 2 · 回答

NO.PZ2020010303000009 问题如下 Either using a Z table or the Excel function NORM.S.ST, compute Pr(-1.5 Z 0), where Z ∼ N(0, 1) Pr(Z -1.5), where Z ∼ N(0, 1) Pr(-1.5 X 0), where X ∼ N(1, 2) Pr(X 2), where X ∼ N(1, 2) e. Pr(W 12), where W ∼ N(3, 9) 43.3%. In Excel, the commanto compute this value is NORM.S.ST(0,TRUE) – NORM.S.ST(-1.5,TRUE).6.7%. In Excel, the commanto compute this value is NORM.S.ST(-1.5,TRUE).20.1%. In Excel, the commanto compute this value is NORM.S.ST((0 – 1)/SQRT(2),TRUE) – NORM.S.ST((-1.5-1)/SQRT(2),TRUE). 24.0%. In Excel, the commanto compute this value is 1 – NORM.S.ST((2 – 1)/SQRT(2),TRUE).e. 0.13%. In Excel, the commanto compute this value is 1 – NORM.S.ST((12 – 3)/3,TRUE). 是不是可以标准化到 P(-1.77 X -0.71)这个式子,在去查表但是-1.77超过了将以中给的表的范围

2023-02-26 15:41 1 · 回答

NO.PZ2020010303000009 问题如下 Either using a Z table or the Excel function NORM.S.ST, compute Pr(-1.5 Z 0), where Z ∼ N(0, 1) Pr(Z -1.5), where Z ∼ N(0, 1) Pr(-1.5 X 0), where X ∼ N(1, 2) Pr(X 2), where X ∼ N(1, 2) e. Pr(W 12), where W ∼ N(3, 9) 43.3%. In Excel, the commanto compute this value is NORM.S.ST(0,TRUE) – NORM.S.ST(-1.5,TRUE).6.7%. In Excel, the commanto compute this value is NORM.S.ST(-1.5,TRUE).20.1%. In Excel, the commanto compute this value is NORM.S.ST((0 – 1)/SQRT(2),TRUE) – NORM.S.ST((-1.5-1)/SQRT(2),TRUE). 24.0%. In Excel, the commanto compute this value is 1 – NORM.S.ST((2 – 1)/SQRT(2),TRUE).e. 0.13%. In Excel, the commanto compute this value is 1 – NORM.S.ST((12 – 3)/3,TRUE). 具体怎么做呢?请问能用算式一下吗

2023-01-31 10:24 2 · 回答