in IS&Software Engineering retagged by
1,995 views
1 vote
1 vote

The following table shows the time between failures for a software system.

Error Number 1 2 3 4 5
Time since last failure(hours) 6 4 8 5 6

The reliability of the system for one hour of operation assuming an exponential model is :

  1. 0.45
  2. 0.63
  3. 0.84
  4. 0.95
in IS&Software Engineering retagged by
2.0k views

1 Answer

1 vote
1 vote
Best answer

MTBF is the mean (average) of a distribution of product life time or life between successive failures.

{\displaystyle {\text{MTBF}}={\frac {\sum {({\text{start of downtime}}-{\text{start of uptime}})}}{\text{number of failures}}}.}

MTBF=(6+4+8+5+6)/5=29/5

the probability or reliability that the product will work for a defined period of time without failure is given by the following equation: R(T)=exp(-T/MTBF)

here T= 1hour

R(1)=e^(-5/29)=e^(-0.1724)=0.84

Reference:

http://www.profaceamerica.com/sites/default/files/cms/cms/resource_library/files/6fef09c498f66461/mtbf_communique.pdf

https://en.wikipedia.org/wiki/Mean_time_between_failures

selected by

1 comment

if T is 1 then calculation should be  e^(-1/29)
0
0
Answer:

Related questions

Quick search syntax
tags tag:apple
author user:martin
title title:apple
content content:apple
exclude -tag:apple
force match +apple
views views:100
score score:10
answers answers:2
is accepted isaccepted:true
is closed isclosed:true