Statistical computations and models for use with SciPy
Statsmodels is a Python package that provides a complement to scipy for statistical computations including descriptive statistics and estimation of statistical models.
Statsmodels is a Python package that provides a complement to scipy for statistical computations including descriptive statistics and estimation of statistical models.
To install py312-statsmodels, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install py312-statsmodels
To see what files were installed by py312-statsmodels, run:
port contents py312-statsmodels
To later upgrade py312-statsmodels, run:
sudo port selfupdate && sudo port upgrade py312-statsmodels
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.