package phylogenetics

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

A representation of classical parametric processes on nucleotides

type t =
  1. | JC69
  2. | K80 of float
  3. | HKY85 of {
    1. equilibrium_frequencies : Nucleotide.vector;
    2. transition_rate : float;
    3. transversion_rate : float;
    }
  4. | GTR of {
    1. equilibrium_frequencies : Nucleotide.vector;
    2. exchangeabilities : Linear_algebra.vec;
    }
val rate_matrix : t -> Rate_matrix.Nucleotide.t
val stationary_distribution : t -> Nucleotide.vector
module Random : sig ... end
OCaml

Innovation. Community. Security.