找回密码
 注册
查看: 416|回复: 0

R语言 rngwell19937包 set.resolution()函数中文帮助文档(中英文对照)

[复制链接]
发表于 2012-9-27 19:46:31 | 显示全部楼层 |阅读模式
set.resolution(rngwell19937)
set.resolution()所属R语言包:rngwell19937

                                        Set the resolution of the output numbers
                                         设置的分辨率输出数字

                                         译者:生物统计家园网 机器人LoveR

描述----------Description----------

The resolution is the number of random bits in the output numbers. The function allows to choose between resolution 53 and 32 bits.
该决议是随机数位输出数字。该功能允许选择在第53位和32位之间。


用法----------Usage----------


  set.resolution(resolution)



参数----------Arguments----------

参数:resolution
Numeric, 53 or 32. The required number of bits.
数字53或32。所需的比特数量。


Details

详细信息----------Details----------

The new setting of the resolution is valid for the next calls to runif().
新设置的分辨率是对下调用runif()有效。

Resolution 53 bits requires two iterations of the internal generator and their outputs are combined to a single number. The slow down of 53 bit resolution compared to 32 bit resolution is about 20 percent, since an R call to runif() performs also other actions besides calling the generator itself and these actions are run only once.
第53位,需要两次迭代的内部发生器,其输出合并到一个单一的数字。慢下来的53位分辨率相比,32位分辨率的20%左右,因为r调用runif()执行之外的其他操作调用生成,而这些行动只运行一次。


值----------Value----------

NULL invisibly.
NULL“无形。

转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。


注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

手机版|小黑屋|生物统计家园 网站价格

GMT+8, 2024-11-24 20:15 , Processed in 0.028377 second(s), 16 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

快速回复 返回顶部 返回列表