This function applies a back-transformation to the parameter values.
BTmatrix(transformed, limits)
a matrix with the same dimensions as the transformed
matrix
but with the parameter values back-transformed.
a matrix of transformed parameter values. Each column should be a different parameter and each row a different simulation. This is the matrix that you wish to back-transform so that the parameter values are all in the original scale.
is a matrix with two columns and as many rows as there are parameters. Each row should contain the minimum value of the prior for a given parameter in the first column and the maximum value in the second column.
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.