delay_scale
Scaling parameter
Topics
bayesian_calibration
Specification
Alias: None
Arguments: REAL
Default: 2.0
Description
Value of parameter \(b\) in equation for the scaling scalar \(a_i\) in the \(i\)-th stage, \(i=0,1,...,N-1\), where \(N\) is the number of stages (parameter
num_stages
). The equation can be either \(a_i = b/(i+1)\) (in case of
scale_type
= “Linear”) or \(a_i = b/2^i\) (for “Power”). Value must be positive. Used by the DR and DRAM MCMC algorithms.