stats_categorical: Compute categorical statistics.

Description Usage Arguments Value References

View source: R/validationStats.R

Description

Compute categorical statistics for validation.

Usage

1
stats_categorical(x, y, dichotomous = list(thres = 1, fun = ">="))

Arguments

x

matrix of the reference observations data used to validate the simulated or estimated data.
The row represents the observations
The column represents the points or stations

y

matrix, same dimension as x, containing the simulated or estimated data to validate.

dichotomous

named list,

  • thres: the threshold to use to create the contingency table

  • fun: the operator function to be applied. Options: ">=", ">", "<=", "<"

Value

A list object

References

https://www.cawcr.gov.au/projects/verification/


rijaf-iri/mtorwdata documentation built on March 9, 2021, 6:36 a.m.