-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpost1c60b2a31a5.tmp.html
More file actions
34 lines (34 loc) · 3.09 KB
/
post1c60b2a31a5.tmp.html
File metadata and controls
34 lines (34 loc) · 3.09 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
<div id="stephen-berg" class="section level2" number="0.1">
<h2><span class="header-section-number">0.1</span> Stephen Berg</h2>
<p><img src="department-photo.jpg" width="250"/></p>
</div>
<div id="about-me" class="section level2" number="0.2">
<h2><span class="header-section-number">0.2</span> About Me</h2>
<p>I am an assistant professor of statistics at Penn State University. I joined Penn State in 2020 after receiving my PhD in Statistics from the University of Wisconsin-Madison, where I was advised by Jun Zhu and Murray Clayton.</p>
<p>My research focuses on statistical computing problems, particularly related to Markov chain Monte Carlo (MCMC), as well as spatial and spatial-temporal statistics.</p>
<ul>
<li><p>Statistical computing</p>
<ul>
<li>MCMC</li>
<li>S</li>
</ul></li>
<li><p>Environmental and ecological statistics</p>
<ul>
<li>I have worked on some statistics applications in landscape ecology and in modeling chronic wasting disease (CWD) in Wisconsin deer. Generally, I am interested in constructing realistic models of natural phenomena for inference and forecasting, particularly using differential equations or partial differential equations.</li>
</ul></li>
<li><p>Spatial and spatial-temporal statistics</p></li>
<li><p>Nonparametric statistics
<!-- `\begin{align*}\hat{\beta}=(X^\top X)^{-1}X^\top y\end{align*}` --></p></li>
</ul>
<!-- ## _Keep it simple, but not simpler_ -->
<!-- **XMin** is a Hugo theme written by [Yihui Xie](https://yihui.org) in about four hours: half an hour was spent on the Hugo templates, and 3.5 hours were spent on styling. The main motivation for writing this theme was to provide a really minimal example to beginners of Hugo templates. This XMin theme contains about 130 lines of code in total, including the code in HTML templates and CSS (also counting empty lines). -->
<!-- ```{bash, comment='', echo=3, eval=Sys.which('bash') != '', message=FALSE} -->
<!-- cd ../..; -->
<!-- if [ ! -f 'theme.toml' ]; then exit 0; fi # only run find below within the theme example site -->
<!-- find . -not -path '*/exampleSite/*' \( -name '*.html' -o -name '*.css' \) | xargs wc -l -->
<!-- ``` -->
<!-- I can certainly further reduce the code, for example, by eliminating the CSS, but I believe a tiny bit of CSS can greatly improve readability. You cannot really find many CSS frameworks that only contain 50 lines of code. -->
<!-- Although it is a minimal theme, it is actually fully functional. It supports pages (including the home page), blog posts, a navigation menu, categories, tags, and RSS. With [a little bit customization](https://github.com/yihui/hugo-xmin/blob/master/exampleSite/layouts/partials/foot_custom.html), it can easily support LaTeX math expressions, e.g., -->
<!-- `$${\sqrt {n}}\left(\left({\frac {1}{n}}\sum _{i=1}^{n}X_{i}\right)-\mu \right)\ {\xrightarrow {d}}\ N\left(0,\sigma ^{2}\right)$$` -->
<!-- All pages not under the root directory of the website are listed below. You can also visit the list page of a single section, e.g., [posts](/post/), or [notes](/note/). See the [About](/about/) page for the usage of this theme. -->
</div>