From a78abb5742436db0ce0fd87eac69bc87144aaed4 Mon Sep 17 00:00:00 2001 From: "Mikel N. Legasa" Date: Sat, 25 Jan 2020 00:05:14 +0100 Subject: [PATCH] Create README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..28146d4 --- /dev/null +++ b/README.md @@ -0,0 +1,6 @@ +# BNWeatherGen +## Weather Generators with Bayesian Networks. + +Implements Bayesian networks as discrete multivariate weather generators. A small tutorial with several examples is provided in the [companion notebook](https://github.com/SantanderMetGroup/notebooks/blob/master/2019_BNWeatherGen_WRR.ipynb). + +This document presents the R code that reproduces the Bayesian network models of the paper *Multisite Weather Generators using Bayesian Networks: An illustrative case study for precipitation occurrence*, submitted to **Water Resources Research**. It also has some experimental functionality not restricted to weather generators, like predictive networks intended for downscaling.