Skip to content

Latest commit

 

History

History
61 lines (33 loc) · 1.7 KB

README.md

File metadata and controls

61 lines (33 loc) · 1.7 KB

EBM

EBM is an R package for maximum likelihood estimation of k-box stochastic energy balance models.

Update October 2024

EBM has now been ported to Python. New users are strongly encouraged to download the Python version instead, as the R package here is no longer actively developed.

How to cite

Cummins, D. P., Stephenson, D. B., & Stott, P. A. (2020). Optimal Estimation of Stochastic Energy Balance Model Parameters, Journal of Climate, 33(18), 7909-7926, https://doi.org/10.1175/JCLI-D-19-0589.1

The EBM package is archived on Zenodo and has its own digital object identifier (DOI):

DOI

Getting started

EBM can be installed directly from GitHub using the remotes package for R.

Installing remotes

To install remotes from CRAN, open an R session and run

install.packages("remotes")

Installing EBM

To install EBM using remotes, run

remotes::install_github("donaldcummins/EBM")

Once installed, EBM can be loaded into an R session using

library(EBM)

Licence

EBM is licenced under the GNU General Public License v3.0 - see the LICENCE file for details.

Acknowledgements

EBM depends on the following R packages:

We thank the respective authors for making their software available.