├── .gitignore ├── README.md ├── exec ├── 10-1-4-matrix.py ├── 10-1-4.py ├── 10-1-5.py ├── 10-1.py ├── 10-2-1.py ├── 10-2-2.py ├── 10-2-3.py ├── 10-2-4.py ├── 10-3-1.py ├── 10-3-2.py ├── 11-1-2.py ├── 11-1.py ├── 11-2-2.py ├── 11-2.py ├── 11-3.py ├── 11-4.py ├── 11-exec-1.py ├── 11-exec-2.py ├── 11-exec-3.py ├── 11-exec-5.py ├── 11-exec-6.py ├── 12-1-2.py ├── 12-1.py ├── 12-2.py ├── 12-3.py ├── 12-6.py ├── 12-7.py ├── 12-8.py ├── 12-exec-1.py ├── 12-exec-2.py ├── 12-exec-3.py ├── 12-exec-4.py ├── 4-4-stan.py ├── 4-4.py ├── 4-5.py ├── 4-exec.py ├── 5-1.py ├── 5-2.py ├── 5-3-exec-4.py ├── 5-3.py ├── 5-4.py ├── 5-exec-5-6.py ├── 5-exec-5-7.py ├── 6-1-exec.py ├── 6-1.py ├── 7-1.py ├── 7-2-log.py ├── 7-3-aircon.py ├── 7-3-conc.py ├── 7-4.py ├── 7-5.py ├── 7-6.py ├── 7-7.py ├── 7-8.py ├── 7-9.py ├── 8-1-eq.py ├── 8-1-group.py ├── 8-1-hie.py ├── 8-1.py ├── 8-2.py ├── 8-3.py ├── 8-4.py ├── 8-exec-4.py ├── 8-exec-6.py ├── 8-exec-7.py ├── 9-2-1.py ├── 9-2-2.py ├── 9-2-3.py ├── 9-3-1.py ├── 9-3-2.py ├── 9-4-1.py ├── 9-5.py ├── 9-exec-1.py ├── 9-exec-2.py ├── 9-exec-3.py ├── 9-exec-4.py ├── 9-exec-5.py ├── README.md ├── analysis_data.py ├── d1.csv ├── data-2Dmesh-design.txt ├── data-2Dmesh.txt ├── data-50m.txt ├── data-ZIP.txt ├── data-aircon.txt ├── data-attendance-1.txt ├── data-attendance-2.txt ├── data-attendance-3.txt ├── data-attendance-4-1.txt ├── data-attendance-4-2.txt ├── data-attendance-5.txt ├── data-category.txt ├── data-changepoint.txt ├── data-coin.txt ├── data-conc-2-NA-long.txt ├── data-conc-2-NA-wide.txt ├── data-conc-2.txt ├── data-conc.txt ├── data-dice.txt ├── data-kubo11a.txt ├── data-lda.txt ├── data-map-JIS.txt ├── data-map-neighbor.txt ├── data-map-temperature.txt ├── data-mix1.txt ├── data-mix2.txt ├── data-mvn.txt ├── data-outlier.txt ├── data-poisson-binomial.txt ├── data-protein.txt ├── data-rental.txt ├── data-salary-2.txt ├── data-salary-3.txt ├── data-salary.txt ├── data-shogi-player-name.txt ├── data-shogi-player.txt ├── data-ss1.txt ├── data-ss2.txt ├── data-usagitokame.txt ├── data3a.csv ├── data4a.csv ├── data7a.csv ├── data_20131226.txt ├── mcmc_tools.py └── requirements.txt ├── images ├── 12-exec-3-noise-0.1.png ├── 12-exec-3-noise-0.2.png ├── 12-exec-3-noise-0.3.png ├── 12-exec-3-noise-0.4.png ├── 12-exec-3-noise-0.5.png ├── 12-exec-4-noise-0.5-yy-0.1.png ├── 12-exec-4-noise-0.5-yy-0.2.png ├── 12-exec-4-noise-0.5-yy-0.3.png ├── 12-exec-4-noise-0.5-yy-0.4.png ├── 12-exec-4-noise-0.5-yy-0.5.png ├── 12-exec-4-noise-0.5-yy-0.6.png └── 12-exec-4-noise-0.5-yy-0.7.png └── model ├── 4-exec-2.stan ├── 4-exec.stan ├── 5-exec-5-6.stan ├── 5-exec-5-7.stan ├── model-8-exec-4.stan ├── model-8-exec-6.stan ├── model-8-exec-7.stan ├── model-9-exec-1.stan ├── model-9-exec-2.stan ├── model-9-exec-3.stan ├── model-9-exec-4.stan ├── model-9-exec-5.stan ├── model10-1-4.stan ├── model10-1-5.stan ├── model10-14-matrix.stan ├── model10-2-2.stan ├── model10-2-3.stan ├── model10-2-4-b.stan ├── model10-2-4-c.stan ├── model10-2-4.stan ├── model10-3-1-b.stan ├── model10-3-1.stan ├── model10-3-2.stan ├── model11-1-2.stan ├── model11-1-2b.stan ├── model11-1.stan ├── model11-2-2.stan ├── model11-2-2b.stan ├── model11-2.stan ├── model11-3.stan ├── model11-4.stan ├── model11-exec-1.stan ├── model11-exec-2.stan ├── model11-exec-3.stan ├── model11-exec-3b.stan ├── model11-exec-5.stan ├── model11-exec-6.stan ├── model12-1-2.stan ├── model12-1.stan ├── model12-2.stan ├── model12-3-re.stan ├── model12-3.stan ├── model12-6.stan ├── model12-7.stan ├── model12-8.stan ├── model12-exec-2.stan ├── model12-exec-3.stan ├── model12-exec-4.stan ├── model4-4.stan ├── model4-5.stan ├── model5-3.stan ├── model5-4.stan ├── model5-5-exec-4.stan ├── model5-5.stan ├── model5-6.stan ├── model7-1.stan ├── model7-2-log.stan ├── model7-3-aircon.stan ├── model7-3-conc.stan ├── model7-5.stan ├── model7-7.stan ├── model7-8.stan ├── model7-9.stan ├── model8-1-eq.stan ├── model8-1-group.stan ├── model8-1-hie.stan ├── model8-1.stan ├── model8-2-sd.stan ├── model8-2.stan ├── model8-3-log-b.stan ├── model8-3-log.stan ├── model8-3.stan ├── model8-4-org.stan ├── model8-4.stan ├── model9-2-1.stan ├── model9-2-2.stan ├── model9-2-3.stan ├── model9-3-1-vec.stan ├── model9-3-1.stan ├── model9-3-2.stan ├── model9-4-1-b.stan ├── model9-4-1.stan └── model9-5.stan /.gitignore: -------------------------------------------------------------------------------- 1 | *.pkl 2 | *.png 3 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MasazI/python-r-stan-bayesian-model-2/HEAD/README.md -------------------------------------------------------------------------------- /exec/10-1-4-matrix.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MasazI/python-r-stan-bayesian-model-2/HEAD/exec/10-1-4-matrix.py -------------------------------------------------------------------------------- /exec/10-1-4.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MasazI/python-r-stan-bayesian-model-2/HEAD/exec/10-1-4.py -------------------------------------------------------------------------------- /exec/10-1-5.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MasazI/python-r-stan-bayesian-model-2/HEAD/exec/10-1-5.py -------------------------------------------------------------------------------- /exec/10-1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MasazI/python-r-stan-bayesian-model-2/HEAD/exec/10-1.py -------------------------------------------------------------------------------- /exec/10-2-1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MasazI/python-r-stan-bayesian-model-2/HEAD/exec/10-2-1.py -------------------------------------------------------------------------------- /exec/10-2-2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MasazI/python-r-stan-bayesian-model-2/HEAD/exec/10-2-2.py -------------------------------------------------------------------------------- /exec/10-2-3.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MasazI/python-r-stan-bayesian-model-2/HEAD/exec/10-2-3.py -------------------------------------------------------------------------------- /exec/10-2-4.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MasazI/python-r-stan-bayesian-model-2/HEAD/exec/10-2-4.py -------------------------------------------------------------------------------- /exec/10-3-1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MasazI/python-r-stan-bayesian-model-2/HEAD/exec/10-3-1.py -------------------------------------------------------------------------------- /exec/10-3-2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MasazI/python-r-stan-bayesian-model-2/HEAD/exec/10-3-2.py -------------------------------------------------------------------------------- /exec/11-1-2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MasazI/python-r-stan-bayesian-model-2/HEAD/exec/11-1-2.py -------------------------------------------------------------------------------- /exec/11-1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MasazI/python-r-stan-bayesian-model-2/HEAD/exec/11-1.py -------------------------------------------------------------------------------- /exec/11-2-2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MasazI/python-r-stan-bayesian-model-2/HEAD/exec/11-2-2.py -------------------------------------------------------------------------------- /exec/11-2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MasazI/python-r-stan-bayesian-model-2/HEAD/exec/11-2.py -------------------------------------------------------------------------------- /exec/11-3.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MasazI/python-r-stan-bayesian-model-2/HEAD/exec/11-3.py -------------------------------------------------------------------------------- /exec/11-4.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MasazI/python-r-stan-bayesian-model-2/HEAD/exec/11-4.py -------------------------------------------------------------------------------- /exec/11-exec-1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MasazI/python-r-stan-bayesian-model-2/HEAD/exec/11-exec-1.py -------------------------------------------------------------------------------- /exec/11-exec-2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MasazI/python-r-stan-bayesian-model-2/HEAD/exec/11-exec-2.py -------------------------------------------------------------------------------- /exec/11-exec-3.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MasazI/python-r-stan-bayesian-model-2/HEAD/exec/11-exec-3.py -------------------------------------------------------------------------------- /exec/11-exec-5.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MasazI/python-r-stan-bayesian-model-2/HEAD/exec/11-exec-5.py -------------------------------------------------------------------------------- /exec/11-exec-6.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MasazI/python-r-stan-bayesian-model-2/HEAD/exec/11-exec-6.py -------------------------------------------------------------------------------- /exec/12-1-2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MasazI/python-r-stan-bayesian-model-2/HEAD/exec/12-1-2.py -------------------------------------------------------------------------------- /exec/12-1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MasazI/python-r-stan-bayesian-model-2/HEAD/exec/12-1.py -------------------------------------------------------------------------------- /exec/12-2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MasazI/python-r-stan-bayesian-model-2/HEAD/exec/12-2.py -------------------------------------------------------------------------------- /exec/12-3.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MasazI/python-r-stan-bayesian-model-2/HEAD/exec/12-3.py -------------------------------------------------------------------------------- /exec/12-6.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MasazI/python-r-stan-bayesian-model-2/HEAD/exec/12-6.py -------------------------------------------------------------------------------- /exec/12-7.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MasazI/python-r-stan-bayesian-model-2/HEAD/exec/12-7.py -------------------------------------------------------------------------------- /exec/12-8.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MasazI/python-r-stan-bayesian-model-2/HEAD/exec/12-8.py -------------------------------------------------------------------------------- /exec/12-exec-1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MasazI/python-r-stan-bayesian-model-2/HEAD/exec/12-exec-1.py -------------------------------------------------------------------------------- /exec/12-exec-2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MasazI/python-r-stan-bayesian-model-2/HEAD/exec/12-exec-2.py -------------------------------------------------------------------------------- /exec/12-exec-3.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MasazI/python-r-stan-bayesian-model-2/HEAD/exec/12-exec-3.py -------------------------------------------------------------------------------- /exec/12-exec-4.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MasazI/python-r-stan-bayesian-model-2/HEAD/exec/12-exec-4.py -------------------------------------------------------------------------------- /exec/4-4-stan.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MasazI/python-r-stan-bayesian-model-2/HEAD/exec/4-4-stan.py -------------------------------------------------------------------------------- /exec/4-4.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MasazI/python-r-stan-bayesian-model-2/HEAD/exec/4-4.py -------------------------------------------------------------------------------- /exec/4-5.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MasazI/python-r-stan-bayesian-model-2/HEAD/exec/4-5.py -------------------------------------------------------------------------------- /exec/4-exec.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MasazI/python-r-stan-bayesian-model-2/HEAD/exec/4-exec.py -------------------------------------------------------------------------------- /exec/5-1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MasazI/python-r-stan-bayesian-model-2/HEAD/exec/5-1.py -------------------------------------------------------------------------------- /exec/5-2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MasazI/python-r-stan-bayesian-model-2/HEAD/exec/5-2.py -------------------------------------------------------------------------------- /exec/5-3-exec-4.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MasazI/python-r-stan-bayesian-model-2/HEAD/exec/5-3-exec-4.py -------------------------------------------------------------------------------- /exec/5-3.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MasazI/python-r-stan-bayesian-model-2/HEAD/exec/5-3.py -------------------------------------------------------------------------------- /exec/5-4.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MasazI/python-r-stan-bayesian-model-2/HEAD/exec/5-4.py -------------------------------------------------------------------------------- /exec/5-exec-5-6.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MasazI/python-r-stan-bayesian-model-2/HEAD/exec/5-exec-5-6.py -------------------------------------------------------------------------------- /exec/5-exec-5-7.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MasazI/python-r-stan-bayesian-model-2/HEAD/exec/5-exec-5-7.py -------------------------------------------------------------------------------- /exec/6-1-exec.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MasazI/python-r-stan-bayesian-model-2/HEAD/exec/6-1-exec.py -------------------------------------------------------------------------------- /exec/6-1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MasazI/python-r-stan-bayesian-model-2/HEAD/exec/6-1.py -------------------------------------------------------------------------------- /exec/7-1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MasazI/python-r-stan-bayesian-model-2/HEAD/exec/7-1.py -------------------------------------------------------------------------------- /exec/7-2-log.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MasazI/python-r-stan-bayesian-model-2/HEAD/exec/7-2-log.py -------------------------------------------------------------------------------- /exec/7-3-aircon.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MasazI/python-r-stan-bayesian-model-2/HEAD/exec/7-3-aircon.py -------------------------------------------------------------------------------- /exec/7-3-conc.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MasazI/python-r-stan-bayesian-model-2/HEAD/exec/7-3-conc.py -------------------------------------------------------------------------------- /exec/7-4.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MasazI/python-r-stan-bayesian-model-2/HEAD/exec/7-4.py -------------------------------------------------------------------------------- /exec/7-5.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MasazI/python-r-stan-bayesian-model-2/HEAD/exec/7-5.py -------------------------------------------------------------------------------- /exec/7-6.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MasazI/python-r-stan-bayesian-model-2/HEAD/exec/7-6.py -------------------------------------------------------------------------------- /exec/7-7.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MasazI/python-r-stan-bayesian-model-2/HEAD/exec/7-7.py -------------------------------------------------------------------------------- /exec/7-8.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MasazI/python-r-stan-bayesian-model-2/HEAD/exec/7-8.py -------------------------------------------------------------------------------- /exec/7-9.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MasazI/python-r-stan-bayesian-model-2/HEAD/exec/7-9.py -------------------------------------------------------------------------------- /exec/8-1-eq.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MasazI/python-r-stan-bayesian-model-2/HEAD/exec/8-1-eq.py -------------------------------------------------------------------------------- /exec/8-1-group.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MasazI/python-r-stan-bayesian-model-2/HEAD/exec/8-1-group.py -------------------------------------------------------------------------------- /exec/8-1-hie.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MasazI/python-r-stan-bayesian-model-2/HEAD/exec/8-1-hie.py -------------------------------------------------------------------------------- /exec/8-1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MasazI/python-r-stan-bayesian-model-2/HEAD/exec/8-1.py -------------------------------------------------------------------------------- /exec/8-2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MasazI/python-r-stan-bayesian-model-2/HEAD/exec/8-2.py -------------------------------------------------------------------------------- /exec/8-3.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MasazI/python-r-stan-bayesian-model-2/HEAD/exec/8-3.py -------------------------------------------------------------------------------- /exec/8-4.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MasazI/python-r-stan-bayesian-model-2/HEAD/exec/8-4.py -------------------------------------------------------------------------------- /exec/8-exec-4.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MasazI/python-r-stan-bayesian-model-2/HEAD/exec/8-exec-4.py -------------------------------------------------------------------------------- /exec/8-exec-6.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MasazI/python-r-stan-bayesian-model-2/HEAD/exec/8-exec-6.py -------------------------------------------------------------------------------- /exec/8-exec-7.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MasazI/python-r-stan-bayesian-model-2/HEAD/exec/8-exec-7.py -------------------------------------------------------------------------------- /exec/9-2-1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MasazI/python-r-stan-bayesian-model-2/HEAD/exec/9-2-1.py -------------------------------------------------------------------------------- /exec/9-2-2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MasazI/python-r-stan-bayesian-model-2/HEAD/exec/9-2-2.py -------------------------------------------------------------------------------- /exec/9-2-3.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MasazI/python-r-stan-bayesian-model-2/HEAD/exec/9-2-3.py -------------------------------------------------------------------------------- /exec/9-3-1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MasazI/python-r-stan-bayesian-model-2/HEAD/exec/9-3-1.py -------------------------------------------------------------------------------- /exec/9-3-2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MasazI/python-r-stan-bayesian-model-2/HEAD/exec/9-3-2.py -------------------------------------------------------------------------------- /exec/9-4-1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MasazI/python-r-stan-bayesian-model-2/HEAD/exec/9-4-1.py -------------------------------------------------------------------------------- /exec/9-5.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MasazI/python-r-stan-bayesian-model-2/HEAD/exec/9-5.py -------------------------------------------------------------------------------- /exec/9-exec-1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MasazI/python-r-stan-bayesian-model-2/HEAD/exec/9-exec-1.py -------------------------------------------------------------------------------- /exec/9-exec-2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MasazI/python-r-stan-bayesian-model-2/HEAD/exec/9-exec-2.py -------------------------------------------------------------------------------- /exec/9-exec-3.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MasazI/python-r-stan-bayesian-model-2/HEAD/exec/9-exec-3.py -------------------------------------------------------------------------------- /exec/9-exec-4.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MasazI/python-r-stan-bayesian-model-2/HEAD/exec/9-exec-4.py -------------------------------------------------------------------------------- /exec/9-exec-5.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MasazI/python-r-stan-bayesian-model-2/HEAD/exec/9-exec-5.py -------------------------------------------------------------------------------- /exec/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MasazI/python-r-stan-bayesian-model-2/HEAD/exec/README.md -------------------------------------------------------------------------------- /exec/analysis_data.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MasazI/python-r-stan-bayesian-model-2/HEAD/exec/analysis_data.py -------------------------------------------------------------------------------- /exec/d1.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MasazI/python-r-stan-bayesian-model-2/HEAD/exec/d1.csv -------------------------------------------------------------------------------- /exec/data-2Dmesh-design.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MasazI/python-r-stan-bayesian-model-2/HEAD/exec/data-2Dmesh-design.txt -------------------------------------------------------------------------------- /exec/data-2Dmesh.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MasazI/python-r-stan-bayesian-model-2/HEAD/exec/data-2Dmesh.txt -------------------------------------------------------------------------------- /exec/data-50m.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MasazI/python-r-stan-bayesian-model-2/HEAD/exec/data-50m.txt -------------------------------------------------------------------------------- /exec/data-ZIP.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MasazI/python-r-stan-bayesian-model-2/HEAD/exec/data-ZIP.txt -------------------------------------------------------------------------------- /exec/data-aircon.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MasazI/python-r-stan-bayesian-model-2/HEAD/exec/data-aircon.txt -------------------------------------------------------------------------------- /exec/data-attendance-1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MasazI/python-r-stan-bayesian-model-2/HEAD/exec/data-attendance-1.txt -------------------------------------------------------------------------------- /exec/data-attendance-2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MasazI/python-r-stan-bayesian-model-2/HEAD/exec/data-attendance-2.txt -------------------------------------------------------------------------------- /exec/data-attendance-3.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MasazI/python-r-stan-bayesian-model-2/HEAD/exec/data-attendance-3.txt -------------------------------------------------------------------------------- /exec/data-attendance-4-1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MasazI/python-r-stan-bayesian-model-2/HEAD/exec/data-attendance-4-1.txt -------------------------------------------------------------------------------- /exec/data-attendance-4-2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MasazI/python-r-stan-bayesian-model-2/HEAD/exec/data-attendance-4-2.txt -------------------------------------------------------------------------------- /exec/data-attendance-5.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MasazI/python-r-stan-bayesian-model-2/HEAD/exec/data-attendance-5.txt -------------------------------------------------------------------------------- /exec/data-category.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MasazI/python-r-stan-bayesian-model-2/HEAD/exec/data-category.txt -------------------------------------------------------------------------------- /exec/data-changepoint.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MasazI/python-r-stan-bayesian-model-2/HEAD/exec/data-changepoint.txt -------------------------------------------------------------------------------- /exec/data-coin.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MasazI/python-r-stan-bayesian-model-2/HEAD/exec/data-coin.txt -------------------------------------------------------------------------------- /exec/data-conc-2-NA-long.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MasazI/python-r-stan-bayesian-model-2/HEAD/exec/data-conc-2-NA-long.txt -------------------------------------------------------------------------------- /exec/data-conc-2-NA-wide.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MasazI/python-r-stan-bayesian-model-2/HEAD/exec/data-conc-2-NA-wide.txt -------------------------------------------------------------------------------- /exec/data-conc-2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MasazI/python-r-stan-bayesian-model-2/HEAD/exec/data-conc-2.txt -------------------------------------------------------------------------------- /exec/data-conc.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MasazI/python-r-stan-bayesian-model-2/HEAD/exec/data-conc.txt -------------------------------------------------------------------------------- /exec/data-dice.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MasazI/python-r-stan-bayesian-model-2/HEAD/exec/data-dice.txt -------------------------------------------------------------------------------- /exec/data-kubo11a.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MasazI/python-r-stan-bayesian-model-2/HEAD/exec/data-kubo11a.txt -------------------------------------------------------------------------------- /exec/data-lda.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MasazI/python-r-stan-bayesian-model-2/HEAD/exec/data-lda.txt -------------------------------------------------------------------------------- /exec/data-map-JIS.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MasazI/python-r-stan-bayesian-model-2/HEAD/exec/data-map-JIS.txt -------------------------------------------------------------------------------- /exec/data-map-neighbor.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MasazI/python-r-stan-bayesian-model-2/HEAD/exec/data-map-neighbor.txt -------------------------------------------------------------------------------- /exec/data-map-temperature.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MasazI/python-r-stan-bayesian-model-2/HEAD/exec/data-map-temperature.txt -------------------------------------------------------------------------------- /exec/data-mix1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MasazI/python-r-stan-bayesian-model-2/HEAD/exec/data-mix1.txt -------------------------------------------------------------------------------- /exec/data-mix2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MasazI/python-r-stan-bayesian-model-2/HEAD/exec/data-mix2.txt -------------------------------------------------------------------------------- /exec/data-mvn.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MasazI/python-r-stan-bayesian-model-2/HEAD/exec/data-mvn.txt -------------------------------------------------------------------------------- /exec/data-outlier.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MasazI/python-r-stan-bayesian-model-2/HEAD/exec/data-outlier.txt -------------------------------------------------------------------------------- /exec/data-poisson-binomial.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MasazI/python-r-stan-bayesian-model-2/HEAD/exec/data-poisson-binomial.txt -------------------------------------------------------------------------------- /exec/data-protein.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MasazI/python-r-stan-bayesian-model-2/HEAD/exec/data-protein.txt -------------------------------------------------------------------------------- /exec/data-rental.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MasazI/python-r-stan-bayesian-model-2/HEAD/exec/data-rental.txt -------------------------------------------------------------------------------- /exec/data-salary-2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MasazI/python-r-stan-bayesian-model-2/HEAD/exec/data-salary-2.txt -------------------------------------------------------------------------------- /exec/data-salary-3.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MasazI/python-r-stan-bayesian-model-2/HEAD/exec/data-salary-3.txt -------------------------------------------------------------------------------- /exec/data-salary.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MasazI/python-r-stan-bayesian-model-2/HEAD/exec/data-salary.txt -------------------------------------------------------------------------------- /exec/data-shogi-player-name.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MasazI/python-r-stan-bayesian-model-2/HEAD/exec/data-shogi-player-name.txt -------------------------------------------------------------------------------- /exec/data-shogi-player.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MasazI/python-r-stan-bayesian-model-2/HEAD/exec/data-shogi-player.txt -------------------------------------------------------------------------------- /exec/data-ss1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MasazI/python-r-stan-bayesian-model-2/HEAD/exec/data-ss1.txt -------------------------------------------------------------------------------- /exec/data-ss2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MasazI/python-r-stan-bayesian-model-2/HEAD/exec/data-ss2.txt -------------------------------------------------------------------------------- /exec/data-usagitokame.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MasazI/python-r-stan-bayesian-model-2/HEAD/exec/data-usagitokame.txt -------------------------------------------------------------------------------- /exec/data3a.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MasazI/python-r-stan-bayesian-model-2/HEAD/exec/data3a.csv -------------------------------------------------------------------------------- /exec/data4a.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MasazI/python-r-stan-bayesian-model-2/HEAD/exec/data4a.csv -------------------------------------------------------------------------------- /exec/data7a.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MasazI/python-r-stan-bayesian-model-2/HEAD/exec/data7a.csv -------------------------------------------------------------------------------- /exec/data_20131226.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MasazI/python-r-stan-bayesian-model-2/HEAD/exec/data_20131226.txt -------------------------------------------------------------------------------- /exec/mcmc_tools.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MasazI/python-r-stan-bayesian-model-2/HEAD/exec/mcmc_tools.py -------------------------------------------------------------------------------- /exec/requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MasazI/python-r-stan-bayesian-model-2/HEAD/exec/requirements.txt -------------------------------------------------------------------------------- /images/12-exec-3-noise-0.1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MasazI/python-r-stan-bayesian-model-2/HEAD/images/12-exec-3-noise-0.1.png -------------------------------------------------------------------------------- /images/12-exec-3-noise-0.2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MasazI/python-r-stan-bayesian-model-2/HEAD/images/12-exec-3-noise-0.2.png -------------------------------------------------------------------------------- /images/12-exec-3-noise-0.3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MasazI/python-r-stan-bayesian-model-2/HEAD/images/12-exec-3-noise-0.3.png -------------------------------------------------------------------------------- /images/12-exec-3-noise-0.4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MasazI/python-r-stan-bayesian-model-2/HEAD/images/12-exec-3-noise-0.4.png -------------------------------------------------------------------------------- /images/12-exec-3-noise-0.5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MasazI/python-r-stan-bayesian-model-2/HEAD/images/12-exec-3-noise-0.5.png -------------------------------------------------------------------------------- /images/12-exec-4-noise-0.5-yy-0.1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MasazI/python-r-stan-bayesian-model-2/HEAD/images/12-exec-4-noise-0.5-yy-0.1.png -------------------------------------------------------------------------------- /images/12-exec-4-noise-0.5-yy-0.2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MasazI/python-r-stan-bayesian-model-2/HEAD/images/12-exec-4-noise-0.5-yy-0.2.png -------------------------------------------------------------------------------- /images/12-exec-4-noise-0.5-yy-0.3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MasazI/python-r-stan-bayesian-model-2/HEAD/images/12-exec-4-noise-0.5-yy-0.3.png -------------------------------------------------------------------------------- /images/12-exec-4-noise-0.5-yy-0.4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MasazI/python-r-stan-bayesian-model-2/HEAD/images/12-exec-4-noise-0.5-yy-0.4.png -------------------------------------------------------------------------------- /images/12-exec-4-noise-0.5-yy-0.5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MasazI/python-r-stan-bayesian-model-2/HEAD/images/12-exec-4-noise-0.5-yy-0.5.png -------------------------------------------------------------------------------- /images/12-exec-4-noise-0.5-yy-0.6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MasazI/python-r-stan-bayesian-model-2/HEAD/images/12-exec-4-noise-0.5-yy-0.6.png -------------------------------------------------------------------------------- /images/12-exec-4-noise-0.5-yy-0.7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MasazI/python-r-stan-bayesian-model-2/HEAD/images/12-exec-4-noise-0.5-yy-0.7.png -------------------------------------------------------------------------------- /model/4-exec-2.stan: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MasazI/python-r-stan-bayesian-model-2/HEAD/model/4-exec-2.stan -------------------------------------------------------------------------------- /model/4-exec.stan: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MasazI/python-r-stan-bayesian-model-2/HEAD/model/4-exec.stan -------------------------------------------------------------------------------- /model/5-exec-5-6.stan: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MasazI/python-r-stan-bayesian-model-2/HEAD/model/5-exec-5-6.stan -------------------------------------------------------------------------------- /model/5-exec-5-7.stan: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MasazI/python-r-stan-bayesian-model-2/HEAD/model/5-exec-5-7.stan -------------------------------------------------------------------------------- /model/model-8-exec-4.stan: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MasazI/python-r-stan-bayesian-model-2/HEAD/model/model-8-exec-4.stan -------------------------------------------------------------------------------- /model/model-8-exec-6.stan: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MasazI/python-r-stan-bayesian-model-2/HEAD/model/model-8-exec-6.stan -------------------------------------------------------------------------------- /model/model-8-exec-7.stan: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MasazI/python-r-stan-bayesian-model-2/HEAD/model/model-8-exec-7.stan -------------------------------------------------------------------------------- /model/model-9-exec-1.stan: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MasazI/python-r-stan-bayesian-model-2/HEAD/model/model-9-exec-1.stan -------------------------------------------------------------------------------- /model/model-9-exec-2.stan: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MasazI/python-r-stan-bayesian-model-2/HEAD/model/model-9-exec-2.stan -------------------------------------------------------------------------------- /model/model-9-exec-3.stan: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MasazI/python-r-stan-bayesian-model-2/HEAD/model/model-9-exec-3.stan -------------------------------------------------------------------------------- /model/model-9-exec-4.stan: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MasazI/python-r-stan-bayesian-model-2/HEAD/model/model-9-exec-4.stan -------------------------------------------------------------------------------- /model/model-9-exec-5.stan: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MasazI/python-r-stan-bayesian-model-2/HEAD/model/model-9-exec-5.stan -------------------------------------------------------------------------------- /model/model10-1-4.stan: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MasazI/python-r-stan-bayesian-model-2/HEAD/model/model10-1-4.stan -------------------------------------------------------------------------------- /model/model10-1-5.stan: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MasazI/python-r-stan-bayesian-model-2/HEAD/model/model10-1-5.stan -------------------------------------------------------------------------------- /model/model10-14-matrix.stan: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MasazI/python-r-stan-bayesian-model-2/HEAD/model/model10-14-matrix.stan -------------------------------------------------------------------------------- /model/model10-2-2.stan: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MasazI/python-r-stan-bayesian-model-2/HEAD/model/model10-2-2.stan -------------------------------------------------------------------------------- /model/model10-2-3.stan: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MasazI/python-r-stan-bayesian-model-2/HEAD/model/model10-2-3.stan -------------------------------------------------------------------------------- /model/model10-2-4-b.stan: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MasazI/python-r-stan-bayesian-model-2/HEAD/model/model10-2-4-b.stan -------------------------------------------------------------------------------- /model/model10-2-4-c.stan: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MasazI/python-r-stan-bayesian-model-2/HEAD/model/model10-2-4-c.stan -------------------------------------------------------------------------------- /model/model10-2-4.stan: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MasazI/python-r-stan-bayesian-model-2/HEAD/model/model10-2-4.stan -------------------------------------------------------------------------------- /model/model10-3-1-b.stan: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MasazI/python-r-stan-bayesian-model-2/HEAD/model/model10-3-1-b.stan -------------------------------------------------------------------------------- /model/model10-3-1.stan: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MasazI/python-r-stan-bayesian-model-2/HEAD/model/model10-3-1.stan -------------------------------------------------------------------------------- /model/model10-3-2.stan: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MasazI/python-r-stan-bayesian-model-2/HEAD/model/model10-3-2.stan -------------------------------------------------------------------------------- /model/model11-1-2.stan: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MasazI/python-r-stan-bayesian-model-2/HEAD/model/model11-1-2.stan -------------------------------------------------------------------------------- /model/model11-1-2b.stan: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MasazI/python-r-stan-bayesian-model-2/HEAD/model/model11-1-2b.stan -------------------------------------------------------------------------------- /model/model11-1.stan: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MasazI/python-r-stan-bayesian-model-2/HEAD/model/model11-1.stan -------------------------------------------------------------------------------- /model/model11-2-2.stan: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MasazI/python-r-stan-bayesian-model-2/HEAD/model/model11-2-2.stan -------------------------------------------------------------------------------- /model/model11-2-2b.stan: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MasazI/python-r-stan-bayesian-model-2/HEAD/model/model11-2-2b.stan -------------------------------------------------------------------------------- /model/model11-2.stan: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MasazI/python-r-stan-bayesian-model-2/HEAD/model/model11-2.stan -------------------------------------------------------------------------------- /model/model11-3.stan: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MasazI/python-r-stan-bayesian-model-2/HEAD/model/model11-3.stan -------------------------------------------------------------------------------- /model/model11-4.stan: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MasazI/python-r-stan-bayesian-model-2/HEAD/model/model11-4.stan -------------------------------------------------------------------------------- /model/model11-exec-1.stan: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MasazI/python-r-stan-bayesian-model-2/HEAD/model/model11-exec-1.stan -------------------------------------------------------------------------------- /model/model11-exec-2.stan: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MasazI/python-r-stan-bayesian-model-2/HEAD/model/model11-exec-2.stan -------------------------------------------------------------------------------- /model/model11-exec-3.stan: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MasazI/python-r-stan-bayesian-model-2/HEAD/model/model11-exec-3.stan -------------------------------------------------------------------------------- /model/model11-exec-3b.stan: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MasazI/python-r-stan-bayesian-model-2/HEAD/model/model11-exec-3b.stan -------------------------------------------------------------------------------- /model/model11-exec-5.stan: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MasazI/python-r-stan-bayesian-model-2/HEAD/model/model11-exec-5.stan -------------------------------------------------------------------------------- /model/model11-exec-6.stan: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MasazI/python-r-stan-bayesian-model-2/HEAD/model/model11-exec-6.stan -------------------------------------------------------------------------------- /model/model12-1-2.stan: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MasazI/python-r-stan-bayesian-model-2/HEAD/model/model12-1-2.stan -------------------------------------------------------------------------------- /model/model12-1.stan: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MasazI/python-r-stan-bayesian-model-2/HEAD/model/model12-1.stan -------------------------------------------------------------------------------- /model/model12-2.stan: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MasazI/python-r-stan-bayesian-model-2/HEAD/model/model12-2.stan -------------------------------------------------------------------------------- /model/model12-3-re.stan: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MasazI/python-r-stan-bayesian-model-2/HEAD/model/model12-3-re.stan -------------------------------------------------------------------------------- /model/model12-3.stan: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MasazI/python-r-stan-bayesian-model-2/HEAD/model/model12-3.stan -------------------------------------------------------------------------------- /model/model12-6.stan: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MasazI/python-r-stan-bayesian-model-2/HEAD/model/model12-6.stan -------------------------------------------------------------------------------- /model/model12-7.stan: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MasazI/python-r-stan-bayesian-model-2/HEAD/model/model12-7.stan -------------------------------------------------------------------------------- /model/model12-8.stan: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MasazI/python-r-stan-bayesian-model-2/HEAD/model/model12-8.stan -------------------------------------------------------------------------------- /model/model12-exec-2.stan: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MasazI/python-r-stan-bayesian-model-2/HEAD/model/model12-exec-2.stan -------------------------------------------------------------------------------- /model/model12-exec-3.stan: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MasazI/python-r-stan-bayesian-model-2/HEAD/model/model12-exec-3.stan -------------------------------------------------------------------------------- /model/model12-exec-4.stan: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MasazI/python-r-stan-bayesian-model-2/HEAD/model/model12-exec-4.stan -------------------------------------------------------------------------------- /model/model4-4.stan: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MasazI/python-r-stan-bayesian-model-2/HEAD/model/model4-4.stan -------------------------------------------------------------------------------- /model/model4-5.stan: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MasazI/python-r-stan-bayesian-model-2/HEAD/model/model4-5.stan -------------------------------------------------------------------------------- /model/model5-3.stan: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MasazI/python-r-stan-bayesian-model-2/HEAD/model/model5-3.stan -------------------------------------------------------------------------------- /model/model5-4.stan: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MasazI/python-r-stan-bayesian-model-2/HEAD/model/model5-4.stan -------------------------------------------------------------------------------- /model/model5-5-exec-4.stan: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MasazI/python-r-stan-bayesian-model-2/HEAD/model/model5-5-exec-4.stan -------------------------------------------------------------------------------- /model/model5-5.stan: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MasazI/python-r-stan-bayesian-model-2/HEAD/model/model5-5.stan -------------------------------------------------------------------------------- /model/model5-6.stan: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MasazI/python-r-stan-bayesian-model-2/HEAD/model/model5-6.stan -------------------------------------------------------------------------------- /model/model7-1.stan: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MasazI/python-r-stan-bayesian-model-2/HEAD/model/model7-1.stan -------------------------------------------------------------------------------- /model/model7-2-log.stan: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MasazI/python-r-stan-bayesian-model-2/HEAD/model/model7-2-log.stan -------------------------------------------------------------------------------- /model/model7-3-aircon.stan: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MasazI/python-r-stan-bayesian-model-2/HEAD/model/model7-3-aircon.stan -------------------------------------------------------------------------------- /model/model7-3-conc.stan: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MasazI/python-r-stan-bayesian-model-2/HEAD/model/model7-3-conc.stan -------------------------------------------------------------------------------- /model/model7-5.stan: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MasazI/python-r-stan-bayesian-model-2/HEAD/model/model7-5.stan -------------------------------------------------------------------------------- /model/model7-7.stan: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MasazI/python-r-stan-bayesian-model-2/HEAD/model/model7-7.stan -------------------------------------------------------------------------------- /model/model7-8.stan: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MasazI/python-r-stan-bayesian-model-2/HEAD/model/model7-8.stan -------------------------------------------------------------------------------- /model/model7-9.stan: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MasazI/python-r-stan-bayesian-model-2/HEAD/model/model7-9.stan -------------------------------------------------------------------------------- /model/model8-1-eq.stan: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MasazI/python-r-stan-bayesian-model-2/HEAD/model/model8-1-eq.stan -------------------------------------------------------------------------------- /model/model8-1-group.stan: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MasazI/python-r-stan-bayesian-model-2/HEAD/model/model8-1-group.stan -------------------------------------------------------------------------------- /model/model8-1-hie.stan: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MasazI/python-r-stan-bayesian-model-2/HEAD/model/model8-1-hie.stan -------------------------------------------------------------------------------- /model/model8-1.stan: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MasazI/python-r-stan-bayesian-model-2/HEAD/model/model8-1.stan -------------------------------------------------------------------------------- /model/model8-2-sd.stan: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MasazI/python-r-stan-bayesian-model-2/HEAD/model/model8-2-sd.stan -------------------------------------------------------------------------------- /model/model8-2.stan: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MasazI/python-r-stan-bayesian-model-2/HEAD/model/model8-2.stan -------------------------------------------------------------------------------- /model/model8-3-log-b.stan: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MasazI/python-r-stan-bayesian-model-2/HEAD/model/model8-3-log-b.stan -------------------------------------------------------------------------------- /model/model8-3-log.stan: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MasazI/python-r-stan-bayesian-model-2/HEAD/model/model8-3-log.stan -------------------------------------------------------------------------------- /model/model8-3.stan: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MasazI/python-r-stan-bayesian-model-2/HEAD/model/model8-3.stan -------------------------------------------------------------------------------- /model/model8-4-org.stan: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MasazI/python-r-stan-bayesian-model-2/HEAD/model/model8-4-org.stan -------------------------------------------------------------------------------- /model/model8-4.stan: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MasazI/python-r-stan-bayesian-model-2/HEAD/model/model8-4.stan -------------------------------------------------------------------------------- /model/model9-2-1.stan: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MasazI/python-r-stan-bayesian-model-2/HEAD/model/model9-2-1.stan -------------------------------------------------------------------------------- /model/model9-2-2.stan: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MasazI/python-r-stan-bayesian-model-2/HEAD/model/model9-2-2.stan -------------------------------------------------------------------------------- /model/model9-2-3.stan: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MasazI/python-r-stan-bayesian-model-2/HEAD/model/model9-2-3.stan -------------------------------------------------------------------------------- /model/model9-3-1-vec.stan: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MasazI/python-r-stan-bayesian-model-2/HEAD/model/model9-3-1-vec.stan -------------------------------------------------------------------------------- /model/model9-3-1.stan: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MasazI/python-r-stan-bayesian-model-2/HEAD/model/model9-3-1.stan -------------------------------------------------------------------------------- /model/model9-3-2.stan: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MasazI/python-r-stan-bayesian-model-2/HEAD/model/model9-3-2.stan -------------------------------------------------------------------------------- /model/model9-4-1-b.stan: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MasazI/python-r-stan-bayesian-model-2/HEAD/model/model9-4-1-b.stan -------------------------------------------------------------------------------- /model/model9-4-1.stan: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MasazI/python-r-stan-bayesian-model-2/HEAD/model/model9-4-1.stan -------------------------------------------------------------------------------- /model/model9-5.stan: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MasazI/python-r-stan-bayesian-model-2/HEAD/model/model9-5.stan --------------------------------------------------------------------------------