solve.rv(rv)
solve.rv()所属R语言包:rv
Random Vectors
随机向量
译者:生物统计家园网 机器人LoveR
描述----------Description----------
solve.rv
solve.rv
用法----------Usage----------
## S3 method for class 'rv'
solve(a, b, ...)
参数----------Arguments----------
参数:a
a square random vector containing the coefficients of the linear system
一个正方形含随机向量的线性系统的系数
参数:b
a square random vector giving the right-hand side(s) of the linear system
一个正方形的给予的右手侧(s)的线性系统的随机向量
参数:...
further arguments passed to solve
进一步的参数传递给solve
Details
详细信息----------Details----------
solve.rv is the rv-object compatible version of the function solve.
solve.rv是RV对象的兼容版本的功能solve。
For details of the function, see solve.
的功能的详细信息,请参阅solve。
(作者)----------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.
参见----------See Also----------
solve
solve
实例----------Examples----------
#[]
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|