Prof. Dr. Matthias Bethge
mbethge[at]tuebingen.mpg.de
Secretary: Heike König
heike.koenig[at]tuebingen.mpg.de
| Description | GLMToolBox Provides a toolbox for doing inference in generalized linear models a) Make sure the MinFunc toolbox is installed. Available at http://www.cs.ubc.ca/~schmidtm/Software/minFunc.html http://www.cs.ubc.ca/~schmidtm/Software/minFunc_20090930.zip b) Install the lightspeed toolbox. (actually only normcdfln.m is needed) http://research.microsoft.com/en-us/um/people/minka/software/lightspeed/ c) Unpack the archive: 'tar -xvzf glmToolBox.tar.gz' d) If necessary, compile the mex-code. Compiled versions for Windows (32bit) and Linux (64bit) are contained in the archive. cd ./GLMToolBox/code/mexCode/ make install a) execute adjustPath from the main-directory before using any of the code. b) See examples for basic usage. Scripts are located in < main-directory > /exampleScripts/ The code is published under the GNU Gneral Public License (http://www.opensource.org/licenses/gpl-3.0.html). The code is provided "as it" and has no warranty whatsoever.
|
| Download | glmtoolbox.zip (294 KB) |