https://github.com/cran/kdevine
Raw File
Tip revision: 950ccc0c0c9d3f6c25ac1cfbddbf65faf191659d authored by Thomas Nagler on 17 December 2018, 15:00:03 UTC
version 0.4.2
Tip revision: 950ccc0
NAMESPACE
# Generated by roxygen2: do not edit by hand

S3method(contour,kdevinecop)
S3method(lines,kde1d)
S3method(plot,kde1d)
export(dkde1d)
export(dkdevine)
export(dkdevinecop)
export(kde1d)
export(kdevine)
export(kdevinecop)
export(pkde1d)
export(qkde1d)
export(rkde1d)
export(rkdevine)
export(rkdevinecop)
importFrom(KernSmooth,dpik)
importFrom(MASS,bandwidth.nrd)
importFrom(Rcpp,evalCpp)
importFrom(VineCopula,BiCopIndTest)
importFrom(VineCopula,RVineCopSelect)
importFrom(VineCopula,RVineMatrix)
importFrom(VineCopula,RVinePDF)
importFrom(VineCopula,RVineSim)
importFrom(VineCopula,RVineStructureSelect)
importFrom(VineCopula,TauMatrix)
importFrom(VineCopula,pobs)
importFrom(cctools,cont_conv)
importFrom(cctools,expand_as_numeric)
importFrom(cctools,expand_vec)
importFrom(doParallel,registerDoParallel)
importFrom(foreach,"%dopar%")
importFrom(foreach,foreach)
importFrom(grDevices,col2rgb)
importFrom(grDevices,rgb)
importFrom(graphics,abline)
importFrom(graphics,contour)
importFrom(graphics,lines)
importFrom(graphics,par)
importFrom(graphics,plot)
importFrom(graphics,plot.new)
importFrom(graphics,plot.window)
importFrom(graphics,polygon)
importFrom(graphics,strheight)
importFrom(graphics,strwidth)
importFrom(graphics,text)
importFrom(kdecopula,dkdecop)
importFrom(kdecopula,hkdecop)
importFrom(kdecopula,kdecop)
importFrom(parallel,detectCores)
importFrom(parallel,makeCluster)
importFrom(parallel,stopCluster)
importFrom(qrng,ghalton)
importFrom(stats,runif)
importFrom(utils,modifyList)
useDynLib(kdevine)
useDynLib(kdevine, .registration = TRUE)
back to top