Weibull models for software reliability: case studies

Size: px
Start display at page:

Download "Weibull models for software reliability: case studies"

Transcription

1 Weibull models for software reliability: case studies Pavel Praks a Tomáš Musil b Petr Zajac c Pierre-Etienne Labeau d mailto:pavel.praks@vsb.cz December 6, 2007 avšb - Technical University of Ostrava, Dept. of Applied Mathematics, Center of Quality and Reliability of Production (CQR.CZ), Université Libre de Bruxelles (ULB), Service de Métrologie Nucléaire (SMN) b Czech Technical University in Prague, Sun Microsystems Czech cvšb - Technical University of Ostrava d ULB, SMN, Av. F.D. Roosevelt 50, 1050 Bruxelles, Belgium 1

2 Motivation 1 Software Reliability is the probability of failure-free software operation for a specified period of time in a specified environment. Software Reliability is also an important factor affecting system reliability. It differs from hardware reliability in that it reflects the design perfection, rather than manufacturing perfection. The high complexity of software is the major contributing factor of Software Reliability problems. Jiantao Pan, Carnegie Mellon University,

3 Motivation 2: Notions from IEEE Standard Glossary of Software Engineering Terminology(IEEE Std ) Availability. The degree to which a system or component is operational and accessible when required for use. Often expressed as a probability. Reliability. The ability of a system or component to perform its required functions under stated conditions for a specified period of time. Software diversity. A software development technique in which two or more functionally identical variants of a program are developed from the same specification by different programmers or programming teams with the intent of providing error detection, increased reliability, additional documentation, or reduced probability that programming or compiler errors will influence the end results. 3

4 Motivation 3 Software-Reliability-Engineered Testing The concept of reliability here is defined as the probability of execution without failure for some specified interval, generally called mission time. John D. Musa, AT&T Bell Laboratories and James Widmaier, National Security Agency 4

5 Motivation 4 Software Reliability Techniques Reliability techniques can be divided into two categories: 1. Trending reliability tracks the failure data produced by the software system to develop a reliability operational profile of the system over a specified time. 2. Predictive reliability assigns probabilities to the operational profile of a software system; for example, the system has a 5 percent chance of failure over the next 60 operational hours. In practice, reliability trending is more appropriate for software, whereas predictive reliability is more suitable for hardware. Trending reliability can be further classified into four categories: Error Seeding, Failure Rate, Curve Fitting, and Reliability Growth. 5

6 Contents 1 Basic Mathematical Concepts 8 2 Bathtub curve model 9 3 Assumed Weibull models 13 4 Maximum likelihood estimation of Weibull models Case A (One parameter Exponential model) Case B (Three parameter Weibull model, with nonnegative location parameter) Case C (Three parameter Weibull model, with negative location parameter)

7 4.4 Case D (Two parameter Weibull model) Results of parameter estimations Estimation of 3-parameter Weibull model Estimation of parameters for a software reliability task Conclusions 40 7 Acknowledgment 42 7

8 1 Basic Mathematical Concepts Reliability R(t) is the probability that a system will be successful in the interval from time 0 to time t: R(t) = P(T > t), t 0 (1) where T is a random variable denoting the time-to-failure or failure time. Unreliability F(t) is defined as the probability that the system will fail by time t: F(t) = P(T t) = 1 R(t), t 0. (2) F(t) is the failure distribution function. 8

9 2 Bathtub curve model Maintenance modeling and consequent maintenance optimization of the system availability and or maintenance costs deeply depend especially on the ability of the model to predict the future behavior of the system. In our studies, we analyze a family of generalized Weibull models with 3 parameters which are based on the cumulative distribution function (CDF) F(t) = 1 e ( t ν η ) β, t ν 0 (3) 9

10 with the corresponding hazard function: ( ) β 1 t ν, t ν 0 (4) λ(t) = β η η The symbol η > 0 is called scale parameter, the symbol ν 0 is called location parameter. When ν = 0, the model is reduced to the 2 parameter Weibull. Knowledge about future behavior of the system is reflected by the shape parameter β. We speak about the bathtub curve reliability model, widely used in the reliability domain, see Figure 1. 10

11 Figure 1: The bathtub curve reliability model. 11

12 Weibull models appear to be very flexible not only for reliability models, but also for various technical applications. Weibull models were originally used for the scattering static strength of brittle materials [8], recently also for the modeling of wind speed[6], for analysis of unwanted radar echo signals [7], for image retrieval [3], and in the maintainability field for ageing models [5]. 12

13 3 Assumed Weibull models We assume the following probability density functions for our parameter estimation study: Weibull model with 2 parameters: f a (t) = β a η a ( t η a ) βa 1 e ( t ηa )β a (5) The cumulative distribution function (CDF) of the 2-parameter Weibull is: F a (t) = 1 e ( t ηa )β a (6) 13

14 The scale parameter symbol η a has the following meaning: Solving equation (6) for t = η a we have: F a (η a ) = 1 e ( η a η a )β a = 1 e 1 = = (7) So, the scale parameter η a is the 63rd percentile of the two parameter Weibull distribution. The scale parameter is sometimes called the Characteristic Life. The shape parameter β describes the speed of the ageing process in Weibull models and has no dimension. 14

15 Weibull model with 3 parameters including a positive shift ν > 0. The positive shift means that failures are not possible directly from the start of operation: f b (t) = β b η b ( t νb η b ) βb 1 e ( t νb η b ) βb (8) This probability density function is valid for t > ν b and it is expected that f b (t) = 0 otherwise. 15

16 Weibull with 3 parameters, including a negative shift ν < 0. The Weibull model with a negative shift can be used for model the pre-ageing components. The probability density function has the following conditional form: f c (t) = β c η c ( t νc η c ) βc 1 e ( t νc ηc )β c e ( ν c ηc )β c (9) This probability density function is valid for ν c 0 and it is expected that f c (t) = 0 for ν c > 0. 16

17 4 Maximum likelihood estimation of Weibull models In this section we describe parameter estimation studies using the Maximum Likelihood Estimation method. We assume the following probability density functions for the the distribution of failure times. Complete (i.e. no censoring) set of independent failure data t i > 0 for i = 1, 2,...,n are considered. 17

18 4.1 Case A (One parameter Exponential model) Let us start with a model with constant failure rate λ(t) = λ a > 0, which represents random failures. The corresponding likelihood function has then the following form: L a = n ( λa e λ at i ) = λ n a e λ n a t i i=1 (10) i=1 By the logarithming of L a we finally obtain: n ln(l a ) = n ln(λ a ) λ a t i (11) i=1 18

19 4.2 Case B (Three parameter Weibull model, with non-negative location parameter) The three parameter Weibull model, with non-negative location parameter ν b has the following failure rate: λ b (t) = β b η b ( t νb η b ) βb 1 H(t ν b ) (12) By assuming t i ν b for i = 1, 2,...,n, the likelihood function can be written as follows: n ( L b = λ b (t i )e ti ) [ n ( ) βb λ 1 ( b(u) du β b ti ν b 0 = e ti ) ] ν βb b η b η i=1 i=1 b η b (13) 19

20 By logarithming of L b we finally obtain: ( ) [ βb n ( ) ti ν b ln(l b ) = n ln + (β b 1) ln η b i=1 η b ( ) ] βb ti ν b η b (14) 20

21 4.3 Case C (Three parameter Weibull model, with negative location parameter) The three parameter Weibull model, with a location parameter ν c < 0 has the likelihood function with the following conditional form: ( ) βc 1 β n c ti ν c η c η c e ( ti νc ) β c ηc L c = e ( ν c ηc )β c (15) i=1 By logarithming of L c we finally obtain: ( ) βc νc ln(l c ) = ln(l b ) + n (16) η c 21

22 4.4 Case D (Two parameter Weibull model) The two parameter Weibull model is a special case of the three parameter Weibull model with the location parameter ν b = 0. Following (12), we can write the failure rate as follows: λ d (t) = β d η d ( t η d ) βd 1 (17) The expression of the likelihood function L d is also the same as the expression of L b with ν b = 0, see (13). The expression (14) with ν b = 0 is also suitable for the software implementation. 22

23 5 Results of parameter estimations In this section, we present results of parameter estimations of Weibull models by the maximum likelihood method. A Weibull law is postulated; a sample of failure data is drawn according to this reality. MLE computations are done on this basis mentioned in slide 24. In all cases, we use the following notation for diagrams of the estimated cumulative distribution functions: Case B (Three parameter Weibull model, with non-negative location parameter) is marked by the + symbols. Case C (Three parameter Weibull model, with negative location parameter) is marked by the - symbols. Case D (Two parameter Weibull model) is marked by the o symbols. 23

24 5.1 Estimation of 3-parameter Weibull model In order to verify the computer implementation of the maximum likelihood estimator, we first sampled randomly failure data from a three parameter Weibull distribution and than we analysed this random sample by the MLE using the simulated annealing approach accelerated by the local Nelder-Mead optimizer [4]. We assumed the following parameters of the reality (η, β, ν) = (2, 4, 0). We first estimated parameters of this Weibull model using N = 30, N = 100, N = 1000 and N = samples. The results of the MLE estimation seems to be correct, see following figures. 24

25 Notes: The symbol Zero represents the MLE results related to the Weibull model with 2 parameters. The symbol Neg represents the Weibull model with 3 parameters including a negative shift and finally the symbol Pos represents the Weibull with 3 parameters, including a positive shift. Of course, the estimated parameters are the same in this simple case and are very close to the parameter of the Weibull model, especially in case for N = 1000 and N =

26 Results of estimations (Figures of distribution functions) 26

27 27

28 28

29 29

30 30

31 Results of estimations (Figures of density functions) 31

32 32

33 33

34 34

35 35

36 5.2 Estimation of parameters for a software reliability task The developed software for parameter estimation of Weibull models was also used for reliability analyses of the real failure data related to a large software project (software reliability). The failure data were obtained from the company Sun Microsystems Czech. We analyzed three different sets of failure data. Results of parameter estimations are presented in the following figures: 36

37 37

38 38

39 39

40 6 Conclusions The ability of the model to predict the future behavior of the system is a crucial property for the correct maintenance modeling and consequent optimization of the system availability and/or maintenance costs. 1. We presented various experiments showing capability of Weibull models to fit various failure data from a software reliability task. These results are now analyzed. 40

41 2. We also used the developed software also for the analysis of failure times and/or stopping times (right-censored times) belonging to the secondary water circuit of nuclear plants [1]. We successfully verified the parameters of two parameter Weibull model presented in the PhD. thesis [1] and we also extended results by assuming the three parameter Weibull model. 3. All computations run smoothly, without technical difficulties. We also computed the Fisher information matrix by using the automatic BFGS approach [2]. The precision of the estimated Fisher information matrix is now checked. 41

42 7 Acknowledgment The support of the Université Libre de Bruxelles, Belgium related to the ARC Project - Advanced supervision and dependability of complex processes: application to power systems is graciously acknowledged by P. Praks. The research has been also supported by the Ministry of Education, Youth and Sports of the Czech Republic under the Research project 1M06047 The Center of Quality and Reliability (CQR.CZ) and by the K-Space NoE project. 42

43 References [1] Nicolas Bousquet. Analyse bayésienne de la durée de vie de composants industriels. PhD thesis, Département de Mathématiques d Orsay, Université Paris-Sud 11, [2] J. V. Burke, A.S. Lewis, and M.L. Overton. Hanso (hybrid algorithm for non-smooth optimization): a matlab package based on bfgs, bundle and gradient sampling methods. Courant Institute of Mathematical Sciences, New York University, [3] Jan-Mark Geusebroek and Arnold W. M. Smeulders. A six-stimulus theory for stochastic texture. Int. J. Comput. Vision, 62(1-2):7 16, [4] A. Hedar and M. Fukushima. Heuristic pattern search and its 43

44 hybridization with simulated annealing for nonlinear global optimization. Optimization Methods and Software, 19(3-4): , [5] P.-E. Labeau. Modélisation du vieillissement industriel et impact de la maintenance préventive. In Maintenance et Matrise des Risques, November [6] Edgar G. Pavia and James J. O Brien. Weibull statistics of wind speed over the ocean. Journal of Applied Meteorology, 25: , October [7] Matsuo Sekine and Yuhai Mao. Weibull Radar Clutter. Institution of Engineering and Technology, [8] W. Weibull. A statistical theory of the strength of materials. The Royal Swedish Institute of Engineering Research, Stockholm, 151:1 45,

Introduction to Reliability Theory (part 2)

