BEAST v2.6.7 Documentation: beast.core.parameter.IntegerParameterList

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.

Inputs:

lower, upper, initialParam, dimension, minordimension, estimate

 

lower
type: java.lang.Integer
Lower bound on parameter values.
Optional input. Default: -2147483647

 

upper
type: java.lang.Integer
Upper bound on parameter values.
Optional input. Default: 2147483646

 

initialParam
type: Unknown list type***
Parameter whose value will initially be in parameter list.
Optional input

 

dimension
type: java.lang.Integer
Dimension of individual parameters in list. Default 1.
Optional input. Default: 1

 

minordimension
type: java.lang.Integer
Minor dimension of individual parameters in list. Default 1.
Optional input. Default: 1

 

estimate
type: java.lang.Boolean
whether to estimate this item or keep constant to its initial value
Optional input. Default: true