A C library for statistical and scientific computing
Apophenia is an open statistical library for working with data sets and statistical models. It provides functions on the same level as those of the typical stats package (such as OLS, Probit, or singular value decomposition) but gives the user more flexibility to be creative in model-building. The core functions are written in C.
Apophenia is an open statistical library for working with data sets and statistical models. It provides functions on the same level as those of the typical stats package (such as OLS, Probit, or singular value decomposition) but gives the user more flexibility to be creative in model-building. The core functions are written in C.
To install apophenia, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install apophenia
To see what files were installed by apophenia, run:
port contents apophenia
To later upgrade apophenia, run:
sudo port selfupdate && sudo port upgrade apophenia
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.