SlideShare a Scribd company logo
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

What's hot

Accelerated life testing
Accelerated life testingAccelerated life testing
Accelerated life testing
Steven Li
 
Fundamentals of reliability engineering and applications part1of3
Fundamentals of reliability engineering and applications part1of3Fundamentals of reliability engineering and applications part1of3
Fundamentals of reliability engineering and applications part1of3
ASQ Reliability Division
 
Fundamentals of reliability engineering and applications part3of3
Fundamentals of reliability engineering and applications part3of3Fundamentals of reliability engineering and applications part3of3
Fundamentals of reliability engineering and applications part3of3
ASQ Reliability Division
 
Reliability engineering chapter-2 reliability of systems
Reliability engineering chapter-2 reliability of systemsReliability engineering chapter-2 reliability of systems
Reliability engineering chapter-2 reliability of systems
Charlton Inao
 
Fundamentals of reliability engineering and applications part2of3
Fundamentals of reliability engineering and applications part2of3Fundamentals of reliability engineering and applications part2of3
Fundamentals of reliability engineering and applications part2of3
ASQ Reliability Division
 
Design For Reliability
Design For ReliabilityDesign For Reliability
Design For Reliability
Hilaire (Ananda) Perera P.Eng.
 
Weibull analysis 2
Weibull analysis  2Weibull analysis  2
Weibull analysis 2
ABHIJIT SHINDE
 
Reliability Distributions
Reliability DistributionsReliability Distributions
Reliability Distributions
Accendo Reliability
 
Application of survival data analysis introduction and discussion
Application of survival data analysis  introduction and discussionApplication of survival data analysis  introduction and discussion
Application of survival data analysis introduction and discussion
ASQ Reliability Division
 
DFR a case study using a physics of failure
DFR a case study using a physics of failure DFR a case study using a physics of failure
DFR a case study using a physics of failure
ASQ Reliability Division
 
Design for Reliability (DfR) Seminar
Design for Reliability (DfR) SeminarDesign for Reliability (DfR) Seminar
Design for Reliability (DfR) Seminar
Accendo Reliability
 
Reliabilty
ReliabiltyReliabilty
Reliabilty
Meenakshi Singh
 
Design for reliability
Design for reliabilityDesign for reliability
Design for reliability
Matthew Clemens
 
Introdution to POF reliability methods
Introdution to POF reliability methodsIntrodution to POF reliability methods
Introdution to POF reliability methods
ASQ Reliability Division
 
Reliability
ReliabilityReliability
Forecasting warranty returns with Wiebull Fit
Forecasting warranty returns with Wiebull FitForecasting warranty returns with Wiebull Fit
Forecasting warranty returns with Wiebull Fit
Tonda MacLeod
 
Process Capability - Cp, Cpk. Pp, Ppk
Process Capability - Cp, Cpk. Pp, Ppk Process Capability - Cp, Cpk. Pp, Ppk
Process Capability - Cp, Cpk. Pp, Ppk
J. García - Verdugo
 
Reliability engineering ppt-Internship
Reliability engineering ppt-InternshipReliability engineering ppt-Internship
Reliability engineering ppt-Internship
Turbo Energy Limited(a unit of TVS group)
 
Ch13 Reliability
Ch13  ReliabilityCh13  Reliability
Ch13 Reliability
zacksazu
 
Statistical Process Control,Control Chart and Process Capability
Statistical Process Control,Control Chart and Process CapabilityStatistical Process Control,Control Chart and Process Capability
Statistical Process Control,Control Chart and Process Capability
vaidehishah25
 

What's hot (20)

Accelerated life testing
Accelerated life testingAccelerated life testing
Accelerated life testing
 
Fundamentals of reliability engineering and applications part1of3
Fundamentals of reliability engineering and applications part1of3Fundamentals of reliability engineering and applications part1of3
Fundamentals of reliability engineering and applications part1of3
 
Fundamentals of reliability engineering and applications part3of3
Fundamentals of reliability engineering and applications part3of3Fundamentals of reliability engineering and applications part3of3
Fundamentals of reliability engineering and applications part3of3
 
Reliability engineering chapter-2 reliability of systems
Reliability engineering chapter-2 reliability of systemsReliability engineering chapter-2 reliability of systems
Reliability engineering chapter-2 reliability of systems
 
Fundamentals of reliability engineering and applications part2of3
Fundamentals of reliability engineering and applications part2of3Fundamentals of reliability engineering and applications part2of3
Fundamentals of reliability engineering and applications part2of3
 
Design For Reliability
Design For ReliabilityDesign For Reliability
Design For Reliability
 
Weibull analysis 2
Weibull analysis  2Weibull analysis  2
Weibull analysis 2
 
Reliability Distributions
Reliability DistributionsReliability Distributions
Reliability Distributions
 
Application of survival data analysis introduction and discussion
Application of survival data analysis  introduction and discussionApplication of survival data analysis  introduction and discussion
Application of survival data analysis introduction and discussion
 
