Package: hdtg
Title: Generate Samples from Multivariate Truncated Normal
        Distributions
Version: 0.1.0
Authors@R: 
  c(person("Zhenyu", "Zhang", email = "zhangzhenyusa@gmail.com", role = c("aut", "cre")),
    person("Andrew", "Chin", email = "achin23@jhu.edu", role = "aut"),
    person("Akihiko", "Nishimura", email = "akihiko4@gmail.com", role = "aut"),
    person("Marc A.", "Suchard", email = "msuchard@ucla.edu", role = "aut"),
    person("John W.", "Ratcliff et al.", role = c("cph", "ctb"),
      comment = "authors and copyright holders of see2neon.h under an MIT license"))
Maintainer: Zhenyu Zhang <zhangzhenyusa@gmail.com>
Description: Efficient sampling from high-dimensional truncated Gaussian 
  distributions (so comes the package name hdtg). Techniques include zigzag Hamiltonian 
  Monte Carlo as in Akihiko Nishimura, Zhenyu Zhang and Marc A. Suchard (2021) 
  <arXiv:2104.07694>, and harmonic Hamiltonian Monte Carlo in Ari Pakman and Liam 
  Paninski (2014) <doi:10.1080/10618600.2013.788448>. 
License: MIT + file LICENSE
Encoding: UTF-8
RoxygenNote: 7.2.0
Imports: Rcpp, RcppParallel, RcppXsimd, mgcv, stats, Rdpack
RdMacros: Rdpack
LinkingTo: Rcpp, RcppEigen, RcppParallel, RcppXsimd
SystemRequirements: C++14
NeedsCompilation: yes
Packaged: 2022-06-26 21:02:33 UTC; zhenyuzhang
Author: Zhenyu Zhang [aut, cre],
  Andrew Chin [aut],
  Akihiko Nishimura [aut],
  Marc A. Suchard [aut],
  John W. Ratcliff et al. [cph, ctb] (authors and copyright holders of
    see2neon.h under an MIT license)
Repository: CRAN
Date/Publication: 2022-06-28 07:20:02 UTC
