Description
The RANSAC algorithm for parameter estimation.
Description
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.