elynx-tree-0.6.0.0: Handle phylogenetic trees
Copyright(c) Dominik Schrempf 2021
LicenseGPL-3.0-or-later
Maintainerdominik.schrempf@gmail.com
Stabilityunstable
Portabilityportable
Safe HaskellNone
LanguageHaskell2010

ELynx.Tree.Simulate.Coalescent

Description

Creation date: Wed May 16 13:13:11 2018.

Synopsis

Documentation

simulate Source #

Arguments

:: PrimMonad m 
=> Int

Number of leaves.

-> Gen (PrimState m) 
-> m (Tree Length Int) 

Simulate a coalescent tree with n leaves. The branch lengths are in units of effective population size.