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

R语言 bayesSurv包 sampleCovMat()函数中文帮助文档(中英文对照)

  [复制链接]
发表于 2012-9-12 21:29:44 | 显示全部楼层 |阅读模式
sampleCovMat(bayesSurv)
sampleCovMat()所属R语言包:bayesSurv

                                         Compute a sample covariance matrix.
                                         计算一个样本协方差矩阵。

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

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

This function computes a sample covariance matrix.
此函数计算样本协方差矩阵。


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


sampleCovMat(sample)



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

参数:sample
a matrix or data.frame with sampled values in rows. I.e. number of rows of sample determines a sample size, number of columns of sample determines a dimension of the distribution from which it was sampled.      
一个matrix或data.frame行采样值。即sample的行数确定的样本大小的列数sample从它被取样的分布决定的尺寸。


Details

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

When y[1], ..., y[n] is a sequence of p-dimensional vectors y[i] the sample covariance matrix S is equal to
当y[1], ..., y[n]是p维向量序列y[i]的样本协方差矩阵S是等于

where
哪里

When n=1 the function returns just sum of squares.      
当n=1该函数返回的平方。


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

This function returns a matrix.
这个函数返回一个矩阵。


(作者)----------Author(s)----------



Arno拧t Kom谩rek <a href="mailto:arnost.komarek[AT]mff.cuni.cz">arnost.komarek[AT]mff.cuni.cz</a>




实例----------Examples----------


  ## Sample some values[#试样的某些值]
  z1 &lt;- rnorm(100, 0, 1)           ## first components of y[#y的第一个组件]
  z2 &lt;- rnorm(100, 5, 2)           ## second components of y[#y的第二部分]
  z3 &lt;- rnorm(100, 10, 0.5)        ## third components of y[#y的第三个组件]

  ## Put them into a data.frame[#将它放到一个数据框]
  sample <- data.frame(z1, z2, z3)

  ## Compute a sample covariance matrix[#计算样本协方差矩阵]
  sampleCovMat(sample)

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


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

使用道具 举报

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

本版积分规则

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

GMT+8, 2024-11-23 20:27 , Processed in 0.019072 second(s), 15 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

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