ktmeaton / ncov-recombinant

Reproducible workflow for SARS-CoV-2 recombinant sequence detection.
MIT License
18 stars 2 forks source link

Growth advantage and distribution fitting #194

Closed ktmeaton closed 1 year ago

ktmeaton commented 1 year ago

Really nice examples here:

https://stackoverflow.com/questions/6620471/fitting-empirical-distribution-to-theoretical-ones-with-scipy-python

I like that it fits a wide variety of distribution shapes.

ktmeaton commented 1 year ago

Ah, that example was for continuous data. Fitting discrete distributions is more challenging.

ktmeaton commented 1 year ago

Closing for now.