DFR a case study using a physics of failure
DFR a case study using a physics of failure DFR a case study using a physics of failure
DFR a case study using a physics of failure
 
Design for Reliability (DfR) Seminar
Design for Reliability (DfR) SeminarDesign for Reliability (DfR) Seminar
Design for Reliability (DfR) Seminar
 
Reliabilty
ReliabiltyReliabilty
Reliabilty
 
Design for reliability
Design for reliabilityDesign for reliability
Design for reliability
 
Introdution to POF reliability methods
Introdution to POF reliability methodsIntrodution to POF reliability methods
Introdution to POF reliability methods
 
Reliability
ReliabilityReliability
Reliability
 
Forecasting warranty returns with Wiebull Fit
Forecasting warranty returns with Wiebull FitForecasting warranty returns with Wiebull Fit
Forecasting warranty returns with Wiebull Fit
 
Process Capability - Cp, Cpk. Pp, Ppk
Process Capability - Cp, Cpk. Pp, Ppk Process Capability - Cp, Cpk. Pp, Ppk
Process Capability - Cp, Cpk. Pp, Ppk
 
Reliability engineering ppt-Internship
Reliability engineering ppt-InternshipReliability engineering ppt-Internship
Reliability engineering ppt-Internship
 
Ch13 Reliability
Ch13  ReliabilityCh13  Reliability
Ch13 Reliability
 
Statistical Process Control,Control Chart and Process Capability
Statistical Process Control,Control Chart and Process CapabilityStatistical Process Control,Control Chart and Process Capability
Statistical Process Control,Control Chart and Process Capability
 

Viewers also liked

Weibull presentation
Weibull presentationWeibull presentation
Weibull presentationdavesandberg
 
Using microsoft excel for weibull analysis
Using microsoft excel for weibull analysisUsing microsoft excel for weibull analysis
Using microsoft excel for weibull analysis
Melvin Carter
 
basic concepts of reliability
basic concepts of reliabilitybasic concepts of reliability
basic concepts of reliability
dennis gookyi
 
17.3 The end of an asset’s “useful life”
17.3 The end of an asset’s “useful life”17.3 The end of an asset’s “useful life”
17.3 The end of an asset’s “useful life”
VCE Accounting - Michael Allison
 
Presentation1
Presentation1Presentation1
Presentation1
Pratap Bhanu Mishra
 
13주차
13주차13주차
Failure diagnostic
Failure diagnosticFailure diagnostic
Failure diagnostic
Mohammed Awad
 
ENRE 642 Reliability Engineering Management course flyer
ENRE 642 Reliability Engineering Management course flyerENRE 642 Reliability Engineering Management course flyer
ENRE 642 Reliability Engineering Management course flyer
Accendo Reliability
 
The proper analysis approach for life data
The proper analysis approach for life dataThe proper analysis approach for life data
The proper analysis approach for life data
ASQ Reliability Division
 
5주차
5주차5주차
7주차
7주차7주차
Introduction to probability distributions-Statistics and probability analysis
Introduction to probability distributions-Statistics and probability analysis Introduction to probability distributions-Statistics and probability analysis
Introduction to probability distributions-Statistics and probability analysis
Vijay Hemmadi
 
On Duty Cycle Concept in Reliability
On Duty Cycle Concept in ReliabilityOn Duty Cycle Concept in Reliability
On Duty Cycle Concept in Reliability
ASQ Reliability Division
 
Advanced Methods for ULS and FLS
Advanced Methods for ULS and FLSAdvanced Methods for ULS and FLS
Advanced Methods for ULS and FLS
João Henrique Volpini Mattos
 
an analysis of wind energy potential using weibull distribution
an analysis of wind energy potential using weibull distributionan analysis of wind energy potential using weibull distribution
an analysis of wind energy potential using weibull distribution
Working as a Lecturer
 
CMMI-DEV 1.3 Tool (checklist)
CMMI-DEV 1.3 Tool (checklist)CMMI-DEV 1.3 Tool (checklist)
CMMI-DEV 1.3 Tool (checklist)
Robert Levy
 
Survival Analysis of Web Users
Survival Analysis of Web UsersSurvival Analysis of Web Users
Survival Analysis of Web Users
Data Science London
 
CMMI Agile Mapping
CMMI Agile MappingCMMI Agile Mapping
CMMI Agile Mapping
Vishnuvarthanan Moorthy
 

Viewers also liked (18)

Weibull presentation
Weibull presentationWeibull presentation
Weibull presentation
 
Using microsoft excel for weibull analysis
Using microsoft excel for weibull analysisUsing microsoft excel for weibull analysis
Using microsoft excel for weibull analysis
 
basic concepts of reliability
basic concepts of reliabilitybasic concepts of reliability
basic concepts of reliability
 
17.3 The end of an asset’s “useful life”
17.3 The end of an asset’s “useful life”17.3 The end of an asset’s “useful life”
17.3 The end of an asset’s “useful life”
 
Presentation1
Presentation1Presentation1
Presentation1
 
13주차
13주차13주차
13주차
 
Failure diagnostic
Failure diagnosticFailure diagnostic
Failure diagnostic
 
