threshold.measures {ZeBook}R Documentation

Computation of threshold.measures

Description

Computation of threshold.measures

Usage

threshold.measures(Yobs, Ypred, p, d, units = "")

Arguments

Yobs

: observed values

Ypred

: prediction values from the model

p

: TO COMPLETE

d

: TO COMPLETE

units

: units

Value

data.frame with the different evaluation criteria

Examples

# observed and simulated values
obs<-c(78,110,92,75,110,108,113,155,150)
sim<-c(126,126,126,105,105,105,147,147,147)
threshold.measures(obs,sim,80,1.0)

[Package ZeBook version 1.1 Index]