Skip to main content

Module robust

Module robust 

Source
Expand description

Robust statistical methods for StatOxide

This module implements robust regression and estimation methods that are less sensitive to outliers and violations of classical assumptions.

§Methods Implemented

  1. M-estimators: Huber, Tukey’s biweight, Hampel, Andrews
  2. S-estimators: High breakdown point estimators
  3. MM-estimators: Combine high breakdown and high efficiency
  4. LTS/LMS: Least Trimmed Squares / Least Median of Squares
  5. Robust covariance estimation: Minimum Covariance Determinant (MCD)

Structs§

LeastTrimmedSquares
Least Trimmed Squares estimator (high breakdown)
MEstimator
M-estimator for robust regression
MMEstimator
MM-estimator (combines high breakdown and high efficiency)
RobustRegressionResults
Robust regression results
SEstimator
S-estimator (high breakdown point)
TuningParameters
Tuning parameters for robust estimators

Enums§

LossFunction
Loss functions for M-estimation
ScaleEstimator
Scale estimation methods