ENRE 642 Reliability Engineering Management course flyer
ENRE 642 Reliability Engineering Management course flyerENRE 642 Reliability Engineering Management course flyer
ENRE 642 Reliability Engineering Management course flyer
 
The proper analysis approach for life data
The proper analysis approach for life dataThe proper analysis approach for life data
The proper analysis approach for life data
 
5주차
5주차5주차
5주차
 
7주차
7주차7주차
7주차
 
Introduction to probability distributions-Statistics and probability analysis
Introduction to probability distributions-Statistics and probability analysis Introduction to probability distributions-Statistics and probability analysis
Introduction to probability distributions-Statistics and probability analysis
 
On Duty Cycle Concept in Reliability
On Duty Cycle Concept in ReliabilityOn Duty Cycle Concept in Reliability
On Duty Cycle Concept in Reliability
 
Advanced Methods for ULS and FLS
Advanced Methods for ULS and FLSAdvanced Methods for ULS and FLS
Advanced Methods for ULS and FLS
 
an analysis of wind energy potential using weibull distribution
an analysis of wind energy potential using weibull distributionan analysis of wind energy potential using weibull distribution
an analysis of wind energy potential using weibull distribution
 
CMMI-DEV 1.3 Tool (checklist)
CMMI-DEV 1.3 Tool (checklist)CMMI-DEV 1.3 Tool (checklist)
CMMI-DEV 1.3 Tool (checklist)
 
Survival Analysis of Web Users
Survival Analysis of Web UsersSurvival Analysis of Web Users
Survival Analysis of Web Users
 
CMMI Agile Mapping
CMMI Agile MappingCMMI Agile Mapping
CMMI Agile Mapping
 

Similar to An introduction to weibull analysis

UNIT III.pptx
UNIT III.pptxUNIT III.pptx
UNIT III.pptx
MECHHOD6
 
Javier Garcia - Verdugo Sanchez - Six Sigma Training - W2 Simple Variance Ana...
Javier Garcia - Verdugo Sanchez - Six Sigma Training - W2 Simple Variance Ana...Javier Garcia - Verdugo Sanchez - Six Sigma Training - W2 Simple Variance Ana...
Javier Garcia - Verdugo Sanchez - Six Sigma Training - W2 Simple Variance Ana...
J. García - Verdugo
 
7 qc tool training
7 qc tool  training7 qc tool  training
7 qc tool training
AlokSharma348
 
2014-mo444-practical-assignment-04-paulo_faria
2014-mo444-practical-assignment-04-paulo_faria2014-mo444-practical-assignment-04-paulo_faria
2014-mo444-practical-assignment-04-paulo_faria
Paulo Faria
 
reliability workshop
reliability workshopreliability workshop
reliability workshop
Gaurav Dixit
 
Time Series Analysis - Modeling and Forecasting
Time Series Analysis - Modeling and ForecastingTime Series Analysis - Modeling and Forecasting
Time Series Analysis - Modeling and Forecasting
Maruthi Nataraj K
 
50120130405032
5012013040503250120130405032
50120130405032
IAEME Publication
 
Logistic Regression in Case-Control Study
Logistic Regression in Case-Control StudyLogistic Regression in Case-Control Study
Logistic Regression in Case-Control Study
Satish Gupta
 
DMAIC
DMAICDMAIC
DMAIC
Shane Yeh
 
Forecasting
ForecastingForecasting
Forecasting
3abooodi
 
Introduction to Eviews.pptx
Introduction to Eviews.pptxIntroduction to Eviews.pptx
Introduction to Eviews.pptx
Sudhamathi4
 
DETECTION OF RELIABLE SOFTWARE USING SPRT ON TIME DOMAIN DATA
DETECTION OF RELIABLE SOFTWARE USING SPRT ON TIME DOMAIN DATADETECTION OF RELIABLE SOFTWARE USING SPRT ON TIME DOMAIN DATA
DETECTION OF RELIABLE SOFTWARE USING SPRT ON TIME DOMAIN DATA
IJCSEA Journal
 
Basic & Simple Quality management tools
Basic & Simple Quality management toolsBasic & Simple Quality management tools
Basic & Simple Quality management tools
Mohammed Kamal
 
Summer 2015 Internship
Summer 2015 InternshipSummer 2015 Internship
Summer 2015 Internship
Taylor Martell
 
analysis part 02.pptx
analysis part 02.pptxanalysis part 02.pptx
analysis part 02.pptx
efrembeyene4
 
How to use statistica for rsm study
How to use statistica for rsm studyHow to use statistica for rsm study
How to use statistica for rsm study
Wan Nor Nadyaini Wan Omar
 
A Study on Performance Analysis of Different Prediction Techniques in Predict...
A Study on Performance Analysis of Different Prediction Techniques in Predict...A Study on Performance Analysis of Different Prediction Techniques in Predict...
A Study on Performance Analysis of Different Prediction Techniques in Predict...
IJRES Journal
 
3010l8.pdf
3010l8.pdf3010l8.pdf
3010l8.pdf
dawitg2
 
