পদ্ধতির তুলনা করুন
নির্বাচিত পদ্ধতিগুলো পাশাপাশি পর্যালোচনা করুন; যে সারিগুলোয় পার্থক্য আছে সেগুলো চিহ্নিত করা হয়।
| RANSAC রিগ্রেশন× | Robust Covariance Estimation (MCD)× | |
|---|---|---|
| ক্ষেত্র | পরিসংখ্যান | পরিসংখ্যান |
| পরিবার | Regression model | Regression model |
| উদ্ভবের বছর≠ | 1981 | 1999 |
| প্রবর্তক≠ | Fischler & Bolles | Rousseeuw; Rousseeuw & Van Driessen (Fast-MCD) |
| ধরন≠ | Robust linear regression | Robust multivariate location-scatter estimator |
| মৌলিক উৎস≠ | Fischler, M. A. & Bolles, R. C. (1981). Random Sample Consensus: A Paradigm for Model Fitting with Applications to Image Analysis and Automated Cartography. Communications of the ACM, 24(6), 381-395. DOI ↗ | Rousseeuw, P. J. & Van Driessen, K. (1999). A Fast Algorithm for the Minimum Covariance Determinant Estimator. Technometrics, 41(3), 212-223. DOI ↗ |
| অপর নাম | random sample consensus, RANSAC, robust regression, RANSAC Regresyonu | minimum covariance determinant, MCD estimator, robust covariance estimation, Robust Kovaryans Tahmini (MCD) |
| সম্পর্কিত≠ | 5 | 4 |
| সারসংক্ষেপ≠ | RANSAC Regression is a robust linear regression method introduced by Fischler and Bolles in 1981 that fits a model to the inlier points of a dataset while automatically excluding outliers. Instead of fitting all the data at once, it repeatedly samples small subsets, fits a candidate model, and keeps the model that wins the largest consensus of agreeing points. | Robust Covariance via the Minimum Covariance Determinant (MCD) estimates a multivariate mean vector and covariance matrix that are not distorted by outliers. It was made practical by the Fast-MCD algorithm of Rousseeuw and Van Driessen (1999), building on Rousseeuw's earlier work on robust estimation. |
| ScholarGateডেটাসেট ↗ |
|
|