Dan Kowal

Dan Kowal, PhD

Associate Professor

Department of Statistics and Data Science

Cornell University

Research overview:

My primary research focus is Bayesian models and algorithms for dependent and structured data. These topics include regression and predictive models, time series analysis, spatial or spatio-temporal modeling, functional data, and multivariate data analysis. I am also interested in Bayesian hierarchical models for structured data, generative models for data with restricted or nonstandard support (e.g., discrete, mixed, or spherical data), and semiparametric models that aim to blend scientific expertise or industry practice with the state-of-the-art in Bayesian modeling flexibility.

Besides Bayesian methods, I am broadly interested in statistical tools that improve interpretability, equity, and decision-making under uncertainty.

This work is motivated by open questions and collaborative research in public health, epidemiology and environmental justice, physical activity data, economics, and finance. However, I am continually interested in new domains for interdisciplinary collaboration.

My research has been recognized with a Young Investigator Award (Army Research Office), the inaugural Blackwell-Rosenbluth award (International Society of Bayesian Analysis) for “junior researchers in different areas of Bayesian statistics”, and several paper and dissertation awards.

Additional background on me from Cornell CALS and Cornell Bowers CIS.


News:

Install and load using the following code:

library(devtools)

devtools::install_github("drkowal/fosr")

library(fosr)

Uses include:

  1. Bayesian estimation and inference for function-on-scalar regression: fosr(...) 

  2. Decision-theoretic approach to variable selection in functional regression: fosr_select()

  3. Additional tools for plotting, simulations, and evaluation of model fit

Install and load using the following code:

library(devtools)

devtools::install_github("drkowal/dsp")

library(dsp)

Uses include:

  1. Curve-fitting of irregular data via Bayesian trend filtering: btf(...)

  2. An adaptive time-varying parameter regression model: btf_reg(...)

  3. Curve-fitting of irregular data with unequally-spaced observations: btf_bpsline(...)