package phylogenetics

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

Module Site_evolution_model.K80Source

K80 model with analytical diagonalization of transition matrix (parametrized by kappa)

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