Quality Magazine logo
search
cart
facebook twitter linkedin youtube
  • Sign In
  • Create Account
  • Sign Out
  • My Account
Quality Magazine logo
  • NEWS
  • PRODUCTS
    • FEATURED PRODUCTS
    • SUBMIT YOUR PRODUCT
  • CHANNELS
    • AUTOMATION
    • MANAGEMENT
    • MEASUREMENT
    • NDT
    • QUALITY 101
    • SOFTWARE
    • TEST & INSPECTION
    • VISION & SENSORS
  • MARKETS
    • AEROSPACE
    • AUTOMOTIVE
    • ENERGY
    • GREEN MANUFACTURING
    • MEDICAL
  • MEDIA
    • A WORD ON QUALITY PUZZLE
    • EBOOK
    • PODCASTS
    • VIDEOS
    • WEBINARS
  • EVENTS
    • EVENT CALENDAR
    • IMTS
  • DIRECTORIES
    • BUYERS GUIDE >
      • Supplier Insights
    • NDT SOURCEBOOK
    • VISION & SENSORS
    • TAKE A TOUR
  • INFOCENTERS
    • Digital Quality Management Systems
    • NEXT GENERATION SPC & QUALITY ANALYTICS
  • AWARDS
    • ROOKIE OF THE YEAR
    • PLANT OF THE YEAR
    • PROFESSIONAL OF THE YEAR
  • MORE
    • Expert Columns
    • NEWSLETTERS
    • QUALITY STORE
    • INDUSTRY LINKS
    • SPONSOR INSIGHTS
  • EMAG
    • eMAGAZINE
    • ARCHIVES
    • CONTACT
    • ADVERTISE
  • SIGN UP!
SoftwareMedical

Software & Analysis

Using Simple Linear Regression For Instrument Calibration?

Learn why orthogonal regression is a better approach.

By Jennifer Atlas
QM 0122 Software & Analysis: Calibration

Source: Adobe

January 8, 2022
✕
Image in modal.

Measurement devices must be calibrated regularly to ensure they perform their jobs properly. While calibration covers a wide range of applications and scenarios, the goal is simple: ensure your device is measuring to your standards. Most quality systems require a satisfactory measurement system, which includes formal, periodic, and documented calibration of all measuring instruments. A common problem that engineers face is how to verify that two instruments are measuring parts in a similar fashion.


How Do You Determine If Two Instruments Provide Comparable Measurements?

One approach is to compare the two instruments by fitting a simple linear regression line, and then use the model fit to see if the values are the same across the range of measurements. Simple linear regression models the linear relationship between two continuous variables: one response and one predictor.

Suppose there is a medical device manufacturer that wants to determine if their blood pressure monitor is equivalent to a similar model on the market. To verify that the two instruments provide comparable measurements, the manufacturer selects people that represent a range of values where the measurements need to be comparable. Then, they measured the people with both instruments. The company obtains systolic blood pressure readings on a random sample of 60 people using the two instruments and records the data. Shown are a sample of the 60 rows, where each row represents a measurement using the Current and New instruments.


DATA

Row New Current
1 100 100
2 122 120
3 129 132
4 136 139
5 110 110
6 111 110
7 137 137
8 134 133
9 141 140
10 112 112


In this case we designate the Current readings as the predictor (or X) variable and the New readings as the response (or Y) variable. Fitting a regression line to this data shows that the Current measurement device readings predict the New measurement device readings quite well. The R-squared statistic indicates that the Current measurement device explains 98.8% of the variation observed in the New measurement device.

The regression equation is:

New = 1.387 + 0.9894 Current


QM 0122 Software & Analysis: Fitted Line Plot

Fitted Line Plot (Click on image to enlarge.)


It appears from this data that the Current measurements can certainly predict the New measurements quite well. In practice, we see engineers use predictive models to confirm that a new device can measure as well as a current device. There are other applications as well; there are situations when a faster measurement is needed. For example, some parts or samples must be measured using laboratory measurements before they can be shipped. But laboratory measurements can take hours, depending on the process. A measurement method that provides immediate results can be used to predict the laboratory measurements, providing operators and engineers with immediate feedback of potential problems.

The simple linear regression approach is good when we can assume there are no errors in the horizontal, or X direction. For this example, this would imply that our current measurement system contains no error. In the case of measurement systems, we know that assumption is not reasonable—so using simple linear regression is not the best statistical approach. But no worries, there is another approach that is just as easy to use.


Orthogonal Regression

Orthogonal regression, also known as Deming regression, can be used to determine whether two instruments or methods provide comparable measurements. Orthogonal regression also examines the linear relationship between two continuous variables: one response (Y) and one predictor (X). Unlike simple linear regression (least squares regression), both the response and predictor in orthogonal regression contain measurement error. Recall that in simple regression, only the response variable contains measurement error. If you use simple regression to determine comparability when both variables contain measurement error, the results depend on which variable the calculations assume have no measurement error. Orthogonal regression addresses this problem, so the roles of the variables have little influence on the results.

In simple linear regression, the goal is to minimize the sum of the squared vertical distances between the y values and the corresponding values on the fitted line. In orthogonal regression the goal is to minimize the orthogonal (perpendicular) distances from the data points to the fitted line. While the difference between these approaches may seem minor, when evaluating measurements and parts relative to specifications, it could result in significantly different conclusions.

Let’s analyze the blood pressure monitor data using orthogonal regression.

Orthogonal regression requires that you specify the ratio of the variance of the error in X (Current) and Y (New). When the measurement method for X and Y is the same, the variances are likely to be equal, which would result in a ratio that equals 1. But it is good practice to estimate it. Prior to the data collection for the orthogonal regression, engineers did separate studies on each monitor to estimate measurement variation. The error variance ratio was calculated by performing an independent gage repeatability and reproducibility study for each measurement device to produce a variance component for repeatability for each device. The ratio of the two variance components for repeatability estimates can be used as the input for the error variance ratio field. The variance for the new monitor was 1.08. The variance for the other company’s monitor was 1.2. The engineer decides to assign the New monitor to be the response variable and the other company’s Current monitor to be the predictor variable. With these assignments, the error variance ratio is 1.08 / 1.2 = 0.9.


Orthogonal Regression Results

The fitted line plot shows that the points fall close to the regression line, which indicates that the model fits the data. Here we show the Least Squares fit and the orthogonal fit. The two fitted equations are seen in the bottom left of the visual.

The orthogonal regression equation is: New = 0.644 + 0.995 Current


QM 0122 Software & Analysis: Plot New vs Current

Plot of New vs Current with Fitted Lines. (Click on image to enlarge.)


Note that even though the lines appear very similar, the orthogonal regression equation is different from the simple linear regression equation. We can use the orthogonal regression equation to understand the equivalence of the two measurement instruments.

If either of the following conditions is true, the results provide evidence that the blood pressure monitors are not equivalent:

  • The confidence interval for the slope does not contain 1.
  • The confidence interval for the constant does not contain 0.
 

COEFFICIENTS

Predictor Coef SE Coef Z P Approx 95% CI
Constant 0.644 1.745 0.369 0.712 (-2.775, 4.064)
Current 0.995 0.014 70.346 0 (0.968, 1.023)


Usually, a confidence level of 95% works well. A 95% confidence level indicates that if you took 100 random samples from the population, the confidence intervals for approximately 95 of the samples would contain the true value of the coefficient. For a given set of data, a lower confidence level produces a narrower interval, and a higher confidence level produces a wider interval.

The results show that the confidence interval for the constant, which is from approximately -2.78 to 4.06, contains 0. The confidence interval for the slope, Current, which is from approximately 0.97 to 1.02, contains 1. These results do not provide evidence that the measurements from the monitors differ. Based on these results, the company can conclude their new measurement device performs as well as the current device on the market.


Conclusion

When calibrating two measurement systems, orthogonal regression can determine whether the instruments or methods provide comparable measurements. Unlike simple linear regression (also known as least squares regression), both the response and predictor in orthogonal regression contain measurement error. Using orthogonal regression, the medical device manufacturer can confidently conclude that their measurement instrument is equivalent to the current measurement instrument on the market today. You can find orthogonal regression in most statistical packages.

KEYWORDS: calibration calibration procedure manufacturing metrology Software solutions

Share This Story

Looking for a reprint of this article?
From high-res PDFs to custom plaques, order your copy today!

Jennifer Atlas is the global market development manager at Minitab LLC. For more information, email [email protected] or visit www.minitab.com.

Recommended Content

JOIN TODAY
to unlock your recommendations.

Already have an account? Sign In

  • 2024 Quality Rookie of the Year Justin Wise 1440x750px banner with "Quality Rookie of the Year" logo inset

    Meet the 2024 Quality Rookie of the Year: Justin Wise

    Justin Wise is an exceptional individual who has been...
    Aerospace
    By: Michelle Bangert
  • Man with umbrella and coat stands outside while it rains at night looking at a building.

    Nondestructive Testing: Is there an ethics problem?

    I was a whistleblower who exposed fraudulent activities...
    NDT
    By: Dale Norwood
  • Unraveling Deflategate: Football stadium with closeup of football on field

    Unraveling the Tom Brady Deflategate

    The Deflategate scandal erupted following the 2014 AFC...
    Measurement
    By: Greg Cenker and Henry Zumbrun
Manage My Account
  • eMagazine Subscriptions
  • Newsletters
  • Online Registration
  • Subscription Customer Service
  • Manage My Preferences

More Videos

Sponsored Content

Sponsored Content is a special paid section where industry companies provide high quality, objective, non-commercial content around topics of interest to the Quality audience. All Sponsored Content is supplied by the advertising company and any opinions expressed in this article are those of the author and not necessarily reflect the views of Quality or its parent company, BNP Media. Interested in participating in our Sponsored Content section? Contact your local rep!

close
  • This image shows a person seated next to a Bobcat T66 compact track loader.
    Sponsored byPolyWorks by InnovMetric

    Supercharging Digital Gauging at Bobcat North America

  • Dorsey Calibration Lab photo by Tom LaBarbera Picture this Studios
    Sponsored byDorsey Metrology International

    Ensuring Product Quality in a Competitive Manufacturing Landscape

  • This image displays a Eddyfi Technologies Cypher portable inspection instrument alongside a scanner for non-destructive testing (NDT).
    Sponsored byEddyfi Technologies

    A Safer, Smarter Approach to Weld Inspection: Why Advanced Ultrasonic Testing Is Redefining Industry Standards

Popular Stories

MicroRidge MobileCollect wireless measurement system

Before AI Can Help, the Data Has to Be Ready

a titanium diaphragm speaker driver

The One Thing Elon Gets Right Is Designed to Scare You

This image shows a person seated next to a Bobcat T66 compact track loader.

Supercharging Digital Gauging at Bobcat North America

2026 Quality Professional of the Year!

Events

June 4, 2026

Scaling Manufacturing Quality with Automation for Greater ROI

If you need to do more with the same resources or build a new tech foundation, this session shows where to start and how to create a more efficient, scalable, cost-conscious quality process.

June 9, 2026

Future-Proof your Quality Processes with Advanced 3D Optical CMM Technology

Discover how to effortlessly capture complex data, leverage true multi-sensor automation, and ensure continuous operation without creating inspection delays.

View All Submit An Event

Products

Lean Manufacturing and Service Fundamentals, Applications, and Case Studies

Lean Manufacturing and Service Fundamentals, Applications, and Case Studies

See More Products
Quality Podcast Channel Custom Content

Related Articles

  • Tektronix Achieves Two-Millionth Instrument Calibration

    See More
  • Morehouse Automated calibration

    Morehouse Instrument Automated Force Calibration System

    See More
  • Mitutoyo iChecker

    Mitutoyo Inspection Instrument for Indicators

    See More

Related Products

See More Products
  • Lean Six Sigma Using SigmaXL and Minitab

  • louis hannigan.jpg

    The Non-Idiot's Guide to ISO 9001:2015: Understanding and Using the Quality Management System Standard to your benefit

  • The Quality Calibration Handbook

See More Products

Related Directories

  • Matec Instrument Companies

    Matec Instrument Companies Inc. is an industry leader in providing superior nondestructive ultrasonic testing solutions. Matec services include applications testing; ultrasonic instruments; data collection and analysis software; mechanical, electrical, and electronic design; and machining and fabrication. Matec’s support services include installation and start-up, training, instrument calibration, and repair services.
  • Matec Instrument Companies Inc.

    Matec Instrument Companies Inc. is an industry leader in providing superior nondestructive ultrasonic testing solutions. Matec's full range of in-house services includes mechanical and electronic design, machining, fabrication, instrumentation and control, and data acquisition and analysis software. Support services include installation and start-up, training, instrument calibration, and repair services.
×

Stay in the know with Quality’s comprehensive coverage of
the manufacturing and metrology industries.

Newsletters | Website | eMagazine

JOIN TODAY!
  • RESOURCES
    • Advertise
    • Contact Us
    • Directories
    • Manufacturing Division
    • Store
    • Want More
  • SIGN UP TODAY
    • Create Account
    • eMagazine
    • Newsletters
    • Customer Service
    • Manage Preferences
  • SERVICES
    • Marketing Services
    • Market Research
    • Reprints
    • List Rental
    • Survey/Respondent Access
  • STAY CONNECTED
    • LinkedIn
    • Facebook
    • YouTube
    • X (Twitter)
  • PRIVACY
    • PRIVACY POLICY
    • TERMS & CONDITIONS
    • DO NOT SELL MY PERSONAL INFORMATION
    • PRIVACY REQUEST
    • ACCESSIBILITY

Copyright ©2026. All Rights Reserved BNP Media, Inc. and BNP Media II, LLC.

Design, CMS, Hosting & Web Development :: ePublishing