package phylogenetics

  1. Overview
  2. Docs

Evolution model with linear algebra functions to compute static distribution and transition matrix diagonalization.

type t
type base
val transition : t -> base -> base -> float
val of_string : string -> t
val to_string : t -> string
val eMt_mat : t -> float -> Linear_algebra.mat
val eMt_series : t -> float -> Linear_algebra.mat
val stat_dist_vec : t -> Linear_algebra.vec
val known_vector : base -> Linear_algebra.vec