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

.. currentmodule:: statsmodels.regression.linear_model

.. autoclass:: OLS
   :exclude-members:

   
   
   .. rubric:: Methods

   .. autosummary::
      :toctree:

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

   .. autosummary::
      :toctree:

      ~OLS.df_model
      ~OLS.df_resid
      ~OLS.endog_names
      ~OLS.exog_names
   
   
   