4
Most read
5
Most read
22
Most read
An Introduction to Weibull
Analysis (威布尔分析引论)
Rong Pan
©2014 ASQ
http://www.asqrd.org
RONG PA N
ASSOCIATE PROFESSOR
A RIZONA ST A T E U NIVERSIT Y
EM A IL: RONG.PA N@ A SU .EDU
An Introduction to Weibull
Analysis
Outlines
4/12/2014Webinar for ASQ Reliability Division
3
 Objectives
 To understand Weibull distribution
 To be able to use Weibull plot for failure time analysis and
diagnosis
 To be able to use software to do data analysis
 Organization
 Distribution model
 Parameter estimation
 Regression analysis
A Little Bit of History
4/12/2014Webinar for ASQ Reliability Division
4
 Waloddi Weibull (1887-1979)
 Invented Weibull distribution in 1937
 Publication in 1951
 A statistical distribution function of wide
applicability, Journal of Mechanics, ASME,
September 1951, pp. 293-297.
 Was professor at the Royal Institute of
Technology, Sweden
 Research funded by U.S. Air Force
Weibull Distribution
4/12/2014Webinar for ASQ Reliability Division
5
 A typical Weibull distribution function has two
parameters
 Scale parameter (characteristic life)
 Shape parameter
 A different parameterization
 Intrinsic failure rate
 Common in survival analysis
 3-parameter Weibull distribution
 Mean time to failure
 Percentile of a distribution
 “B” life or “L” life




 














