Package: LocalCop Title: Local Likelihood Inference for Conditional Copula Models Version: 0.0.2 Date: 2024-08-30 Authors@R: c(person(given = "Elif Fidan", family = "Acar", role = "aut", email = "eacar@uoguelph.ca"), person(given = "Martin", family = "Lysy", role = c("aut", "cre"), email = "mlysy@uwaterloo.ca"), person(given = "Alan", family = "Kuchinsky", role = "ctb")) Description: Implements a local likelihood estimator for the dependence parameter in bivariate conditional copula models. Copula family and local likelihood bandwidth parameters are selected by leave-one-out cross-validation. The models are implemented in 'TMB', meaning that the local score function is efficiently calculated via automated differentiation (AD), such that quasi-Newton algorithms may be used for parameter estimation. URL: https://github.com/mlysy/LocalCop, https://mlysy.github.io/LocalCop/ BugReports: https://github.com/mlysy/LocalCop/issues License: GPL-3 Encoding: UTF-8 Depends: R (>= 3.5.0) LinkingTo: TMB, RcppEigen Imports: TMB (>= 1.7.20), VineCopula RoxygenNote: 7.3.1 Suggests: testthat, parallel, knitr, rmarkdown, bookdown, kableExtra, dplyr, readr, tidyr, ggplot2 Roxygen: list(markdown = TRUE) VignetteBuilder: knitr Repository: https://mlysy.r-universe.dev Date/Publication: 2024-09-24 19:46:15 UTC RemoteUrl: https://github.com/mlysy/localcop RemoteRef: HEAD RemoteSha: 2d815a13ea95e9ba366e391f19e8e3de5683b352 NeedsCompilation: yes Packaged: 2026-07-04 20:54:44 UTC; root Author: Elif Fidan Acar [aut], Martin Lysy [aut, cre], Alan Kuchinsky [ctb] Maintainer: Martin Lysy