No BSD License  

Highlights from
Sampling from multivariate correlated binary and poisson random variables

from Sampling from multivariate correlated binary and poisson random variables by Philipp Berens
These Matlab functions can be used to generate multivariate correlated binary variables, and correl

setPath.m
% This functions sets the correct path for the software package coming with
% the paper "Generating spike-trains with specified correlations"

p = pwd;
addpath(p)
addpath(fullfile(p,'lib'))
addpath(fullfile(p,'interface'))

Contact us at files@mathworks.com