This software package includes several Matlab scripts and auxiliary functions, which implement the computational algorithms for the framework Bayes-smRD.
- To use this software please place all the files in a directory contained in MATLAB's search path and run
run_main.m. - Running
run_main.mwill automatically generate a synthetic dataset and run analysis. It typically takes about a day to get enough samples. - We are working on Bayes-smRD's documentation and highly encourage you to reach out to us at: weiqing1@asu.edu, or spresse@asu.edu
- This code is developed and tested in Matlab R2022a.
- This code includes Matlab MEX functions compiled with GCC and Linux, for other platforms please check the next section.
For other systems, the MEX functions need to be recompiled. The C source codes for these functions are in this directory. To compile and get executables you can simply run mex filename.c in the Matlab command window. For more information please refer to the official documentation.