gs_quant.models.epidemiology.SIR

class SIR[source]

SIR Model

__init__()

Methods

__init__()

calibrate(xs, t, parameters)

SIR model derivatives at t.

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

Produce a set of parameters for the SIR model.