文件名称:MCMC FORTRAN 源程序
文件大小:10KB
文件格式:ZIP
更新时间:2012-12-23 11:10:34
MCMC
MCMC FORTRAN 源程序 FORTRAN routines for MCMC algorithms These files are related to the following paper: Renard, B., V. Garreta, M. Lang, and P. Bois. 2005. An empirical comparison of MCMC methods used in Bayesian inference. submitted. You will find in the MCMC.zip folder the following files: AlgoMCMC.f90, a module which contains the MCMC algorithms. tools.f90, a module which contains various functions and routines needed for MCMC implementation functions.f90, a module which contains the distributions used in a Bayesian analysis: prior, posterior, likelihood. You will need to write your own file to implement the model(s) you choose. Example.f90, the main program. This example deals with the estimation of the GEV parameters, for the annual maxima of a French river. meurthe.txt, the data.
【文件预览】:
tools.f90
meurthe.txt
functions.f90
AlgoMCMC.f90
Example.f90