estimateFevalNoadj: estimateFevalNoadj

Description Usage Arguments Value

View source: R/estimateFevalNoadj.R

Description

Accumulates loads in the reach network according to the user's model specification, making comparisons of the unconditioned predictions of load to the actual loads for monitored (calibration site) reaches to return a vector of weighted residuals (difference between the actual and predicted loads). No monitoring load substitution is performed (ifadjust=0).

Executed By:


Executes Routines:


Usage

1
2
estimateFevalNoadj(beta0, DataMatrix.list, SelParmValues,
  Csites.weights.list, estimate.input.list, dlvdsgn)

Arguments

beta0

estimated parameters (no constants)

SelParmValues

selected parameters from parameters.csv using condition ifelse((parmMax > 0 | (parmType=="DELIVF" & parmMax>=0)) & (parmMin<parmMax) & ((parmType=="SOURCE" & parmMin>=0) | parmType!="SOURCE")

dlvdsgn

design matrix imported from design_matrix.csv

Value

e vector of weighted residuals


tbep-tech/tbepRSparrow documentation built on Oct. 9, 2020, 6:24 a.m.