Serial correlation
Serial correlationSerial correlation
Serial correlation
modelos-econometricos
 
Integrate fault tree analysis and fuzzy sets in quantitative risk assessment
Integrate fault tree analysis and fuzzy sets in quantitative risk assessmentIntegrate fault tree analysis and fuzzy sets in quantitative risk assessment
Integrate fault tree analysis and fuzzy sets in quantitative risk assessment
IAEME Publication
 

Similar to An introduction to weibull analysis (20)

UNIT III.pptx
UNIT III.pptxUNIT III.pptx
UNIT III.pptx
 
Javier Garcia - Verdugo Sanchez - Six Sigma Training - W2 Simple Variance Ana...
Javier Garcia - Verdugo Sanchez - Six Sigma Training - W2 Simple Variance Ana...Javier Garcia - Verdugo Sanchez - Six Sigma Training - W2 Simple Variance Ana...
Javier Garcia - Verdugo Sanchez - Six Sigma Training - W2 Simple Variance Ana...
 
7 qc tool training
7 qc tool  training7 qc tool  training
7 qc tool training
 
2014-mo444-practical-assignment-04-paulo_faria
2014-mo444-practical-assignment-04-paulo_faria2014-mo444-practical-assignment-04-paulo_faria
2014-mo444-practical-assignment-04-paulo_faria
 
reliability workshop
reliability workshopreliability workshop
reliability workshop
 
Time Series Analysis - Modeling and Forecasting
Time Series Analysis - Modeling and ForecastingTime Series Analysis - Modeling and Forecasting
Time Series Analysis - Modeling and Forecasting
 
50120130405032
5012013040503250120130405032
50120130405032
 
Logistic Regression in Case-Control Study
Logistic Regression in Case-Control StudyLogistic Regression in Case-Control Study
Logistic Regression in Case-Control Study
 
DMAIC
DMAICDMAIC
DMAIC
 
Forecasting
ForecastingForecasting
Forecasting
 
Introduction to Eviews.pptx
Introduction to Eviews.pptxIntroduction to Eviews.pptx
Introduction to Eviews.pptx
 
DETECTION OF RELIABLE SOFTWARE USING SPRT ON TIME DOMAIN DATA
DETECTION OF RELIABLE SOFTWARE USING SPRT ON TIME DOMAIN DATADETECTION OF RELIABLE SOFTWARE USING SPRT ON TIME DOMAIN DATA
DETECTION OF RELIABLE SOFTWARE USING SPRT ON TIME DOMAIN DATA
 
Basic & Simple Quality management tools
Basic & Simple Quality management toolsBasic & Simple Quality management tools
Basic & Simple Quality management tools
 
Summer 2015 Internship
Summer 2015 InternshipSummer 2015 Internship
Summer 2015 Internship
 
analysis part 02.pptx
analysis part 02.pptxanalysis part 02.pptx
analysis part 02.pptx
 
How to use statistica for rsm study
How to use statistica for rsm studyHow to use statistica for rsm study
How to use statistica for rsm study
 
A Study on Performance Analysis of Different Prediction Techniques in Predict...
A Study on Performance Analysis of Different Prediction Techniques in Predict...A Study on Performance Analysis of Different Prediction Techniques in Predict...
A Study on Performance Analysis of Different Prediction Techniques in Predict...
 
3010l8.pdf
3010l8.pdf3010l8.pdf
3010l8.pdf
 
Serial correlation
Serial correlationSerial correlation
Serial correlation
 
Integrate fault tree analysis and fuzzy sets in quantitative risk assessment
Integrate fault tree analysis and fuzzy sets in quantitative risk assessmentIntegrate fault tree analysis and fuzzy sets in quantitative risk assessment
Integrate fault tree analysis and fuzzy sets in quantitative risk assessment
 

More from ASQ Reliability Division

A Proposal for an Alternative to MTBF/MTTF
A Proposal for an Alternative to MTBF/MTTFA Proposal for an Alternative to MTBF/MTTF
A Proposal for an Alternative to MTBF/MTTF
ASQ Reliability Division
 
Thermodynamic Reliability
Thermodynamic  ReliabilityThermodynamic  Reliability
Thermodynamic Reliability
ASQ Reliability Division
 
Root Cause Analysis: Think Again! - by Kevin Stewart
Root Cause Analysis: Think Again! - by Kevin StewartRoot Cause Analysis: Think Again! - by Kevin Stewart
Root Cause Analysis: Think Again! - by Kevin Stewart
ASQ Reliability Division
 
Dynamic vs. Traditional Probabilistic Risk Assessment Methodologies - by Huai...
Dynamic vs. Traditional Probabilistic Risk Assessment Methodologies - by Huai...Dynamic vs. Traditional Probabilistic Risk Assessment Methodologies - by Huai...
Dynamic vs. Traditional Probabilistic Risk Assessment Methodologies - by Huai...
ASQ Reliability Division
 
