-
Notifications
You must be signed in to change notification settings - Fork 23
Use Times for Exposed and INS compartment directly instead of implicitly over SerialInterval and Incubation period #964
Copy link
Copy link
Closed
Labels
class::improvementCleanup that doesn't affect functionalityCleanup that doesn't affect functionalityloc::backendThis issue concerns the C++ backend implementation.This issue concerns the C++ backend implementation.loc::python interfaceThis issue concerns the python interface to the backend implementation.This issue concerns the python interface to the backend implementation.model::ideThis issue concerns any kind of integro differential equations-based model.This issue concerns any kind of integro differential equations-based model.model::lctModels using the linear chain trickModels using the linear chain trickmodel::odeThis issue concerns any kind of ODE-based model.This issue concerns any kind of ODE-based model.prio::highThe priority of this task is high.The priority of this task is high.
Metadata
Metadata
Assignees
Labels
class::improvementCleanup that doesn't affect functionalityCleanup that doesn't affect functionalityloc::backendThis issue concerns the C++ backend implementation.This issue concerns the C++ backend implementation.loc::python interfaceThis issue concerns the python interface to the backend implementation.This issue concerns the python interface to the backend implementation.model::ideThis issue concerns any kind of integro differential equations-based model.This issue concerns any kind of integro differential equations-based model.model::lctModels using the linear chain trickModels using the linear chain trickmodel::odeThis issue concerns any kind of ODE-based model.This issue concerns any kind of ODE-based model.prio::highThe priority of this task is high.The priority of this task is high.
Type
Projects
Status
Done (Total)
Motivation / Current Behaviour
Bc the Calculation of the
RateEandRateINSare hard to understand, we should use them directly.Also, the given constraints for the parameters
IncubationTimeandSerialIntervalare a bit random and not well explained.Enhancement description
Remove the parameters
IncubationTimeandSerialIntervaland use the Times / Rates directly as parameters.Additional context
No response
Checklist