pkpd.utils module

PKPD functions

pkpd.utils.as_text(value)[source]
pkpd.utils.calculateAUC0t(t, C)[source]
pkpd.utils.computeXYmean(XYlist, Nxsteps=300, common=False)[source]
pkpd.utils.excelAdjustColumnWidths(workbook, sheetName='')[source]
pkpd.utils.excelFillCells(workbook, row, col0=1, colF=10, sheetName='', fillColor='54B948')[source]
pkpd.utils.excelWriteRow(msgList, workbook, row, col=1, sheetName='', bold=False)[source]
pkpd.utils.find_nearest(array, value)[source]
pkpd.utils.getMD5String(fn)[source]
pkpd.utils.int_dx(x, y)[source]
pkpd.utils.int_dx1dx2(x1, x2, y)[source]
pkpd.utils.parseOperation(operation)[source]
pkpd.utils.parseRange(auxString)[source]
pkpd.utils.smoothPchip(x, y)[source]
pkpd.utils.twoWayUniqueFloatValues(x, y)[source]
pkpd.utils.uniqueFloatValues(x, y, TOL=- 1)[source]
pkpd.utils.uniqueFloatValues2(x1, x2, y)[source]
pkpd.utils.upper_tri_masking(A)[source]
pkpd.utils.verifyMD5(fn)[source]
pkpd.utils.writeMD5(fn)[source]