API Reference — statsmodels
https://www.statsmodels.org/stable/api.htmlCanonically imported using import statsmodels.tsa.api as tsa. statsmodels.formula.api: A convenience interface for specifying models using formula strings and DataFrames. This API directly exposes the from_formula class method of models that support the formula API. Canonically imported using import statsmodels.formula.api as smf
API Reference — statsmodels
www.statsmodels.org › devel › apiCanonically imported using import statsmodels.formula.api as smf The API focuses on models and the most frequently used statistical test, and tools. Import Paths and Structure explains the design of the two API modules and how importing from the API differs from directly importing from the module where the model is defined.
scikits.statsmodels · PyPI
https://pypi.org/project/scikits.statsmodels24.08.2011 · import scikits.statsmodels.api as sm Importing from modules directly now avoids unnecessary imports and increases the import speed if a library or user only needs specific functions. sandbox/output.py -> iolib/table.py lib/io.py -> iolib/foreign.py (Now contains Stata .dta format reader) family -> families