Efficient Reliability Demonstration Tests - by Guangbin Yang
Efficient Reliability Demonstration Tests - by Guangbin YangEfficient Reliability Demonstration Tests - by Guangbin Yang
Efficient Reliability Demonstration Tests - by Guangbin Yang
ASQ Reliability Division
 
Reliability Modeling Using Degradation Data - by Harry Guo
Reliability Modeling Using Degradation Data - by Harry GuoReliability Modeling Using Degradation Data - by Harry Guo
Reliability Modeling Using Degradation Data - by Harry Guo
ASQ Reliability Division
 
Reliability Division Webinar Series - Innovation: Quality for Tomorrow
Reliability Division Webinar Series -  Innovation: Quality for TomorrowReliability Division Webinar Series -  Innovation: Quality for Tomorrow
Reliability Division Webinar Series - Innovation: Quality for Tomorrow
ASQ Reliability Division
 
A multi phase decision on reliability growth with latent failure modes
A multi phase decision on reliability growth with latent failure modesA multi phase decision on reliability growth with latent failure modes
A multi phase decision on reliability growth with latent failure modes
ASQ Reliability Division
 
Reliably Solving Intractable Problems
Reliably Solving Intractable ProblemsReliably Solving Intractable Problems
Reliably Solving Intractable Problems
ASQ Reliability Division
 
Reliably producing breakthroughs
Reliably producing breakthroughsReliably producing breakthroughs
Reliably producing breakthroughs
ASQ Reliability Division
 
ASQ RD Webinar: Design for reliability a roadmap for design robustness
ASQ RD Webinar: Design for reliability   a roadmap for design robustnessASQ RD Webinar: Design for reliability   a roadmap for design robustness
ASQ RD Webinar: Design for reliability a roadmap for design robustness
ASQ Reliability Division
 
ASQ RD Webinar: Improved QFN Reliability Process
ASQ RD Webinar: Improved QFN Reliability Process ASQ RD Webinar: Improved QFN Reliability Process
ASQ RD Webinar: Improved QFN Reliability Process
ASQ Reliability Division
 
Data Acquisition: A Key Challenge for Quality and Reliability Improvement
Data Acquisition: A Key Challenge for Quality and Reliability ImprovementData Acquisition: A Key Challenge for Quality and Reliability Improvement
Data Acquisition: A Key Challenge for Quality and Reliability Improvement
ASQ Reliability Division
 
A Novel View of Applying FMECA to Software Engineering
A Novel View of Applying FMECA to Software EngineeringA Novel View of Applying FMECA to Software Engineering
A Novel View of Applying FMECA to Software Engineering
ASQ Reliability Division
 
Astr2013 tutorial by mike silverman of ops a la carte 40 years of halt, wha...
Astr2013 tutorial by mike silverman of ops a la carte   40 years of halt, wha...Astr2013 tutorial by mike silverman of ops a la carte   40 years of halt, wha...
Astr2013 tutorial by mike silverman of ops a la carte 40 years of halt, wha...
ASQ Reliability Division
 
Comparing Individual Reliability to Population Reliability for Aging Systems
Comparing Individual Reliability to Population Reliability for Aging SystemsComparing Individual Reliability to Population Reliability for Aging Systems
Comparing Individual Reliability to Population Reliability for Aging Systems
ASQ Reliability Division
 
2013 asq field data analysis & statistical warranty forecasting
2013 asq field data analysis & statistical warranty forecasting2013 asq field data analysis & statistical warranty forecasting
2013 asq field data analysis & statistical warranty forecasting
ASQ Reliability Division
 
Cost optimized reliability test planning rev 7
Cost optimized reliability test planning rev 7Cost optimized reliability test planning rev 7
Cost optimized reliability test planning rev 7
ASQ Reliability Division
 
Plan a more effective rdt
Plan a more effective rdtPlan a more effective rdt
Plan a more effective rdt
ASQ Reliability Division
 
Introduction to Vibration Qualification Testing
Introduction to Vibration Qualification TestingIntroduction to Vibration Qualification Testing
Introduction to Vibration Qualification Testing
ASQ Reliability Division
 

More from ASQ Reliability Division (20)

A Proposal for an Alternative to MTBF/MTTF
A Proposal for an Alternative to MTBF/MTTFA Proposal for an Alternative to MTBF/MTTF
A Proposal for an Alternative to MTBF/MTTF
 
Thermodynamic Reliability
Thermodynamic  ReliabilityThermodynamic  Reliability
Thermodynamic Reliability
 
Root Cause Analysis: Think Again! - by Kevin Stewart
Root Cause Analysis: Think Again! - by Kevin StewartRoot Cause Analysis: Think Again! - by Kevin Stewart
Root Cause Analysis: Think Again! - by Kevin Stewart
 
Dynamic vs. Traditional Probabilistic Risk Assessment Methodologies - by Huai...
Dynamic vs. Traditional Probabilistic Risk Assessment Methodologies - by Huai...Dynamic vs. Traditional Probabilistic Risk Assessment Methodologies - by Huai...
Dynamic vs. Traditional Probabilistic Risk Assessment Methodologies - by Huai...
 
