ivphiBB6 {fgac} | R Documentation |
Inverse Laplace's transform (phiBB6's inverse)
ivphiBB6(theta, delta, t)
theta |
real parameter (>=1) |
delta |
real parameter (>=1) |
t |
real vector |
return the value for the inverse in the vector t
Veronica A. Gonzalez-Lopez
Veronica A. Gonzalez-Lopez and Nelson I. Tanaka. ‘Bi-variate Data Modeling Through Generalized Archimedean Copula’ RT-MAE 2003-03. Harry Joe. ‘Multivariate Models and Dependence Concepts’ Monogra. Stat. & Appl. Probab. 73. Chapman and Hall (1997)
#a<-phiBB6(1.1,2.1,c(0.55,0.66,0.77,0.88)) # b<-ivphiBB6(1.1,2.1,c(a[7],a[8],a[9],a[10]))