BEAST v2.7.8 Documentation: feast.function.Sequence

BEASTObject that performs calculations based on the State.

A Function representing a contiguous sequence of integers, e.g. [2,3,4,5].

Logable: yes, this can be used in a log.

Inputs:

start, stop, length

 

start
type: java.lang.Double
Start value of sequence
Required input

 

stop
type: java.lang.Double
Stop value of sequence
Required input

 

length
type: java.lang.Integer
Length of sequence
Required input