t
e
t
tf
1
)(
.0,,0,1)( 










tetF
t

t
etF 
1)(








 


t
etF 1)(
)/11(  MTTF
Functions Related to Reliability
4/12/2014Webinar for ASQ Reliability Division
6
 Define reliability
 Is the probability of life time longer than t
 Hazard function and Cumulative hazard
function
 Bathtub curve
)(1)(1)()( tFtTPtTPtR 
)(
)(
)(
tR
tf
th  
t
dxxhtH
0
)()( )(
)( tH
etR 

Time
Hazard
Understanding Hazard Function
4/12/2014Webinar for ASQ Reliability Division
7
 Instantaneous failure
 Is a function of time
 Weibull hazard could be
either increasing function of
time or decreasing function
of time
 Depending on shape
parameter
 Shape parameter <1 implies
infant mortality
 =1 implies random failures
 Between 1 and 4, early wear
out
 >4, rapid wear out
Connection to Other Distributions
4/12/2014Webinar for ASQ Reliability Division
8
 When shape parameter = 1
 Exponential distribution
 When shape parameter is known
 Let , then Y has an exponential distribution
 Extreme value distribution
 Concerns with the largest or smallest of a set of random
variables
 Let , then Y has a smallest extreme value
distribution
 Good for modeling “the weakest link in a system”

TY 
TY log
Weibull Plot
4/12/2014Webinar for ASQ Reliability Division
9
 Rectification of Weibull distribution
 If we plot the right hand side vs. log failure time, then we
have a straight line
 The slope is the shape parameter
 The intercept at t=1 is
 Characteristic life
 When the right hand side equals to 0, t=characteristic
life
 F(t)=1-1/e=0.63
 At the characteristic life, the failure probability does not
depend on the shape parameter
   loglog))(1log(log  ttF
 log
Weibull Plot Example
4/12/2014Webinar for ASQ Reliability Division
10
 A complementary
log-log vs log plot
paper
 Estimate failure
probability (Y) by
median rank
method
 Regress X on Y
 Find
characteristic life
and “B” life on the
plot
Complete Data
4/12/2014Webinar for ASQ Reliability Division
11
 Order failure times from smallest to largest
 Check median rank table for Y
 Calculation of rank table uses binomial distribution
 Y is found by setting the cumulative binomial function
equal to 0.5 for each value of sequence number
 Can be generated in Excel by BETAINV(0.5,J,N-J+1)
 J is the rank order
 N is sample size
 By Bernard’s approximation
Order
number
Failure
time
Median rank %
(Y)
1 30 12.94
2 49 31.38
3 82 50.00
4 90 68.62
5 96 87.06
)4.0/()3.0(  NJY
Censored Data
4/12/2014Webinar for ASQ Reliability Division
12
 Compute reverse rank
 Compute adjusted rank
 Adjusted rank = (reverse rank * previous adjusted rank
+N+1)/(reverse rank+1)
 Find the median rank
Rank Time Reverse rank Adjusted
rank
Median rank
%
1 10S 8 Suspended
2 30F 7 1.125 9.8
3 45S 6 Suspended
4 49F 5 2.438 25.5
5 82F 4 3.750 41.1
6 90F 3 5.063 56.7
7 96F 2 6.375 72.3
8 100S 1 suspended
Diagnosis using Weibull Plot
4/12/2014Webinar for ASQ Reliability Division
13
 Small sample uncertainty
Diagnosis using Weibull Plot
4/12/2014Webinar for ASQ Reliability Division
14
 Low failure times
Diagnosis using Weibull Plot
4/12/2014Webinar for ASQ Reliability Division
15
 Effect of suspensions
Diagnosis using Weibull Plot
4/12/2014Webinar for ASQ Reliability Division
16
 Effect of outlier
Diagnosis using Weibull Plot
4/12/2014Webinar for ASQ Reliability Division
17
 Initial time correction
Diagnosis using Weibull Plot
4/12/2014Webinar for ASQ Reliability Division
18
 Multiple failure modes
Maximum Likelihood Estimation
4/12/2014Webinar for ASQ Reliability Division
19
 Maximum likelihood estimation (MLE)
 Likelihood function
 Find the parameter estimate such that the chance of having such failure
time data is maximized
 Contribution from each observation to likelihood function
 Exact failure time
 Failure density function
 Right censored observation
 Reliability function
 Left censored observation
 Failure function
 Interval censored observation
 Difference of failure functions
)(tR
)(tF
)()( 
 tFtF
)(tf
Plot by Software
4/12/2014Webinar for ASQ Reliability Division
20
 Minitab
 Stat  Reliability/Survival  Distribution analysis  Parametric
distribution analysis
 JMP
 Analyze  Reliability and Survival  Life distribution
 R
 Needs R codes such as
 data <- c(….)
 n <- length(data)
 plot(data, log(-log(1-ppoints(n,a=0.5))), log=“x”, axes=FALSE,
frame.plot=TRUE, xlab=“time”, ylab=“probability”)
 Estimation of scale and shape parameters can also be found by
 res <- survreg(Surv(data) ~1, dist=“weibull”)
 theta <- exp(res$coefficient)
 alpha <- 1/res$scale
Compare to Other Distributions
4/12/2014Webinar for ASQ Reliability Division
21
 Choose a distribution model
 Fit multiple distribution models
 Criteria (smaller the better)
 Negative log-likelihood values
 AICc (corrected Akaike’s information criterion)
 BIC (Baysian information criterion)
Weibull Regression
4/12/2014Webinar for ASQ Reliability Division
22
 When there is an explanatory variable
(regressor)
 Stress variable in the accelerated life testing (ALT)
model
 Shape parameter of Weibull distribution is often
assumed fixed
 Scale parameter is changed by regressor
 Typically a log-linear function is assumed
 Implementation in Software
Final Remarks
4/12/2014Webinar for ASQ Reliability Division
23
 Weibull distribution
 2 parameters
 3 parameters
 Shape of hazard function
 Different stages of bathtub curve
 Weibull plot
 Find the parameter estimation
 Interpretation

More Related Content

PDF
Weibull analysis introduction
PPT
Reliability and Safety
PDF
Design For Reliability
PPT
Reliabilty
PPTX
basic concepts of reliability
PDF
Fundamentals of reliability engineering and applications part3of3
PDF
405_02_Montgomery_Introduction-to-statistical-quality-control-7th-edtition-20...
PPTX
Maintenance Performance Evaluation
Weibull analysis introduction
Reliability and Safety
Design For Reliability
Reliabilty
basic concepts of reliability
Fundamentals of reliability engineering and applications part3of3
405_02_Montgomery_Introduction-to-statistical-quality-control-7th-edtition-20...
Maintenance Performance Evaluation

What's hot (20)

PDF
PDF
Weibull Distribution
PPTX
PDF
overview of reliability engineering
PPTX
Process Capability
PDF
We just had a failure will weibull analysis help
PPTX
Control charts (p np c u)
PDF
Fundamentals of reliability engineering and applications part2of3
PPTX
Reliability engineering chapter-1csi
PPT
Ch13 Reliability
PPTX
Reliability engineering ppt-Internship
PDF
Fundamentals of reliability engineering and applications part1of3
PPT
Acceptance sampling
PPTX
Acceptance sampling
PPTX
Control chart for variables
PPTX
Operating characteristic curves
PPTX
Measurement System Analysis (MSA)
PDF
Lecture 14 cusum and ewma
PPT
Control chart ppt
PDF
Predicting product life using reliability analysis methods
Weibull Distribution
overview of reliability engineering
Process Capability
We just had a failure will weibull analysis help
Control charts (p np c u)
Fundamentals of reliability engineering and applications part2of3
Reliability engineering chapter-1csi
Ch13 Reliability
Reliability engineering ppt-Internship
Fundamentals of reliability engineering and applications part1of3
Acceptance sampling
Acceptance sampling
Control chart for variables
Operating characteristic curves
Measurement System Analysis (MSA)
Lecture 14 cusum and ewma
Control chart ppt
Predicting product life using reliability analysis methods
Ad

Viewers also liked (20)

PPT
Weibull presentation
PDF
Using microsoft excel for weibull analysis
PPTX
Reliability Distributions
PPTX
Forecasting warranty returns with Wiebull Fit
PDF
Impact of censored data on reliability analysis
PPTX
17.3 The end of an asset’s “useful life”
PPSX
Presentation1
PPT
PPS
Failure diagnostic
PDF
ENRE 642 Reliability Engineering Management course flyer
PDF
The proper analysis approach for life data
PPT
PPT
PDF
Introduction to probability distributions-Statistics and probability analysis
PDF
On Duty Cycle Concept in Reliability
PDF
Advanced Methods for ULS and FLS
PPTX
an analysis of wind energy potential using weibull distribution
PDF
CMMI-DEV 1.3 Tool (checklist)
PDF
Application of survival data analysis introduction and discussion
PDF
Survival Analysis of Web Users
Weibull presentation
Using microsoft excel for weibull analysis
Reliability Distributions
Forecasting warranty returns with Wiebull Fit
Impact of censored data on reliability analysis
17.3 The end of an asset’s “useful life”
Presentation1
Failure diagnostic
ENRE 642 Reliability Engineering Management course flyer
The proper analysis approach for life data
Introduction to probability distributions-Statistics and probability analysis
On Duty Cycle Concept in Reliability
Advanced Methods for ULS and FLS
an analysis of wind energy potential using weibull distribution
CMMI-DEV 1.3 Tool (checklist)
Application of survival data analysis introduction and discussion
Survival Analysis of Web Users
Ad

Similar to An introduction to weibull analysis (20)

PDF
Using Microsoft Excel for Weibull Analysis by William Dorner
PPT
reliability workshop
PDF
Weibull Distribution and Reliability of Ceramics
PDF
How to perform a Weibull analysis infographic
PDF
RME-085_TQM Unit-4 Part 3
PPTX
Reliability Engineering intro.pptx
PPT
Reliability_Chapter_ presentation 1221.5784
PPTX
Reliability engineering chapter-2 reliability of systems
PDF
Complex conjugate history of reliability
DOCX
Measures and Strengths of AssociationRemember that while w.docx
PPTX
Cost optimized reliability test planning rev 7
PPT
Section 3 f.ppt
PDF
RME-085_TQM_Unit-4 (Part-2)
PPTX
Seminar presentation on reliability
PPTX
Reliability.pptx related to quality related
PDF
Comparing the methods of Estimation of Three-Parameter Weibull distribution
PDF
Impact_Map_Intro_To_Avail_Modeling_With_Weibull
PDF
ICAF 2007 - On the Selection of Test Factors for the Determination of Safe Life
PDF
STRUCTURAL RELIABILITY ASSESSMENT WITH STOCHASTIC PARAMETERS
DOCX
NOT ENOUGH SAMPLES FOR RELIABILITY?
Using Microsoft Excel for Weibull Analysis by William Dorner
reliability workshop
Weibull Distribution and Reliability of Ceramics
How to perform a Weibull analysis infographic
RME-085_TQM Unit-4 Part 3
Reliability Engineering intro.pptx
Reliability_Chapter_ presentation 1221.5784
Reliability engineering chapter-2 reliability of systems
Complex conjugate history of reliability
Measures and Strengths of AssociationRemember that while w.docx
Cost optimized reliability test planning rev 7
Section 3 f.ppt
RME-085_TQM_Unit-4 (Part-2)
Seminar presentation on reliability
Reliability.pptx related to quality related
Comparing the methods of Estimation of Three-Parameter Weibull distribution
Impact_Map_Intro_To_Avail_Modeling_With_Weibull
ICAF 2007 - On the Selection of Test Factors for the Determination of Safe Life
STRUCTURAL RELIABILITY ASSESSMENT WITH STOCHASTIC PARAMETERS
NOT ENOUGH SAMPLES FOR RELIABILITY?

More from ASQ Reliability Division (20)

PDF
A Proposal for an Alternative to MTBF/MTTF
PDF
Thermodynamic Reliability
PDF
Root Cause Analysis: Think Again! - by Kevin Stewart
PDF
Dynamic vs. Traditional Probabilistic Risk Assessment Methodologies - by Huai...
PDF
Efficient Reliability Demonstration Tests - by Guangbin Yang
PDF
Reliability Modeling Using Degradation Data - by Harry Guo
PDF
Reliability Division Webinar Series - Innovation: Quality for Tomorrow
PDF
A multi phase decision on reliability growth with latent failure modes
PDF
Reliably Solving Intractable Problems
PDF
Reliably producing breakthroughs
PDF
ASQ RD Webinar: Design for reliability a roadmap for design robustness
PPTX
ASQ RD Webinar: Improved QFN Reliability Process
PPTX
Data Acquisition: A Key Challenge for Quality and Reliability Improvement
PPT
A Novel View of Applying FMECA to Software Engineering
PPT
Astr2013 tutorial by mike silverman of ops a la carte 40 years of halt, wha...
PDF
Comparing Individual Reliability to Population Reliability for Aging Systems
PDF
2013 asq field data analysis & statistical warranty forecasting
PPTX
Plan a more effective rdt
PPTX
Introduction to Vibration Qualification Testing
PDF
Robust design and reliability engineering synergy webinar 2013 04 10
A Proposal for an Alternative to MTBF/MTTF
Thermodynamic Reliability
Root Cause Analysis: Think Again! - by Kevin Stewart
Dynamic vs. Traditional Probabilistic Risk Assessment Methodologies - by Huai...
Efficient Reliability Demonstration Tests - by Guangbin Yang
Reliability Modeling Using Degradation Data - by Harry Guo
Reliability Division Webinar Series - Innovation: Quality for Tomorrow
A multi phase decision on reliability growth with latent failure modes
Reliably Solving Intractable Problems
Reliably producing breakthroughs
ASQ RD Webinar: Design for reliability a roadmap for design robustness
ASQ RD Webinar: Improved QFN Reliability Process
Data Acquisition: A Key Challenge for Quality and Reliability Improvement
A Novel View of Applying FMECA to Software Engineering
Astr2013 tutorial by mike silverman of ops a la carte 40 years of halt, wha...
Comparing Individual Reliability to Population Reliability for Aging Systems
2013 asq field data analysis & statistical warranty forecasting
Plan a more effective rdt
Introduction to Vibration Qualification Testing
Robust design and reliability engineering synergy webinar 2013 04 10

Recently uploaded (20)

PDF
INTERSPEECH 2025 「Recent Advances and Future Directions in Voice Conversion」
PPTX
AI IN MARKETING- PRESENTED BY ANWAR KABIR 1st June 2025.pptx
PDF
Dell Pro Micro: Speed customer interactions, patient processing, and learning...
PDF
Enhancing plagiarism detection using data pre-processing and machine learning...
DOCX
search engine optimization ppt fir known well about this
PDF
Transform-Your-Supply-Chain-with-AI-Driven-Quality-Engineering.pdf
PPTX
future_of_ai_comprehensive_20250822032121.pptx
PPT
Galois Field Theory of Risk: A Perspective, Protocol, and Mathematical Backgr...
PDF
Taming the Chaos: How to Turn Unstructured Data into Decisions
PDF
CXOs-Are-you-still-doing-manual-DevOps-in-the-age-of-AI.pdf
PDF
Comparative analysis of machine learning models for fake news detection in so...
PDF
Transform-Your-Factory-with-AI-Driven-Quality-Engineering.pdf
PDF
Transform-Your-Streaming-Platform-with-AI-Driven-Quality-Engineering.pdf
PDF
Rapid Prototyping: A lecture on prototyping techniques for interface design
PDF
Improvisation in detection of pomegranate leaf disease using transfer learni...
PDF
giants, standing on the shoulders of - by Daniel Stenberg
PPTX
GROUP4NURSINGINFORMATICSREPORT-2 PRESENTATION
PDF
Produktkatalog für HOBO Datenlogger, Wetterstationen, Sensoren, Software und ...
PPTX
MuleSoft-Compete-Deck for midddleware integrations
PDF
Lung cancer patients survival prediction using outlier detection and optimize...
INTERSPEECH 2025 「Recent Advances and Future Directions in Voice Conversion」
AI IN MARKETING- PRESENTED BY ANWAR KABIR 1st June 2025.pptx
Dell Pro Micro: Speed customer interactions, patient processing, and learning...
Enhancing plagiarism detection using data pre-processing and machine learning...
search engine optimization ppt fir known well about this
Transform-Your-Supply-Chain-with-AI-Driven-Quality-Engineering.pdf
future_of_ai_comprehensive_20250822032121.pptx
Galois Field Theory of Risk: A Perspective, Protocol, and Mathematical Backgr...
Taming the Chaos: How to Turn Unstructured Data into Decisions
CXOs-Are-you-still-doing-manual-DevOps-in-the-age-of-AI.pdf
Comparative analysis of machine learning models for fake news detection in so...
Transform-Your-Factory-with-AI-Driven-Quality-Engineering.pdf
Transform-Your-Streaming-Platform-with-AI-Driven-Quality-Engineering.pdf
Rapid Prototyping: A lecture on prototyping techniques for interface design
Improvisation in detection of pomegranate leaf disease using transfer learni...
giants, standing on the shoulders of - by Daniel Stenberg
GROUP4NURSINGINFORMATICSREPORT-2 PRESENTATION
Produktkatalog für HOBO Datenlogger, Wetterstationen, Sensoren, Software und ...
MuleSoft-Compete-Deck for midddleware integrations
Lung cancer patients survival prediction using outlier detection and optimize...

An introduction to weibull analysis

  • 1. An Introduction to Weibull Analysis (威布尔分析引论) Rong Pan ©2014 ASQ http://www.asqrd.org
  • 2. RONG PA N ASSOCIATE PROFESSOR A RIZONA ST A T E U NIVERSIT Y EM A IL: RONG.PA N@ A SU .EDU An Introduction to Weibull Analysis
  • 3. Outlines 4/12/2014Webinar for ASQ Reliability Division 3  Objectives  To understand Weibull distribution  To be able to use Weibull plot for failure time analysis and diagnosis  To be able to use software to do data analysis  Organization  Distribution model  Parameter estimation  Regression analysis
  • 4. A Little Bit of History 4/12/2014Webinar for ASQ Reliability Division 4  Waloddi Weibull (1887-1979)  Invented Weibull distribution in 1937  Publication in 1951  A statistical distribution function of wide applicability, Journal of Mechanics, ASME, September 1951, pp. 293-297.  Was professor at the Royal Institute of Technology, Sweden  Research funded by U.S. Air Force
  • 5. Weibull Distribution 4/12/2014Webinar for ASQ Reliability Division 5  A typical Weibull distribution function has two parameters  Scale parameter (characteristic life)  Shape parameter  A different parameterization  Intrinsic failure rate  Common in survival analysis  3-parameter Weibull distribution  Mean time to failure  Percentile of a distribution  “B” life or “L” life                     t e t tf 1 )( .0,,0,1)(            tetF t  t etF  1)(             t etF 1)( )/11(  MTTF
  • 6. Functions Related to Reliability 4/12/2014Webinar for ASQ Reliability Division 6  Define reliability  Is the probability of life time longer than t  Hazard function and Cumulative hazard function  Bathtub curve )(1)(1)()( tFtTPtTPtR  )( )( )( tR tf th   t dxxhtH 0 )()( )( )( tH etR   Time Hazard
  • 7. Understanding Hazard Function 4/12/2014Webinar for ASQ Reliability Division 7  Instantaneous failure  Is a function of time  Weibull hazard could be either increasing function of time or decreasing function of time  Depending on shape parameter  Shape parameter <1 implies infant mortality  =1 implies random failures  Between 1 and 4, early wear out  >4, rapid wear out
  • 8. Connection to Other Distributions 4/12/2014Webinar for ASQ Reliability Division 8  When shape parameter = 1  Exponential distribution  When shape parameter is known  Let , then Y has an exponential distribution  Extreme value distribution  Concerns with the largest or smallest of a set of random variables  Let , then Y has a smallest extreme value distribution  Good for modeling “the weakest link in a system”  TY  TY log
  • 9. Weibull Plot 4/12/2014Webinar for ASQ Reliability Division 9  Rectification of Weibull distribution  If we plot the right hand side vs. log failure time, then we have a straight line  The slope is the shape parameter  The intercept at t=1 is  Characteristic life  When the right hand side equals to 0, t=characteristic life  F(t)=1-1/e=0.63  At the characteristic life, the failure probability does not depend on the shape parameter    loglog))(1log(log  ttF  log
  • 10. Weibull Plot Example 4/12/2014Webinar for ASQ Reliability Division 10  A complementary log-log vs log plot paper  Estimate failure probability (Y) by median rank method  Regress X on Y  Find characteristic life and “B” life on the plot
  • 11. Complete Data 4/12/2014Webinar for ASQ Reliability Division 11  Order failure times from smallest to largest  Check median rank table for Y  Calculation of rank table uses binomial distribution  Y is found by setting the cumulative binomial function equal to 0.5 for each value of sequence number  Can be generated in Excel by BETAINV(0.5,J,N-J+1)  J is the rank order  N is sample size  By Bernard’s approximation Order number Failure time Median rank % (Y) 1 30 12.94 2 49 31.38 3 82 50.00 4 90 68.62 5 96 87.06 )4.0/()3.0(  NJY
  • 12. Censored Data 4/12/2014Webinar for ASQ Reliability Division 12  Compute reverse rank  Compute adjusted rank  Adjusted rank = (reverse rank * previous adjusted rank +N+1)/(reverse rank+1)  Find the median rank Rank Time Reverse rank Adjusted rank Median rank % 1 10S 8 Suspended 2 30F 7 1.125 9.8 3 45S 6 Suspended 4 49F 5 2.438 25.5 5 82F 4 3.750 41.1 6 90F 3 5.063 56.7 7 96F 2 6.375 72.3 8 100S 1 suspended
  • 13. Diagnosis using Weibull Plot 4/12/2014Webinar for ASQ Reliability Division 13  Small sample uncertainty
  • 14. Diagnosis using Weibull Plot 4/12/2014Webinar for ASQ Reliability Division 14  Low failure times
  • 15. Diagnosis using Weibull Plot 4/12/2014Webinar for ASQ Reliability Division 15  Effect of suspensions
  • 16. Diagnosis using Weibull Plot 4/12/2014Webinar for ASQ Reliability Division 16  Effect of outlier
  • 17. Diagnosis using Weibull Plot 4/12/2014Webinar for ASQ Reliability Division 17  Initial time correction
  • 18. Diagnosis using Weibull Plot 4/12/2014Webinar for ASQ Reliability Division 18  Multiple failure modes
  • 19. Maximum Likelihood Estimation 4/12/2014Webinar for ASQ Reliability Division 19  Maximum likelihood estimation (MLE)  Likelihood function  Find the parameter estimate such that the chance of having such failure time data is maximized  Contribution from each observation to likelihood function  Exact failure time  Failure density function  Right censored observation  Reliability function  Left censored observation  Failure function  Interval censored observation  Difference of failure functions )(tR )(tF )()(   tFtF )(tf
  • 20. Plot by Software 4/12/2014Webinar for ASQ Reliability Division 20  Minitab  Stat  Reliability/Survival  Distribution analysis  Parametric distribution analysis  JMP  Analyze  Reliability and Survival  Life distribution  R  Needs R codes such as  data <- c(….)  n <- length(data)  plot(data, log(-log(1-ppoints(n,a=0.5))), log=“x”, axes=FALSE, frame.plot=TRUE, xlab=“time”, ylab=“probability”)  Estimation of scale and shape parameters can also be found by  res <- survreg(Surv(data) ~1, dist=“weibull”)  theta <- exp(res$coefficient)  alpha <- 1/res$scale
  • 21. Compare to Other Distributions 4/12/2014Webinar for ASQ Reliability Division 21  Choose a distribution model  Fit multiple distribution models  Criteria (smaller the better)  Negative log-likelihood values  AICc (corrected Akaike’s information criterion)  BIC (Baysian information criterion)
  • 22. Weibull Regression 4/12/2014Webinar for ASQ Reliability Division 22  When there is an explanatory variable (regressor)  Stress variable in the accelerated life testing (ALT) model  Shape parameter of Weibull distribution is often assumed fixed  Scale parameter is changed by regressor  Typically a log-linear function is assumed  Implementation in Software
  • 23. Final Remarks 4/12/2014Webinar for ASQ Reliability Division 23  Weibull distribution  2 parameters  3 parameters  Shape of hazard function  Different stages of bathtub curve  Weibull plot  Find the parameter estimation  Interpretation