Description
MAnifold-Constrained Gaussian Process Inference.
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>. A user guide is provided by the accompanying software paper Wong, Yang, and Kou (2024) <doi:10.18637/jss.v109.i04>.
README.md
The current R version of MAGI is now available as a package on CRAN, and may be installed via
install.packages("magi")
Please see https://cran.r-project.org/package=magi for the full documentation and vignette.