§
    M/Ph[  ã                   óD   — d Z ddlmZ dZdZdZdZdZdZ	d	Z
d
„ Zd„ Zd„ ZdS )zName of dataset.é    )ÚutilsÚrestructuredtextzThis is public domain.z"Engel (1857) food expenditure dataae  
This dataset was used in Koenker and Bassett (1982) and distributed alongside
the ``quantreg`` package for R.

Koenker, R. and Bassett, G (1982) Robust Tests of Heteroscedasticity based on
Regression Quantiles; Econometrica 50, 43-61.

Roger Koenker (2012). quantreg: Quantile Regression. R package version 4.94.
http://CRAN.R-project.org/package=quantreg
zEngel food expenditure data.zUData on income and food expenditure for 235 working class households in 1857 Belgium.zÝ::

    Number of observations: 235
    Number of variables: 2
    Variable name definitions:
        income - annual household income (Belgian francs)
        foodexp - annual household food expenditure (Belgian francs)
c                  ó   — t          ¦   «         S )z˜
    Load the data and return a Dataset class instance.

    Returns
    -------
    Dataset
        See DATASET_PROPOSAL.txt for more information.
    )Úload_pandas© ó    ú_/var/www/html/test/jupyter/venv/lib/python3.11/site-packages/statsmodels/datasets/engel/data.pyÚloadr
   !   s   € õ ‰=Œ=Ðr   c                  óL   — t          ¦   «         } t          j        | dd ¬¦  «        S )Nr   )Ú	endog_idxÚexog_idx)Ú	_get_dataÚduÚprocess_pandas)Údatas    r	   r   r   -   s#   € Ý‰;Œ;€DÝÔ˜T¨Q¸Ð>Ñ>Ô>Ð>r   c                  ó6   — t          j        t          d¦  «        S )Nz	engel.csv)r   Úload_csvÚ__file__r   r   r	   r   r   2   s   € ÝŒ;•x Ñ-Ô-Ð-r   N)Ú__doc__Ústatsmodels.datasetsr   r   Ú__docformat__Ú	COPYRIGHTÚTITLEÚSOURCEÚ
DESCRSHORTÚ	DESCRLONGÚNOTEr
   r   r   r   r   r	   ú<module>r      s}   ðØ Ð Ø ,Ð ,Ð ,Ð ,Ð ,Ð ,à"€à*€	Ø6€ð	€ð 1€
ài€	ð€ð	ð 	ð 	ð?ð ?ð ?ð
.ð .ð .ð .ð .r   