Exponential parameter transformation
transform1.RdApplies exponential transformation \(f(\theta_i)=\exp(\theta_i)+L_i\) to one or multiple components of parameter vector \(\bm \theta\), where \(L_i\) are lower limits that can be different for each component
Arguments
- params
full input parameter vector
- index.t
indices of parameters to be transformed (default all)
- lowlimit
lower limits to be applied (default zero), where the k-th component of
lowlimitis applied to the k-th index inindex.t- boundcheck
whether to produce a warning when any of the transformed parameters are within
boundtoloflowlimit- boundtol
tolerance for producing a warning for reaching the boundary
- ...
not used