pymgipsim.VirtualPatient.Models.T1DM.ExtHovorka.Parameters


Module attributes

class Parameters(parameters: ndarray = array([], dtype=float64), number_of_subjects=1)[source]

Bases: BaseParameters

Stores the Hovorka model parameters. 20 virtual patients available in the ./Patient folder.

Hint

.as_array() function returns 2D numpy array where: 1st dim: Subject in the virtual cohort 2nd dim: Parameter

fromJSON(dict)

Maps dictionary elements coming (from patient JSON files) to instance attributes.