CWT based quantile mapping
bc_cwt(
data,
subset,
variable,
theta = 0.1,
QM = c("MBC", "MRS", "QDM"),
number_sim = 5,
wavelet = "morlet",
dt = 1,
dj = 1,
method = "M2",
block = 3,
seed = NULL,
PR.cal = FALSE,
do.plot = FALSE,
...
)
a list of post-processed data
a list of input dataset
a index of number denoting the subset for calibration
a character string denoting the type of variable.
threshold of rainfall.
a character string denoting the qm method used.
The total number of realizations.
a character string denoting the wavelet filter to use in calculating the CWT.
sampling resolution in the time domain.
sampling resolution in the frequency domain.
Shuffling method, M1: non-shuffling and M2: shuffling. M2 by default.
Block size.
Seed for shuffling process.
Logical value for phase randomization of calibration.
Logical value for ploting.
Additional arguments for QDM.