petab_observables | R Documentation |
Constructor for Observables
petab_observables( observableId, observableName = NA, observableFormula = "observableParameter1_${observableId} * state1", observableTransformation = c("lin", "log", "log10")[[1]], noiseFormula = c(1, "noiseParameter${n}_${observableId} + noiseParameter${n}_${observableId}*${observableId}")[[1]], noiseDistribution = c("normal", "laplace")[[1]] )
observableId |
character |
observableName |
character |
observableFormula |
character |
observableTransformation |
"lin", "log", "log10" |
noiseFormula |
character |
noiseDistribution |
"normal", "laplace" |
data.table
Daniel Lill (daniel.lill@physik.uni-freiburg.de)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.