glimpr | R Documentation |
Implementation of GLM's to downscale precipitation data
glimpr(
y = y,
modelPars = modelPars,
simulate = c("none", "loocv", "kfold"),
return.models = FALSE,
wet.threshold = wet.threshold,
n.pcs = n.pcs
)
y |
A grid or station data containing the observed climate data for the training period |
modelPars |
Output object from function ppModelSetup containing the predictors and test data |
simulate |
Character. Options are "no", "yes" or "occurrence". The last option simulates the occurrence but not the amount. |
wet.threshold |
Value below which precipitation amount is considered zero |
n.eofs |
Integer indicating the number of EOFs to be used as predictors |
J Bedia, M Iturbide
Other downscaling:
biasCorrection()
,
isimip()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.