SlideShare une entreprise Scribd logo
1  sur  12
BASIC RELIABILITY “bottom-up” MODELS


                              1.Series model

The series model is used to go from individual components to the entire
system, assuming the system fails when the first component fails and all
components fail or survive independently of one another.


                                           n

                      R (t ) = ∏ R (t )
                         sys
                                       i =1
                                                   i

                                       n

                      h (t ) = ∑ h (t )
                        sys
                                      i =1
                                               i
Example 1
      What is the reliability of the series system shown below?

             A   = .001 fph,      B    = .002 fph , mission time t = 50 hours
      For the system to work, both devices must work. If one
      device fails, the system fails.




      RA = reliability of device A = probability that device A will
      work for at least 50 hours

      RA =          = e -(.001)(50) = .9512
      RB = reliability of device B = probability that device B will
      work for at least 50 hours

      RB =          = e -(.002)(50) = .9048
      RS = reliability of system = probability that the system will
      work for at least 50 hours
      RS = RA X RB
      RS = .9512 X .9048 = .8606



                     2.Parallel or redundant mode

The parallel model assumes all n components that make up a system
operate independently and the system works as long as at least one
component still works. If there are n components, any (n-1) of them may
be considered redundant to the remaining one (even if the components
are all different). When the system is turned on, all the components
operate until they fail. The system reaches failure at the time of the last
component failure.
For a parallel model, the CDF Fs(t) for the system is just the product of
the CDF's Fi(t) for the components or
                                                  n

                             F (t ) = ∏ F (t )
                                 sys
                                                 i =1
                                                        i
So, Rs(t) and hs(t) can be evaluated using basic definitions, once
we have Fs(t).
The schematic below represents a parallel system with 5
components and the (reliability) equivalent 1 component system
with a CDF Fs equal to the product of the 5 component CDF's.




     Example 2
     What is the reliability of the parallel system shown below?

           A   = .001 fph,   B   = .002 fph ,mission time t = 50 hrs
     For the system to work, one or both devices must work. The
     system will fail when both devices fail.
From example 1, RA = .9512 and RB = .9048
        FA = 1 - RA = probability that device A fails and FB = 1 - RB =
        probability that device B fails.
        Fsys = FAFB = (1-RA)(1-RB) ,so:
        Rsys = reliability of system = RA + RB - RARB = .9512 +.9048 –
        (.9512)(.9048) = .9954


        For n identical components:

                                  1     1 1         1
               MTTF =               (1 + + + ⋅ ⋅ ⋅ + )
                                  λ     2 3         n

                             3.   r out of n model
   An r out of n model is a system that survives when
   at least r of its components are working (any r)

An "r out of n" system contains both the series system model and the
parallel system model as special cases. The system has n components that
operate or fail independently of one another and as long as at least r of
these components (any r) survive, the system survives. System failure
occurs when the (n-r+1)th component failure occurs.
When r = n, the r out of n model reduces to the series model. When r = 1,
the r out of n model becomes the parallel model.
We treat here the simple case where all the components are identical.
Formulas and assumptions for r out of n model (identical components):




   1.   All components have the identical reliability function R(t).
   2. All components operate independently of one another (as far as failure is
      concerned).
   3. The system can survive any (n-r) of the components failing. The system fails
   at the instant of the (n-r+1)th component failure.
System reliability is given by adding the probability of exactly r
components surviving to time t to the probability of exactly (r+1)
components surviving, and so on up to the probability of all components
surviving to time t. These are binomial probabilities (with p = R(t)), so
the system reliability is given by:



                  n 
     Rsys(t ) = ∑   ⋅ [ R (t )] ⋅ [1 − R (t )]
                                ni               n−i

                  i 
                               i =r




