Skip to content
View austinschneider's full-sized avatar

Highlights

  • Pro

Organizations

@IceCubeOpenSource @icecube @Coherent-CAPTAIN-Mills
Block or Report

Block or report austinschneider

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. Harvard-Neutrino/SIREN Harvard-Neutrino/SIREN Public

    Injection and weighting framework for BSM interactions with complex topologies and geometric concerns

    Jupyter Notebook 5 3

  2. MCLLH MCLLH Public

    Likelihood to account for Monte Carlo statistical uncertainties

    CSS 2 1

  3. meander meander Public

    Computing contours in a two dimensional space with the meandering triangles algorithm

    Python 4

  4. Computes Feldman & Cousins style int... Computes Feldman & Cousins style intervals for the mean of a bin, assuming Poisson distributed observations and no inter-bin correlations or external information.
    1
    # Feldman Cousin's interval
    2
    # Author: Austin Schneider (https://github.com/austinschneider)
    3
    
    
    4
    import numpy as np
    5
    from scipy.stats import poisson