diff --git a/.gitignore b/.gitignore index 1b64fd7..fc61979 100644 --- a/.gitignore +++ b/.gitignore @@ -48,7 +48,6 @@ po/*~ # RStudio Connect folder rsconnect/ -inst/doc /doc/ /Meta/ diff --git a/README.md b/README.md index b7c7356..daed970 100644 --- a/README.md +++ b/README.md @@ -10,12 +10,17 @@ coverage](https://codecov.io/gh/traitecoevo/hmde/branch/master/graph/badge.svg)](https://app.codecov.io/gh/traitecoevo/hmde?branch=master) [![Lifecycle: experimental](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://lifecycle.r-lib.org/articles/stages.html#experimental) +[![DOI: +10.1101/2025.01.15.633280](https://img.shields.io/badge/DOI%3A-10.1101%2F2025.01.15.633280-blue?link=https%3A%2F%2Fdoi.org%2F10.1101%2F2025.01.15.633280)](https://doi.org/10.1101/2025.01.15.633280) + The goal of hmde is to fit a model for the rate of change in some quantity based on a set of pre-defined functions arising from ecological applications. We estimate differential equation parameters from repeated observations of a process, such as growth rate parameters to data of sizes over time. In other language, `hmde` implements hierarchical Bayesian longitudinal models to solve the Bayesian inverse problem of estimating differential equation parameters based on repeat measurement surveys. Estimation is done using Markov Chain Monte Carlo, implemented through [Stan](https://mc-stan.org/) via [RStan](https://mc-stan.org/users/interfaces/rstan), built under [R](https://cran.r-project.org/) 4.3.3. The inbuilt models are based on case studies in ecology. +A pre-print paper is available on [bioarXiv](https://doi.org/10.1101/2025.01.15.633280), or as the [hmde_paper.pdf](https://github.com/traitecoevo/hmde/blob/master/inst/doc/hmde_paper.pdf) file here. + ## The Maths The general use case is to estimate a vector of parameters $\boldsymbol{\theta}$ for a chosen differential equation diff --git a/hmde_paper.pdf b/inst/doc/hmde_paper.pdf similarity index 97% rename from hmde_paper.pdf rename to inst/doc/hmde_paper.pdf index a76a546..191ad41 100644 Binary files a/hmde_paper.pdf and b/inst/doc/hmde_paper.pdf differ