Introduction to Reliability Theory (part 2) Introduction to Reliability Theory (part 2) Frank Coolen UTOPIAE Training School II, Durham University 3 July 2018 (UTOPIAE) Introduction to Reliability Theory 1 / 21 Outline Statistical issues Software

More information

Time-varying failure rate for system reliability analysis in large-scale railway risk assessment simulation

Time-varying failure rate for system reliability analysis in large-scale railway risk assessment simulation Time-varying failure rate for system reliability analysis in large-scale railway risk assessment simulation H. Zhang, E. Cutright & T. Giras Center of Rail Safety-Critical Excellence, University of Virginia,

More information

UNIVERSITY OF MASSACHUSETTS Dept. of Electrical & Computer Engineering. Fault Tolerant Computing ECE 655

UNIVERSITY OF MASSACHUSETTS Dept. of Electrical & Computer Engineering. Fault Tolerant Computing ECE 655 UNIVERSITY OF MASSACHUSETTS Dept. of Electrical & Computer Engineering Fault Tolerant Computing ECE 655 Part 1 Introduction C. M. Krishna Fall 2006 ECE655/Krishna Part.1.1 Prerequisites Basic courses in

More information

Reliability Engineering I

Reliability Engineering I Happiness is taking the reliability final exam. Reliability Engineering I ENM/MSC 565 Review for the Final Exam Vital Statistics What R&M concepts covered in the course When Monday April 29 from 4:30 6:00

More information

CHAPTER 3 ANALYSIS OF RELIABILITY AND PROBABILITY MEASURES

CHAPTER 3 ANALYSIS OF RELIABILITY AND PROBABILITY MEASURES 27 CHAPTER 3 ANALYSIS OF RELIABILITY AND PROBABILITY MEASURES 3.1 INTRODUCTION The express purpose of this research is to assimilate reliability and its associated probabilistic variables into the Unit

More information

Fundamentals of Reliability Engineering and Applications

Fundamentals of Reliability Engineering and Applications Fundamentals of Reliability Engineering and Applications E. A. Elsayed elsayed@rci.rutgers.edu Rutgers University Quality Control & Reliability Engineering (QCRE) IIE February 21, 2012 1 Outline Part 1.

More information

Reliability and Availability Simulation. Krige Visser, Professor, University of Pretoria, South Africa

Reliability and Availability Simulation. Krige Visser, Professor, University of Pretoria, South Africa Reliability and Availability Simulation Krige Visser, Professor, University of Pretoria, South Africa Content BACKGROUND DEFINITIONS SINGLE COMPONENTS MULTI-COMPONENT SYSTEMS AVAILABILITY SIMULATION CONCLUSION

More information

Notes largely based on Statistical Methods for Reliability Data by W.Q. Meeker and L. A. Escobar, Wiley, 1998 and on their class notes.

Notes largely based on Statistical Methods for Reliability Data by W.Q. Meeker and L. A. Escobar, Wiley, 1998 and on their class notes. Unit 2: Models, Censoring, and Likelihood for Failure-Time Data Notes largely based on Statistical Methods for Reliability Data by W.Q. Meeker and L. A. Escobar, Wiley, 1998 and on their class notes. Ramón

More information

Chapter 5. System Reliability and Reliability Prediction.

Chapter 5. System Reliability and Reliability Prediction. Chapter 5. System Reliability and Reliability Prediction. Problems & Solutions. Problem 1. Estimate the individual part failure rate given a base failure rate of 0.0333 failure/hour, a quality factor of

More information

Statistics for Engineers Lecture 4 Reliability and Lifetime Distributions

Statistics for Engineers Lecture 4 Reliability and Lifetime Distributions Statistics for Engineers Lecture 4 Reliability and Lifetime Distributions Chong Ma Department of Statistics University of South Carolina chongm@email.sc.edu February 15, 2017 Chong Ma (Statistics, USC)

More information

Fleet Maintenance Simulation With Insufficient Data

Fleet Maintenance Simulation With Insufficient Data Fleet Maintenance Simulation With Insufficient Data Zissimos P. Mourelatos Mechanical Engineering Department Oakland University mourelat@oakland.edu Ground Robotics Reliability Center (GRRC) Seminar 17

More information

Step-Stress Models and Associated Inference

Step-Stress Models and Associated Inference Department of Mathematics & Statistics Indian Institute of Technology Kanpur August 19, 2014 Outline Accelerated Life Test 1 Accelerated Life Test 2 3 4 5 6 7 Outline Accelerated Life Test 1 Accelerated

More information

Statistical Inference on Constant Stress Accelerated Life Tests Under Generalized Gamma Lifetime Distributions

Statistical Inference on Constant Stress Accelerated Life Tests Under Generalized Gamma Lifetime Distributions Int. Statistical Inst.: Proc. 58th World Statistical Congress, 2011, Dublin (Session CPS040) p.4828 Statistical Inference on Constant Stress Accelerated Life Tests Under Generalized Gamma Lifetime Distributions

More information

The random counting variable. Barbara Russo

The random counting variable. Barbara Russo The random counting variable Barbara Russo Counting Random Variable } Until now we have seen the point process through two sets of random variables } T i } X i } We introduce a new random variable the

More information

SIMULATION OF FTA IN SIMULINK. Alexej Chovanec

SIMULATION OF FTA IN SIMULINK. Alexej Chovanec J. ucha,. Chovanec SIMYLTION OF FT IN SIMULINK R&RT # 4 SIMULTION OF FT IN SIMULINK lexej Chovanec Faculty of Special Technology / lexander Dubcek University in Trencin Studentska 1, 911 5 Trencin, Slovak

More information

Reliability of Technical Systems

Reliability of Technical Systems Main Topics 1. Introduction, Key Terms, Framing the Problem 2. Reliability Parameters: Failure Rate, Failure Probability, etc. 3. Some Important Reliability Distributions 4. Component Reliability 5. Software

More information

Software Reliability & Testing

Software Reliability & Testing Repairable systems Repairable system A reparable system is obtained by glueing individual non-repairable systems each around a single failure To describe this gluing process we need to review the concept

More information

Exact Inference for the Two-Parameter Exponential Distribution Under Type-II Hybrid Censoring

Exact Inference for the Two-Parameter Exponential Distribution Under Type-II Hybrid Censoring Exact Inference for the Two-Parameter Exponential Distribution Under Type-II Hybrid Censoring A. Ganguly, S. Mitra, D. Samanta, D. Kundu,2 Abstract Epstein [9] introduced the Type-I hybrid censoring scheme

More information

Engineering Risk Benefit Analysis

Engineering Risk Benefit Analysis Engineering Risk Benefit Analysis 1.155, 2.943, 3.577, 6.938, 10.816, 13.621, 16.862, 22.82, ESD.72, ESD.721 RPRA 3. Probability Distributions in RPRA George E. Apostolakis Massachusetts Institute of Technology

More information

Probability Plots. Summary. Sample StatFolio: probplots.sgp

Probability Plots. Summary. Sample StatFolio: probplots.sgp STATGRAPHICS Rev. 9/6/3 Probability Plots Summary... Data Input... 2 Analysis Summary... 2 Analysis Options... 3 Uniform Plot... 3 Normal Plot... 4 Lognormal Plot... 4 Weibull Plot... Extreme Value Plot...

More information

ST495: Survival Analysis: Maximum likelihood

ST495: Survival Analysis: Maximum likelihood ST495: Survival Analysis: Maximum likelihood Eric B. Laber Department of Statistics, North Carolina State University February 11, 2014 Everything is deception: seeking the minimum of illusion, keeping

More information

Load-strength Dynamic Interaction Principle and Failure Rate Model

Load-strength Dynamic Interaction Principle and Failure Rate Model International Journal of Performability Engineering Vol. 6, No. 3, May 21, pp. 25-214. RAMS Consultants Printed in India Load-strength Dynamic Interaction Principle and Failure Rate Model LIYANG XIE and

More information

Reliability Assessment Electric Utility Mapping. Maged Yackoub Eva Szatmari Veridian Connections Toronto, October 2015

Reliability Assessment Electric Utility Mapping. Maged Yackoub Eva Szatmari Veridian Connections Toronto, October 2015 Reliability Assessment Electric Utility Mapping Maged Yackoub Eva Szatmari Veridian Connections Toronto, October 2015 Agenda Introduction About Veridian Connections Veridian s GIS platform Reliability

More information

10 Introduction to Reliability

10 Introduction to Reliability 0 Introduction to Reliability 10 Introduction to Reliability The following notes are based on Volume 6: How to Analyze Reliability Data, by Wayne Nelson (1993), ASQC Press. When considering the reliability

More information

Computer Simulation of Repairable Processes

Computer Simulation of Repairable Processes SEMATECH 1996 Applied Reliability Tools Workshop (ARTWORK IX) Santa Fe Computer Simulation of Repairable Processes Dave Trindade, Ph.D. Senior AMD Fellow Applied Statistics Introduction Computer simulation!

More information

Concept of Reliability

Concept of Reliability Concept of Reliability Prepared By Dr. M. S. Memon Department of Industrial Engineering and Management Mehran University of Engineering and Technology Jamshoro, Sindh, Pakistan RELIABILITY Reliability

More information

Fault-Tolerant Computing

Fault-Tolerant Computing Fault-Tolerant Computing Motivation, Background, and Tools Slide 1 About This Presentation This presentation has been prepared for the graduate course ECE 257A (Fault-Tolerant Computing) by Behrooz Parhami,

More information

Mahdi karbasian* & Zoubi Ibrahim

Mahdi karbasian* & Zoubi Ibrahim International Journal of Industrial Engineering & Production Research (010) pp. 105-110 September 010, Volume 1, Number International Journal of Industrial Engineering & Production Research ISSN: 008-4889

More information

Hazard Function, Failure Rate, and A Rule of Thumb for Calculating Empirical Hazard Function of Continuous-Time Failure Data

Hazard Function, Failure Rate, and A Rule of Thumb for Calculating Empirical Hazard Function of Continuous-Time Failure Data Hazard Function, Failure Rate, and A Rule of Thumb for Calculating Empirical Hazard Function of Continuous-Time Failure Data Feng-feng Li,2, Gang Xie,2, Yong Sun,2, Lin Ma,2 CRC for Infrastructure and

More information

Terminology and Concepts

Terminology and Concepts Terminology and Concepts Prof. Naga Kandasamy 1 Goals of Fault Tolerance Dependability is an umbrella term encompassing the concepts of reliability, availability, performability, safety, and testability.

More information

Optimal Cusum Control Chart for Censored Reliability Data with Log-logistic Distribution

Optimal Cusum Control Chart for Censored Reliability Data with Log-logistic Distribution CMST 21(4) 221-227 (2015) DOI:10.12921/cmst.2015.21.04.006 Optimal Cusum Control Chart for Censored Reliability Data with Log-logistic Distribution B. Sadeghpour Gildeh, M. Taghizadeh Ashkavaey Department

More information

I I FINAL, 01 Jun 8.4 to 31 May TITLE AND SUBTITLE 5 * _- N, '. ', -;

I I FINAL, 01 Jun 8.4 to 31 May TITLE AND SUBTITLE 5 * _- N, '. ', -; R AD-A237 850 E........ I N 11111IIIII U 1 1I!til II II... 1. AGENCY USE ONLY Leave 'VanK) I2. REPORT DATE 3 REPORT TYPE AND " - - I I FINAL, 01 Jun 8.4 to 31 May 88 4. TITLE AND SUBTITLE 5 * _- N, '.

More information

STAT 509 Section 3.4: Continuous Distributions. Probability distributions are used a bit differently for continuous r.v. s than for discrete r.v. s.

STAT 509 Section 3.4: Continuous Distributions. Probability distributions are used a bit differently for continuous r.v. s than for discrete r.v. s. STAT 509 Section 3.4: Continuous Distributions Probability distributions are used a bit differently for continuous r.v. s than for discrete r.v. s. A continuous random variable is one for which the outcome

More information

IoT Network Quality/Reliability

IoT Network Quality/Reliability IoT Network Quality/Reliability IEEE PHM June 19, 2017 Byung K. Yi, Dr. of Sci. Executive V.P. & CTO, InterDigital Communications, Inc Louis Kerofsky, PhD. Director of Partner Development InterDigital

More information

Lecture 7. Poisson and lifetime processes in risk analysis

Lecture 7. Poisson and lifetime processes in risk analysis Lecture 7. Poisson and lifetime processes in risk analysis Jesper Rydén Department of Mathematics, Uppsala University jesper.ryden@math.uu.se Statistical Risk Analysis Spring 2014 Example: Life times of

More information

Comparative Distributions of Hazard Modeling Analysis

