Uses of Class
org.episteme.natural.medicine.epidemiology.SEIRModel
Packages that use SEIRModel
-
Uses of SEIRModel in org.episteme.natural.medicine.epidemiology
Methods in org.episteme.natural.medicine.epidemiology that return SEIRModelModifier and TypeMethodDescriptionstatic SEIRModelSEIRModel.covid19Like(int population, int initialCases) COVID-19 like: R0≈2.5, latent ~5d, infectious ~10dstatic SEIRModelSEIRModel.influenzaLike(int population, int initialCases) Influenza like: R0≈1.5, latent ~2d, infectious ~5dstatic SEIRModelSEIRModel.measlesLike(int population, int initialCases) Measles like: R0≈15, latent ~10d, infectious ~8d