Steven D'Aprano writes:

 > Users of the statistics module, how often do you use it with 
 > heterogeneous data (mixed numeric types)?

I don't use it often, but when I do the only coercion I ever need to
work is int -> float.  If I used anything else, I would convert first
anyway on the grounds of EIBTI.  That's also what I teach my students
(though I don't think I've ever seen a student use anything but int
and float).

Steve


_______________________________________________
Python-ideas mailing list -- python-ideas@python.org
To unsubscribe send an email to python-ideas-le...@python.org
https://mail.python.org/mailman3/lists/python-ideas.python.org/
Message archived at 
https://mail.python.org/archives/list/python-ideas@python.org/message/WDWZU4NNUKN37WNBSPWINY6N55OUIF42/
Code of Conduct: http://python.org/psf/codeofconduct/

Reply via email to