paper-with-me

Papers

RobPy: a Python Package for Robust Statistical Methods

2024-11-04 · Sarah Leyder, Jakob Raymaekers, Peter J. Rousseeuw, Thomas Servotte, Tim Verdonck

Robust estimation provides essential tools for analyzing data that contain outliers, ensuring that statistical models remain reliable even in the presence of some anomalous data. While robust methods have long been available in R, users of Python have lacked a comprehensive package that offers these methods in a cohesive framework. RobPy addresses this gap by offering a wide range of robust methods in Python, built upon established libraries including NumPy, SciPy, and scikit-learn. This package includes tools for robust preprocessing, univariate estimation, covariance matrices, regression, and principal component analysis, which are able to detect outliers and to mitigate their effect. In addition, RobPy provides specialized diagnostic plots for visualizing casewise and cellwise outliers. This paper presents the structure of the RobPy package, demonstrates its functionality through examples, and compares its features to existing implementations in other statistical software. By bringing robust methods to Python, RobPy enables more users to perform robust data analysis in a modern and versatile programming language.

📄 PDF Abstract BibTeX arXiv:2411.01954

Code (0)

등록된 구현이 없습니다.

Tasks

Diagnostic

Similar Papers 제목 키워드 기반

GraSPy: Graph Statistics in Python

2019-03-29 · Jaewon Chung, Benjamin D. Pedigo, Eric W. Bridgeford, Bijan K. Varjavand 외

We introduce GraSPy, a Python library devoted to statistical inference, machine learning, and visualization of random graphs and graph populations. This package provides flexible and easy-to-use algorithms for analyzing …

BIG-bench Machine Learning

A Comprehensive Guide to Combining R and Python code for Data Science, Machine Learning and Reinforcement Learning

2024-07-19 · Alejandro L. García Navarro, Nataliia Koneva, Alfonso Sánchez-Macián, José Alberto Hernández

Python has gained widespread popularity in the fields of machine learning, artificial intelligence, and data engineering due to its effectiveness and extensive libraries. R, on its side, remains a dominant language for s…

OpenAI Gym

si4onnx: A Python package for Selective Inference in Deep Learning Models

2025-01-29 · Teruyuki Katsuoka, Tomohiro Shiraishi, Daiki Miwa, Shuichi Nishino 외

In this paper, we introduce si4onnx, a package for performing selective inference on deep learning models. Techniques such as CAM in XAI and reconstruction-based anomaly detection using VAE can be interpreted as methods …

Anomaly DetectionDeep Learning

PySDTest: a Python/Stata Package for Stochastic Dominance Tests

2023-07-20 · Kyungho Lee, Yoon-Jae Whang

We introduce PySDTest, a Python/Stata package for statistical tests of stochastic dominance. PySDTest implements various testing procedures such as Barrett and Donald (2003), Linton et al. (2005), Linton et al. (2010), a…

Conformal Anomaly Detection in Python: Moving Beyond Heuristic Thresholds with nonconform

2026-05-13 · Oliver Hennhöfer, Maximilian Kirsch, Christine Preisach arxiv

Most anomaly detection systems output scores rather than calibrated decisions, leaving practitioners to choose thresholds heuristically and without clear statistical interpretation. Conformal anomaly detection addresses …

Anomaly Detection