Note: If we relax the assumption that all the components are identical,
then Rs(t) would be the sum of probabilities evaluated for all possible
terms that could be formed by picking at least r survivors and the
corresponding failures. The probability for each term is evaluated as a
product of R(t)'s and F(t)'s. For example, for n = 4 and r = 2, the system
reliability would be (abbreviating the notation for R(t) and F(t) by using
only R and F)


   Rsys = R1R2F3F4 + R1R3F2F4 + R1R4F2F3 + R2R3F1F4
         + R2R4F1F3 + R3R4F1F2 + R1R2R3F4 + R1R3R4F2
         + R1R2R4F3 + R2R3R4F1 + R1R2R3R4
      Example 3

      What is the reliability of the out of       2   4
                                              system if: all λi =
      0.001 fph and the mission time t = 50 hours ?
      Solution

      All   Ri   = 0.9512     ,so:

                                        4
                            Rsys (t ) =∑ ⋅[0.9512] ⋅[0.0488]
                                       4            i         4−i

                                        2
                                      i=2




                                       R = 0.9996
                                            sys
4. Standby model
   The Standby Model evaluates improved reliability when backup
   replacements are switched on when failures occur.
A Standby Model refers to the case in which a key component (or
assembly) has an identical backup component in an "off" state until
needed. When the original component fails, a switch turns on the
"standby" backup component and the system continues to operate.

In the simple case, assume the non-standby part of the system has CDF
F(t) and there are (n-1) identical backup units that will operate in
sequence until the last one fails. At that point, the system finally fails.
The total system lifetime is the sum of n identically distributed random
lifetimes, each having CDF F(t).
In other words, Tn = t1 + t2+ ... + tn, where each ti has CDF F(t) and Tn
has a CDF we denote by Fn(t). This can be evaluated using convolution
formulas:




In general, convolutions are solved numerically. However, for the special
case when F(t) is the exponential model, the above integrations can be
solved in closed form.
Special Case: The Exponential (or Gamma) Standby Model
If F(t) has the exponential CDF (i.e., F(t) = 1 - e-λt ), then




                                             (λ ) 2
                                               t      (λ ) 3
                                                        t          (λ )
                                                                      tn−1


                  R       = e −λt ⋅[1 +λ +
                                        t           +        +⋅⋅⋅         ]
                                              2!       3!         ( n −1)!
                    sys
n
                                      MTTF =
                                               λ


and the PDF fn(t) is the well-known gamma distribution.


For n = 2:


 Rparallel = 2 e − λt   −e
                             − 2 λt


 Rstandby = (1 + λt ) ⋅ e − λt
                      Fparallel
For    λ  1
        t        ; Fstandby ≈ 2
Example 4:

       An unmanned space probe sent out to explore the solar system has
an onboard computer with reliability characterized by the exponential
distribution with a Mean Time To Failure (MTTF) of 1/ = 30 months
(a constant failure rate of 1/30 = .033 fails per month). The probability of
surviving a two year mission is only e-24/30 = .45. If, however, a second
computer is included in the probe in a standby mode, the reliability at 24
months (using the above formula for F2) becomes .8 × .449 + .449 = .81.
The failure rate at 24 months (f2/[1-F2]) reduces to [(24/900) ×.449]/.81 =
.015 fails per month. At 12 months the failure rate is only .0095 fails per
month, which is less than 1/3 of the failure rate calculated for the non-
standby case.
Standby units (as the example shows) are an effective way of increasing
reliability and reducing failure rates, especially during the early stages of
product life. Their improvement effect is similar to, but greater than, that
of parallel redundancy. The drawback, from a practical standpoint, is the
expense of extra components that are not needed for functionality.

                        5.Complex systems
   Often the reliability of complex systems can be evaluated by
   successive applications of Series and/or Parallel model
   formulas.
Many complex systems can be diagrammed as combinations of Series
components, Parallel components, R out of N components and Standby
components. By using the formulas for these models, subsystems or
sections of the original system can be replaced by an "equivalent" single
component with a known CDF or Reliability function. Proceeding like
this, it may be possible to eventually reduce the entire system to one
component with a known CDF.
Below is an example of a complex system composed of both components
in parallel and components in series is reduced first to a series system and
finally to a one-component system.




   Note: The reduction methods described above will work for
   many, but not all, systems. Some systems with a complicated
   operational logic structure will need a more formal structural
   analysis methodology. For example let’s solve the system
   bellow by the help of Baye’s theorem.
About gamma distribution


