Generate a testing dataset similar to temperature and precipitation.
The method is the following:
- Data from a multivariate normal law (dim = 2) are drawn
- The quantile mapping is used to map the last column into the exponential law
- Values lower than a fixed quantile are replaced by 0
Usage
dataset_like_tas_pr(n_samples)
Value
[list] a list containing X0, X1 (biased in calibration/projection)
and Y0 (reference in calibration)