Skip to content

Instantly share code, notes, and snippets.

Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@darteaga
darteaga / ties3.py
Last active December 29, 2015 23:00 — forked from gallir/ties3.py
Como https://gist.github.com/gallir/ffad885419ccccb579c7 pero la p no está fijada exactamente sino que tiene una cierta variabilidad
#! /usr/bin/env python
import numpy.random as npr
from numpy import clip
SIZE=3030
LOOP=1000000
TIE=SIZE/2
SIGMA = 0.05/2.