There are two ways of writing (parameterizing) the gamma distribution
that are common in the literature. In addition, different authors use
different symbols for the shape and scale parameters. Below we show
three ways of writing the gamma, with a =        = , the "shape"
parameter, and b =1/ , the scale parameter.

EXCEL uses       .




Note: When α = 1, the gamma reduces to an exponential distribution with
β = 1/λ.
For the standby model α = n and β =1/λ.

EXCEL has built-in functions to evaluate the gamma pdf and cdf. The
syntax is:
=GAMMADIST(t,α,β,FALSE) for the PDF
=GAMMADIST(t,α,β,TRUE) for the CDF
Basic reliability models
Basic reliability models

Contenu connexe

Tendances

Introduction to CAD/CAM
Introduction to CAD/CAMIntroduction to CAD/CAM
Introduction to CAD/CAMNafis Ahmad
 
Unit 9 implementing the reliability strategy
Unit 9  implementing the reliability strategyUnit 9  implementing the reliability strategy
Unit 9 implementing the reliability strategyCharlton Inao
 
mechatronics lecture notes.pdf
mechatronics lecture notes.pdfmechatronics lecture notes.pdf
mechatronics lecture notes.pdfTsegaye Getachew
 
93321970 ansys-modal-analysis
93321970 ansys-modal-analysis93321970 ansys-modal-analysis
93321970 ansys-modal-analysisSamuel Ogbodo
 
ME6603 - FINITE ELEMENT ANALYSIS UNIT - I NOTES AND QUESTION BANK
ME6603 - FINITE ELEMENT ANALYSIS UNIT - I NOTES AND QUESTION BANKME6603 - FINITE ELEMENT ANALYSIS UNIT - I NOTES AND QUESTION BANK
ME6603 - FINITE ELEMENT ANALYSIS UNIT - I NOTES AND QUESTION BANKASHOK KUMAR RAJENDRAN
 
Cd chap 2 - static loading
Cd   chap 2 - static loadingCd   chap 2 - static loading
Cd chap 2 - static loadingMohamad Sahiedan
 
Unit 4 queuing models
Unit 4 queuing modelsUnit 4 queuing models
Unit 4 queuing modelsraksharao
 
Analysis and Design of PID controller with control parameters in MATLAB and S...
Analysis and Design of PID controller with control parameters in MATLAB and S...Analysis and Design of PID controller with control parameters in MATLAB and S...
Analysis and Design of PID controller with control parameters in MATLAB and S...MIbrar4
 
Unit 5-cad standards
Unit 5-cad standardsUnit 5-cad standards
Unit 5-cad standardsJavith Saleem
 
Finite Element Analysis - UNIT-1
Finite Element Analysis - UNIT-1Finite Element Analysis - UNIT-1
Finite Element Analysis - UNIT-1propaul
 
Model-Based Systems Engineering Demystified
Model-Based Systems Engineering DemystifiedModel-Based Systems Engineering Demystified
Model-Based Systems Engineering DemystifiedElizabeth Steiner
 
Computer aided quality control
Computer aided quality controlComputer aided quality control
Computer aided quality controlAhmad Bajwa
 
Temperature controller of hot and cold reservoir
Temperature controller of hot and cold reservoirTemperature controller of hot and cold reservoir
Temperature controller of hot and cold reservoirAkshay Dhole
 
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 part3of3ASQ Reliability Division
 

Tendances (20)

Introduction to CAD/CAM
Introduction to CAD/CAMIntroduction to CAD/CAM
Introduction to CAD/CAM
 
Unit 9 implementing the reliability strategy
Unit 9  implementing the reliability strategyUnit 9  implementing the reliability strategy
Unit 9 implementing the reliability strategy
 
Design For Reliability
Design For ReliabilityDesign For Reliability
Design For Reliability
 
Reliability engineering ppt-Internship
Reliability engineering ppt-InternshipReliability engineering ppt-Internship
Reliability engineering ppt-Internship
 
mechatronics lecture notes.pdf
mechatronics lecture notes.pdfmechatronics lecture notes.pdf
mechatronics lecture notes.pdf
 
