inverse_trans {poolABC} | R Documentation |
This function applies a back-transformation to the parameter values.
inverse_trans(y, min, max)
y |
is the parameter vector (long vector of numbers from the simulations). These are the values to be back-transformed. |
min |
is the minimum value of the prior for this parameter. |
max |
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.
a numeric vector with the same length as y
with the parameter
values back-transformed.