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

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

[复制链接]
发表于 2012-10-1 16:12:01 | 显示全部楼层 |阅读模式
RVinePar2Tau(VineCopula)
RVinePar2Tau()所属R语言包:VineCopula

                                        Kendall's tau values of an R-vine copula model
                                         Kendall的tau值的R-藤Copula模型

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

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

This function computes the values of Kendall's tau corresponding to the parameters of an R-vine copula model.
此函数计算Kendall的tau对应的R-藤copula模型的参数的值。


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


RVinePar2Tau(RVM)



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

参数:RVM
An RVineMatrix object.
RVineMatrix对象。


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

Matrix with the same structure as the family and parameter matrices of the RVineMatrix object RVM where the entries are values of Kendall's tau corresponding to the families and parameters of the R-vine copula model given by RVM.
矩阵的家庭相同的结构和参数矩阵的RVineMatrix对象RVM的条目Kendall的tau相应的家属和参数的R-藤copula模型给出的<X >。


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


Jeffrey Dissmann



参见----------See Also----------

RVineMatrix, BiCopPar2Tau
RVineMatrix,BiCopPar2Tau


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


# define 5-dimensional R-vine tree structure matrix[定义5维的R-葡萄树结构矩阵]
Matrix = c(5,2,3,1,4,0,2,3,4,1,0,0,3,4,1,0,0,0,4,1,0,0,0,0,1)
Matrix = matrix(Matrix,5,5)

# define R-vine pair-copula family matrix[定义R-藤对Copula的家庭矩阵]
family = c(0,1,3,4,4,0,0,3,4,1,0,0,0,4,1,0,0,0,0,3,0,0,0,0,0)
family = matrix(family,5,5)

# define R-vine pair-copula parameter matrix[定义R-藤对Copula函数的参数矩阵]
par = c(0,0.2,0.9,1.5,3.9,0,0,1.1,1.6,0.9,0,0,0,1.9,0.5,
        0,0,0,0,4.8,0,0,0,0,0)
par = matrix(par,5,5)

# define second R-vine pair-copula parameter matrix[定义第二个R-藤对Copula函数的参数矩阵]
par2 = matrix(0,5,5)

# define RVineMatrix object[定义RVineMatrix对象]
RVM = RVineMatrix(Matrix=Matrix,family=family,par=par,par2=par2,
                  names=c("V1","V2","V3","V4","V5"))

# compute the Kendall's tau values[计算Kendall的tau值]
tau = RVinePar2Tau(RVM)

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


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

使用道具 举报

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

本版积分规则

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

GMT+8, 2024-11-26 06:28 , Processed in 0.036248 second(s), 16 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

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