Code

Open-Source Code

This page collects selected open-source research code accompanying my work in uncertainty quantification, model calibration, and model-form uncertainty. These repositories are primarily research codebases intended to support reproducible experiments, methodological comparisons, and follow-up work in computational science and scientific machine learning.

Most of the current repositories are hosted under the UQUH GitHub organization. They are best viewed as research implementations rather than general-purpose software packages, but each repository is organized so that readers can reproduce the main experiments and adapt the methods to related problems.

Selected Repositories

SS-PPCA: Stochastic Subspace via Probabilistic Principal Component Analysis

RepositoryPaper

SS-PPCA is a research implementation of a stochastic subspace methodology for characterizing model-form error in high-dimensional computational models. The core idea is to build a probabilistic representation of reduced subspaces so that structured model discrepancy can be characterized more efficiently.

SO-BO-scale: Bayesian Optimization under Uncertainty

RepositoryPaper

SO-BO-scale implements a Bayesian optimization framework for tuning a scale parameter in stochastic models under noisy evaluations. The repository is designed around calibration problems where direct trial-and-error tuning is expensive, unstable, or difficult to reproduce.

SS-Bootstrap: Stochastic Subspace via Bootstrap

RepositoryPreprint

SS-Bootstrap is a nonparametric stochastic subspace implementation for model-error characterization. Instead of relying on a parametric subspace model, it uses the empirical data distribution directly, making it a useful complement to SS-PPCA.

Notes

For related papers and talks, see Publications and Talks.