package phylogenetics

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Site_evolution_model.K80_numericalSource

K80 model with numerical calculation of probability transition matrix

include S with type vec := Nucleotide.vector with type mat := Nucleotide.matrix with type param = float
Sourcetype param = float
Sourceval rate_matrix : param -> Nucleotide.matrix
Sourceval transition_probability_matrix : param -> float -> Nucleotide.matrix
Sourceval stationary_distribution : param -> Nucleotide.vector