Flexible Manufacturing Systems
Flexible Manufacturing SystemsFlexible Manufacturing Systems
Flexible Manufacturing Systems
 
93321970 ansys-modal-analysis
93321970 ansys-modal-analysis93321970 ansys-modal-analysis
93321970 ansys-modal-analysis
 
ME6603 - FINITE ELEMENT ANALYSIS UNIT - I NOTES AND QUESTION BANK
ME6603 - FINITE ELEMENT ANALYSIS UNIT - I NOTES AND QUESTION BANKME6603 - FINITE ELEMENT ANALYSIS UNIT - I NOTES AND QUESTION BANK
ME6603 - FINITE ELEMENT ANALYSIS UNIT - I NOTES AND QUESTION BANK
 
Cd chap 2 - static loading
Cd   chap 2 - static loadingCd   chap 2 - static loading
Cd chap 2 - static loading
 
Unit 4 queuing models
Unit 4 queuing modelsUnit 4 queuing models
Unit 4 queuing models
 
Analysis and Design of PID controller with control parameters in MATLAB and S...
Analysis and Design of PID controller with control parameters in MATLAB and S...Analysis and Design of PID controller with control parameters in MATLAB and S...
Analysis and Design of PID controller with control parameters in MATLAB and S...
 
Robust Design
Robust DesignRobust Design
Robust Design
 
Unit 5-cad standards
Unit 5-cad standardsUnit 5-cad standards
Unit 5-cad standards
 
Finite Element Analysis - UNIT-1
Finite Element Analysis - UNIT-1Finite Element Analysis - UNIT-1
Finite Element Analysis - UNIT-1
 
PPCE Unit 5
PPCE Unit   5PPCE Unit   5
PPCE Unit 5
 
Model-Based Systems Engineering Demystified
Model-Based Systems Engineering DemystifiedModel-Based Systems Engineering Demystified
Model-Based Systems Engineering Demystified
 
Computer aided quality control
Computer aided quality controlComputer aided quality control
Computer aided quality control
 
Temperature controller of hot and cold reservoir
Temperature controller of hot and cold reservoirTemperature controller of hot and cold reservoir
Temperature controller of hot and cold reservoir
 
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
ReliabilityReliability
Reliability
 

Similaire à Basic reliability models

3. convolution fourier
3. convolution fourier3. convolution fourier
3. convolution fourierskysunilyadav
 
lecture1 (5).ppt
lecture1 (5).pptlecture1 (5).ppt
lecture1 (5).pptHebaEng
 
The feedback-control-for-distributed-systems
The feedback-control-for-distributed-systemsThe feedback-control-for-distributed-systems
The feedback-control-for-distributed-systemsCemal Ardil
 
Fourier Specturm via MATLAB
Fourier Specturm via MATLABFourier Specturm via MATLAB
Fourier Specturm via MATLABZunAib Ali
 
Quicksort analysis
Quicksort analysisQuicksort analysis
Quicksort analysisPremjeet Roy
 
Ch1 representation of signal pg 130
Ch1 representation of signal pg 130Ch1 representation of signal pg 130
Ch1 representation of signal pg 130Prateek Omer
 
Order of instruments.ppt
Order of instruments.pptOrder of instruments.ppt
Order of instruments.pptANURUPAa
 
Automated Repair of Feature Interaction Failures in Automated Driving Systems
Automated Repair of Feature Interaction Failures in Automated Driving SystemsAutomated Repair of Feature Interaction Failures in Automated Driving Systems
Automated Repair of Feature Interaction Failures in Automated Driving SystemsLionel Briand
 
STEP RESPONSE OF FIRST ORDER SYSTEM PART 1.pptx
STEP RESPONSE OF FIRST ORDER SYSTEM PART 1.pptxSTEP RESPONSE OF FIRST ORDER SYSTEM PART 1.pptx
STEP RESPONSE OF FIRST ORDER SYSTEM PART 1.pptxAnikendu Maitra
 
from_data_to_differential_equations.ppt
from_data_to_differential_equations.pptfrom_data_to_differential_equations.ppt
from_data_to_differential_equations.pptashutoshvb1
 

