Calculate validation metrics and plots
1 2 3 4 5 | bam_validate(
fit,
qobs,
stats = c("RRMSE", "MRR", "SDRR", "NSE", "NRMSE", "rBIAS", "CoV", "logNSE", "Ej")
)
|
fit |
A stanfit object, as returned from |
qobs |
a vector of observed flow. |
stats |
Which stats to include in the summary? |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.