@hackage / RANSAC

The RANSAC algorithm for parameter estimation.

Latest0.1.0.2

About

Metadata

  • Last updated , by AnthonyCowley
  • License BSD-3-Clause
  • Categories Mathematics
  • Maintained by: acowley@gmail.com

  • Lottery factor: 0

Links

Installation

Readme

The RANdom SAmple Consensus (RANSAC) algorithm for estimating the parameters of a mathematical model from a data set. See http://en.wikipedia.org/wiki/RANSAC for more information.

See tests/LinearFit.hs in the package contents for an example.