Package: pmwg
Title: Particle Metropolis Within Gibbs
Version: 0.2.7
Authors@R: c(
    person("Gavin", "Cooper", email = "gavin@gavincooper.net", role = c("aut", "cre", "trl"), comment = "Package creator and maintainer"),
    person("Reilly", "Innes", email = "Reilly.Innes@uon.edu.au", role = c("aut")),
    person("Caroline", "Kuhne", email = "caroline.kuhne@newcastle.edu.au", role = c("aut")),
    person("Jon-Paul", "Cavallaro", email = "jon-paul.cavallaro@uon.edu.au", role = c("aut")),
    person("David", "Gunawan", email = "dgunawan@uow.edu.au", role = c("aut"), comment = "Author of original MATLAB code"),
    person("Guy", "Hawkins", email = "guy.hawkins@newcastle.edu.au", role = c("aut")),
    person("Scott", "Brown", email = "scott.brown@newcastle.edu.au", role = c("aut", "trl"), comment = "Original translation from MATLAB to R"),
    person("Niek", "Stevenson", email = "niek.stevenson@gmail.com", role = c("aut")))
Description: Provides an R implementation of the Particle Metropolis within
    Gibbs sampler for model parameter, covariance matrix and random effect
    estimation. A more general implementation of the sampler based on the paper
    by Gunawan, D., Hawkins, G. E., Tran, M. N., Kohn, R., & Brown, S. D.
    (2020) <doi:10.1016/j.jmp.2020.102368>. An HTML tutorial document describing
    the package is available at
    <https://university-of-newcastle-research.github.io/samplerDoc/> and
    includes several detailed examples, some background and troubleshooting
    steps.
License: GPL-3
URL: https://github.com/university-of-newcastle-research/pmwg
BugReports: https://github.com/university-of-newcastle-research/pmwg/issues
Depends: R (>= 3.6.0)
Imports: checkmate, coda, condMVNorm, MASS, mvtnorm, stats
Suggests: covr, rtdists, testthat, knitr, rmarkdown, V8
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.3
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2024-01-31 04:20:35 UTC; gjc216
Author: Gavin Cooper [aut, cre, trl] (Package creator and maintainer),
  Reilly Innes [aut],
  Caroline Kuhne [aut],
  Jon-Paul Cavallaro [aut],
  David Gunawan [aut] (Author of original MATLAB code),
  Guy Hawkins [aut],
  Scott Brown [aut, trl] (Original translation from MATLAB to R),
  Niek Stevenson [aut]
Maintainer: Gavin Cooper <gavin@gavincooper.net>
Repository: CRAN
Date/Publication: 2024-01-31 05:00:02 UTC
Built: R 4.6.0; ; 2025-08-18 06:34:11 UTC; unix
