Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wgunderwood/phd-dissertation
My PhD dissertation at Princeton University
https://github.com/wgunderwood/phd-dissertation
Last synced: about 2 months ago
JSON representation
My PhD dissertation at Princeton University
- Host: GitHub
- URL: https://github.com/wgunderwood/phd-dissertation
- Owner: WGUNDERWOOD
- Created: 2024-02-25T21:09:43.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-06-09T03:01:19.000Z (7 months ago)
- Last Synced: 2024-06-09T04:21:41.046Z (7 months ago)
- Language: TeX
- Homepage:
- Size: 15.9 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# phd-dissertation
My PhD dissertation in Operations Research and Financial Engineering
at Princeton University, titled
"Estimation and Inference in Modern Nonparametric Statistics."## Building with Nix
Instructions for building the dissertation are detailed in `flake.nix`
and can be run using the [Nix](https://nixos.org/) package manager.
To do this, [install Nix](https://nixos.org/download/),
clone this repository and run `nix build`.
The resulting PDFs will be made available in `result/`.
Alternatively, run `nix build 'github:wgunderwood/phd-dissertation'`
to build without cloning.