-
Notifications
You must be signed in to change notification settings - Fork 47
Home
Brian Lau edited this page May 26, 2017
·
40 revisions
The following three sections mirror as much as possible the documentation for PyStan:
- Compiling Stan components from Matlab
- Compilation options
- Setting Stan parameters
- Setting initial conditions for parameters
- Printing progress information to screen
- Using listeners to notify when sampling is complete
- Blocking the Matlab command line
- Stopping model fitting early
- Linear regression
- Logistic regression
- Vector autoregression with covariates
- Multivariate gaussian mixture model
- [Hierarchical growth curves](https://github.com/brian-lau/MatlabStan/wiki/Hierarchical-growth-curves]
- Watanabe-Akaike information criterion (WAIC)
Aki Vehtari has translated the examples from Bayesian Data Analysis, 3rd ed into Matlab, with some examples using MatlabStan here.