//! The `ScaleEstimator` trait and standard robust scale estimates.
pub use HuberProposal2;
pub use Mad;
pub use Qn;
pub use SScale;
pub use Sn;
use crateRobustError;
use crateScale;
/// Estimates the scale `s` used to standardize residuals as `r / s`. Without a
/// scale estimate the tuning constants are meaningless.