BEASTObject that performs calculations based on the State.
A node that can be part of the state.
State node representing a list of parameter objects, used for model selection problems. The parameters involved are not instances of Parameter.Base, but are instead instances of a local class QuietParameter which is not itself a StateNode. All constituent parameters must have identical dimensions and bounds.
State node describing a list of integer-valued parameters.
Logable: yes, this can be used in a log.
lower, upper, initialParam, dimension, minordimension, estimate
 
type: java.lang.Integer |
Lower bound on parameter values. |
Optional input. Default: -2147483647 |
 
type: java.lang.Integer |
Upper bound on parameter values. |
Optional input. Default: 2147483646 |
 
type: Unknown list type*** |
Parameter whose value will initially be in parameter list. |
Optional input |
 
type: java.lang.Integer |
Dimension of individual parameters in list. Default 1. |
Optional input. Default: 1 |
 
type: java.lang.Integer |
Minor dimension of individual parameters in list. Default 1. |
Optional input. Default: 1 |
 
type: java.lang.Boolean |
whether to estimate this item or keep constant to its initial value |
Optional input. Default: true |