script.txt
来自「matlab中实现openbugs或winbugs的功能调用」· 文本 代码 · 共 22 行
TXT
22 行
display('log') check('C:/kmurphy/matlab/BUGS/schools_model.txt')data('C:/kmurphy/matlab/BUGS/tmp/data.txt')compile(3) inits (1, 'C:/kmurphy/matlab/BUGS/tmp/init_1.txt')inits (2, 'C:/kmurphy/matlab/BUGS/tmp/init_2.txt')inits (3, 'C:/kmurphy/matlab/BUGS/tmp/init_3.txt')gen.inits() thin.updater(1)update(1000)set (theta)set (mu.theta)set (sigma.theta)set (deviance)dic.set()update(3000)coda(*, 'C:/kmurphy/matlab/BUGS/tmp/coda')stats(*)dic.stats()history(*, 'C:/kmurphy/matlab/BUGS/tmp/history.txt')save ('C:/kmurphy/matlab/BUGS/tmp/log.txt')
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?