The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.

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

These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.