rstream-package(rstream)
rstream-package()所属R语言包:rstream
"rstream" – A package for multiple streams of uniform random numbers
“rstream” - 一个封装多个数据流的均匀分布的随机数
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Unified interface to uniform random number generators
统一的接口均匀分布的随机数生成器
Details
详细信息----------Details----------
This package provides a unified interface to uniform random number Objects of its classes act as a source of streams for random numbers that can be handled by a set of methods and which can be used as arguments of functions that require sources of randomness, e.g. discrete event models, Monte Carlo integration or other stochastic simulations.
此包提供一个统一的接口的均匀随机数它的类的对象的流的随机数,可以通过以下来处理的一组方法,它可以用来作为的函数的参数,需要来源的随机性,例如作为一个源离散事件模型,蒙特卡罗积分或其他随机模拟。
The instances of objects are independent, i.e., sampling random numbers from one instance or reseting and changing its state does not effect any other instance. (However, different streams may not be stochastically independent if they are not carefully seeded!)
对象的实例是独立的,即采样随机数的一个实例或下重启,将其状态更改不会影响任何其他实例。 (但是,不同的流可能不随机独立,如果他们不仔细接种!)
Additionally there is a mechanismus interface to save and restore such streams, e.g. for the next R session, for a reruning some stochastic calculations with identical input, or for sending the stream object to a slave node in parallel computing via MPI.
此外,还有是一个mechanismus的界面来保存和恢复如流,例如在未来的R会话中,一个reruning一些随机的计算具有相同的输入,或通过MPI的并行计算从节点发送的流对象。
The interface to these classes is inspired by Pierre L'Ecuyers RngStreams package.
皮埃尔的LEcuyers RngStreams包的灵感来自于这些类的接口。
For an overview of classes and methods, see rstream.
有关的类和方法的概述,请参阅rstream。
(作者)----------Author(s)----------
Josef Leydold <a href="mailto:josef.leydold@wu.ac.at">josef.leydold@wu.ac.at</a>
参考文献----------References----------
rstream: Streams of Random Numbers for Stochastic Simulation, R News 5(2), 16–20.
参见----------See Also----------
rstream.
rstream。
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|