All Projects → MBB-team → VBA-toolbox

MBB-team / VBA-toolbox

Licence: GPL-3.0 license
The VBA toolbox

Programming Languages

matlab
3953 projects

Projects that are alternatives of or similar to VBA-toolbox

azure-toolbox
A Docker container with Azure Resource Manager administration tools and a machine/deep learning stack
Stars: ✭ 18 (-82.52%)
Mutual labels:  toolbox
haddocking.github.io
Webpage of the Bonvinlab @ Utrecht University and HADDOCK software
Stars: ✭ 14 (-86.41%)
Mutual labels:  modeling
t8code
Parallel algorithms and data structures for tree-based AMR with arbitrary element shapes.
Stars: ✭ 37 (-64.08%)
Mutual labels:  modeling
marltoolbox
A toolbox with the goal of speeding up research on bargaining in MARL (cooperation problems in MARL).
Stars: ✭ 25 (-75.73%)
Mutual labels:  toolbox
Guided Missile Simulation
Guided Missile, Radar and Infrared EOS Simulation Framework written in Fortran.
Stars: ✭ 33 (-67.96%)
Mutual labels:  modeling
Krypton-Toolkit-Suite-Extended-NET-5.470
An extension to the Krypton Toolkit suite of controls for .NET framework 4.7
Stars: ✭ 51 (-50.49%)
Mutual labels:  toolbox
Dash.jl
Dash for Julia - A Julia interface to the Dash ecosystem for creating analytic web applications in Julia. No JavaScript required.
Stars: ✭ 248 (+140.78%)
Mutual labels:  modeling
modeling-website
Landing page for project sites
Stars: ✭ 16 (-84.47%)
Mutual labels:  modeling
A-customized-MCM-LaTeX-template-based-on-ctexart
华北理工大学数学建模协会定制的美赛LaTeX模板,附2019年C题一等奖论文,适配至2021年。发现 4 年前不是 09 年而是 19 年,发现自己忙的两年不更新模板了。
Stars: ✭ 42 (-59.22%)
Mutual labels:  modeling
carveme
CarveMe: genome-scale metabolic model reconstruction
Stars: ✭ 99 (-3.88%)
Mutual labels:  modeling
voxel-builder
Voxel-based 3D modeling application
Stars: ✭ 31 (-69.9%)
Mutual labels:  modeling
TEAP
Toolbox for Emotion Analysis using Physiological signals
Stars: ✭ 50 (-51.46%)
Mutual labels:  toolbox
PanoBasic
Matlab Toolbox for Panorama Image Processing
Stars: ✭ 81 (-21.36%)
Mutual labels:  toolbox
MixedEmotions
Documentation for the MixedEmotions Toolbox
Stars: ✭ 44 (-57.28%)
Mutual labels:  toolbox
XTR-Toolbox
🛠 Versatile tool to optimize Windows
Stars: ✭ 138 (+33.98%)
Mutual labels:  toolbox
Yalmip
MATLAB toolbox for optimization modeling
Stars: ✭ 251 (+143.69%)
Mutual labels:  modeling
pycsp3
A Python Library for modeling combinatorial constrained problems
Stars: ✭ 39 (-62.14%)
Mutual labels:  modeling
toolbox
dein ToolBox - C# .Net Library with utilities like: command line, files, log, platform, shell, system, transform and validation [ Win+Mac+Linux ]
Stars: ✭ 46 (-55.34%)
Mutual labels:  toolbox
monster
MONSTeR is a framework built around the LTE system toolbox available in Matlab
Stars: ✭ 21 (-79.61%)
Mutual labels:  toolbox
brmodelo-app
brModeloWeb is a free open source entity-relationship database modeling tool. We try to make learning database modeling simple and accessible for everyone.
Stars: ✭ 289 (+180.58%)
Mutual labels:  modeling

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:

  • plug-and-play tools for classical statistical tests
  • a library of computational models of behavioral and neurobiological data time series
  • quick and efficient probabilistic inference techniques for parameter estimation and model comparison (+ experimental design optimization)
  • graphical visualization of results (+ advanced diagnostics of model inversion)

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

  • Ideally, use Git to clone the repo of the toolbox on your computer:

    cd ~/path/to/parentDirectory
    git clone https://github.com/MBB-team/VBA-toolbox.git

    You will then be able to stay up to date with the latest versions using the command:

    cd ~/path/to/parentDirectory/VBA-toolbox
    git pull
  • If you don't want to install Git, you can alternatively download a zip of the latest stable release of the toolbox directly form the download page of the official website: http://mbb-team.github.io/VBA-toolbox/download.

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

  • / contains all the functions you can use directly in your scripts to call general routines like model simulation and inversion.
  • /core contains the sub-functions that implement the internal algorithms of the toolbox, like the variational estimation scheme. You should not use those functions directly!
  • /demos contains a large selection of computational models (ie. evolution and observation functions) you can use directly or adapt to your hypothesis. You will also find in this folder a series of demos that implement those models and tutorials demonstrating the various features of the toolbox.
  • /legacy contains some old code that will soon disappear but we keep for backward compatibility.
  • /modules contains a set of tools that complement the toolbox, like DCM generators or advanced models and scripts used in publications.
  • /sandbox contains code in development that is not yet fully functional and / or tested. Feel free to test them, or wait a bit until they move to the core.
  • /tests contains unit testing functions. This code help us ensure that the toolbox does what we want it to do...
  • /third-party contains code we did write ourselves but is needed by the toolbox.
  • /utils contains plenty of cool tools that you can use directly if you need, like random number generators, mathematical measures (eg. KL divergence), or nifty numerical tricks.

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:

  • flag a bug or request a feature by creating a new issue on Github
  • provide your model to other users by integrating it directly in the toolbox. Send us an email, or directly create a pull request.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].