BEAST v2.7.8 Documentation: beastclassic.evolution.operators.SphereRandomWalker

Proposes a move in state space.
Produces proposals of a random walk on a sphere

Inputs:

location, windowSize, useGaussian, operator, optimise, weight

 

location
type: beast.base.inference.parameter.RealParameter
latitude/longitude pairs representing location
Required input

 

windowSize
type: java.lang.Double
the size of the window both up and down when using uniform interval OR standard deviation when using Gaussian
Required input

 

useGaussian
type: java.lang.Boolean
Use Gaussian to move instead of uniform interval. Default false.
Optional input. Default: false

 

operator
type: beast.base.inference.Operator
optional tree operator -- locations of filthy nodes will get a new location
Optional input

 

optimise
type: java.lang.Boolean
if true, the window size will be optimised throughout the MCMC run
Optional input. Default: true

 

weight
type: java.lang.Double
weight with which this operator is selected
Required input