robust Lasso for heavy-tailed error and outlier
-
Updated
Dec 5, 2025 - R
8000
robust Lasso for heavy-tailed error and outlier
Regression for Boston Housing price prediction: Linear, Multiple, Robust, OLS, Regularization (Ridge-l1 norm, LASSO-l2 norm, ElasticNet)
A robust regression study using the Density Power Divergence estimator for multiple linear regression, with simulation experiments, efficiency analysis, outlier detection, and real-data applications implemented in R.
Applied analysis on the Bayesian student-t "Robust" regression model with Jeffrey's prior. Compared its model performance and robustness of posterior distributions with the Gaussian model when outliers are present.
Code accompanying the paper "Globally Optimal Learning for Structured Elliptical Losses", published at NeurIPS 2019
In this repository, using the statistical software R, are been analyzed robust techniques to estimate multivariate linear regression in presence of outliers, using the Bootstrap, a simulation method where the construction of sample distribution of given statistics occurring through resampling the same observed sample.
In this project I have implemented 15 different types of regression algorithms including Linear Regression, KNN Regressor, Decision Tree Regressor, RandomForest Regressor, XGBoost, CatBoost., LightGBM, etc. Along with it I have also performed Hyper Paramter Optimization & Cross Validation.
Project where the Linear Regression algorithm is used
A collection of projects completed in STAT courses.
2021 Fall term, CSE 701 Project 03
Generalized fiducial inference for low-dimensional robust linear regression.
Exploratory Data Analysis in R on UN Happiness Report and World Bank Metrics from 2019
Robust_OLS_Model_and_Entity_Fixed_Effects_Model
This‬†project‬†was carried out as part of fulfilment of the B.Sc. (Hons.) Statistics degree at Sister Nivedita University which explores‬†the‬†application‬†of‬†various‬†linear‬†regression‬†techniques‬†for‬†predicting‬ †wine‬†quality
Regression algorithm implementaion from scratch with python (OLS, LASSO, Ridge, robust regression)
Python implementation of RANSAC algorithm
ML Coursework focused on solving Computational Finance and Risk Assessment models
R Package implementing the Penalized Elastic Net S- and MM-Estimator for Linear Regression
This is the implementation of the five regression methods Least Square (LS), Regularized Least Square (RLS), LASSO, Robust Regression (RR) and Bayesian Regression (BR).
Add a description, image, and links to the robust-regresssion topic page so that developers can more easily learn about it.
To associate your repository with the robust-regresssion topic, visit your repo's landing page and select "manage topics."