Accendo Reliability

Your Reliability Engineering Professional Development Site

  • Home
  • About
    • Contributors
    • About Us
    • Colophon
    • Survey
  • Reliability.fm
  • Articles
    • CRE Preparation Notes
    • NoMTBF
    • on Leadership & Career
      • Advanced Engineering Culture
      • ASQR&R
      • Engineering Leadership
      • Managing in the 2000s
      • Product Development and Process Improvement
    • on Maintenance Reliability
      • Aasan Asset Management
      • AI & Predictive Maintenance
      • Asset Management in the Mining Industry
      • CMMS and Maintenance Management
      • CMMS and Reliability
      • Conscious Asset
      • EAM & CMMS
      • Everyday RCM
      • History of Maintenance Management
      • Life Cycle Asset Management
      • Maintenance and Reliability
      • Maintenance Management
      • Plant Maintenance
      • Process Plant Reliability Engineering
      • RCM Blitz®
      • ReliabilityXperience
      • Rob’s Reliability Project
      • The Intelligent Transformer Blog
      • The People Side of Maintenance
      • The Reliability Mindset
    • on Product Reliability
      • Accelerated Reliability
      • Achieving the Benefits of Reliability
      • Apex Ridge
      • Field Reliability Data Analysis
      • Metals Engineering and Product Reliability
      • Musings on Reliability and Maintenance Topics
      • Product Validation
      • Reliability by Design
      • Reliability Competence
      • Reliability Engineering Insights
      • Reliability in Emerging Technology
      • Reliability Knowledge
    • on Risk & Safety
      • CERM® Risk Insights
      • Equipment Risk and Reliability in Downhole Applications
      • Operational Risk Process Safety
    • on Systems Thinking
      • Communicating with FINESSE
      • The RCA
    • on Tools & Techniques
      • Big Data & Analytics
      • Experimental Design for NPD
      • Innovative Thinking in Reliability and Durability
      • Inside and Beyond HALT
      • Inside FMEA
      • Institute of Quality & Reliability
      • Integral Concepts
      • Learning from Failures
      • Progress in Field Reliability?
      • R for Engineering
      • Reliability Engineering Using Python
      • Reliability Reflections
      • Statistical Methods for Failure-Time Data
      • Testing 1 2 3
      • The Manufacturing Academy
  • eBooks
  • Resources
    • Accendo Authors
    • FMEA Resources
    • Glossary
    • Feed Forward Publications
    • Openings
    • Books
    • Webinar Sources
    • Podcasts
  • Courses
    • Your Courses
    • Live Courses
      • Introduction to Reliability Engineering & Accelerated Testings Course Landing Page
      • Advanced Accelerated Testing Course Landing Page
    • Integral Concepts Courses
      • Reliability Analysis Methods Course Landing Page
      • Applied Reliability Analysis Course Landing Page
      • Statistics, Hypothesis Testing, & Regression Modeling Course Landing Page
      • Measurement System Assessment Course Landing Page
      • SPC & Process Capability Course Landing Page
      • Design of Experiments Course Landing Page
    • The Manufacturing Academy Courses
      • An Introduction to Reliability Engineering
      • Reliability Engineering Statistics
      • An Introduction to Quality Engineering
      • Quality Engineering Statistics
      • FMEA in Practice
      • Process Capability Analysis course
      • Root Cause Analysis and the 8D Corrective Action Process course
      • Return on Investment online course
    • Industrial Metallurgist Courses
    • FMEA courses Powered by The Luminous Group
    • Foundations of RCM online course
    • Reliability Engineering for Heavy Industry
    • How to be an Online Student
    • Quondam Courses
  • Calendar
    • Call for Papers Listing
    • Upcoming Webinars
    • Webinar Calendar
  • Login
    • Member Home
  • Barringer Process Reliability Introduction Course Landing Page
  • Upcoming Live Events
You are here: Home / Articles / Gozinto Theory and Parts’ Installed Base

by Larry George Leave a Comment

Gozinto Theory and Parts’ Installed Base

Gozinto Theory and Parts’ Installed Base

Andrew Vázsonyi led an interesting life. He collaborated with mathematician Paul Erdös, he was co-founder of The Institute of Management Sciences, and he wrote “Which Door has the Cadillac: Adventures of a Real-Life Mathematician”. Around 1970, Andrew Vázsonyi interviewed for a teaching job in Sauder School of Business, University of British Columbia. During the job interview, he taught us Gozinto Theory.

“Gozinto Matrix (Cacography of ‘goes into’): Matrix with a row for each part and a column for each next assembly and final product. Used to determine which parts (purchased or produced) are most relevant for the production system. This was created by the mathematician Andrew Vazsonyi, who credited as the source a fictitious Italian mathematician Zepartzat Gozinto, which means nothing else than ‘The Part that Goes Into’.” [https://www.allaboutlean.com/lean-glossary/]

If you don’t track parts’ lives by name and serial number, you need parts’ installed base to estimate their field reliability. How many service parts go into your products’ installed base? How old are they?

Apple Computer required the returns of failed parts so that we could try to figure out why they failed. For reliability estimation, I needed to convert Apple’s products’ installed base by age (sales) into parts’ installed base: HDDs, floppy disk drives, power supply, mother board, and other bits. BoMs that told me how many of each part went into each computer sold. With products’ installed base and parts’ returns counts by month, I made nonparametric estimates of all service parts’ field reliability and failure rate functions. I admit that I had to get Apple products’ installed base from industry publications.

Triad Systems Corp. (now www.epicor.com) sold software and computers to aftermarket auto parts stores. Triad collected two years of monthly parts’ sales data by store and zip code using a modem (US patent #5765143!). Triad also sold “catalogs,” which listed which vehicles parts go into and how many by year, make, model, and engine. Triad bought vehicle installed base by zip code from R. L. Polk & Company. I made nonparametric age-specific reliability estimates of auto parts, forecast parts’ demands by store and month, and recommended stock levels for stores’ service levels. If your auto parts store didn’t have the part you needed, it could have been my fault.

Compute Parts’ Installed Base by age

Excel workbook Gozinto.xls contains the following example; get it from  https://sites.google.com/site/fieldreliability/home/files-workbooks-etc/.

Table 1. Next assembly matrix N: products in columns B and C, parts in rows 2-5

Part Product 1 Product 2
A 2 1
B 1 2
C 0 3
D 1 4

 

Table 2. Product installed base by month shipped (Rows 12-13 in Gozinto.xls) including estimates of their monthly averages, variances, and covariances.

Month Product 1 Product 2 Average Covariance Matrix
Jan. 11 13 12 4 5
Feb. 21 14 17 5 25
Correlation 0.50

 

Table 3. Product installed base. Rows contain parts’ installed base by month

Part Jan Feb
A 35 56
B 37 49
C 39 42
D 63 77

 

For example, part C is used only in product 2, 3 times. Product 2 sold 13 in January, so table 3 shows part C sold 39 in January. For example, part A is required twice for product one and once for product 2. The January demands for product 1 and 2 are 11 and 13 , so the January installed base for part A is 11*2+13*1 = 22+13 = 35.

Table 4. Formulas for table 3 is same in all 8 cells: Excel parentheses {.} and control-shift-enter puts results in appropriate cells.

Part Jan. Feb
A =MMULT(B2:C5,TRANSPOSE(B12:C13)) =MMULT(B2:C5,TRANSPOSE(B12:C13))
B =MMULT(B2:C5,TRANSPOSE(B12:C13)) =MMULT(B2:C5,TRANSPOSE(B12:C13))
C =MMULT(B2:C5,TRANSPOSE(B12:C13)) =MMULT(B2:C5,TRANSPOSE(B12:C13))
D =MMULT(B2:C5,TRANSPOSE(B12:C13)) =MMULT(B2:C5,TRANSPOSE(B12:C13))

 

What is the Distribution of Parts’ installed base?

See the product ships average and variance-covariance matrix in table 2? Those parameter values could have been estimated from past demands, regression,  subjective estimates, or comparable parts. What for?

Would you like to forecast the demand for parts? Expected demand is estimated by the actuarial forecast, SUM[n(s)a(t-s), s=1,2,…,t], where n(s) is the installed base of age s, a(t-s) is the corresponding actuarial failure rate estimate, and t is the period of the forecast.

Would you like to estimate a part’s demand distribution P[SUM[n(s)D(t-s])<=n] for stock level recommendations, fill rates, and service levels? (D(t-s) is the random demand rate for part of age t-s.) A “prediction” or “tolerance limit” on demand is an upper confidence limit on future demand. Table 3 of spreadsheet Gozintos.xls computes the mean and covariance matrix of a part’s demands in table 2 above, so that you could approximate random part installed base distribution with a normal or lognormal distribution.

Would like to estimate a multivariate demand distribution for ordering stocks of related parts simultaneously, for optimal opportunistic maintenance, or for recommending customers who buy part X should also buy part Y? Table 4 of spreadsheet Gozintos.xls asks for proposed stock levels of parts A, B, C, and D to simulate the probability of any stockouts.

References

Andrew Vázsonyi – Wikipedia/

Paul Erdős – Wikipedia


*Accendo Reliability participates in the Amazon Services LLC Associates Program. This affiliate advertising program provides a way for sites to earn a commission on links to Amazon. As an Amazon Associate, I earn from qualifying purchases. In short, this means when you buy something on Amazon after following a link from this site, we get a small percentage of its price. This helps support Accendo Reliability by offsetting a portion of the cost to maintain the site. And, your support is much appreciated.

Filed Under: Articles, on Tools & Techniques, Progress in Field Reliability?

About Larry George

UCLA engineer and MBA, UC Berkeley Ph.D. in Industrial Engineering and Operations Research with minor in statistics. I taught for 11+ years, worked for Lawrence Livermore Lab for 11 years, and have worked in the real world solving problems ever since for anyone who asks. Employed by or contracted to Apple Computer, Applied Materials, Abbott Diagnostics, EPRI, Triad Systems (now http://www.epicor.com), and many others. Now working on actuarial forecasting, survival analysis, transient Markov, epidemiology, and their applications: epidemics, randomized clinical trials, availability, risk-based inspection, Statistical Reliability Control, and DoE for risk equity.

« How do I Choose the Appropriate Type of Control Chart?
How To Use CMMS To Supplement Root Cause Analysis »

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Articles by Larry George
in the Progress in Field Reliability? article series

Join Accendo

Receive information and updates about articles and many other resources offered by Accendo Reliability by becoming a member.

It’s free and only takes a minute.

Join Today

Recent Articles

  • Gremlins today
  • The Power of Vision in Leadership and Organizational Success
  • 3 Types of MTBF Stories
  • ALT: An in Depth Description
  • Project Email Economics

© 2025 FMS Reliability · Privacy Policy · Terms of Service · Cookies Policy