Skip to content

Instantly share code, notes, and snippets.

View jonathan-taylor's full-sized avatar

Jonathan Taylor jonathan-taylor

View GitHub Profile
@jonathan-taylor
jonathan-taylor / highdim_comparison.ipynb
Last active May 31, 2016 04:08
Comparing knockoffs to selective inference
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@jonathan-taylor
jonathan-taylor / sqrtlasso_changepoint.ipynb
Last active June 14, 2016 07:30
multiscale changepoint estimator
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@jonathan-taylor
jonathan-taylor / simple_langevin_example.ipynb
Created June 22, 2016 22:26
Simple projected Langevin example
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@jonathan-taylor
jonathan-taylor / intro-lab01.ipynb
Last active September 27, 2016 19:52
Notebook not executing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@jonathan-taylor
jonathan-taylor / intro-lab02.ipynb
Created September 27, 2016 19:55
Notebook executing OK
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@jonathan-taylor
jonathan-taylor / High-dimensions.ipynb
Last active October 10, 2016 18:59
Sandwich p-values
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@jonathan-taylor
jonathan-taylor / LASSO using R.ipynb
Last active October 8, 2016 04:22
LASSO test data
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@jonathan-taylor
jonathan-taylor / lasso_prederr.py
Last active November 4, 2016 00:06
histogram for lasso prediction error
import functools
import numpy as np
from scipy.stats import norm as ndist
import matplotlib.pyplot as plt
import regreg.api as rr
import selection.api as sel
from selection.tests.instance import gaussian_instance
@jonathan-taylor
jonathan-taylor / knockoff.ipynb
Last active January 4, 2017 04:59
Knockoffs are randomized-heavy
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.