Comparative Distributions of Hazard Modeling Analysis Comparative s of Hazard Modeling Analysis Rana Abdul Wajid Professor and Director Center for Statistics Lahore School of Economics Lahore E-mail: drrana@lse.edu.pk M. Shuaib Khan Department of Statistics

More information

Constant Stress Partially Accelerated Life Test Design for Inverted Weibull Distribution with Type-I Censoring

Constant Stress Partially Accelerated Life Test Design for Inverted Weibull Distribution with Type-I Censoring Algorithms Research 013, (): 43-49 DOI: 10.593/j.algorithms.01300.0 Constant Stress Partially Accelerated Life Test Design for Mustafa Kamal *, Shazia Zarrin, Arif-Ul-Islam Department of Statistics & Operations

More information

3R.1 USING GROUND CLUTTER TO ADJUST RELATIVE RADAR CALIBRATION AT KWAJALEIN, RMI

3R.1 USING GROUND CLUTTER TO ADJUST RELATIVE RADAR CALIBRATION AT KWAJALEIN, RMI 3R.1 USING GROUND CLUTTER TO ADJUST RELATIVE RADAR CALIBRATION AT KWAJALEIN, RMI David S. Silberstein 1,2,*, D. B. Wolff 1,3, D. A. Marks 1,2, and J. L. Pippitt 1,2 1 NASA Goddard Space Flight Center,

More information

Software Reliability.... Yes sometimes the system fails...

Software Reliability.... Yes sometimes the system fails... Software Reliability... Yes sometimes the system fails... Motivations Software is an essential component of many safety-critical systems These systems depend on the reliable operation of software components

More information

UNAVAILABILITY CALCULATIONS WITHIN THE LIMITS OF COMPUTER ACCURACY ABSTRACT

UNAVAILABILITY CALCULATIONS WITHIN THE LIMITS OF COMPUTER ACCURACY ABSTRACT (Vol.2) 29, December UNAVAILABILITY CALCULATIONS WITHIN THE LIMITS OF COMPUTER ACCURACY R. Briš Technical University of Ostrava, Faculty of Electrical Engineering and Computer Science, Ostrava, Czech Republic

More information

ESTIMATION OF RELIABILITY CHARACTERISTICS OF POWER OIL TRANSFORMERS

ESTIMATION OF RELIABILITY CHARACTERISTICS OF POWER OIL TRANSFORMERS Engineering MECHANICS, Vol. 19, 2012, No. 1, p. 61 73 61 ESTIMATION OF RELIABILITY CHARACTERISTICS OF POWER OIL TRANSFORMERS Miloš Hammer*, Jakub Ertl*, Ondřej Janda* At present days, the requirements

More information

Point and Interval Estimation for Gaussian Distribution, Based on Progressively Type-II Censored Samples

Point and Interval Estimation for Gaussian Distribution, Based on Progressively Type-II Censored Samples 90 IEEE TRANSACTIONS ON RELIABILITY, VOL. 52, NO. 1, MARCH 2003 Point and Interval Estimation for Gaussian Distribution, Based on Progressively Type-II Censored Samples N. Balakrishnan, N. Kannan, C. T.

More information

Signal Handling & Processing

Signal Handling & Processing Signal Handling & Processing The output signal of the primary transducer may be too small to drive indicating, recording or control elements directly. Or it may be in a form which is not convenient for

More information

Ústav teorie informace a automatizace. Academy of Sciences of the Czech Republic Institute of Information Theory and Automation RESEARCH REPORT

Ústav teorie informace a automatizace. Academy of Sciences of the Czech Republic Institute of Information Theory and Automation RESEARCH REPORT Akademie věd České republiky Ústav teorie informace a automatizace Academy of Sciences of the Czech Republic Institute of Information Theory and Automation RESEARCH REPORT Jaroslav Ševčík and Petr Volf

More information

Dependable Systems. ! Dependability Attributes. Dr. Peter Tröger. Sources:

Dependable Systems. ! Dependability Attributes. Dr. Peter Tröger. Sources: Dependable Systems! Dependability Attributes Dr. Peter Tröger! Sources:! J.C. Laprie. Dependability: Basic Concepts and Terminology Eusgeld, Irene et al.: Dependability Metrics. 4909. Springer Publishing,

More information

B.H. Far

B.H. Far SENG 521 Software Reliability & Software Quality Chapter 6: Software Reliability Models Department of Electrical & Computer Engineering, University of Calgary B.H. Far (far@ucalgary.ca) http://www.enel.ucalgary.ca/people/far/lectures/seng521

More information

Fault Tolerant Computing CS 530 Software Reliability Growth. Yashwant K. Malaiya Colorado State University

Fault Tolerant Computing CS 530 Software Reliability Growth. Yashwant K. Malaiya Colorado State University Fault Tolerant Computing CS 530 Software Reliability Growth Yashwant K. Malaiya Colorado State University 1 Software Reliability Growth: Outline Testing approaches Operational Profile Software Reliability

More information

Key Words: survival analysis; bathtub hazard; accelerated failure time (AFT) regression; power-law distribution.

Key Words: survival analysis; bathtub hazard; accelerated failure time (AFT) regression; power-law distribution. POWER-LAW ADJUSTED SURVIVAL MODELS William J. Reed Department of Mathematics & Statistics University of Victoria PO Box 3060 STN CSC Victoria, B.C. Canada V8W 3R4 reed@math.uvic.ca Key Words: survival

More information

Key Words: Lifetime Data Analysis (LDA), Probability Density Function (PDF), Goodness of fit methods, Chi-square method.

Key Words: Lifetime Data Analysis (LDA), Probability Density Function (PDF), Goodness of fit methods, Chi-square method. Reliability prediction based on lifetime data analysis methodology: The pump case study Abstract: The business case aims to demonstrate the lifetime data analysis methodology application from the historical

More information

STATISTICAL INFERENCE IN ACCELERATED LIFE TESTING WITH GEOMETRIC PROCESS MODEL. A Thesis. Presented to the. Faculty of. San Diego State University

STATISTICAL INFERENCE IN ACCELERATED LIFE TESTING WITH GEOMETRIC PROCESS MODEL. A Thesis. Presented to the. Faculty of. San Diego State University STATISTICAL INFERENCE IN ACCELERATED LIFE TESTING WITH GEOMETRIC PROCESS MODEL A Thesis Presented to the Faculty of San Diego State University In Partial Fulfillment of the Requirements for the Degree

