Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[feature request] provide a RANSAC implementation #579

Open
UnixJunkie opened this issue Mar 4, 2021 · 1 comment
Open

[feature request] provide a RANSAC implementation #579

UnixJunkie opened this issue Mar 4, 2021 · 1 comment

Comments

@UnixJunkie
Copy link
Contributor

https://en.wikipedia.org/wiki/Random_sample_consensus

Can be used to do robust (less or no influence from outliers) fitting of a curve to data points.

@RCHG
Copy link

RCHG commented Sep 4, 2023

Hello.

This is a follow up of this feature request but in a more general context.

I think that it could be interesting to extend the current statistical methods in owl with several robust estimators, in a similar way to: https://cran.r-project.org/web/packages/WRS2/index.html

To help on this it would needed to know where is expected to be added the new functions (there are stats functions in base and owl) and if maybe a new file owl_stats_robust.ml is a good approach.

We can also take a look to: https://github.com/mrxiaohe/RobustStats.jl for an initial list of functions to be included.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants