Skip to content

Instantly share code, notes, and snippets.

View davidovitch's full-sized avatar

David Verelst davidovitch

  • DTU Wind and Energy Systems
  • Copenhagen
View GitHub Profile
@stucchio
stucchio / basic_income_monte_carlo.py
Last active August 28, 2021 01:42
Monte carlo simulation of basic income/basic job calculations, from blog.
from pylab import *
from scipy.stats import *
num_adults = 227e6
basic_income = 7.25*40*50
labor_force = 154e6
disabled_adults = 21e6
current_wealth_transfers = 3369e9
def jk_rowling(num_non_workers):