:exclamation: This is a read-only mirror of the CRAN R package repository. ie2misc — Irucka Embry's Miscellaneous USGS Functions. Homepage: https://gitlab.com/iembry/ie2misc Report bugs for this package: https://gitlab.com/iembry/ie2misc/-/issues
Hello there,
I am wondering why the result of vnse function for Nash Sutcliffe’s coefficient in Package ‘ie2misc’ (June 2020) is different when calculated by Cort et al. (2012)? For example, for the data shown below the vnse result is equal to 1.04 but the result from the equation is 0.87.
Hello there, I am wondering why the result of vnse function for Nash Sutcliffe’s coefficient in Package ‘ie2misc’ (June 2020) is different when calculated by Cort et al. (2012)? For example, for the data shown below the vnse result is equal to 1.04 but the result from the equation is 0.87.
' obs <- 1:10 # observed
' pre <- 2:11 # predicted
' vnse(pre, obs)
Thanks in advance