bam_validate: Calculate validation metrics and plots

Description Usage Arguments

View source: R/validation.R

Description

Calculate validation metrics and plots

Usage

1
2
3
4
5
bam_validate(
  fit,
  qobs,
  stats = c("RRMSE", "MRR", "SDRR", "NSE", "NRMSE", "rBIAS", "CoV", "logNSE", "Ej")
)

Arguments

fit

A stanfit object, as returned from bam_estimate()

qobs

a vector of observed flow.

stats

Which stats to include in the summary?


craigbrinkerhoff/geoBAM documentation built on Dec. 25, 2019, 3:18 a.m.