description
来自「使用R语言的马尔科夫链蒙特卡洛模拟(MCMC)源代码程序。」· 代码 · 共 23 行
TXT
23 行
Package: MCMCpackVersion: 0.9-4Date: 2008-3-3Title: Markov chain Monte Carlo (MCMC) PackageAuthor: Andrew D. Martin <admartin@wustl.edu>, Kevin M. Quinn <kevin_quinn@harvard.edu>, Jong Hee Park <jhp@uchicago.edu>Maintainer: Andrew D. Martin <admartin@wustl.edu>Depends: R (>= 2.6.0), coda (>= 0.11-3), MASS, statsDescription: This package contains functions to perform Bayesian inference using posterior simulation for a number of statistical models. Most simulation is done in compiled C++ written in the Scythe Statistical Library Version 1.0.2. All models return coda mcmc objects that can then be summarized using the coda package. MCMCpack also contains some useful utility functions, including some additional density functions and pseudo-random number generators for statistical distributions, a general purpose Metropolis sampling algorithm, and tools for visualization.License: GPL version 2SystemRequirements: gcc (>= 4.0)URL: http://mcmcpack.wustl.eduPackaged: Mon Mar 3 11:38:07 2008; adm
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?