文件名称:cmdstan:贝叶斯对Ruby的推断,由CmdStan提供支持
文件大小:11KB
文件格式:ZIP
更新时间:2024-06-11 20:56:04
Ruby
CmdStan.rb 贝叶斯对Ruby的推断,由提供 安装 将此行添加到您的应用程序的Gemfile中: gem 'cmdstan' 随着CmdStan的下载和构建,安装过程可能需要几分钟。 入门 创建一个Stan文件,例如bernoulli.stan data { int < lower> N ; int < lower xss=removed> y [ N ]; } parameters { real < lower xss=removed> theta ; } model { theta ~ beta ( 1 , 1 ); y ~ bernoulli ( theta ); } 编译模型 model = CmdStan :: Model . new ( stan_file : "bernoulli.stan" ) 拟合
【文件预览】:
cmdstan-master
----Rakefile(156B)
----.github()
--------workflows()
----test()
--------model_test.rb(2KB)
--------test_helper.rb(102B)
--------support()
----Gemfile(74B)
----ext()
--------cmdstan()
----.gitignore(80B)
----CHANGELOG.md(399B)
----lib()
--------cmdstan.rb(381B)
--------cmdstan()
----README.md(2KB)
----LICENSE.txt(2KB)
----cmdstan.gemspec(581B)