Skip to content

Empirical Inverse Transform Function for Ensemble Calibration

License

Notifications You must be signed in to change notification settings

Weiming-Hu/EITrans

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

80 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EITrans: Empirical Inverse Transform Function

License: MIT lifecycle

Overview

This package proposes an algorithm that use weather analogs for ensemble forecast calibration.

The package is currently under-developing and relevant research is continuing.

Please visit Analog Ensembles to learn more about weather analogs.

Please visit my website to learn more about my research.

Installation

To install EITrans, first install the following dependent packages:

# The repos argument is just to skip the repo selection.
# You can simply omit the argument if you want.
#
install.packages(c('abind', 'foreach', 'progress'), repos = 'http://cran.us.r-project.org')

# More installation on the following package, please refer to
# https://weiming-hu.github.io/AnalogsEnsemble/
#
install.packages("https://github.com/Weiming-Hu/AnalogsEnsemble/raw/master/RAnalogs/releases/RAnEn_latest.tar.gz", repos = NULL)

devtools::install_github('Weiming-Hu/RAnEnExtra')

Then, you can install EITrans by running

devtools::install_github('Weiming-Hu/EITrans')

About

Empirical Inverse Transform Function for Ensemble Calibration

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages