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.
Wavelet-based Quantile Mapping
Dependencies: ifultools, wmtsa, splus2R, MBC, ggplot2, WaveletComp Suggest: dplyr, tidyr, matrixStats, data.table
# some package can only be install from source
<- "https://cran.r-project.org/src/contrib/Archive/ifultools/ifultools_2.0-26.tar.gz"
path_ifultools if(!require("ifultools")) install.packages(path_ifultools, depen=T, repos = NULL, type = "source")
<- "https://cran.r-project.org/src/contrib/Archive/wmtsa/wmtsa_2.0-3.tar.gz"
path_wmtsa if(!require("wmtsa")) install.packages(path_wmtsa, depen=T, repos = NULL, type = "source")
You can install the package via devtools from GitHub with:
::install_github("zejiang-unsw/WQM", dependencies = TRUE) devtools
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.