-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathIntegrate and Classify Normal Distributions.prj
219 lines (218 loc) · 9.05 KB
/
Integrate and Classify Normal Distributions.prj
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
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
<deployment-project plugin="plugin.toolbox" plugin-version="1.0">
<configuration build-checksum="3162796074" file="C:\Users\ad36226\OneDrive - The University of Texas at Austin\Geisler Lab\IntClassNorm\Integrate and Classify Normal Distributions.prj" location="C:\Users\ad36226\OneDrive - The University of Texas at Austin\Geisler Lab\IntClassNorm" name="Integrate and Classify Normal Distributions" target="target.toolbox" target-name="Package Toolbox">
<param.appname>Integrate and Classify Normal Distributions</param.appname>
<param.authnamewatermark>Abhranil Das</param.authnamewatermark>
<param.email>abhranil.das@utexas.edu</param.email>
<param.company>University of Texas at Austin</param.company>
<param.summary>Integrate (multi)normals in any domain, find pdf/cdf/icdf of any function of a (multi)normal, & classification error among (multi)normals.</param.summary>
<param.description>Tools to integrate normal (Gaussian) and multivariate normal distributions in any dimensions with any parameters within any domain, compute pdf/cdf/inverse cdf of any function of a normal vector, and compute quantities concerning classification performance among two or more multinormals, such as error matrix and discriminability d'.
Begin with the Getting Started live script with interactive examples.</param.description>
<param.screenshot>${PROJECT_ROOT}\icon.png</param.screenshot>
<param.version>2.8.1</param.version>
<param.output>${PROJECT_ROOT}\Integrate and Classify Normal Distributions.mltbx</param.output>
<param.products.name>
<item>MATLAB</item>
<item>Statistics and Machine Learning Toolbox</item>
<item>Symbolic Math Toolbox</item>
<item>UAV Toolbox</item>
</param.products.name>
<param.products.id>
<item>1</item>
<item>19</item>
<item>15</item>
<item>182</item>
</param.products.id>
<param.products.version>
<item>23.2</item>
<item>23.2</item>
<item>23.2</item>
<item>23.2</item>
</param.products.version>
<param.platforms />
<param.guid>e4c06d76-0c0b-45c4-b11f-2487ad1c50b0</param.guid>
<param.exclude.filters>% List files contained in your toolbox folder that you would like to exclude
% from packaging. Excludes should be listed relative to the toolbox folder.
% Some examples of how to specify excludes are provided below:
%
% A single file in the toolbox folder:
% .svn
%
% A single file in a subfolder of the toolbox folder:
% example/.svn
%
% All files in a subfolder of the toolbox folder:
% example/*
%
% All files of a certain name in all subfolders of the toolbox folder:
% **/.svn
%
% All files matching a pattern in all subfolders of the toolbox folder:
% **/*.bak
%
.git
.gitattributes
.gitignore
paper
deprecated
icon.png
LICENSE
README.md
wiki
ray_scan_demo.m
test.m
gx2/doc/*
kris_demo.m
dprime_scaling.gif
*.asv</param.exclude.filters>
<param.exclude.pcodedmfiles>true</param.exclude.pcodedmfiles>
<param.examples><?xml version="1.0" encoding="utf-8"?>
<examples>
<exampleCategory name="doc">
<example name="GettingStarted" type="html">
<file type="source">/doc/html/GettingStarted.html</file>
<file type="main">/doc/GettingStarted.mlx</file>
<file type="thumbnail"/>
</example>
</exampleCategory>
</examples></param.examples>
<param.demosxml />
<param.apps />
<param.registered.apps />
<param.docs />
<param.getting.started.guide>${PROJECT_ROOT}\doc\GettingStarted.mlx</param.getting.started.guide>
<param.matlabpath.excludes>
<item>/gx2/doc</item>
<item>/gx2/doc/html</item>
<item>/gx2</item>
<item>/deprecated</item>
<item>/paper</item>
<item>/paper/examples</item>
<item>/paper/examples_vision</item>
<item>/wiki</item>
<item>/deprecated/html</item>
</param.matlabpath.excludes>
<param.javaclasspath.excludes />
<param.exported.on.package>false</param.exported.on.package>
<param.required.addons>
<requiredaddons>
<requiredAddOn earliest="earliest" fromRepository="true" id="e5a0fecc-4a80-11e4-9553-005056977bd0" include="true" latest="latest">nearestSPD</requiredAddOn>
<requiredAddOn earliest="earliest" fromRepository="true" id="6f9f2474-f422-495e-a245-dd928544dd14" include="true" latest="latest">Generalized chi-square distribution</requiredAddOn>
</requiredaddons>
</param.required.addons>
<param.matlab.project.id />
<param.matlab.project.name />
<param.release.start>R2020a</param.release.start>
<param.release.end>latest</param.release.end>
<param.release.current.only>false</param.release.current.only>
<param.compatiblity.windows>true</param.compatiblity.windows>
<param.compatiblity.macos>true</param.compatiblity.macos>
<param.compatiblity.linux>true</param.compatiblity.linux>
<param.compatiblity.matlabonline>true</param.compatiblity.matlabonline>
<param.installation.map />
<param.additional.sw.names />
<param.additional.sw.licenses />
<param.additional.sw.win.url />
<param.additional.sw.mac.url />
<param.additional.sw.linux.url />
<unset>
<param.output />
<param.platforms />
<param.exclude.pcodedmfiles />
<param.demosxml />
<param.apps />
<param.registered.apps />
<param.docs />
<param.javaclasspath.excludes />
<param.exported.on.package />
<param.matlab.project.id />
<param.matlab.project.name />
<param.release.current.only />
<param.compatiblity.windows />
<param.compatiblity.macos />
<param.compatiblity.linux />
<param.compatiblity.matlabonline />
<param.additional.sw.names />
<param.additional.sw.licenses />
<param.additional.sw.win.url />
<param.additional.sw.mac.url />
<param.additional.sw.linux.url />
</unset>
<fileset.rootdir>
<file>${PROJECT_ROOT}</file>
</fileset.rootdir>
<fileset.rootfiles>
<file>${PROJECT_ROOT}\camouflage_edge_data.mat</file>
<file>${PROJECT_ROOT}\classify_normals.m</file>
<file>${PROJECT_ROOT}\classify_normals_multi.m</file>
<file>${PROJECT_ROOT}\combine_ray_trace_doms.m</file>
<file>${PROJECT_ROOT}\combine_ray_trace_doms_ray.m</file>
<file>${PROJECT_ROOT}\demos.xml</file>
<file>${PROJECT_ROOT}\doc</file>
<file>${PROJECT_ROOT}\fibonacci_sphere.m</file>
<file>${PROJECT_ROOT}\histogram_overlap_err.m</file>
<file>${PROJECT_ROOT}\int_norm_quad_gx2.m</file>
<file>${PROJECT_ROOT}\integrate_normal.m</file>
<file>${PROJECT_ROOT}\invert_ray_trace_dom.m</file>
<file>${PROJECT_ROOT}\line_ray_trace.m</file>
<file>${PROJECT_ROOT}\norm_fun_cdf.m</file>
<file>${PROJECT_ROOT}\norm_fun_inv.m</file>
<file>${PROJECT_ROOT}\norm_fun_pdf.m</file>
<file>${PROJECT_ROOT}\opt_class_multi.m</file>
<file>${PROJECT_ROOT}\opt_class_quad.m</file>
<file>${PROJECT_ROOT}\optimize_samp_bd.m</file>
<file>${PROJECT_ROOT}\plot_boundary.m</file>
<file>${PROJECT_ROOT}\plot_norm_fun.m</file>
<file>${PROJECT_ROOT}\plot_normal.m</file>
<file>${PROJECT_ROOT}\plot_sample.m</file>
<file>${PROJECT_ROOT}\prob_dens_ray.m</file>
<file>${PROJECT_ROOT}\prob_ray.m</file>
<file>${PROJECT_ROOT}\prob_ray_sym.m</file>
<file>${PROJECT_ROOT}\quad2fun.m</file>
<file>${PROJECT_ROOT}\ray_trace_fun.m</file>
<file>${PROJECT_ROOT}\rectangle_ray_trace.m</file>
<file>${PROJECT_ROOT}\roots_ray_quad.m</file>
<file>${PROJECT_ROOT}\samp_errmat_multi.m</file>
<file>${PROJECT_ROOT}\samp_value.m</file>
<file>${PROJECT_ROOT}\samp_value_flat.m</file>
<file>${PROJECT_ROOT}\smooth_acc_demo.m</file>
<file>${PROJECT_ROOT}\standard_fun_grad.m</file>
<file>${PROJECT_ROOT}\standard_ray_fun.m</file>
<file>${PROJECT_ROOT}\standard_ray_trace.m</file>
<file>${PROJECT_ROOT}\target_absent.txt</file>
<file>${PROJECT_ROOT}\target_present.txt</file>
</fileset.rootfiles>
<fileset.depfun.included />
<fileset.depfun.excluded />
<fileset.package />
<build-deliverables>
<file location="${PROJECT_ROOT}" name="Integrate and Classify Normal Distributions.mltbx" optional="false">C:\Users\ad36226\OneDrive - The University of Texas at Austin\Geisler Lab\IntClassNorm\Integrate and Classify Normal Distributions.mltbx</file>
</build-deliverables>
<workflow />
<matlab>
<root>C:\Program Files\MATLAB\R2023b</root>
<toolboxes>
<toolbox name="neuralnetwork" />
</toolboxes>
<toolbox>
<neuralnetwork>
<enabled>true</enabled>
</neuralnetwork>
</toolbox>
</matlab>
<platform>
<unix>false</unix>
<mac>false</mac>
<windows>true</windows>
<win2k>false</win2k>
<winxp>false</winxp>
<vista>false</vista>
<linux>false</linux>
<solaris>false</solaris>
<osver>10.0</osver>
<os32>false</os32>
<os64>true</os64>
<arch>win64</arch>
<matlab>true</matlab>
</platform>
</configuration>
</deployment-project>