Hi, is there a BigInteger equivalent in numpy? The largest integer type I wound was dtype int64.
I'm using stats.linregress to perform a regression analysis. The return stderr was nan because stas.ss(...) returned a negative number due to an overflow. Setting dtype to int64 for my input data seems to fix this. But what if my data does not fit in int64? Since Python's long type can hold large data I tried to convert my input to long but it gets converted to int64 in numpy. kind regards robert _______________________________________________ Numpy-discussion mailing list Numpy-discussion@scipy.org http://mail.scipy.org/mailman/listinfo/numpy-discussion