This file contains 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
# Last update: october 19, 2014 | |
## Kolmogorov-Smirnov test | |
# Author: JF Bercher | |
# This work is licensed under CreativeCommons Attribution-ShareAlike license | |
# http://creativecommons.org/licenses/by-sa/4.0/ | |
from pylab import * | |
import numpy as np | |
def ecdf(v_data): |