This function applies a back-transformation to the parameter values.
inverse_trans(y, min, max)
a numeric vector with the same length as y
with the parameter
values back-transformed.
is the parameter vector (long vector of numbers from the simulations). These are the values to be back-transformed.
is the minimum value of the prior for this parameter.
is the maximum value of the prior for this parameter.
The back-transformation should be applied after parameter estimation using an Approximate Bayesian Computation framework. It will return the parameter values back to their original scale.