文件名称:二次拟合MATLABm文件代码-mtlipglm:mtlipglm
文件大小:194KB
文件格式:ZIP
更新时间:2024-06-16 14:29:41
系统开源
二次拟合MATLAB m文件代码MT LIP GLM 此仓库提供了用于Yates等人进行基本GLM分析的MATLAB代码。 (2017) 入门/安装 安装代码 通过克隆或下载zip创建mtlipglm的本地副本 git clone https://github.com/jcbyts/mtlipglm 您还需要NeuroGLM代码的classy分支 git clone https://github.com/jcbyts/neuroGLM cd neuroGLM git checkout classy 获取数据 可以找到一个示例会话 跑步前 注意:此代码仅在2015b和2018a之间的MATLAB版本上经过测试。 设置路径 打开Matlab。 将目录更改为mtlipglm。 您需要为计算机设置特定的路径。 edit addMTLIPpaths 找到线 % this is where your data live dataPath = ' ' ; 和 % neuroGLM - must be downloaded from https://github.com/jcbyts/neur
【文件预览】:
mtlipglm-master
----.gitignore(15B)
----data()
--------MTkernels.mat(100KB)
----addMTLIPpaths.m(1022B)
----code()
--------GaborDotsNotes.m(14KB)
--------eventTriggeredAverage.m(1KB)
--------mtlipglm.m(50KB)
--------computeChoPSTH.m(831B)
--------logliPoisson.m(227B)
--------tight_subplot.m(2KB)
--------pmfTools.m(35KB)
--------plotArrow.m(5KB)
--------errorbarBin.m(482B)
--------expfun.m(166B)
--------bitsPerSpike.m(327B)
--------rcgreader.m(3KB)
--------plotWeights.m(518B)
--------@neuro()
--------getMTLIPcolors.m(564B)
--------geomeanci.m(823B)
--------repnan.m(2KB)
--------getAllNeurons.m(429B)
--------binSpTimes.m(1KB)
--------plot_brewer_cmap.m(2KB)
--------pulseSTASingle.m(501B)
--------rsquared.m(139B)
--------diffCirc.m(252B)
--------findFile.m(2KB)
--------parsave.m(307B)
--------mergefield.m(622B)
--------getNeurons.m(631B)
--------binContinuous.m(539B)
--------makeStimRows.m(2KB)
--------glmspike.m(52KB)
--------getStim.m(276B)
--------getExperimentList.m(244B)
--------computeCohPSTH.m(3KB)
--------getSingleGabor.m(841B)
--------computePTA.m(3KB)
--------errorbar2D.m(389B)
--------empiricalNonlinearity.m(960B)
--------pulseSTA.m(2KB)
--------dependencies()
--------dprime.m(218B)
--------eventPsth.m(2KB)
--------reader.m(1KB)
--------loadUpFits.m(609B)
--------saccadeDetector.m(6KB)
--------binTrialEvent.m(1KB)
--------percentcorrectSDT.m(65B)
--------upsampleFilters.m(297B)
----analysis_scripts()
--------figure05.m(10KB)
--------figure05gh.m(2KB)
--------figure03.m(3KB)
--------cmdFitLIPtrunc.m(2KB)
--------cmdFitLIP.m(3KB)
--------cmdExamplePTA.m(7KB)
--------cmdFitMT.m(2KB)
--------cmdExample.m(8KB)
----README.md(4KB)