type of transform, 'atox' maps a value into the
transformed space (i.e. makes it positive). 'xtoa' maps the parameter
back from transformed space to the original space. 'gradfact' gives
the factor needed to correct gradients with respect to the tran
bounds
a 2-vector of bounds of allowed values in boundedTransform
# Transform unconstrained parameter -4 to a positive value expTransform(-4, 'atox')
# Transform a bounded parameter in (1,3) to an unconstrained one boundedTransform(2, 'xtoa', c(1, 3))