ms: metric spaces

[ bsd2, library, math ] [ Propose Tags ]

A MetricSpace is a set together with a notion of distance between elements. Distance is computed by a function dist which has the following four laws:

  1. non-negative: forall x y. dist x y >= 0

  2. identity of indiscernibles: forall x y. dist x y == 0 <=> x == y

  3. symmetry: forall x y. dist x y == dist y x

  4. triangle inequality: forall x y z. dist x z <= dist x y + dist y z

See the Wikipedia article on metric spaces for more details.

Modules

[Index]

Downloads

Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1, 0.2, 0.2.1
Dependencies base (>=4 && <5), contravariant (>=1 && <2), edit-distance (>=0.2 && <0.3), lens (>=4 && <5), profunctors (>=5 && <6), semigroups (>=0.12 && <0.17), vector (>=0.10 && <0.12) [details]
License BSD-2-Clause
Copyright (C) 2015 Ricky Elrod, Tony Morris
Author Ricky Elrod, Tony Morris
Maintainer ricky@elrod.me
Revised Revision 2 made by RickyElrod at 2015-07-20T22:18:14Z
Category Math
Home page https://github.com/relrod/ms
Source repo head: git clone https://github.com/relrod/ms
Uploaded by RickyElrod at 2015-07-20T22:13:19Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 2076 total (9 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2015-07-20 [all 1 reports]