This Fortran 90 library can be used to do Markov chain Monte Carlo simulation from a posterior distribution of unknown model parameters defined by a likelihood function and prior. The likelihood is given as “sum-of-squares” difference of observed values from modelled values.
This Fortran 90 library can be used to do Markov chain Monte Carlo simulation from a posterior distribution of unknown model parameters defined by a likelihood function and prior. The likelihood is given as “sum-of-squares” difference of observed values from modelled values.
To install mcmcf90, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install mcmcf90
To see what files were installed by mcmcf90, run:
port contents mcmcf90
To later upgrade mcmcf90, run:
sudo port selfupdate && sudo port upgrade mcmcf90
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.