More information

Failure rate in the continuous sense. Figure. Exponential failure density functions [f(t)] 1

Failure rate in the continuous sense. Figure. Exponential failure density functions [f(t)] 1 Failure rate (Updated and Adapted from Notes by Dr. A.K. Nema) Part 1: Failure rate is the frequency with which an engineered system or component fails, expressed for example in failures per hour. It is

More information

An Integral Measure of Aging/Rejuvenation for Repairable and Non-repairable Systems

An Integral Measure of Aging/Rejuvenation for Repairable and Non-repairable Systems An Integral Measure of Aging/Rejuvenation for Repairable and Non-repairable Systems M.P. Kaminskiy and V.V. Krivtsov Abstract This paper introduces a simple index that helps to assess the degree of aging

More information

Geant4 Simulation of Very Low Energy Electromagnetic Interactions

Geant4 Simulation of Very Low Energy Electromagnetic Interactions Geant4 Simulation of Very Low Energy Electromagnetic Interactions R. Capra 1, Z. Francis 2, S. Incerti 3, G. Montarou 2, Ph. Moretto 3, P. Nieminen 4, M. G. Pia 1 1 INFN Sezione di Genova; I-16146 Genova,

More information

Tutorial: Parametric Reliability Models

Tutorial: Parametric Reliability Models INSTITUTE FOR DEFENSE ANALYSES Tutorial: Parametric Reliability Models Yevgeniya K. Pinelis, Project Leader William R. Whitledge September 208 Approved for public release. Distribution is unlimited. IDA

More information

Parameter Estimation of Power Lomax Distribution Based on Type-II Progressively Hybrid Censoring Scheme

Parameter Estimation of Power Lomax Distribution Based on Type-II Progressively Hybrid Censoring Scheme Applied Mathematical Sciences, Vol. 12, 2018, no. 18, 879-891 HIKARI Ltd, www.m-hikari.com https://doi.org/10.12988/ams.2018.8691 Parameter Estimation of Power Lomax Distribution Based on Type-II Progressively

More information

BAYESIAN NON-PARAMETRIC SIMULATION OF HAZARD FUNCTIONS

BAYESIAN NON-PARAMETRIC SIMULATION OF HAZARD FUNCTIONS Proceedings of the 2009 Winter Simulation Conference. D. Rossetti, R. R. Hill, B. Johansson, A. Dunkin, and R. G. Ingalls, eds. BAYESIAN NON-PARAETRIC SIULATION OF HAZARD FUNCTIONS DITRIY BELYI Operations

More information

SOLUTION FOR HOMEWORK 8, STAT 4372

SOLUTION FOR HOMEWORK 8, STAT 4372 SOLUTION FOR HOMEWORK 8, STAT 4372 Welcome to your 8th homework. Here you have an opportunity to solve classical estimation problems which are the must to solve on the exam due to their simplicity. 1.

More information

Copyright 2008 IEEE. Reprinted from 2008 PROCEEDINGS Annual RELIABILITY and MAINTAINABILITY Symposium, Las Vegas, Nevada, USA, January 28-31, 2008.

Copyright 2008 IEEE. Reprinted from 2008 PROCEEDINGS Annual RELIABILITY and MAINTAINABILITY Symposium, Las Vegas, Nevada, USA, January 28-31, 2008. Copyright 008 IEEE. Reprinted from 008 PROCEEDINGS nnual RELIILITY and MINTINILITY Symposium, Las Vegas, Nevada, US, January 8-3, 008. This material is posted here with permission of the IEEE. Such permission

More information

Chap 4. Software Reliability

Chap 4. Software Reliability Chap 4. Software Reliability 4.2 Reliability Growth 1. Introduction 2. Reliability Growth Models 3. The Basic Execution Model 4. Calendar Time Computation 5. Reliability Demonstration Testing 1. Introduction

More information

By choosing to view this document, you agree to all provisions of the copyright laws protecting it.

By choosing to view this document, you agree to all provisions of the copyright laws protecting it. Copyright 2017 IEEE. Reprinted, with permission, from Sharon L. Honecker and Umur Yenal, Quantifying the Effect of a Potential Corrective Action on Product Life, 2017 Reliability and Maintainability Symposium,

More information

MODELLING DYNAMIC RELIABILITY VIA FLUID PETRI NETS

MODELLING DYNAMIC RELIABILITY VIA FLUID PETRI NETS MODELLING DYNAMIC RELIABILITY VIA FLUID PETRI NETS Daniele Codetta-Raiteri, Dipartimento di Informatica, Università di Torino, Italy Andrea Bobbio, Dipartimento di Informatica, Università del Piemonte

More information

We are IntechOpen, the world s leading publisher of Open Access books Built by scientists, for scientists. International authors and editors

We are IntechOpen, the world s leading publisher of Open Access books Built by scientists, for scientists. International authors and editors We are IntechOpen, the world s leading publisher of Open Access books Built by scientists, for scientists 3,900 116,000 120M Open access books available International authors and editors Downloads Our

More information

USE OF FUZZY LOGIC TO INVESTIGATE WEATHER PARAMETER IMPACT ON ELECTRICAL LOAD BASED ON SHORT TERM FORECASTING

USE OF FUZZY LOGIC TO INVESTIGATE WEATHER PARAMETER IMPACT ON ELECTRICAL LOAD BASED ON SHORT TERM FORECASTING Nigerian Journal of Technology (NIJOTECH) Vol. 35, No. 3, July 2016, pp. 562 567 Copyright Faculty of Engineering, University of Nigeria, Nsukka, Print ISSN: 0331-8443, Electronic ISSN: 2467-8821 www.nijotech.com

More information

The comparative studies on reliability for Rayleigh models

The comparative studies on reliability for Rayleigh models Journal of the Korean Data & Information Science Society 018, 9, 533 545 http://dx.doi.org/10.7465/jkdi.018.9..533 한국데이터정보과학회지 The comparative studies on reliability for Rayleigh models Ji Eun Oh 1 Joong

More information

Estimation of Stress-Strength Reliability for Kumaraswamy Exponential Distribution Based on Upper Record Values

Estimation of Stress-Strength Reliability for Kumaraswamy Exponential Distribution Based on Upper Record Values International Journal of Contemporary Mathematical Sciences Vol. 12, 2017, no. 2, 59-71 HIKARI Ltd, www.m-hikari.com https://doi.org/10.12988/ijcms.2017.7210 Estimation of Stress-Strength Reliability for

