Skip to content

Estimate parameters of stochastic energy balance models

License

Notifications You must be signed in to change notification settings

donaldcummins/EBM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Estimate parameters of stochastic energy balance models

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages