Unstandardizing a dose between minimum and maximum doses.
inv_standard_dose(dose, min_dose, max_dose)
a numerical value defining the standardized dose to be unstandardized.
a numerical value defining the lower bound of the support of the MTD.
a numerical value defining the upper bound of the support of the MTD.
dose
a numerical value between min_dose
and max_dose
.