Efficient Reliability Demonstration Tests - by Guangbin Yang
Efficient Reliability Demonstration Tests - by Guangbin YangEfficient Reliability Demonstration Tests - by Guangbin Yang
Efficient Reliability Demonstration Tests - by Guangbin Yang
 
Reliability Modeling Using Degradation Data - by Harry Guo
Reliability Modeling Using Degradation Data - by Harry GuoReliability Modeling Using Degradation Data - by Harry Guo
Reliability Modeling Using Degradation Data - by Harry Guo
 
Reliability Division Webinar Series - Innovation: Quality for Tomorrow
Reliability Division Webinar Series -  Innovation: Quality for TomorrowReliability Division Webinar Series -  Innovation: Quality for Tomorrow
Reliability Division Webinar Series - Innovation: Quality for Tomorrow
 
A multi phase decision on reliability growth with latent failure modes
A multi phase decision on reliability growth with latent failure modesA multi phase decision on reliability growth with latent failure modes
A multi phase decision on reliability growth with latent failure modes
 
Reliably Solving Intractable Problems
Reliably Solving Intractable ProblemsReliably Solving Intractable Problems
Reliably Solving Intractable Problems
 
Reliably producing breakthroughs
Reliably producing breakthroughsReliably producing breakthroughs
Reliably producing breakthroughs
 
ASQ RD Webinar: Design for reliability a roadmap for design robustness
ASQ RD Webinar: Design for reliability   a roadmap for design robustnessASQ RD Webinar: Design for reliability   a roadmap for design robustness
ASQ RD Webinar: Design for reliability a roadmap for design robustness
 
ASQ RD Webinar: Improved QFN Reliability Process
ASQ RD Webinar: Improved QFN Reliability Process ASQ RD Webinar: Improved QFN Reliability Process
ASQ RD Webinar: Improved QFN Reliability Process
 
Data Acquisition: A Key Challenge for Quality and Reliability Improvement
Data Acquisition: A Key Challenge for Quality and Reliability ImprovementData Acquisition: A Key Challenge for Quality and Reliability Improvement
Data Acquisition: A Key Challenge for Quality and Reliability Improvement
 
A Novel View of Applying FMECA to Software Engineering
A Novel View of Applying FMECA to Software EngineeringA Novel View of Applying FMECA to Software Engineering
A Novel View of Applying FMECA to Software Engineering
 
Astr2013 tutorial by mike silverman of ops a la carte 40 years of halt, wha...
Astr2013 tutorial by mike silverman of ops a la carte   40 years of halt, wha...Astr2013 tutorial by mike silverman of ops a la carte   40 years of halt, wha...
Astr2013 tutorial by mike silverman of ops a la carte 40 years of halt, wha...
 
Comparing Individual Reliability to Population Reliability for Aging Systems
Comparing Individual Reliability to Population Reliability for Aging SystemsComparing Individual Reliability to Population Reliability for Aging Systems
Comparing Individual Reliability to Population Reliability for Aging Systems
 
2013 asq field data analysis & statistical warranty forecasting
2013 asq field data analysis & statistical warranty forecasting2013 asq field data analysis & statistical warranty forecasting
2013 asq field data analysis & statistical warranty forecasting
 
Cost optimized reliability test planning rev 7
Cost optimized reliability test planning rev 7Cost optimized reliability test planning rev 7
Cost optimized reliability test planning rev 7
 
Plan a more effective rdt
Plan a more effective rdtPlan a more effective rdt
Plan a more effective rdt
 
Introduction to Vibration Qualification Testing
Introduction to Vibration Qualification TestingIntroduction to Vibration Qualification Testing
Introduction to Vibration Qualification Testing
 

Recently uploaded

Nordic Marketo Engage User Group_June 13_ 2024.pptx
Nordic Marketo Engage User Group_June 13_ 2024.pptxNordic Marketo Engage User Group_June 13_ 2024.pptx
Nordic Marketo Engage User Group_June 13_ 2024.pptx
MichaelKnudsen27
 
Programming Foundation Models with DSPy - Meetup Slides
Programming Foundation Models with DSPy - Meetup SlidesProgramming Foundation Models with DSPy - Meetup Slides
Programming Foundation Models with DSPy - Meetup Slides
Zilliz
 
Presentation of the OECD Artificial Intelligence Review of Germany
Presentation of the OECD Artificial Intelligence Review of GermanyPresentation of the OECD Artificial Intelligence Review of Germany
Presentation of the OECD Artificial Intelligence Review of Germany
innovationoecd
 
GraphRAG for Life Science to increase LLM accuracy
GraphRAG for Life Science to increase LLM accuracyGraphRAG for Life Science to increase LLM accuracy
GraphRAG for Life Science to increase LLM accuracy
Tomaz Bratanic
 
Digital Marketing Trends in 2024 | Guide for Staying Ahead
Digital Marketing Trends in 2024 | Guide for Staying AheadDigital Marketing Trends in 2024 | Guide for Staying Ahead
Digital Marketing Trends in 2024 | Guide for Staying Ahead
Wask
 
