View source: R/functions_ABC.R
normalise | R Documentation |
Adjusts values that are measured over different scales.
normalise(x, y)
x |
is a numeric vector. |
y |
is a numeric vector. |
This function is used to scale the summary statistics and the target for ABC inference. This scaling ensures that the different summary statistics are all in the same scale when performing model selection or parameter inference.
a numeric vector with the same length as x
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.