hinverse-methods(vines)
hinverse-methods()所属R语言包:vines
Methods for the Inverse of the h-functions
的h函数的逆的方法
译者:生物统计家园网 机器人LoveR
描述----------Description----------
The h^{-1} function represents the inverse of the h function with respect to its first argument. It should be defined for every copula used in the pair-copula constructions or evaluated numerically.
h^{-1}函数指反h功能,它的第一个参数就。它应该被定义为每Copula函数对Copula的建设中使用或评估数字。
用法----------Usage----------
hinverse(copula, u, v)
参数----------Arguments----------
参数:copula
A bivariate copula object.
一个二元copula对象。
参数:u
Numeric vector with values in [0,1].
数字向量的值在[0,1]。
参数:v
Numeric vector with values in [0,1].
数字向量的值在[0,1]。
方法----------Methods----------
Default definition of the h^{-1} function for a bivariate copula. This method is used if there is not a definition specific for a given copula. The inverse is calculated numerically using the uniroot
默认定义的h^{-1}的二元Copula函数的功能。使用此方法,如果没有定义特定于一个给定的copula。逆数值计算。使用uniroot的
The h^{-1} function of the Independence copula.
h^{-1}功能的独立Copula的。
The h^{-1} function of the normal copula.
h^{-1}功能的正常系词。
The h^{-1} function of the t copula.
h^{-1}的t Copula函数的功能。
The h^{-1} function of the Clayton copula.
h^{-1}功能的克莱顿系词。
The h^{-1} function of the Frank copula.
h^{-1}功能的Frank Copula的。
参考文献----------References----------
Pair-copula constructions of multiple dependence. Insurance: Mathematics and Economics 44, 182–198.
Multivariate dependence modeling using pair-copulas. Enterprise Risk Management Symposium, Chicago.
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|