What is the medical term AUC

area under the curve. A representation of total drug exposure. The area-under-the-curve is a function of (1) the length of time the drug is present, and (2) the concentration of the drug in blood plasma.

What does increased AUC mean?

The AUC and Css indicate the total exposure to a drug and are usually related to the drug’s response. An increase in Cl will decrease AUC and a decrease in Cl increases AUC.

What is a good AUC?

Statistical Analysis The area under the ROC curve (AUC) results were considered excellent for AUC values between 0.9-1, good for AUC values between 0.8-0.9, fair for AUC values between 0.7-0.8, poor for AUC values between 0.6-0.7 and failed for AUC values between 0.5-0.6.

What is AUClast?

AUClast. AUClast is defined as the AUC from dosing to the time of the last measured concentration ≥ LLOQ (Clast) of that dosing period and will be obtained from the AUClast parameter calculated by Phoenix WinNonlin.

What is AUC and Cmax?

Abstract. In bioequivalence studies, the maximum concentration (Cmax) is shown to reflect not only the rate but also the extent of absorption. Cmax is highly correlated with the area under the curve (AUC) contrasting blood concentration with time.

What are PK parameters?

PK parameters are used to translate and understand how a drug interacts with the body. PK parameters tell drug developers: how the drug is absorbed after administration. how the body distributes the drug into different bodily compartments or tissues. how the body metabolizes or degrades the drug.

How do you get AUC to infinity?

AUC(0-inf): AUC curve to infinite time. As we cannot get the assays to go to infinity, we have to extrapolate to infinity. This can be calculated from the AUC(0-t) by the addition of a constant (Clast/λz), where Clast is the last observed quantifiable concentration and λz is the terminal phase rate constant.

How can I improve my AUC?

In order to improve AUC, it is overall to improve the performance of the classifier. Several measures could be taken for experimentation. However, it will depend on the problem and the data to decide which measure will work.

How do you calculate AUC at steady state?

For example, following a single IV bolus dose, we can calculate CL using the following expression: CL = Dose/ AUC0-∞. AUC equivalence allows us to estimate CL using steady state AUC0-τ: CL = Dose/ AUC0-τ. The latter clearance estimate is frequently termed steady state clearance (CL,ss).

Can AUC be higher than accuracy?

We would then have AUC=1 but (since most classifiers classify the class just with the highest “probability”) you could end up with a low accuracy but a high AUC.

Article first time published on

What is T half of a drug?

The half-life of a drug is an estimate of the period of time that it takes for the concentration or amount in the body of that drug to be reduced by exactly one half (50%). The symbol for half-life is t½.

What is a Ford CMAX?

The Ford C-Max (stylized as Ford C-MAX and previously called the Ford Focus C-Max) is a compact multi-purpose vehicle (MPV) produced by the Ford Motor Company from 2003 to 2019. … Although the C-Max was initially available only in Europe, the first generation was partially available in New Zealand.

What is AUC infinity?

The total AUC or AUC0-∞ is the area under the curve from time 0 extrapolated to infinite time.

How is AUC calculated?

The AUC for the ROC can be calculated using the roc_auc_score() function. Like the roc_curve() function, the AUC function takes both the true outcomes (0,1) from the test set and the predicted probabilities for the 1 class. It returns the AUC score between 0.0 and 1.0 for no skill and perfect skill respectively.

What is clearance biochemistry?

From Wikipedia, the free encyclopedia. In pharmacology, clearance is a pharmacokinetic measurement of the volume of plasma from which a substance is completely removed per unit time. Usually, clearance is measured in L/h or mL/min. The quantity reflects the rate of drug elimination divided by plasma concentration.

What is linear PK?

Linear Pharmacokinetics ,the characteristic of drugs that indicates the instantaneous rate of change in drug concentration depends only on the current concentration. The half-life will remain constant, irrespective of how high the concentration.

What is central compartment?

The central compartment (compartment 1) consists of the plasma and tissues where the distribution of the drug is practically instantaneous. The peripheral compartment (compartment 2) consists of tissues where the distribution of the drug is slower.

What does non linear pharmacokinetics mean?

Nonlinear PK means that increases in drug exposure are not linearly related to increases in administered doses. For a drug with linear PK, we would expect that a 2-fold increase in dose would result in a 2-fold increase in drug exposure.

How is clearance related to the volume of distribution and K?

t1/2 is dependent on the rate constant (k), which is related to Vd & clearance (CL). [1][2][3] Half-life can be expressed using the following equation(s): Half-life (hours) = 0.693 x (Volume of distribution (L) / Clearance (L/hr))

Which of the parameter explains the distribution of drug in body?

Drug distribution is affected by many factors, including plasma or tissue protein binding, body weight, body composition, and body fluid spaces (8). Of these, total body weight, muscle mass, and fat composition are the major determinants of drug distribution, and women may differ from men in both of these factors.

What is AUC in logistic regression?

The Area Under the ROC curve (AUC) is an aggregated metric that evaluates how well a logistic regression model classifies positive and negative outcomes at all possible cutoffs. It can range from 0.5 to 1, and the larger it is the better.

Is AUC good for Imbalanced Data?

ROC AUC and Precision-Recall AUC provide scores that summarize the curves and can be used to compare classifiers. ROC Curves and ROC AUC can be optimistic on severely imbalanced classification problems with few samples of the minority class.

How do you draw a ROC curve?

To plot the ROC curve, we need to calculate the TPR and FPR for many different thresholds (This step is included in all relevant libraries as scikit-learn ). For each threshold, we plot the FPR value in the x-axis and the TPR value in the y-axis. We then join the dots with a line. That’s it!

What is the difference between AUC and ROC?

AUC – ROC curve is a performance measurement for the classification problems at various threshold settings. ROC is a probability curve and AUC represents the degree or measure of separability. … By analogy, the Higher the AUC, the better the model is at distinguishing between patients with the disease and no disease.

Is AUC a good measure?

The AUC is an estimate of the probability that a classifier will rank a randomly chosen positive instance higher than a randomly chosen negative instance. For this reason, the AUC is widely thought to be a better measure than a classification error rate based upon a single prior probability or KS statistic threshold.

Is AUC a good performance measure?

AUC is better measure of classifier performance than accuracy because it does not bias on size of test or evaluation data. Accuracy is always biased on size of test data. In most of the cases, we use 20% data as evaluation or test data for our algorithm of total training data.

You Might Also Like