Package: magi
Type: Package
Title: MAnifold-Constrained Gaussian Process Inference
Version: 1.0.0
Date: 2021-07-22
Authors@R: 
  c(person(given = "Shihao",
           family = "Yang",
           role = c("aut", "cre"),
           email = "shihao.yang@isye.gatech.edu",
           comment = c(ORCID = "0000-0003-3910-4969")),
    person(given = "Samuel W.K.",
           family = "Wong",
           role = "aut"),
    person(given = "Patrick",
           family = "Wieschollek",
           role = c("ctb", "cph"),
           comment = c(role = "Contributor of c++ dependency CppNumericalSolvers")),
    person(given = "Tobias",
           family = "Wood",
           role = c("ctb", "cph"),
           comment = c(role = "Contributor of c++ dependency CppNumericalSolvers")))
Encoding: UTF-8
Description: Provides fast and accurate inference for the parameter estimation problem in Ordinary Differential
    Equations, including the case when there are unobserved system components. Implements the MAGI method
    (MAnifold-constrained Gaussian process Inference) of Yang, Wong, and Kou (2021) <doi:10.1073/pnas.2020397118>.
License: MIT + file LICENSE
VignetteBuilder: knitr
Imports: Rcpp (>= 1.0.6), gridExtra, gridBase, grid, methods, deSolve
LinkingTo: Rcpp, RcppArmadillo, BH, RcppEigen
RoxygenNote: 7.1.1
Suggests: testthat, mvtnorm, covr, knitr, MASS, rmarkdown, markdown
NeedsCompilation: yes
Packaged: 2021-07-23 16:49:06 UTC; shihaoyang
Author: Shihao Yang [aut, cre] (<https://orcid.org/0000-0003-3910-4969>),
  Samuel W.K. Wong [aut],
  Patrick Wieschollek [ctb, cph] (Contributor of c++ dependency
    CppNumericalSolvers),
  Tobias Wood [ctb, cph] (Contributor of c++ dependency
    CppNumericalSolvers)
Maintainer: Shihao Yang <shihao.yang@isye.gatech.edu>
Repository: CRAN
Date/Publication: 2021-07-27 08:30:05 UTC
