B
    ¤ŠãZœ  ã               @   s   d Z dZddgZdZdS )a  
Statistical models

 - standard `regression` models

  - `GLS` (generalized least squares regression)
  - `OLS` (ordinary least square regression)
  - `WLS` (weighted least square regression)
  - `GLASAR` (GLS with autoregressive errors model)

 - `GLM` (generalized linear models)
 - robust statistical models

  - `RLM` (robust linear models using M estimators)
  - `robust.norms` estimates
  - `robust.scale` estimates (MAD, Huber's proposal 2).
 - sandbox models
  - `mixed` effects models
  - `gam` (generalized additive models)
zrestructuredtext enZnumpyZscipyTN)Ú__doc__Z__docformat__ZdependsZpostpone_import© r   r   ú/lib/python3.7/site-packages/statsmodels/info.pyÚ<module>   s   