predictSensitivity: predictSensitivity

Description Usage Arguments Value

View source: R/predictSensitivity.R

Description

Supports the calculation of parameter sensitivities, executed by the 'diagnosticSensitivity' function, by calculating the unconditioned predictions for an individual parameter.

Executed By: diagnosticSensitivity.R
Executes Routines:


Usage

1
2
3
predictSensitivity(AEstimate, estimate.list, DataMatrix.list,
  SelParmValues, reach_decay_specification, reservoir_decay_specification,
  subdata)

Arguments

AEstimate

parameter estimates (original or adjusted by 1 percent)

SelParmValues

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

reach_decay_specification

the SAS IML reach decay function code from sparrow_control

reservoir_decay_specification

the SAS IML reservoir decay function code from sparrow_control

subdata

data.frame input data (subdata)

Value

pload_total nonadjusted total load


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