This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python2.6 | |
from __future__ import print_function | |
import sys | |
from scipy.stats.distributions import norm as scipy_norm | |
beta = 25/6 | |
gamma = 25/300 | |
epsilon = 0.08 |