More information

MEAN residual lifetime (MRL) may be predicted according. Degradation models for reliability estimation and mean residual lifetime

MEAN residual lifetime (MRL) may be predicted according. Degradation models for reliability estimation and mean residual lifetime Degradation models for reliability estimation and mean residual lifetime Christophe Letot 1, Pierre Dehombreux 1 1 Service de Génie Mécanique & Pôle Risques, Faculté Polytechnique de Mons 53 Rue du Joncquois,

More information

1 Degree distributions and data

1 Degree distributions and data 1 Degree distributions and data A great deal of effort is often spent trying to identify what functional form best describes the degree distribution of a network, particularly the upper tail of that distribution.

More information

Bayesian Analysis of Simple Step-stress Model under Weibull Lifetimes

Bayesian Analysis of Simple Step-stress Model under Weibull Lifetimes Bayesian Analysis of Simple Step-stress Model under Weibull Lifetimes A. Ganguly 1, D. Kundu 2,3, S. Mitra 2 Abstract Step-stress model is becoming quite popular in recent times for analyzing lifetime

More information

Parameters Estimation for a Linear Exponential Distribution Based on Grouped Data

Parameters Estimation for a Linear Exponential Distribution Based on Grouped Data International Mathematical Forum, 3, 2008, no. 33, 1643-1654 Parameters Estimation for a Linear Exponential Distribution Based on Grouped Data A. Al-khedhairi Department of Statistics and O.R. Faculty

More information

Quiz #2 A Mighty Fine Review

Quiz #2 A Mighty Fine Review Quiz #2 A Mighty Fine Review February 27: A reliable adventure; a day like all days filled with those events that alter and change the course of history and you will be there! What is a Quiz #2? Three

More information

Local Mesh Refinement with the PCD Method

Local Mesh Refinement with the PCD Method Advances in Dynamical Systems and Applications ISSN 0973-5321, Volume 8, Number 1, pp. 125 136 (2013) http://campus.mst.edu/adsa Local Mesh Refinement with the PCD Method Ahmed Tahiri Université Med Premier

More information

Survival Analysis Math 434 Fall 2011

Survival Analysis Math 434 Fall 2011 Survival Analysis Math 434 Fall 2011 Part IV: Chap. 8,9.2,9.3,11: Semiparametric Proportional Hazards Regression Jimin Ding Math Dept. www.math.wustl.edu/ jmding/math434/fall09/index.html Basic Model Setup

More information

Maximizing the Closed Loop Asymptotic Decay Rate for the Two-Mass-Spring Control Problem

Maximizing the Closed Loop Asymptotic Decay Rate for the Two-Mass-Spring Control Problem Maximizing the Closed Loop Asymptotic Decay Rate for the Two-Mass-Spring Control Problem Didier Henrion 1,2 Michael L. Overton 3 May 12, 2006 Abstract We consider the following problem: find a fixed-order

More information

DESIGN OF PREVENTIVE MAINTENANCE SCHEDULING MODEL FOR DETERIORATING SYSTEMS

DESIGN OF PREVENTIVE MAINTENANCE SCHEDULING MODEL FOR DETERIORATING SYSTEMS DESIGN OF PREVENTIVE MAINTENANCE SCHEDULING MODEL FOR DETERIORATING SYSTEMS P.A. Ozor a, S.O. Onyegegbu Department of Mechanical Engineering, University of Nigeria, Nsukka, NIGERIA. a Email: paul.ozor@unn.edu.ng

More information

Turbulence Estimation Techniques for COSMIC Occultation Data

Turbulence Estimation Techniques for COSMIC Occultation Data Turbulence Estimation Techniques for COSMIC Occultation Data James Burkert, Penina Axelrad, Larry Cornman, Kent Goodrich, Scott Palo, Andrew Weekley Colorado Center for Astrodynamics Research University

More information

Particle Swarm Optimization of Hidden Markov Models: a comparative study

Particle Swarm Optimization of Hidden Markov Models: a comparative study Particle Swarm Optimization of Hidden Markov Models: a comparative study D. Novák Department of Cybernetics Czech Technical University in Prague Czech Republic email:xnovakd@labe.felk.cvut.cz M. Macaš,

More information

Objective Experiments Glossary of Statistical Terms

Objective Experiments Glossary of Statistical Terms Objective Experiments Glossary of Statistical Terms This glossary is intended to provide friendly definitions for terms used commonly in engineering and science. It is not intended to be absolutely precise.

More information

Reliability analysis of power systems EI2452. Lifetime analysis 7 May 2015

Reliability analysis of power systems EI2452. Lifetime analysis 7 May 2015 Reliability analysis of power systems EI2452 Lifetime analysis 7 May 2015 Agenda Summary of content: Introduction nonreparable/reparable General information about statistical surveys Lifetime data Nonparametric

More information

Introduction to repairable systems STK4400 Spring 2011

Introduction to repairable systems STK4400 Spring 2011 Introduction to repairable systems STK4400 Spring 2011 Bo Lindqvist http://www.math.ntnu.no/ bo/ bo@math.ntnu.no Bo Lindqvist Introduction to repairable systems Definition of repairable system Ascher and

More information

Estimation of Parameters of the Weibull Distribution Based on Progressively Censored Data

Estimation of Parameters of the Weibull Distribution Based on Progressively Censored Data International Mathematical Forum, 2, 2007, no. 41, 2031-2043 Estimation of Parameters of the Weibull Distribution Based on Progressively Censored Data K. S. Sultan 1 Department of Statistics Operations

More information

Optimum Test Plan for 3-Step, Step-Stress Accelerated Life Tests

Optimum Test Plan for 3-Step, Step-Stress Accelerated Life Tests International Journal of Performability Engineering, Vol., No., January 24, pp.3-4. RAMS Consultants Printed in India Optimum Test Plan for 3-Step, Step-Stress Accelerated Life Tests N. CHANDRA *, MASHROOR

More information

Distribution Fitting (Censored Data)

Distribution Fitting (Censored Data) Distribution Fitting (Censored Data) Summary... 1 Data Input... 2 Analysis Summary... 3 Analysis Options... 4 Goodness-of-Fit Tests... 6 Frequency Histogram... 8 Comparison of Alternative Distributions...

More information

