Description Usage Arguments Value
A wrapper to compute continuous, categorical and volumetric statistics for validation.
1 2 3 4 5 6 7 8 9 | computeValidationStats(
stn_data,
grd_data,
validation_type = "stations",
categorical_thres = 1,
categorical_fun = ">=",
volumetric_type = "percentile",
volumetric_pars = 50
)
|
stn_data, grd_data |
A named list of CDT stations data format, output from
|
validation_type |
Type of the output statistics to compute. Options are
|
categorical_thres |
A number, giving the threshold to use to create the contingency table for the categorical statistics. |
categorical_fun |
A character, indicating the operator function to be applied for the categorical statistics. Options: ">=", ">", "<=", "<" |
volumetric_type |
The type of threshold to use to compute the volumetric statistics. Options: "threshold", "percentile" |
volumetric_pars |
The thresholds or percentile to use to compute the volumetric statistics. If
|
A list object
continuous: the continuous statistics. See stats_continuous
categorical: the categorical statistics. See stats_categorical
volumetric: the volumetric statistics. See stats_volumetric_quantile
categorical_pars: Parameters used to compute the categorical statistics.
volumetric_pars: Parameters used to compute the volumetric statistics.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.