compData

Module Contents

Classes

compData

Various methods and parameters are generated

class compData.compData(concData, timeData, doseData)

Various methods and parameters are generated

logConc(self)

Calculates the log of concentration data

Returns

The log of concentration data

Return type

numpy.ndarray

concMulTime(self)

Calculates the concentration times time data

Returns

The concentration times time data

Return type

numpy.ndarray

elimConst(self)

Calculates the slope of lof of concentration data vs time data curve

Returns

The value of slope

Return type

numpy.float64

areaConcByTime(self)

Calculates the area under the concentration vs time curve

Returns

The value of area

Return type

numpy.float64

areaConcTimeByTime(self)

Calculates the area under the concentration times time vs time curve

Returns

The value of area

Return type

numpy.float64

meanRsdncTime(self)

Calculates Mean residence time of the drug

Returns

The value of Mean residence time

Return type

numpy.float64

arealVolDist(self)

Calculates the areal volume distribution

Returns

The value of areal volume distribution

Return type

numpy.float64

sdStVolDist(self)

Calculates the steady state volume distribution

Returns

The value of steady state volume distribution

Return type

numpy.float64