gs_quant.models.epidemiology.SEIR

class SEIR[source]

SEIR Model

__init__()

Methods

__init__()

calibrate(xs, t, parameters)

SEIR model derivatives at t.

get_parameters(S0, E0, I0, R0, N[, beta, ...])

Produce a set of parameters for the SIR model.