MBB-team / VBA-toolbox

The VBA toolbox
GNU General Public License v3.0
129 stars 67 forks source link
data-analysis matlab modeling statistics toolbox vba-toolbox

VBA toolbox

Official website: https://mbb-team.github.io/VBA-toolbox/

What is the VBA toolbox?

Most models of neurobiological and behavioral data can be broken down into processes that evolve over time and static observation mappings. Given these evolution and observation mappings, the toolbox can be used to simulate data, perform statistical data analysis, optimize the experimental design, etc... In brief, the toolbox provides:

Requirements

This toolbox runs in Matlab. Although it should run in all versions of Matlab, the toolbox has only been extensively tested on Matlab 2013 and higher.

How do I install the toolbox?

Get the toolbox

Add the toolbox folder to your Matlab path:

cd ~/path/to/parentDirectory/VBA-toolbox
VBA_setup()

Note that you might have do run VBA_setup() after an update of the toolbox (eg. after a git pull).

Enjoy!

You can now try one of the demos or tutorials you can find in the VBA-toolbox/demos folder. If you have a recent version of Matlab (>= 2017), you can also run VBA_test() to check that everything works as intended on your system.

Structure of the toolbox

Want more details?

Please visit the wiki pages for tutorials, demos, and advanced features descriptions.

You can also seek help on our dedicated forum. We will always be happy to help you with the toolbox if you need.

How can I participate?

The VBA-toolbox is an open-source, collaborative project. We gladly welcome contributions at all levels: