View source: R/functions_ABC.R
BTmatrix | R Documentation |
This function applies a back-transformation to the parameter values.
BTmatrix(transformed, limits)
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. |
limits |
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.
a matrix with the same dimensions as the transformed
matrix
but with the parameter values back-transformed.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.