Skip to content

ha0ye/GPEDM

Repository files navigation

GPEDM

Build Status codecov

Overview

The goal of GPEDM is to an accessible package for applying Gaussian Process regression for Empirical Dynamic Modeling. The models are mainly intended to modeling time series, and using Gaussian Processes to perform the tricky step of inferring a reasonable model of the underlying dynamics given the observed data.

Installation

You can install GPEDM from GitHub with:

# install.packages("remotes")
remotes::install_github("ha0ye/GPEDM")

If you are on Windows, you may need to install Rtools first, so that you have access to a C++ compiler.

Example

library(GPEDM)

About

Gaussian Process regression for Empirical Dynamic Modeling

Resources

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published