Ocean lotus Threat actors project by John Sitima 2024 (1).pptx
Ocean lotus Threat actors project by John Sitima 2024 (1).pptxOcean lotus Threat actors project by John Sitima 2024 (1).pptx
Ocean lotus Threat actors project by John Sitima 2024 (1).pptx
SitimaJohn
 
Artificial Intelligence for XMLDevelopment
Artificial Intelligence for XMLDevelopmentArtificial Intelligence for XMLDevelopment
Artificial Intelligence for XMLDevelopment
Octavian Nadolu
 
Cosa hanno in comune un mattoncino Lego e la backdoor XZ?
Cosa hanno in comune un mattoncino Lego e la backdoor XZ?Cosa hanno in comune un mattoncino Lego e la backdoor XZ?
Cosa hanno in comune un mattoncino Lego e la backdoor XZ?
Speck&Tech
 
OpenID AuthZEN Interop Read Out - Authorization
OpenID AuthZEN Interop Read Out - AuthorizationOpenID AuthZEN Interop Read Out - Authorization
OpenID AuthZEN Interop Read Out - Authorization
David Brossard
 
Let's Integrate MuleSoft RPA, COMPOSER, APM with AWS IDP along with Slack
Let's Integrate MuleSoft RPA, COMPOSER, APM with AWS IDP along with SlackLet's Integrate MuleSoft RPA, COMPOSER, APM with AWS IDP along with Slack
Let's Integrate MuleSoft RPA, COMPOSER, APM with AWS IDP along with Slack
shyamraj55
 
Fueling AI with Great Data with Airbyte Webinar
Fueling AI with Great Data with Airbyte WebinarFueling AI with Great Data with Airbyte Webinar
Fueling AI with Great Data with Airbyte Webinar
Zilliz
 
Generating privacy-protected synthetic data using Secludy and Milvus
Generating privacy-protected synthetic data using Secludy and MilvusGenerating privacy-protected synthetic data using Secludy and Milvus
Generating privacy-protected synthetic data using Secludy and Milvus
Zilliz
 
Columbus Data & Analytics Wednesdays - June 2024
Columbus Data & Analytics Wednesdays - June 2024Columbus Data & Analytics Wednesdays - June 2024
Columbus Data & Analytics Wednesdays - June 2024
Jason Packer
 
“Building and Scaling AI Applications with the Nx AI Manager,” a Presentation...
“Building and Scaling AI Applications with the Nx AI Manager,” a Presentation...“Building and Scaling AI Applications with the Nx AI Manager,” a Presentation...
“Building and Scaling AI Applications with the Nx AI Manager,” a Presentation...
Edge AI and Vision Alliance
 
Taking AI to the Next Level in Manufacturing.pdf
Taking AI to the Next Level in Manufacturing.pdfTaking AI to the Next Level in Manufacturing.pdf
Taking AI to the Next Level in Manufacturing.pdf
ssuserfac0301
 
20240609 QFM020 Irresponsible AI Reading List May 2024
20240609 QFM020 Irresponsible AI Reading List May 202420240609 QFM020 Irresponsible AI Reading List May 2024
20240609 QFM020 Irresponsible AI Reading List May 2024
Matthew Sinclair
 
Monitoring and Managing Anomaly Detection on OpenShift.pdf
Monitoring and Managing Anomaly Detection on OpenShift.pdfMonitoring and Managing Anomaly Detection on OpenShift.pdf
Monitoring and Managing Anomaly Detection on OpenShift.pdf
Tosin Akinosho
 
Unlock the Future of Search with MongoDB Atlas_ Vector Search Unleashed.pdf
Unlock the Future of Search with MongoDB Atlas_ Vector Search Unleashed.pdfUnlock the Future of Search with MongoDB Atlas_ Vector Search Unleashed.pdf
Unlock the Future of Search with MongoDB Atlas_ Vector Search Unleashed.pdf
Malak Abu Hammad
 
HCL Notes and Domino License Cost Reduction in the World of DLAU
HCL Notes and Domino License Cost Reduction in the World of DLAUHCL Notes and Domino License Cost Reduction in the World of DLAU
HCL Notes and Domino License Cost Reduction in the World of DLAU
panagenda
 
Energy Efficient Video Encoding for Cloud and Edge Computing Instances
Energy Efficient Video Encoding for Cloud and Edge Computing InstancesEnergy Efficient Video Encoding for Cloud and Edge Computing Instances
Energy Efficient Video Encoding for Cloud and Edge Computing Instances
Alpen-Adria-Universität
 

Recently uploaded (20)

Nordic Marketo Engage User Group_June 13_ 2024.pptx
Nordic Marketo Engage User Group_June 13_ 2024.pptxNordic Marketo Engage User Group_June 13_ 2024.pptx
Nordic Marketo Engage User Group_June 13_ 2024.pptx
 
Programming Foundation Models with DSPy - Meetup Slides
Programming Foundation Models with DSPy - Meetup SlidesProgramming Foundation Models with DSPy - Meetup Slides
Programming Foundation Models with DSPy - Meetup Slides
 
