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

.. currentmodule:: statsmodels.regression.linear_model

.. autoclass:: OLS
   :exclude-members: fit,fit_regularized,from_formula,get_distribution,hessian,hessian_factor,information,initialize,loglike,predict,score,whiten,

   
   
   .. 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
   
   
   