-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathnotation.html
More file actions
139 lines (103 loc) · 4.16 KB
/
notation.html
File metadata and controls
139 lines (103 loc) · 4.16 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Notation and Nomenclature: Bayesian Methods in Nuclear Physics</title>
<link href="css/bootstrap.css" rel="stylesheet">
<!-- MathJAX support -->
<script type="text/x-mathjax-config">
MathJax.Hub.Config({
tex2jax: {inlineMath: [['$','$'], ['\\(','\\)']]}
});
</script>
<script type="text/javascript"
src="http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML">
</script>
<!-- End MathJAX support -->
</head>
<body>
<div class="container">
<div class="row">
<h1>Bayesian Methods in Nuclear Physics</h1>
<p>A <a href="http://www.int.washington.edu/PROGRAMS/16-2a/">workshop on
Bayesian Methods in Nuclar Physics</a> was held at
the <a href="http://www.int.washington.edu">Institute for
Nuclear Theory</a> at the University of Washington in
Seattle from June 13 to July 8, 2016. These pages continue the discussion
initiated at this program. The workshop was the number 4 of the ISNET
(Information and Statistics in Nuclear Experiments and Theory) family of
meetings. Talks given at ISNET-3 and ISNET-5 are also listed here. </p>
<p><b>Goal:</b> For statisticians and
nuclear practitioners to jointly explore how Bayesian
inference can enable progress on the frontiers of nuclear
physics and open up new directions for the field.
</p>
<hr>
<div class="col-sm-7">
<h2>Statistical Notation and Nomenclature</h2>
<p>
The terminology and notation that is standard in Statistics are not always
familiar to physicists. Here we give an overview based on usage in the
program.
</p>
<h3>Contents<a name="Contents"> </a></h3>
<ul>
<li><a href="#Normal">Normal distributions and Gaussian processes</a>
<li><a href="#Regression">Linear regression</a>
<li><a href="#BayesBasics">Bayesian statistics basics</a>
<li><a href="#PDFs">Notation for PDFs</a>
</ul>
<hr><!--%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%-->
<h3>Normal distributions and Gaussian processes <a name="Normal"> </a></h3>
<ul>
<li>$\mathcal{N}(\mu,\sigma^2)$
<li>$\mathcal{N}(\boldsymbol{\mu},\boldsymbol{\sigma}^2)$
</ul>
<p>
Return to <a href="#Contents">Contents</a>
</p>
<hr><!--%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%-->
<h3>Linear regression <a name="Regression"> </a></h3>
<p>
Return to <a href="#Contents">Contents</a>
</p>
<hr><!--%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%-->
<h3>Bayesian statistics basics <a name="BayesBasics"> </a></h3>
<p>
Return to <a href="#Contents">Contents</a>
</p>
<hr><!--%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%-->
<h3>Notation for PDFs <a name="PDFs"> </a></h3>
<p>
Return to <a href="#Contents">Contents</a>
</p>
<hr><!--%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%-->
</div>
<!-- </span> -->
<div class="col-sm-5">
<h2>Navigation</h2>
<p><a href="index.html">Questions for discussion</a></p>
<p><a href="references.html">References</a></p>
<p><a href="participants.html">Participant information</a></p>
<p><a href="photos.html">Photos from the program</a></p>
<p><a href="humor.html">Statistics (Bayesian and other) humor</a></p>
<p><a href="http://www.int.washington.edu/PROGRAMS/16-2a/">Workshop page</a> at the INT</p>
<p>
<b>Organizers:</b><br>
Nicolas Schunck (lead)<br>
<a href="https://www.physics.ohio-state.edu/~furnstah/">Dick
Furnstahl</a><br>
<a href="https://www.bi.vt.edu/faculty/Dave-Higdon">Dave
Higdon</a><br>
<a href="http://web.utk.edu/~asteine1/">Andrew
Steiner</a><br>
</p>
</div>
</div>
<!-- End of container -->
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
<script src="js/bootstrap.min.js"></script>
</body>
</html>