Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
statsmodels / robust / __init__.py
Size: Mime:
"""
Robust statistical models
"""
__all__ = ["norms", "mad", "Huber", "HuberScale", "hubers_scale", "test"]
from . import norms
from .scale import mad, Huber, HuberScale, hubers_scale

from statsmodels.tools._testing import PytestTester

test = PytestTester()