Skip to content

Wavelet-based Quantile Mapping [Jiang, Z., & Johnson, F. (2023). A New Method for Postprocessing Numerical Weather Predictions Using Quantile Mapping in the Frequency Domain. Monthly Weather Review.]

Notifications You must be signed in to change notification settings

zejiang-unsw/WQM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WQM

Wavelet-based Quantile Mapping

Requirements

Dependencies:
  ifultools, wmtsa, splus2R, MBC, ggplot2, WaveletComp

Suggest:
    dplyr, tidyr,
    matrixStats, data.table
# some package can only be install from source
path_ifultools <- "https://cran.r-project.org/src/contrib/Archive/ifultools/ifultools_2.0-26.tar.gz"
if(!require("ifultools")) install.packages(path_ifultools, depen=T, repos = NULL, type = "source")
path_wmtsa <- "https://cran.r-project.org/src/contrib/Archive/wmtsa/wmtsa_2.0-3.tar.gz"
if(!require("wmtsa")) install.packages(path_wmtsa, depen=T, repos = NULL, type = "source")

Installation

You can install the package via devtools from GitHub with:

devtools::install_github("zejiang-unsw/WQM", dependencies = TRUE)

Citation

Jiang, Z., & Johnson, F. (2023). A New Method for Postprocessing Numerical Weather Predictions Using Quantile Mapping in the Frequency Domain. Monthly weather review, 151(8), 1909-1925. doi:10.1175/mwr-d-22-0217.1

About

Wavelet-based Quantile Mapping [Jiang, Z., & Johnson, F. (2023). A New Method for Postprocessing Numerical Weather Predictions Using Quantile Mapping in the Frequency Domain. Monthly Weather Review.]

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages