predictBootstraps: predictBootstraps

Description Usage Arguments Value

View source: R/predictBootstraps.R

Description

Executes all model tasks related to obtaining model prediction uncertainties using parametric bootstrap methods, for the control setting if_boot_predict<-"yes".

Executed By: controlFileTasksModel.R
Executes Routines:


Usage

1
2
3
predictBootstraps(iseed, biters, estimate.list, estimate.input.list,
  predict.list, BootResults, DataMatrix.list, SelParmValues, subdata,
  file.output.list)

Arguments

iseed

User specified initial seed for the bootstraps from sparrow_control

biters

User specified number of parametric bootstrap iterations from sparrow_control

BootResults

data archive using the control setting if_boot_estimate <- "yes" for use in subsequent execution of parametric bootstrap predictions. For more details see documenation Section 5.2.6.2.

SelParmValues

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

subdata

data.frame input data (subdata)

Value

predictBoots.list contains parametric bootstrap predictions for load and yield. For more details see documentation Section 5.3.2.3


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