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 py39-statsmodels, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install py39-statsmodels
To see what files were installed by py39-statsmodels, run:
port contents py39-statsmodels
To later upgrade py39-statsmodels, run:
sudo port selfupdate && sudo port upgrade py39-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.