﻿statsmodels.regression.linear\_model.GLS
========================================

.. currentmodule:: statsmodels.regression.linear_model

.. autoclass:: GLS
   :exclude-members:

   
   
   .. rubric:: Methods

   .. autosummary::
      :toctree:

      ~GLS.fit
      ~GLS.fit_regularized
      ~GLS.from_formula
      ~GLS.get_distribution
      ~GLS.hessian
      ~GLS.hessian_factor
      ~GLS.information
      ~GLS.initialize
      ~GLS.loglike
      ~GLS.predict
      ~GLS.score
      ~GLS.whiten
   
   
   
   
   
   .. rubric:: Properties

   .. autosummary::
      :toctree:

      ~GLS.df_model
      ~GLS.df_resid
      ~GLS.endog_names
      ~GLS.exog_names
   
   
   