petab_observables: Constructor for Observables

View source: R/PEtab.R

petab_observablesR Documentation

Constructor for Observables

Description

Constructor for Observables

Usage

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]]
)

Arguments

observableId

character

observableName

character

observableFormula

character

observableTransformation

"lin", "log", "log10"

noiseFormula

character

noiseDistribution

"normal", "laplace"

Value

data.table

Author(s)

Daniel Lill (daniel.lill@physik.uni-freiburg.de)


dlill/petab documentation built on Oct. 9, 2022, 3:07 p.m.