Presentation of the OECD Artificial Intelligence Review of Germany
Presentation of the OECD Artificial Intelligence Review of GermanyPresentation of the OECD Artificial Intelligence Review of Germany
Presentation of the OECD Artificial Intelligence Review of Germany
 
GraphRAG for Life Science to increase LLM accuracy
GraphRAG for Life Science to increase LLM accuracyGraphRAG for Life Science to increase LLM accuracy
GraphRAG for Life Science to increase LLM accuracy
 
Digital Marketing Trends in 2024 | Guide for Staying Ahead
Digital Marketing Trends in 2024 | Guide for Staying AheadDigital Marketing Trends in 2024 | Guide for Staying Ahead
Digital Marketing Trends in 2024 | Guide for Staying Ahead
 
Ocean lotus Threat actors project by John Sitima 2024 (1).pptx
Ocean lotus Threat actors project by John Sitima 2024 (1).pptxOcean lotus Threat actors project by John Sitima 2024 (1).pptx
Ocean lotus Threat actors project by John Sitima 2024 (1).pptx
 
Artificial Intelligence for XMLDevelopment
Artificial Intelligence for XMLDevelopmentArtificial Intelligence for XMLDevelopment
Artificial Intelligence for XMLDevelopment
 
Cosa hanno in comune un mattoncino Lego e la backdoor XZ?
Cosa hanno in comune un mattoncino Lego e la backdoor XZ?Cosa hanno in comune un mattoncino Lego e la backdoor XZ?
Cosa hanno in comune un mattoncino Lego e la backdoor XZ?
 
OpenID AuthZEN Interop Read Out - Authorization
OpenID AuthZEN Interop Read Out - AuthorizationOpenID AuthZEN Interop Read Out - Authorization
OpenID AuthZEN Interop Read Out - Authorization
 
Let's Integrate MuleSoft RPA, COMPOSER, APM with AWS IDP along with Slack
Let's Integrate MuleSoft RPA, COMPOSER, APM with AWS IDP along with SlackLet's Integrate MuleSoft RPA, COMPOSER, APM with AWS IDP along with Slack
Let's Integrate MuleSoft RPA, COMPOSER, APM with AWS IDP along with Slack
 
Fueling AI with Great Data with Airbyte Webinar
Fueling AI with Great Data with Airbyte WebinarFueling AI with Great Data with Airbyte Webinar
Fueling AI with Great Data with Airbyte Webinar
 
Generating privacy-protected synthetic data using Secludy and Milvus
Generating privacy-protected synthetic data using Secludy and MilvusGenerating privacy-protected synthetic data using Secludy and Milvus
Generating privacy-protected synthetic data using Secludy and Milvus
 
Columbus Data & Analytics Wednesdays - June 2024
Columbus Data & Analytics Wednesdays - June 2024Columbus Data & Analytics Wednesdays - June 2024
Columbus Data & Analytics Wednesdays - June 2024
 
“Building and Scaling AI Applications with the Nx AI Manager,” a Presentation...
“Building and Scaling AI Applications with the Nx AI Manager,” a Presentation...“Building and Scaling AI Applications with the Nx AI Manager,” a Presentation...
“Building and Scaling AI Applications with the Nx AI Manager,” a Presentation...
 
Taking AI to the Next Level in Manufacturing.pdf
Taking AI to the Next Level in Manufacturing.pdfTaking AI to the Next Level in Manufacturing.pdf
Taking AI to the Next Level in Manufacturing.pdf
 
20240609 QFM020 Irresponsible AI Reading List May 2024
20240609 QFM020 Irresponsible AI Reading List May 202420240609 QFM020 Irresponsible AI Reading List May 2024
20240609 QFM020 Irresponsible AI Reading List May 2024
 
Monitoring and Managing Anomaly Detection on OpenShift.pdf
Monitoring and Managing Anomaly Detection on OpenShift.pdfMonitoring and Managing Anomaly Detection on OpenShift.pdf
Monitoring and Managing Anomaly Detection on OpenShift.pdf
 
Unlock the Future of Search with MongoDB Atlas_ Vector Search Unleashed.pdf
Unlock the Future of Search with MongoDB Atlas_ Vector Search Unleashed.pdfUnlock the Future of Search with MongoDB Atlas_ Vector Search Unleashed.pdf
Unlock the Future of Search with MongoDB Atlas_ Vector Search Unleashed.pdf
 
HCL Notes and Domino License Cost Reduction in the World of DLAU
HCL Notes and Domino License Cost Reduction in the World of DLAUHCL Notes and Domino License Cost Reduction in the World of DLAU
HCL Notes and Domino License Cost Reduction in the World of DLAU
 
Energy Efficient Video Encoding for Cloud and Edge Computing Instances
Energy Efficient Video Encoding for Cloud and Edge Computing InstancesEnergy Efficient Video Encoding for Cloud and Edge Computing Instances
Energy Efficient Video Encoding for Cloud and Edge Computing Instances
 

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