View source: R/functions_ABC.R
inverse_trans | 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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.