pkpd.protocols.protocol_pkpd_bootstrap_simulate2 module

class pkpd.protocols.protocol_pkpd_bootstrap_simulate2.ProtPKPDODESimulate2(**kwargs)[source]

Bases: pkpd.protocols.protocol_pkpd_ode_base.ProtPKPDODEBase

Simulate a complex sequence of doses. Each dose has its own PK profile, and the overall profile is the addition of all the individual profiles. Only the parameters from the first fitting of each model are considered.

The first dose goes with the first model, the second dose with the second model, …

A single profile is simulated that is the addition of the different simulations for each one of the input models.

addSample(sampleName, doseList, simulationsX, y)[source]
createOutputStep()[source]
runSimulate()[source]