| gamBiCop-class {gamCopula} | R Documentation |
The gamBiCop Class
Description
gamBiCop is an S4 class to store
a Generalized Additive Model for bivariate copula a parameter or
Kendall's tau. Objects can be created by calls of the form
new("gamBiCop", ...), or by function gamBiCop.
Slots
familyA copula family:
1Gaussian,2Student t,5Frank,301Double Clayton type I (standard and rotated 90 degrees),302Double Clayton type II (standard and rotated 270 degrees),303Double Clayton type III (survival and rotated 90 degrees),304Double Clayton type IV (survival and rotated 270 degrees),401Double Gumbel type I (standard and rotated 90 degrees),402Double Gumbel type II (standard and rotated 270 degrees),403Double Gumbel type III (survival and rotated 90 degrees),404Double Gumbel type IV (survival and rotated 270 degrees).modelA
gamObjectas return by thegamfunction from themgcvpackage.par2Second parameter for the Studen t-copula.
tauFALSE(default) for a calibration fonction specified for the Copula parameter orTRUEfor a calibration function specified for Kendall's tau.
See Also
gamBiCopFit,
gamBiCopPredict and gamBiCopSimulate.