-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathdemos.xml
More file actions
189 lines (184 loc) · 6.74 KB
/
demos.xml
File metadata and controls
189 lines (184 loc) · 6.74 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
<?xml version="1.0" encoding="utf-8"?>
<demos>
<name>nSTAT Neural Spike Train Analysis Toolbox</name>
<type>toolbox</type>
<icon>helpfiles/LogoSmall.png</icon>
<website>https://github.com/cajigaslab/nSTAT</website>
<description>Point process GLMs, neural spike train analysis, and adaptive decoding.</description>
<demosection>
<label>Getting Started</label>
<demoitem>
<label>SignalObj — Continuous Signal Basics</label>
<type>M-file</type>
<source>SignalObjExamples</source>
<file>helpfiles/SignalObjExamples.m</file>
<thumbnail>helpfiles/SignalObjExamples.png</thumbnail>
</demoitem>
<demoitem>
<label>Covariate — Named Multivariate Covariates</label>
<type>M-file</type>
<source>CovariateExamples</source>
<file>helpfiles/CovariateExamples.m</file>
<thumbnail>helpfiles/CovariateExamples.png</thumbnail>
</demoitem>
<demoitem>
<label>CovColl — Covariate Collections</label>
<type>M-file</type>
<source>CovCollExamples</source>
<file>helpfiles/CovCollExamples.m</file>
<thumbnail>helpfiles/CovCollExamples.png</thumbnail>
</demoitem>
<demoitem>
<label>nspikeTrain — Neural Spike Trains</label>
<type>M-file</type>
<source>nSpikeTrainExamples</source>
<file>helpfiles/nSpikeTrainExamples.m</file>
<thumbnail>helpfiles/nSpikeTrainExamples.png</thumbnail>
</demoitem>
<demoitem>
<label>nstColl — Spike Train Collections</label>
<type>M-file</type>
<source>nstCollExamples</source>
<file>helpfiles/nstCollExamples.m</file>
<thumbnail>helpfiles/nstCollExamples.png</thumbnail>
</demoitem>
<demoitem>
<label>Events — Experimental Events</label>
<type>M-file</type>
<source>EventsExamples</source>
<file>helpfiles/EventsExamples.m</file>
<thumbnail>helpfiles/EventsExamples.png</thumbnail>
</demoitem>
<demoitem>
<label>History — Spike History Windows</label>
<type>M-file</type>
<source>HistoryExamples</source>
<file>helpfiles/HistoryExamples.m</file>
<thumbnail>helpfiles/HistoryExamples.png</thumbnail>
</demoitem>
<demoitem>
<label>Trial — Combining Data for Analysis</label>
<type>M-file</type>
<source>TrialExamples</source>
<file>helpfiles/TrialExamples.m</file>
<thumbnail>helpfiles/TrialExamples.png</thumbnail>
</demoitem>
</demosection>
<demosection>
<label>Model Fitting</label>
<demoitem>
<label>Analysis Class — GLM Fitting</label>
<type>M-file</type>
<source>AnalysisExamples</source>
<file>helpfiles/AnalysisExamples.m</file>
<thumbnail>helpfiles/AnalysisExamples.png</thumbnail>
</demoitem>
<demoitem>
<label>Analysis — Advanced Fitting Options</label>
<type>M-file</type>
<source>AnalysisExamples2</source>
<file>helpfiles/AnalysisExamples2.m</file>
<thumbnail>helpfiles/AnalysisExamples2.png</thumbnail>
</demoitem>
<demoitem>
<label>Point Process Simulation via Thinning</label>
<type>M-file</type>
<source>PPThinning</source>
<file>helpfiles/PPThinning.m</file>
<thumbnail>helpfiles/PPThinning.png</thumbnail>
</demoitem>
</demosection>
<demosection>
<label>Data Analysis Examples</label>
<demoitem>
<label>PSTH Estimation — Simulated Data</label>
<type>M-file</type>
<source>PSTHEstimation</source>
<file>helpfiles/PSTHEstimation.m</file>
<thumbnail>helpfiles/PSTHEstimation.png</thumbnail>
</demoitem>
<demoitem>
<label>Validation — Constant-Rate Poisson</label>
<type>M-file</type>
<source>ValidationDataSet</source>
<file>helpfiles/ValidationDataSet.m</file>
<thumbnail>helpfiles/ValidationDataSet.png</thumbnail>
</demoitem>
<demoitem>
<label>mEPSC Analysis</label>
<type>M-file</type>
<source>mEPSCAnalysis</source>
<file>helpfiles/mEPSCAnalysis.m</file>
<thumbnail>helpfiles/mEPSCAnalysis.png</thumbnail>
</demoitem>
<demoitem>
<label>Stimulus and History — Simulated</label>
<type>M-file</type>
<source>PPSimExample</source>
<file>helpfiles/PPSimExample.m</file>
<thumbnail>helpfiles/PPSimExample.png</thumbnail>
</demoitem>
<demoitem>
<label>Explicit Stimulus — Whisker Data</label>
<type>M-file</type>
<source>ExplicitStimulusWhiskerData</source>
<file>helpfiles/ExplicitStimulusWhiskerData.m</file>
<thumbnail>helpfiles/ExplicitStimulusWhiskerData.png</thumbnail>
</demoitem>
<demoitem>
<label>Hippocampal Place Cell Estimation</label>
<type>M-file</type>
<source>HippocampalPlaceCellExample</source>
<file>helpfiles/HippocampalPlaceCellExample.m</file>
<thumbnail>helpfiles/HippocampalPlaceCellExample.png</thumbnail>
</demoitem>
</demosection>
<demosection>
<label>Decoding</label>
<demoitem>
<label>Decoding Univariate Stimulus</label>
<type>M-file</type>
<source>DecodingExample</source>
<file>helpfiles/DecodingExample.m</file>
<thumbnail>helpfiles/DecodingExample.png</thumbnail>
</demoitem>
<demoitem>
<label>Decoding with History Effects</label>
<type>M-file</type>
<source>DecodingExampleWithHist</source>
<file>helpfiles/DecodingExampleWithHist.m</file>
<thumbnail>helpfiles/DecodingExampleWithHist.png</thumbnail>
</demoitem>
<demoitem>
<label>Decoding Bivariate Stimulus (2D)</label>
<type>M-file</type>
<source>StimulusDecode2D</source>
<file>helpfiles/StimulusDecode2D.m</file>
<thumbnail>helpfiles/StimulusDecode2D.png</thumbnail>
</demoitem>
<demoitem>
<label>Hybrid Point Process Filter</label>
<type>M-file</type>
<source>HybridFilterExample</source>
<file>helpfiles/HybridFilterExample.m</file>
<thumbnail>helpfiles/HybridFilterExample.png</thumbnail>
</demoitem>
<demoitem>
<label>Network Simulation and Estimation</label>
<type>M-file</type>
<source>NetworkTutorial</source>
<file>helpfiles/NetworkTutorial.m</file>
<thumbnail>helpfiles/NetworkTutorial.png</thumbnail>
</demoitem>
</demosection>
<demosection>
<label>Paper Reproduction</label>
<demoitem>
<label>nSTAT Paper Examples (Cajigas et al. 2012)</label>
<type>M-file</type>
<source>nSTATPaperExamples</source>
<file>helpfiles/nSTATPaperExamples.m</file>
<thumbnail>helpfiles/nSTATPaperExamples.png</thumbnail>
</demoitem>
</demosection>
</demos>