├── GandK ├── README.txt ├── Scores.m ├── Tskew_to_GandK_MLEs.mat ├── abc_gandk.m ├── bayes_sl_gandk.m ├── bayes_sl_gandk_go.m ├── cov_abc_gandk.mat ├── data_gandk.mat ├── fun_gandk.m ├── run.m ├── simulate_gandk.m └── sl_log_like_ghuryeolkin.m ├── README.md ├── Ricker ├── README.txt ├── abc_ricker_wood.m ├── bayes_sl_ricker_wood.m ├── bayes_sl_ricker_wood_go.m ├── cov_abc_ricker_wood.mat ├── data_ricker.mat ├── ricker_summstats.m ├── run.m ├── simulate_ricker.m └── sl_log_like_ghuryeolkin.m ├── Scratch Assay ├── README.txt ├── abc_cell_nkern.m ├── all_locations_simulated.mat ├── bayes_sl_cell.m ├── bayes_sl_cell_go.m ├── cell_summstats.m ├── check_minimalist_code.mat ├── cov_abc_cell.mat ├── logsumexp.m ├── run.m ├── simulate_cell.m ├── simulate_mex.c └── sl_log_like_ghuryeolkin.m └── Simple ├── README.txt ├── abc_simple.m ├── bayes_sl_simple.m ├── bayes_sl_simple_go.m ├── data_poisson.mat ├── run.m └── sl_log_like_ghuryeolkin.m /GandK/README.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cdrovandi/Bayesian-Synthetic-Likelihood/HEAD/GandK/README.txt -------------------------------------------------------------------------------- /GandK/Scores.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cdrovandi/Bayesian-Synthetic-Likelihood/HEAD/GandK/Scores.m -------------------------------------------------------------------------------- /GandK/Tskew_to_GandK_MLEs.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cdrovandi/Bayesian-Synthetic-Likelihood/HEAD/GandK/Tskew_to_GandK_MLEs.mat -------------------------------------------------------------------------------- /GandK/abc_gandk.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cdrovandi/Bayesian-Synthetic-Likelihood/HEAD/GandK/abc_gandk.m -------------------------------------------------------------------------------- /GandK/bayes_sl_gandk.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cdrovandi/Bayesian-Synthetic-Likelihood/HEAD/GandK/bayes_sl_gandk.m -------------------------------------------------------------------------------- /GandK/bayes_sl_gandk_go.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cdrovandi/Bayesian-Synthetic-Likelihood/HEAD/GandK/bayes_sl_gandk_go.m -------------------------------------------------------------------------------- /GandK/cov_abc_gandk.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cdrovandi/Bayesian-Synthetic-Likelihood/HEAD/GandK/cov_abc_gandk.mat -------------------------------------------------------------------------------- /GandK/data_gandk.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cdrovandi/Bayesian-Synthetic-Likelihood/HEAD/GandK/data_gandk.mat -------------------------------------------------------------------------------- /GandK/fun_gandk.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cdrovandi/Bayesian-Synthetic-Likelihood/HEAD/GandK/fun_gandk.m -------------------------------------------------------------------------------- /GandK/run.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cdrovandi/Bayesian-Synthetic-Likelihood/HEAD/GandK/run.m -------------------------------------------------------------------------------- /GandK/simulate_gandk.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cdrovandi/Bayesian-Synthetic-Likelihood/HEAD/GandK/simulate_gandk.m -------------------------------------------------------------------------------- /GandK/sl_log_like_ghuryeolkin.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cdrovandi/Bayesian-Synthetic-Likelihood/HEAD/GandK/sl_log_like_ghuryeolkin.m -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cdrovandi/Bayesian-Synthetic-Likelihood/HEAD/README.md -------------------------------------------------------------------------------- /Ricker/README.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cdrovandi/Bayesian-Synthetic-Likelihood/HEAD/Ricker/README.txt -------------------------------------------------------------------------------- /Ricker/abc_ricker_wood.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cdrovandi/Bayesian-Synthetic-Likelihood/HEAD/Ricker/abc_ricker_wood.m -------------------------------------------------------------------------------- /Ricker/bayes_sl_ricker_wood.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cdrovandi/Bayesian-Synthetic-Likelihood/HEAD/Ricker/bayes_sl_ricker_wood.m -------------------------------------------------------------------------------- /Ricker/bayes_sl_ricker_wood_go.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cdrovandi/Bayesian-Synthetic-Likelihood/HEAD/Ricker/bayes_sl_ricker_wood_go.m -------------------------------------------------------------------------------- /Ricker/cov_abc_ricker_wood.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cdrovandi/Bayesian-Synthetic-Likelihood/HEAD/Ricker/cov_abc_ricker_wood.mat -------------------------------------------------------------------------------- /Ricker/data_ricker.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cdrovandi/Bayesian-Synthetic-Likelihood/HEAD/Ricker/data_ricker.mat -------------------------------------------------------------------------------- /Ricker/ricker_summstats.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cdrovandi/Bayesian-Synthetic-Likelihood/HEAD/Ricker/ricker_summstats.m -------------------------------------------------------------------------------- /Ricker/run.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cdrovandi/Bayesian-Synthetic-Likelihood/HEAD/Ricker/run.m -------------------------------------------------------------------------------- /Ricker/simulate_ricker.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cdrovandi/Bayesian-Synthetic-Likelihood/HEAD/Ricker/simulate_ricker.m -------------------------------------------------------------------------------- /Ricker/sl_log_like_ghuryeolkin.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cdrovandi/Bayesian-Synthetic-Likelihood/HEAD/Ricker/sl_log_like_ghuryeolkin.m -------------------------------------------------------------------------------- /Scratch Assay/README.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cdrovandi/Bayesian-Synthetic-Likelihood/HEAD/Scratch Assay/README.txt -------------------------------------------------------------------------------- /Scratch Assay/abc_cell_nkern.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cdrovandi/Bayesian-Synthetic-Likelihood/HEAD/Scratch Assay/abc_cell_nkern.m -------------------------------------------------------------------------------- /Scratch Assay/all_locations_simulated.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cdrovandi/Bayesian-Synthetic-Likelihood/HEAD/Scratch Assay/all_locations_simulated.mat -------------------------------------------------------------------------------- /Scratch Assay/bayes_sl_cell.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cdrovandi/Bayesian-Synthetic-Likelihood/HEAD/Scratch Assay/bayes_sl_cell.m -------------------------------------------------------------------------------- /Scratch Assay/bayes_sl_cell_go.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cdrovandi/Bayesian-Synthetic-Likelihood/HEAD/Scratch Assay/bayes_sl_cell_go.m -------------------------------------------------------------------------------- /Scratch Assay/cell_summstats.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cdrovandi/Bayesian-Synthetic-Likelihood/HEAD/Scratch Assay/cell_summstats.m -------------------------------------------------------------------------------- /Scratch Assay/check_minimalist_code.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cdrovandi/Bayesian-Synthetic-Likelihood/HEAD/Scratch Assay/check_minimalist_code.mat -------------------------------------------------------------------------------- /Scratch Assay/cov_abc_cell.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cdrovandi/Bayesian-Synthetic-Likelihood/HEAD/Scratch Assay/cov_abc_cell.mat -------------------------------------------------------------------------------- /Scratch Assay/logsumexp.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cdrovandi/Bayesian-Synthetic-Likelihood/HEAD/Scratch Assay/logsumexp.m -------------------------------------------------------------------------------- /Scratch Assay/run.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cdrovandi/Bayesian-Synthetic-Likelihood/HEAD/Scratch Assay/run.m -------------------------------------------------------------------------------- /Scratch Assay/simulate_cell.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cdrovandi/Bayesian-Synthetic-Likelihood/HEAD/Scratch Assay/simulate_cell.m -------------------------------------------------------------------------------- /Scratch Assay/simulate_mex.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cdrovandi/Bayesian-Synthetic-Likelihood/HEAD/Scratch Assay/simulate_mex.c -------------------------------------------------------------------------------- /Scratch Assay/sl_log_like_ghuryeolkin.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cdrovandi/Bayesian-Synthetic-Likelihood/HEAD/Scratch Assay/sl_log_like_ghuryeolkin.m -------------------------------------------------------------------------------- /Simple/README.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cdrovandi/Bayesian-Synthetic-Likelihood/HEAD/Simple/README.txt -------------------------------------------------------------------------------- /Simple/abc_simple.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cdrovandi/Bayesian-Synthetic-Likelihood/HEAD/Simple/abc_simple.m -------------------------------------------------------------------------------- /Simple/bayes_sl_simple.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cdrovandi/Bayesian-Synthetic-Likelihood/HEAD/Simple/bayes_sl_simple.m -------------------------------------------------------------------------------- /Simple/bayes_sl_simple_go.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cdrovandi/Bayesian-Synthetic-Likelihood/HEAD/Simple/bayes_sl_simple_go.m -------------------------------------------------------------------------------- /Simple/data_poisson.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cdrovandi/Bayesian-Synthetic-Likelihood/HEAD/Simple/data_poisson.mat -------------------------------------------------------------------------------- /Simple/run.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cdrovandi/Bayesian-Synthetic-Likelihood/HEAD/Simple/run.m -------------------------------------------------------------------------------- /Simple/sl_log_like_ghuryeolkin.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cdrovandi/Bayesian-Synthetic-Likelihood/HEAD/Simple/sl_log_like_ghuryeolkin.m --------------------------------------------------------------------------------