Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 2.15 KB

README.md

File metadata and controls

28 lines (16 loc) · 2.15 KB

License

Conditional prediction using copula

Three predictors are used to predict an unknown variable: conditional expectation, conditional median, and conditional probability. The conditional distribution is determined by copulas. The functions support both bivariate and multivariate distributions. The ConditionalPrediction_script.R in the scripts folder shows how to use the functions and implement conditional prediction using the example data. The example_data.RData contains mean air temperature at one day obtained from weather stations and ERA-Interim data.

The packages sp, gstat, VineCopula, and copula are available on CRAN whereas the package spcopula on R-Forge.

New to copulas?

Please take a look at the post "Environmental processes are linked, but how?" An introduction to copulas.

References:

  • Alidoost F., Su Z, Stein A. 2019. Evaluating the effects of climate extremes on crop yield, production and price using multivariate distributions: A new copula application. Weather and climate extremes.

  • Alidoost F., Stein A., Su Z. 2019. The use of bivariate copulas for bias correction of reanalysis air temperature data. PLOS ONE.

  • Alidoost, F., (2019), Copulas for integrating weather and land information in space and time (Doctoral), University of Twente.

How to contribute:

We value the time you invest in contributing. If you have questions/suggestions, please open an issue.

If you would like to add your contributions, you can submit a pull request. Each pull request is reviewed at least by one reviewer.