" Computes the cort between serie one and two (assuming they have the same length)\n\n :param s1: the first serie (or any iterable over floats64)\n :param s2: the second serie (or any iterable over floats64)\n :returns: the cort distance\n :rtype: float64\n\n "
""" Computes the cort between series one and two (assuming they have the same length)
num=0.0
sum_square_x=0.0
:param s1: the first series (or any iterable over floats64)
sum_square_y=0.0
:param s2: the second series (or any iterable over floats64)