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

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

SkipperLin · 2020年03月07日

问一道题:NO.PZ2019040801000070

问题如下:

Analyst Amy uses a pseudo-random number generator to generate random numbers, which are continuosly and uniformly between zero and one. In the beginning, Amy define the initial seed value to generte random numbers sequences. If Amy wants to Improve the accuracy of random number sequences, then she can use a:

选项:

A.

large seed and initial value.

B.

large amount of replications and discarding the earliest random numbers.

C.

large number of replications and discarding the outliers.

D.

small seed and initial value.

解释:

B is correct.

考点:Random Number Generation

解析:本题说的是要提高随机数序列的准确度,这可以通过加大实验次数以及剔除前期生成的随机数来完成。

bootstrapping不是会受到outliers的影响? c选项去掉outliers为什么不好

1 个答案
已采纳答案

品职答疑小助手雍 · 2020年03月07日

同学你好,这里不是取样的过程,而是生成样本的过程,所以有outlier是正常的。

这里生成随机数的方法是:先用0-1的均匀分布,生成一个0-1之间的随机数,然后通过标准正态分布的反函数,来得到随机数。当然第二步还有别的公式和方法来生成随机数,也就是要通过seed value来生成随机数的意思,后面生成随机数的过程outlier也是随机数的一部分不用去除,但是前期的seed其实不是很符合要生成的随机数的要求,所以要去除。


  • 1

    回答
  • 0

    关注
  • 481

    浏览
相关问题

NO.PZ2019040801000070问题如下Analyst Amy uses a pseu-ranm number generator to generate ranm numbers, whiare continuosly anuniformly between zero anone. In the beginning, Amy fine the initiseevalue to generte ranm numbers sequences. If Amy wants to Improve the accuraof ranm number sequences, then she cuse a:A.large seeaninitivalue.B.large amount of replications anscarng the earliest ranm numbers.C.large number of replications anscarng the outliers.small seeaninitivalue.B is correct.考点Ranm Number Generation解析本题说的是要提高随机数序列的准确度,这可以通过加大实验次数以及剔除前期生成的随机数来完成。“所以这个其实就不是真正意义上的随机了。我们需要把开头的一些数给剔除掉,来使它更随机一些。”老师,您的解答,这里不太明白,您能否举个具体的例子?尤其是不是真正意义上的随机,把开头的一些数,这里

2024-05-23 15:37 1 · 回答

NO.PZ2019040801000070问题如下Analyst Amy uses a pseu-ranm number generator to generate ranm numbers, whiare continuosly anuniformly between zero anone. In the beginning, Amy fine the initiseevalue to generte ranm numbers sequences. If Amy wants to Improve the accuraof ranm number sequences, then she cuse a:A.large seeaninitivalue.B.large amount of replications anscarng the earliest ranm numbers.C.large number of replications anscarng the outliers.small seeaninitivalue.B is correct.考点Ranm Number Generation解析本题说的是要提高随机数序列的准确度,这可以通过加大实验次数以及剔除前期生成的随机数来完成。老师,为什么要剔除前期生成的随机数

2024-04-24 06:45 1 · 回答

NO.PZ2019040801000070问题如下Analyst Amy uses a pseu-ranm number generator to generate ranm numbers, whiare continuosly anuniformly between zero anone. In the beginning, Amy fine the initiseevalue to generte ranm numbers sequences. If Amy wants to Improve the accuraof ranm number sequences, then she cuse a:A.large seeaninitivalue.B.large amount of replications anscarng the earliest ranm numbers.C.large number of replications anscarng the outliers.small seeaninitivalue.B is correct.考点Ranm Number Generation解析本题说的是要提高随机数序列的准确度,这可以通过加大实验次数以及剔除前期生成的随机数来完成。请问随机数种子是什么,这里的结论课件上只有一张图,没有任何文字

2023-05-21 21:37 3 · 回答

老师您好,最初生成的随机数不够随机?那后面生成的随机数就是够随机了吗?这个地方怎么理解

2021-09-03 20:46 1 · 回答

老师,这题没懂,可以帮忙下吗

2020-06-23 22:37 1 · 回答