powered by
Constrain the range of values to consider at a node
Node(state = NULL, min = -Inf, max = Inf)
a dataframe with 9 variables with only state1, min and max defined (not NA).
state1
min
max
NA
a string defining the state to constrain
minimal value for the inferred parameter
maximal value for the inferred parameter
Node(state = "s0", min = 0, max = 2) Node(state = 0, min = -1, max = 1) Node(state = "positive", min = 0) Node(state = "mu0", min = 0.5, max = 0.5)
Run the code above in your browser using DataLab