matlab中实现openbugs或winbugs的功能调用

源代码在线查看: script.txt

软件大小: 1879 K
上传用户: wuseyue
关键词: openbugs winbugs matlab
下载地址: 免注册下载 普通下载 VIP

相关代码

				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')							

相关资源