diversity-0.8.1.0: Quantify the diversity of a population

Safe HaskellSafe
LanguageHaskell98

Math.Diversity.Types

Description

Collects all application specific types.

Synopsis

Documentation

type Sample = String #

type Position = Int #

type Order = Double #

type Label = String #

type Window = Int #

type PositionMap = Map Position FrequencyMap #

At each position we have a collection of fragments to find the diversity of

type DiversityMap = Map Position Diversity #

At each position we have a diversity