Statsmodels: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
(Created page with "=External= * https://www.statsmodels.org/stable/index.html =Internal= * Python for Data Analysis =Overview=")
 
 
(One intermediate revision by the same user not shown)
Line 4: Line 4:
* [[Python_for_Data_Analysis#Overview|Python for Data Analysis]]
* [[Python_for_Data_Analysis#Overview|Python for Data Analysis]]
=Overview=
=Overview=
<code>statsmodels</code> contains algorithms for classical (primarily frequentist) statistics and econometrics.
=Import Convention=
<syntaxhighlight lang='py'>
import statsmodels as sm
</syntaxhighlight>

Latest revision as of 00:03, 15 May 2024

External

Internal

Overview

statsmodels contains algorithms for classical (primarily frequentist) statistics and econometrics.

Import Convention

import statsmodels as sm