pkpd.protocols.protocol_pkpd_allometric_scaling module

class pkpd.protocols.protocol_pkpd_allometric_scaling.ProtPKPDAllometricScaling(**kwargs)[source]

Bases: pkpd.protocols.protocol_pkpd.ProtPKPD

Compute the allometric scaling between several spicies. This fits a model of the form Y=k*X^a where X can be any variable (although weight is normally used). The protocol can also leave out some parameters of the input model, and for these parameters, a simple average is calculated.

createOutputStep()[source]
runFit(predictor, avgParameters, confidenceInterval)[source]