Similaire à Basic reliability models (20)

1 untitled 1
1 untitled 11 untitled 1
1 untitled 1
 
3. convolution fourier
3. convolution fourier3. convolution fourier
3. convolution fourier
 
Ece4510 notes02
Ece4510 notes02Ece4510 notes02
Ece4510 notes02
 
Failure rate not inverse of MTBF always
Failure rate not inverse of MTBF alwaysFailure rate not inverse of MTBF always
Failure rate not inverse of MTBF always
 
properties of LTI
properties of LTIproperties of LTI
properties of LTI
 
lecture3_2.pdf
lecture3_2.pdflecture3_2.pdf
lecture3_2.pdf
 
Control chap4
Control chap4Control chap4
Control chap4
 
lecture1 (5).ppt
lecture1 (5).pptlecture1 (5).ppt
lecture1 (5).ppt
 
The feedback-control-for-distributed-systems
The feedback-control-for-distributed-systemsThe feedback-control-for-distributed-systems
The feedback-control-for-distributed-systems
 
time response
time responsetime response
time response
 
Lect4-LTI-signal-processing1.pdf
Lect4-LTI-signal-processing1.pdfLect4-LTI-signal-processing1.pdf
Lect4-LTI-signal-processing1.pdf
 
Fourier Specturm via MATLAB
Fourier Specturm via MATLABFourier Specturm via MATLAB
Fourier Specturm via MATLAB
 
Quicksort analysis
Quicksort analysisQuicksort analysis
Quicksort analysis
 
Signals & systems
Signals & systems Signals & systems
Signals & systems
 
Ch1 representation of signal pg 130
Ch1 representation of signal pg 130Ch1 representation of signal pg 130
Ch1 representation of signal pg 130
 
Order of instruments.ppt
Order of instruments.pptOrder of instruments.ppt
Order of instruments.ppt
 
Probability Assignment Help
Probability Assignment HelpProbability Assignment Help
Probability Assignment Help
 
Automated Repair of Feature Interaction Failures in Automated Driving Systems
Automated Repair of Feature Interaction Failures in Automated Driving SystemsAutomated Repair of Feature Interaction Failures in Automated Driving Systems
Automated Repair of Feature Interaction Failures in Automated Driving Systems
 
STEP RESPONSE OF FIRST ORDER SYSTEM PART 1.pptx
STEP RESPONSE OF FIRST ORDER SYSTEM PART 1.pptxSTEP RESPONSE OF FIRST ORDER SYSTEM PART 1.pptx
STEP RESPONSE OF FIRST ORDER SYSTEM PART 1.pptx
 
from_data_to_differential_equations.ppt
from_data_to_differential_equations.pptfrom_data_to_differential_equations.ppt
from_data_to_differential_equations.ppt
 

Dernier

Web & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdfWeb & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdfJayanti Pande
 
Measures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SDMeasures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SDThiyagu K
 
Mixin Classes in Odoo 17 How to Extend Models Using Mixin Classes
Mixin Classes in Odoo 17  How to Extend Models Using Mixin ClassesMixin Classes in Odoo 17  How to Extend Models Using Mixin Classes
Mixin Classes in Odoo 17 How to Extend Models Using Mixin ClassesCeline George
 
Measures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeMeasures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeThiyagu K
 
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptxBasic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptxDenish Jangid
 
Making and Justifying Mathematical Decisions.pdf
Making and Justifying Mathematical Decisions.pdfMaking and Justifying Mathematical Decisions.pdf
Making and Justifying Mathematical Decisions.pdfChris Hunter
 
Application orientated numerical on hev.ppt
Application orientated numerical on hev.pptApplication orientated numerical on hev.ppt
Application orientated numerical on hev.pptRamjanShidvankar
 
Unit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptxUnit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptxVishalSingh1417
 
psychiatric nursing HISTORY COLLECTION .docx
psychiatric  nursing HISTORY  COLLECTION  .docxpsychiatric  nursing HISTORY  COLLECTION  .docx
psychiatric nursing HISTORY COLLECTION .docxPoojaSen20
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxheathfieldcps1
 
Introduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsIntroduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsTechSoup
 
Beyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactBeyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactPECB
 
Seal of Good Local Governance (SGLG) 2024Final.pptx
Seal of Good Local Governance (SGLG) 2024Final.pptxSeal of Good Local Governance (SGLG) 2024Final.pptx
Seal of Good Local Governance (SGLG) 2024Final.pptxnegromaestrong
 
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...Nguyen Thanh Tu Collection
 
Energy Resources. ( B. Pharmacy, 1st Year, Sem-II) Natural Resources
Energy Resources. ( B. Pharmacy, 1st Year, Sem-II) Natural ResourcesEnergy Resources. ( B. Pharmacy, 1st Year, Sem-II) Natural Resources
Energy Resources. ( B. Pharmacy, 1st Year, Sem-II) Natural ResourcesShubhangi Sonawane
 
General Principles of Intellectual Property: Concepts of Intellectual Proper...
General Principles of Intellectual Property: Concepts of Intellectual  Proper...General Principles of Intellectual Property: Concepts of Intellectual  Proper...
General Principles of Intellectual Property: Concepts of Intellectual Proper...Poonam Aher Patil
 
Z Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphZ Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphThiyagu K
 
Role Of Transgenic Animal In Target Validation-1.pptx
Role Of Transgenic Animal In Target Validation-1.pptxRole Of Transgenic Animal In Target Validation-1.pptx
Role Of Transgenic Animal In Target Validation-1.pptxNikitaBankoti2
 
Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104misteraugie
 

Dernier (20)

Web & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdfWeb & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdf
 
Measures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SDMeasures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SD
 
Asian American Pacific Islander Month DDSD 2024.pptx
Asian American Pacific Islander Month DDSD 2024.pptxAsian American Pacific Islander Month DDSD 2024.pptx
Asian American Pacific Islander Month DDSD 2024.pptx
 
Mixin Classes in Odoo 17 How to Extend Models Using Mixin Classes
Mixin Classes in Odoo 17  How to Extend Models Using Mixin ClassesMixin Classes in Odoo 17  How to Extend Models Using Mixin Classes
Mixin Classes in Odoo 17 How to Extend Models Using Mixin Classes
 
Measures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeMeasures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and Mode
 
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptxBasic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
 
Making and Justifying Mathematical Decisions.pdf
Making and Justifying Mathematical Decisions.pdfMaking and Justifying Mathematical Decisions.pdf
Making and Justifying Mathematical Decisions.pdf
 
Application orientated numerical on hev.ppt
Application orientated numerical on hev.pptApplication orientated numerical on hev.ppt
Application orientated numerical on hev.ppt
 
Unit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptxUnit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptx
 
psychiatric nursing HISTORY COLLECTION .docx
psychiatric  nursing HISTORY  COLLECTION  .docxpsychiatric  nursing HISTORY  COLLECTION  .docx
psychiatric nursing HISTORY COLLECTION .docx
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptx
 
Introduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsIntroduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The Basics
 
Beyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactBeyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global Impact
 
Seal of Good Local Governance (SGLG) 2024Final.pptx
Seal of Good Local Governance (SGLG) 2024Final.pptxSeal of Good Local Governance (SGLG) 2024Final.pptx
Seal of Good Local Governance (SGLG) 2024Final.pptx
 
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
 
Energy Resources. ( B. Pharmacy, 1st Year, Sem-II) Natural Resources
Energy Resources. ( B. Pharmacy, 1st Year, Sem-II) Natural ResourcesEnergy Resources. ( B. Pharmacy, 1st Year, Sem-II) Natural Resources
Energy Resources. ( B. Pharmacy, 1st Year, Sem-II) Natural Resources
 
General Principles of Intellectual Property: Concepts of Intellectual Proper...
General Principles of Intellectual Property: Concepts of Intellectual  Proper...General Principles of Intellectual Property: Concepts of Intellectual  Proper...
General Principles of Intellectual Property: Concepts of Intellectual Proper...
 
Z Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphZ Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot Graph
 
