Description Usage Arguments Value References Examples
Wrapper to predict and calculate prediction uncertainty for the soil hydraulic properties.
1 2 3 4 5 6 7 |
ptf |
A character specifying the ptf. Permissible are "PTF01" "PTF02", ...., "PTF32". |
predictor |
A data.frame or data.table of dimension |
target |
one of the soil hydraulic parameters: THS, FC_2, FC, WP, AWC_2, AWC, KS, VG, or MVG. |
query |
either predictions to compute the mean of the response variable or quantiles which results in quantile predictions to describe uncertainty of the prediction. |
quantiles |
a vector of numeric values for calculating the quantiles at |
a data.frame with predicted target variables if no quantiles are predicted.
a list with predicted target variables if quantiles are predicted.
Szabo.2020euptf2
1 2 | data(sample_data)
result <- euptfFun(ptf, predictor = sample_data, target = "THS", query = "predictions", quantiles = c(.05,.25,.5,.75,.95))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.