§
    M/PhH  ã                   óD   — d Z ddlmZ dZdZe ZdZdZdZ	dZ
d	„ Zd
„ Zd„ ZdS )zStack loss dataé    )ÚutilsÚrestructuredtextzThis is public domain. zw
Brownlee, K. A. (1965), "Statistical Theory and Methodology in
Science and Engineering", 2nd edition, New York:Wiley.
z(Stack loss plant data of Brownlee (1965)zÂThe stack loss plant data of Brownlee (1965) contains
21 days of measurements from a plant's oxidation of ammonia to nitric acid.
The nitric oxide pollutants are captured in an absorption tower.a³  ::

    Number of Observations - 21

    Number of Variables - 4

    Variable name definitions::

        STACKLOSS - 10 times the percentage of ammonia going into the plant
                    that escapes from the absoroption column
        AIRFLOW   - Rate of operation of the plant
        WATERTEMP - Cooling water temperature in the absorption tower
        ACIDCONC  - Acid concentration of circulating acid minus 50 times 10.
c                  ó   — t          ¦   «         S )ú¤
    Load the stack loss data and returns a Dataset class instance.

    Returns
    -------
    Dataset
        See DATASET_PROPOSAL.txt for more information.
    )Úload_pandas© ó    úc/var/www/html/test/jupyter/venv/lib/python3.11/site-packages/statsmodels/datasets/stackloss/data.pyÚloadr   #   s   € õ ‰=Œ=Ðr	   c                  óJ   — t          ¦   «         } t          j        | d¬¦  «        S )r   r   )Ú	endog_idx)Ú	_get_dataÚduÚprocess_pandas)Údatas    r
   r   r   .   s#   € õ ‰;Œ;€DÝÔ˜T¨QÐ/Ñ/Ô/Ð/r	   c                  óf   — t          j        t          d¦  «                             t          ¦  «        S )Nzstackloss.csv)r   Úload_csvÚ__file__ÚastypeÚfloatr   r	   r
   r   r   ;   s"   € ÝŒ;•x Ñ1Ô1×8Ò8½Ñ?Ô?Ð?r	   N)Ú__doc__Ústatsmodels.datasetsr   r   Ú__docformat__Ú	COPYRIGHTÚTITLEÚSOURCEÚ
DESCRSHORTÚ	DESCRLONGÚNOTEr   r   r   r   r	   r
   ú<module>r       s…   ðØ Ð Ø ,Ð ,Ð ,Ð ,Ð ,Ð ,à"€à+€	Ø€ð€ð
 =€
ðD€	ð€ð 	ð 	ð 	ð
0ð 
0ð 
0ð@ð @ð @ð @ð @r	   