#Non-mathematical Introductions
- http://gcn.com/articles/2014/01/09/topographical-data-analysis.aspx
- https://www.simonsfoundation.org/quanta/20131004-the-mathematical-shape-of-things-to-come/
#Videos
#Non-mathematical Introductions
#Videos
import numpy as np | |
from scipy.stats import chisqprob, chisquare | |
def gtest(f_obs, f_exp=None, ddof=0): | |
""" | |
http://en.wikipedia.org/wiki/G-test | |
The G test can test for goodness of fit to a distribution | |
Parameters |