Problem I’ve developed a class used for some epidemic simulations I’m doing. Individuals are ‘S’ (susceptible), ‘I’ (infected), or ‘R’ […]
Tag: scipy
Applying Minimum Image Convention in Python
Problem I am computing pairwise Euclidean distances for 3-D vectors representing particle positions in a periodic system. The minimum image […]
Many parameter curve-fitting
Problem In my project I have to make curve-fitting with a lots of parameters, so scipy curve_fit struggles to find […]