The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.

RANSAC: Robust Model Fitting Using the RANSAC Algorithm

Provides tools for robust regression model fitting using the RANSAC (Random Sample Consensus) algorithm. RANSAC is an iterative method to estimate parameters of a model from a dataset that contains outliers. This package allows fitting both linear lm and nonlinear nls models using RANSAC, helping users obtain more reliable models in the presence of noisy or corrupted data. The methods are particularly useful in contexts where traditional least squares regression fails due to the influence of outliers. Implementations include support for performance metrics such as RMSE, MAE, and R² based on the inlier subset. For further details, see Fischler and Bolles (1981) <doi:10.1145/358669.358692>.

Version: 0.1.0
Depends: R (≥ 4.0.0)
Imports: stats
Suggests: knitr, rmarkdown
Published: 2025-05-07
DOI: 10.32614/CRAN.package.RANSAC
Author: Jadson Abreu [aut, cre]
Maintainer: Jadson Abreu <jadson.ap at gmail.com>
License: MIT + file LICENSE
NeedsCompilation: no
CRAN checks: RANSAC results

Documentation:

Reference manual: RANSAC.pdf
Vignettes: Introduction to the RANSAC Package (source)

Downloads:

Package source: RANSAC_0.1.0.tar.gz
Windows binaries: r-devel: not available, r-release: not available, r-oldrel: not available
macOS binaries: r-release (arm64): RANSAC_0.1.0.tgz, r-oldrel (arm64): RANSAC_0.1.0.tgz, r-release (x86_64): RANSAC_0.1.0.tgz, r-oldrel (x86_64): RANSAC_0.1.0.tgz

Linking:

Please use the canonical form https://CRAN.R-project.org/package=RANSAC to link to this page.

These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.