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
# Calculate various hypotheticals for the 2016 Australian Senatorial election, for Tasmanian results. | |
# P.B. Stark, 17 September 2016 | |
from __future__ import division, print_function | |
import math | |
import numpy as np | |
import scipy as sp | |
from scipy import stats # distributions | |
from scipy import special # special functions | |
from scipy import random # random variables, distributions, etc. |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.