outer.rv(rv)
outer.rv()所属R语言包:rv
Outer Product of Random Arrays
外产品的随机阵列
译者:生物统计家园网 机器人LoveR
描述----------Description----------
outer.rv
outer.rv
用法----------Usage----------
outer.rv(X, Y=NULL, FUN="*", ...)
参数----------Arguments----------
参数:X
First argument for function FUN
第一个参数为函数FUN
参数:Y
Second argument for function FUN; if missing, X is used instead
函数的第二个参数为FUN;如果缺少,X是用来代替
参数:FUN
a function to use on the outer products; a character string or a function
一个函数来使用的外产品;一个字符串或一个函数
参数:...
optional arguments to be passed to FUN
被传递FUN的可选参数
Details
详细信息----------Details----------
Implements the outer product for random arrays.
实现外产品的随机数组。
Note. outer is not a generic function; thus outer(x) will not work if x is an rv object. You must write outer.rv(x) explicitly.
请注意。 outer是不是一个通用的函数,,因此outer(x)不x是RV对象。你必须写outer.rv(x)明确。
See the function outer for further details.
请参阅的功能outer进一步的细节。
值----------Value----------
A random array.
一个随机数组。
(作者)----------Author(s)----------
Jouni Kerman
<a href="mailto:jouni@kerman.com">jouni@kerman.com</a>
参考文献----------References----------
Posterior Simulations Using Random Variable Objects. Statistics and Computing 17:3, 235-244.
实例----------Examples----------
#[]
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|