Role Of Transgenic Animal In Target Validation-1.pptx
Role Of Transgenic Animal In Target Validation-1.pptxRole Of Transgenic Animal In Target Validation-1.pptx
Role Of Transgenic Animal In Target Validation-1.pptx
 
Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104
 

Basic reliability models

  • 1. BASIC RELIABILITY “bottom-up” MODELS 1.Series model The series model is used to go from individual components to the entire system, assuming the system fails when the first component fails and all components fail or survive independently of one another. n R (t ) = ∏ R (t ) sys i =1 i n h (t ) = ∑ h (t ) sys i =1 i
  • 2. Example 1 What is the reliability of the series system shown below? A = .001 fph, B = .002 fph , mission time t = 50 hours For the system to work, both devices must work. If one device fails, the system fails. RA = reliability of device A = probability that device A will work for at least 50 hours RA = = e -(.001)(50) = .9512 RB = reliability of device B = probability that device B will work for at least 50 hours RB = = e -(.002)(50) = .9048 RS = reliability of system = probability that the system will work for at least 50 hours RS = RA X RB RS = .9512 X .9048 = .8606 2.Parallel or redundant mode The parallel model assumes all n components that make up a system operate independently and the system works as long as at least one component still works. If there are n components, any (n-1) of them may be considered redundant to the remaining one (even if the components are all different). When the system is turned on, all the components operate until they fail. The system reaches failure at the time of the last component failure. For a parallel model, the CDF Fs(t) for the system is just the product of the CDF's Fi(t) for the components or n F (t ) = ∏ F (t ) sys i =1 i
  • 3. So, Rs(t) and hs(t) can be evaluated using basic definitions, once we have Fs(t). The schematic below represents a parallel system with 5 components and the (reliability) equivalent 1 component system with a CDF Fs equal to the product of the 5 component CDF's. Example 2 What is the reliability of the parallel system shown below? A = .001 fph, B = .002 fph ,mission time t = 50 hrs For the system to work, one or both devices must work. The system will fail when both devices fail.
  • 4. From example 1, RA = .9512 and RB = .9048 FA = 1 - RA = probability that device A fails and FB = 1 - RB = probability that device B fails. Fsys = FAFB = (1-RA)(1-RB) ,so: Rsys = reliability of system = RA + RB - RARB = .9512 +.9048 – (.9512)(.9048) = .9954 For n identical components: 1 1 1 1 MTTF = (1 + + + ⋅ ⋅ ⋅ + ) λ 2 3 n 3. r out of n model An r out of n model is a system that survives when at least r of its components are working (any r) An "r out of n" system contains both the series system model and the parallel system model as special cases. The system has n components that operate or fail independently of one another and as long as at least r of these components (any r) survive, the system survives. System failure occurs when the (n-r+1)th component failure occurs. When r = n, the r out of n model reduces to the series model. When r = 1, the r out of n model becomes the parallel model. We treat here the simple case where all the components are identical. Formulas and assumptions for r out of n model (identical components): 1. All components have the identical reliability function R(t). 2. All components operate independently of one another (as far as failure is concerned). 3. The system can survive any (n-r) of the components failing. The system fails at the instant of the (n-r+1)th component failure.
  • 5. System reliability is given by adding the probability of exactly r components surviving to time t to the probability of exactly (r+1) components surviving, and so on up to the probability of all components surviving to time t. These are binomial probabilities (with p = R(t)), so the system reliability is given by: n  Rsys(t ) = ∑   ⋅ [ R (t )] ⋅ [1 − R (t )] ni n−i i  i =r Note: If we relax the assumption that all the components are identical, then Rs(t) would be the sum of probabilities evaluated for all possible terms that could be formed by picking at least r survivors and the corresponding failures. The probability for each term is evaluated as a product of R(t)'s and F(t)'s. For example, for n = 4 and r = 2, the system reliability would be (abbreviating the notation for R(t) and F(t) by using only R and F) Rsys = R1R2F3F4 + R1R3F2F4 + R1R4F2F3 + R2R3F1F4 + R2R4F1F3 + R3R4F1F2 + R1R2R3F4 + R1R3R4F2 + R1R2R4F3 + R2R3R4F1 + R1R2R3R4 Example 3 What is the reliability of the out of 2 4 system if: all λi = 0.001 fph and the mission time t = 50 hours ? Solution All Ri = 0.9512 ,so: 4 Rsys (t ) =∑ ⋅[0.9512] ⋅[0.0488] 4 i 4−i 2 i=2 R = 0.9996 sys
  • 6. 4. Standby model The Standby Model evaluates improved reliability when backup replacements are switched on when failures occur. A Standby Model refers to the case in which a key component (or assembly) has an identical backup component in an "off" state until needed. When the original component fails, a switch turns on the "standby" backup component and the system continues to operate. In the simple case, assume the non-standby part of the system has CDF F(t) and there are (n-1) identical backup units that will operate in sequence until the last one fails. At that point, the system finally fails. The total system lifetime is the sum of n identically distributed random lifetimes, each having CDF F(t). In other words, Tn = t1 + t2+ ... + tn, where each ti has CDF F(t) and Tn has a CDF we denote by Fn(t). This can be evaluated using convolution formulas: In general, convolutions are solved numerically. However, for the special case when F(t) is the exponential model, the above integrations can be solved in closed form. Special Case: The Exponential (or Gamma) Standby Model If F(t) has the exponential CDF (i.e., F(t) = 1 - e-λt ), then (λ ) 2 t (λ ) 3 t (λ ) tn−1 R = e −λt ⋅[1 +λ + t + +⋅⋅⋅ ] 2! 3! ( n −1)! sys
  • 7. n MTTF = λ and the PDF fn(t) is the well-known gamma distribution. For n = 2: Rparallel = 2 e − λt −e − 2 λt Rstandby = (1 + λt ) ⋅ e − λt Fparallel For λ  1 t ; Fstandby ≈ 2 Example 4: An unmanned space probe sent out to explore the solar system has an onboard computer with reliability characterized by the exponential distribution with a Mean Time To Failure (MTTF) of 1/ = 30 months (a constant failure rate of 1/30 = .033 fails per month). The probability of surviving a two year mission is only e-24/30 = .45. If, however, a second computer is included in the probe in a standby mode, the reliability at 24 months (using the above formula for F2) becomes .8 × .449 + .449 = .81. The failure rate at 24 months (f2/[1-F2]) reduces to [(24/900) ×.449]/.81 = .015 fails per month. At 12 months the failure rate is only .0095 fails per month, which is less than 1/3 of the failure rate calculated for the non- standby case. Standby units (as the example shows) are an effective way of increasing reliability and reducing failure rates, especially during the early stages of product life. Their improvement effect is similar to, but greater than, that of parallel redundancy. The drawback, from a practical standpoint, is the expense of extra components that are not needed for functionality. 5.Complex systems Often the reliability of complex systems can be evaluated by successive applications of Series and/or Parallel model formulas.
  • 8. Many complex systems can be diagrammed as combinations of Series components, Parallel components, R out of N components and Standby components. By using the formulas for these models, subsystems or sections of the original system can be replaced by an "equivalent" single component with a known CDF or Reliability function. Proceeding like this, it may be possible to eventually reduce the entire system to one component with a known CDF. Below is an example of a complex system composed of both components in parallel and components in series is reduced first to a series system and finally to a one-component system. Note: The reduction methods described above will work for many, but not all, systems. Some systems with a complicated operational logic structure will need a more formal structural analysis methodology. For example let’s solve the system bellow by the help of Baye’s theorem.
  • 9.
  • 10. About gamma distribution There are two ways of writing (parameterizing) the gamma distribution that are common in the literature. In addition, different authors use different symbols for the shape and scale parameters. Below we show three ways of writing the gamma, with a = = , the "shape" parameter, and b =1/ , the scale parameter. EXCEL uses . Note: When α = 1, the gamma reduces to an exponential distribution with β = 1/λ. For the standby model α = n and β =1/λ. EXCEL has built-in functions to evaluate the gamma pdf and cdf. The syntax is: =GAMMADIST(t,α,β,FALSE) for the PDF =GAMMADIST(t,α,β,TRUE) for the CDF