-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
n5
committed
Aug 29, 2017
1 parent
07af928
commit 6a9d9a3
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,10 +6,10 @@ Authors@R: c( | |
person("Thomas", "Nagler",, "[email protected]", role = c("aut", "cre")), | ||
person("Thibault", "Vatter",, "[email protected]", role = c("aut")) | ||
) | ||
Description: This package is an interface to 'vinecopulib', a | ||
Description: Provides an interface to 'vinecopulib', a | ||
high performance C++ library based on 'Boost', 'Eigen' and 'NLopt'. | ||
It provides high-performance implementations of | ||
the core features of the popular VineCopula package, in particular | ||
the core features of the popular 'VineCopula' package, in particular | ||
inference algorithms for both vine copula and bivariate copula models. | ||
Advantages over VineCopula are a sleaker and more modern API, shorter runtimes, | ||
especially in high dimensions, nonparametric and multi-parameter families. | ||
|
@@ -21,7 +21,7 @@ Imports: | |
graphics, | ||
grDevices, | ||
lattice, | ||
Rcpp, | ||
Rcpp (>= 0.12.12), | ||
stats, | ||
utils | ||
Suggests: | ||
|