A comparison of inverse transform and composition methods of data simulation from the Lindley distribution

A comparison of inverse transform and composition methods of data simulation from the Lindley distribution Communications for Statistical Applications and Methods 2016, Vol. 23, No. 6, 517 529 http://dx.doi.org/10.5351/csam.2016.23.6.517 Print ISSN 2287-7843 / Online ISSN 2383-4757 A comparison of inverse transform

More information

Pattern Recognition. Parameter Estimation of Probability Density Functions

Pattern Recognition. Parameter Estimation of Probability Density Functions Pattern Recognition Parameter Estimation of Probability Density Functions Classification Problem (Review) The classification problem is to assign an arbitrary feature vector x F to one of c classes. The

More information

Practical Applications of Reliability Theory

Practical Applications of Reliability Theory Practical Applications of Reliability Theory George Dodson Spallation Neutron Source Managed by UT-Battelle Topics Reliability Terms and Definitions Reliability Modeling as a tool for evaluating system

More information

Field data reliability analysis of highly reliable item

Field data reliability analysis of highly reliable item Field data reliability analysis of highly reliable item David Vališ & Zdeněk Vintr Faculty of Military Technologies University of Defence 612 00 Brno Czech Republic david.valis@unob.cz Miroslav Koucký

More information

MEASUREMENT OF MAGNETIC MATERIAL

MEASUREMENT OF MAGNETIC MATERIAL MEASUREMENT OF MAGNETIC MATERIAL Tomáš Bulín Doctoral Degree Programme (1.), FEEC BUT E-mail: xbulin01@stud.feec.vutbr.cz Supervised by: Čestmír Ondrůšek E-mail: ondrusek@feec.vutbr.cz Abstract: This article

More information

A novel repair model for imperfect maintenance

A novel repair model for imperfect maintenance IMA Journal of Management Mathematics (6) 7, 35 43 doi:.93/imaman/dpi36 Advance Access publication on July 4, 5 A novel repair model for imperfect maintenance SHAOMIN WU AND DEREK CLEMENTS-CROOME School

More information

Test Strategies for Experiments with a Binary Response and Single Stress Factor Best Practice

Test Strategies for Experiments with a Binary Response and Single Stress Factor Best Practice Test Strategies for Experiments with a Binary Response and Single Stress Factor Best Practice Authored by: Sarah Burke, PhD Lenny Truett, PhD 15 June 2017 The goal of the STAT COE is to assist in developing

More information

Chapter Learning Objectives. Probability Distributions and Probability Density Functions. Continuous Random Variables

Chapter Learning Objectives. Probability Distributions and Probability Density Functions. Continuous Random Variables Chapter 4: Continuous Random Variables and Probability s 4-1 Continuous Random Variables 4-2 Probability s and Probability Density Functions 4-3 Cumulative Functions 4-4 Mean and Variance of a Continuous

More information

PROBABILITY DISTRIBUTIONS

PROBABILITY DISTRIBUTIONS Review of PROBABILITY DISTRIBUTIONS Hideaki Shimazaki, Ph.D. http://goo.gl/visng Poisson process 1 Probability distribution Probability that a (continuous) random variable X is in (x,x+dx). ( ) P x < X

More information

On nonlinear weighted least squares fitting of the three-parameter inverse Weibull distribution

On nonlinear weighted least squares fitting of the three-parameter inverse Weibull distribution MATHEMATICAL COMMUNICATIONS 13 Math. Commun., Vol. 15, No. 1, pp. 13-24 (2010) On nonlinear weighted least squares fitting of the three-parameter inverse Weibull distribution Dragan Juić 1 and Darija Marović

More information

BAYESIAN RELIABILITY ANALYSIS FOR THE GUMBEL FAILURE MODEL. 1. Introduction

BAYESIAN RELIABILITY ANALYSIS FOR THE GUMBEL FAILURE MODEL. 1. Introduction BAYESIAN RELIABILITY ANALYSIS FOR THE GUMBEL FAILURE MODEL CHRIS P. TSOKOS AND BRANKO MILADINOVIC Department of Mathematics Statistics, University of South Florida, Tampa, FL 3362 ABSTRACT. The Gumbel

More information

Robust Parameter Estimation in the Weibull and the Birnbaum-Saunders Distribution

Robust Parameter Estimation in the Weibull and the Birnbaum-Saunders Distribution Clemson University TigerPrints All Theses Theses 8-2012 Robust Parameter Estimation in the Weibull and the Birnbaum-Saunders Distribution Jing Zhao Clemson University, jzhao2@clemson.edu Follow this and

More information

These notes will supplement the textbook not replace what is there. defined for α >0

These notes will supplement the textbook not replace what is there. defined for α >0 Gamma Distribution These notes will supplement the textbook not replace what is there. Gamma Function ( ) = x 0 e dx 1 x defined for >0 Properties of the Gamma Function 1. For any >1 () = ( 1)( 1) Proof

More information

(QALT): Data Analysis and Test Design

(QALT): Data Analysis and Test Design (QALT): Data Analysis and Test Design Huairui(Harry) Guo, Ph.D, CRE, CQE Thanasis Gerokostopoulos, CRE, CQE ASTR 2013, Oct. 9-11, San Diego, CA Qualitative vs. Quantitative ALT (Accelerated Life Tests)

More information

SUPPLEMENT TO CHAPTER

SUPPLEMENT TO CHAPTER SUPPLEMENT TO CHAPTER 4 Reliability SUPPLEMENT OUTLINE Introduction, 2 Finding Probability of Functioning When Activated, 2 Finding Probability of Functioning for a Given Length of Time, 4 Key Terms, 10

More information

Accelerated Failure Time Models

Accelerated Failure Time Models Accelerated Failure Time Models Patrick Breheny October 12 Patrick Breheny University of Iowa Survival Data Analysis (BIOS 7210) 1 / 29 The AFT model framework Last time, we introduced the Weibull distribution

More information

Stochastic Analysis of a Two-Unit Cold Standby System with Arbitrary Distributions for Life, Repair and Waiting Times

Stochastic Analysis of a Two-Unit Cold Standby System with Arbitrary Distributions for Life, Repair and Waiting Times International Journal of Performability Engineering Vol. 11, No. 3, May 2015, pp. 293-299. RAMS Consultants Printed in India Stochastic Analysis of a Two-Unit Cold Standby System with Arbitrary Distributions

More information