|
4.
Process Modeling
4.6. Case Studies in Process Modeling 4.6.1. Load Cell Calibration
|
|||
| Using the Model | Now that a good model has been found for this data, it can be used to estimate load values for new measurements of deflection. For example, suppose a new deflection value of 1.239722 is observed. The regression function can be solved for load to determine an estimated load value without having to observe it directly. The plot below illustrates the calibration process graphically. | ||
| Calibration |
|
||
| Finding Bounds on the Load | From the plot, it is clear that load that produced the deflection of 1.239722 must be just under 1,750,000 and would certainly lie between 1,500,000 and 2,000,000. This rough estimate of the possible load range will be used to compute the the load estimate numerically. | ||
| Obtaining a Numeric Calibration Value | To solve for the numeric estimate of the load associated with the observed deflection, the observed value is plugged in to the regression function and the equation is solved for load. Typically this will be done using a root finding procedure in a statistical or mathematical package. That is one reason that rough bounds on the value of the load to be estimated are needed. | Solving the Regression Equation |
![]() |
Which Solution? | Even though the rough estimate of the load associated with an observed deflection is not necessary to solve the equation, the other reason is to determine which solution to the equation is correct, if there are multiple solutions. The quadratic calibration equation, in fact, has two solutions. As we saw from the plot on the previous page, however, there is really no confusion over which root of the quadratic function is the correct load. Essentially, the load value must be between 150,000 and 3,000,000 for this problem. The other root of the regression equation and the new deflection value corresponds to a load of over 229,899,600. Looking at the data at hand, it is safe to assume that a load of 229,899,600 would yield a deflection much greater than 1.24. |
| +/- What? |
The final step in the calibration process, after determining the estimating
load associated with the observed deflection, is to compute an uncertainty
or confidence interval for the load.
A single-use 95% confidence interval
for the load, is obtained by inverting the formulas for the upper and lower
bounds of a 95% prediction interval for a
new deflection value.
These inequalities, shown below, are usually solved numerically, just as the
calibration equation was, to find the end points of the confidence interval.
For some models, including this one, the solution could actually be obtained
algebraically, but it easier to let the computer do the work using a generic
algorithm.
![]() ![]() The three terms on the right hand side of each inequality are the regression function ( ), a t-distribution
multiplier, and the standard deviation of a new measurement from the process
( ). Regression software often
provides convenient methods for computing both of these quantities for
arbitrary values of the predictor variables, which can make computation of
the confidence interval end points easier. Although this interval is not
symmetric mathematically, the asymmetry is very small, so for all practical
purposes, the interval can be written as
![]() if desired. |
||