Hoogle Search
Within LTS Haskell 24.42 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
No documentation available.
-
djot Djot.Parse No documentation available.
-
ed25519 Crypto.Sign.Ed25519 A PublicKey created by createKeypair.
PublicKey :: ByteString -> PublicKeyed25519 Crypto.Sign.Ed25519 No documentation available.
-
edit-distance-vector Data.Vector.Distance Operations invoked by the Wagner-Fischer algorithm. The parameters to this type are as follows:
- v is the type of values being compared,
- o is the type representing operations,
- c is the type representing costs.
-
edit-distance-vector Data.Vector.Distance No documentation available.
module ELynx.MarkovProcess.
PhyloModel Creation date: Fri Feb 1 12:43:06 2019. A phylogenetic model is a complete description of the evolutionary process. At the moment, it is either a mixture model or a plain substitution model, but more complicated models may be added in the future. To be imported qualified.
-
elynx-markov ELynx.MarkovProcess.PhyloModel A phylogenetic model is a mixture model or a substitution model. More complicated models may be added.
-
elynx-markov ELynx.MarkovProcess.SubstitutionModel Parameters of substitution model. May be the empty list.
-
elynx-markov ELynx.Simulate.MarkovProcess A probability matrix, P_ij(t) = Pr (X_t = j | X_0 = i).