Skip to content

Instantly share code, notes, and snippets.

View IgorKhomyanin's full-sized avatar

Igor Khomyanin IgorKhomyanin

View GitHub Profile
### IMPORTS
import numpy as np
import scipy.stats as stats
import matplotlib.pyplot as plt
### CONSTANTS
# Between what options we choose.
TITLE_OPTION_ONE = 'Title Option One'
TITLE_OPTION_TWO = 'Title Option Two'