pCMin {fgac} | R Documentation |
Cumulative copula Frechet's bound, pCMin
pCMin(theta, delta, s, t)
theta |
is missing |
delta |
is missing |
s |
real vector |
t |
real vector |
returns the values from bidimensional cumulative for (s,t) sample.
Veronica A. Gonzalez-Lopez
Harry Joe. ‘Multivariate Models and Dependence Concepts’ Monogra. Stat. & Appl. Probab. 73. Chapman and Hall (1997)
#x<-rnorm(50,0,1) #y<-1-x+rnorm(50,0.05,0.1) #plot(x,y) #a<-pCMin(s=x,t=y)