R/D_u.R

Defines functions D_u

Documented in D_u

D_u <-
function(u,v,theta,family){
    u[u<0]=0
    u[u>1]=1
    v[v<0]=0
    v[v>1]=1
   out<-BiCopHfunc(u,v,family=family,par=theta)$hfunc1
   return(out)
}

Try the CopulaRegression package in your browser

Any scripts or data that you put into this service are public.

CopulaRegression documentation built on May 29, 2017, 5:47 p.m.