How to maintain decimals when dividing with numpy arrays in Python
So, I was working on implementing my own version of the Statsitical Test of Homogeneity in Python where the user would submit a list of lists and the fuction would compute the corresponding chi value. One issue I found was that my function was removing decimals when performing division, resulting in a somewhat innaccurate chi… Read More How to maintain decimals when dividing with numpy arrays in Python