implemented by the following |
starbeast3.simulation.SampleGeneTreeTopologyCount |
Entry point for running a Beast task, for instance an MCMC or other probabilistic analysis, a simulation, etc.
Runnable for generating a fixed number of samples from a prior distributionusing direct simulation.
distribution, init, logger, nSamples
 
type: beast.base.inference.Distribution |
Distribution to sample from via direct simulation. |
Required input |
 
type: beast.base.inference.StateNodeInitialiser*** |
one or more state node initilisers used for determining the start state of the chain |
Optional input |
 
type: beast.base.inference.Logger*** |
Log that simulated parameters and trees can be written to. |
Optional input |
 
type: java.lang.Integer |
Number of independent samples to generate. |
Required input |