-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
105 lines (77 loc) · 6.32 KB
/
index.html
File metadata and controls
105 lines (77 loc) · 6.32 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
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta name="generator" content="Hugo 0.108.0">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Home | Stephen Berg</title>
<link rel="stylesheet" href="/css/style.css" />
<link rel="stylesheet" href="/css/fonts.css" />
</head>
<body>
<nav>
<ul class="menu">
<li><a href="/">Home</a></li>
<li><a href="/research/">Research</a></li>
<li><a href="/software/">Software</a></li>
<li><a href="/teaching/">Teaching</a></li>
<li><a href="/talks/">Talks</a></li>
<li><a href="/contact/">Contact</a></li>
</ul>
<hr/>
</nav>
<h2 id="stephen-berg">Stephen Berg</h2>
<img src="department-photo.jpg" width="200"/>
<h2 id="about-me">About Me</h2>
<p>I am an Assistant Professor of Statistics at Penn State University. My research explores the intersection of statistical computing, numerical analysis, and machine learning. I joined Penn State in 2020 after earning my PhD in Statistics from the University of Wisconsin-Madison, advised by Jun Zhu and Murray Clayton.</p>
<p>A central focus of my work is advancing the theory and methodology of Markov chain Monte Carlo (MCMC) simulations. I develop variance reduction techniques to improve MCMC efficiency, alongside methods to robustly estimate the variability of simulation output. I also develop new theory and methods for fitting nonparametric mixture models.</p>
<p>Recently, I have been applying modern machine learning techniques to classical statistical problems. My current projects include using deep learning and neural networks to approximate solutions to the Poisson equation resulting from Markov transition kernels. Beyond algorithm development, I am highly interested in the rigorous mathematical foundations of statistical computing.</p>
<p><strong>Email:</strong> <a href="mailto:sqb6128@psu.edu">sqb6128@psu.edu</a></p>
<br />
<p><strong>Statistical computing</strong></p>
<ul>
<li>
<p>My current work revolves around variance estimation and variance reduction for MCMC simulations.</p>
<ul>
<li>Recently I have worked with Hyebin Song at PSU on nonparametric variance estimation for reversible Markov chains, using similar ideas to classic shape-constrained regression approaches like isotonic regression.</li>
</ul>
<p>– <a href="https://arxiv.org/abs/2408.03024">Weighted shape-constrained estimation for the autocovariance sequence from a reversible Markov chain</a>
– <a href="https://arxiv.org/abs/2310.06330">Multivariate moment least-squares estimators for reversible Markov chains</a>
– <a href="https://arxiv.org/abs/2207.12705">Efficient shape-constrained inference for the autocovariance sequence from a reversible Markov chain</a></p>
<ul>
<li>I am also interested in variance reduction for Markov chains using control variate and conditioning approaches.</li>
</ul>
<p>– <a href="https://arxiv.org/abs/1912.06926">Control variates and Rao-Blackwellization for deterministic sweep Markov chains</a></p>
</li>
</ul>
<br />
<p><strong>Spatial-temporal statistics</strong></p>
<ul>
<li>I am interested in application problems in landscape ecology and in modeling chronic wasting disease (CWD) in Wisconsin deer, and in constructing realistic models of natural phenomena in order to do inference and forecasting. Methodologically, I am interested in differential equation and partial differential equation models, and addressing statistical and computational challenges for these models. <a href="https://doi.org/10.1214/19-AOAS1259">A latent discrete Markov random field approach to identifying and classifying historical forest communities based on spatial multivariate tree species counts</a></li>
<li>On the theory side, I am interested in using nonparametric mixture models for estimating spatial covariance functions.</li>
</ul>
<!-- <span style="font-size:1.5em;">**Research opportunities**</span> -->
<br />
<h2 id="research-opportunities">Research opportunities</h2>
<p>I have funding for motivated PhD students with an interest in statistical computing, spatial statistics, and/or nonparametric statistics problems. Please contact me by email to discuss potential research opportunities.</p>
<!-- `\begin{align*}\hat{\beta}=(X^\top X)^{-1}X^\top y\end{align*}` -->
<!-- ## _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. -->
<ul>
</ul>
<footer>
<script defer src="//yihui.org/js/math-code.js"></script>
<script defer src="//mathjax.rstudio.com/latest/MathJax.js?config=TeX-MML-AM_CHTML"></script>
<script defer src="//yihui.org/js/center-img.js"></script>
</footer>
</body>
</html>