- Static error checking is always better than runtime crazy ones.
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
import math | |
import matplotlib.pyplot as plt | |
import numpy as np | |
import scipy.stats | |
mean = 0 | |
variance = 1 | |
sigma = math.sqrt(variance) |