Up to Now – we covered Basic Model: –failure intensity --- by number of failures (only linear relation model) Logarithmic Poisson Model: – failure intensity.

Slides:



Advertisements
Similar presentations
Exponential Growth & Decay Section 4.5 JMerrill, 2005 Revised 2008.
Advertisements

Unit 9. Unit 9: Exponential and Logarithmic Functions and Applications.
Derivative Review Part 1 3.3,3.5,3.6,3.8,3.9. Find the derivative of the function p. 181 #1.
Infinite Sequences and Series
BCOR 1020 Business Statistics Lecture 17 – March 18, 2008.
GRA 6020 Multivariate Statistics; The Linear Probability model and The Logit Model (Probit) Ulf H. Olsson Professor of Statistics.
GRA 6020 Multivariate Statistics; The Linear Probability model and The Logit Model (Probit) Ulf H. Olsson Professor of Statistics.
CSE 322: Software Reliability Engineering Topics covered: Software Reliability Models.
Clicker Question 1 What is an equation of the tangent line to the curve f (x ) = x 2 at the point (1, 1)? A. y = 2x B. y = 2 C. y = 2x 2 D. y = 2x + 1.
Curve Fitting and Interpolation: Lecture (II)
Chapter 3 Linear and Exponential Changes 3
Zen, and the Art of Neural Decoding using an EM Algorithm Parameterized Kalman Filter and Gaussian Spatial Smoothing Michael Prerau, MS.
Many quadratic equations can not be solved by factoring. Other techniques are required to solve them. 7.1 – Completing the Square x 2 = 20 5x =
1 10. Joint Moments and Joint Characteristic Functions Following section 6, in this section we shall introduce various parameters to compactly represent.
4.3 Logarithmic Functions and Graphs Do Now Find the inverse of f(x) = 4x^2 - 1.
9.4 Properties of Logarithms. Since a logarithmic function is the inverse of an exponential function, the properties can be derived from the properties.
7.7 Day 1 Notes Base e and Natural Logarithms
LOGARITHMS AND EXPONENTIAL MODELS
Overview Software Quality Assurance Reliability and Availability
ECE355 Fall 2004Software Reliability1 ECE-355 Tutorial Jie Lian.
Logarithmic and Exponential Functions
ECE 355: Software Engineering
STROUD Worked examples and exercises are in the text The logarithm segment of …
3.9 Derivatives of Exponential and Logarithmic Functions.
3.9 Derivatives of Exponential and Logarithmic Functions.
1 Logarithms Definition If y = a x then x = log a y For log 10 x use the log button. For log e x use the ln button.
4 Inverse, Exponential, and Logarithmic Functions © 2008 Pearson Addison-Wesley. All rights reserved.
MAC 1105 Section 4.3 Logarithmic Functions. The Inverse of a Exponential Function 
Derivative of Logarithmic Function.
3.9: Derivatives of Exponential and Log Functions Objective: To find and apply the derivatives of exponential and logarithmic functions.
Handouts Software Testing and Quality Assurance Theory and Practice Chapter 15 Software Reliability
Stats for Engineers Lecture 9. Summary From Last Time Confidence Intervals for the mean t-tables Q Student t-distribution.
Section 6.4 Solving Logarithmic and Exponential Equations
01/20151 EPI 5344: Survival Analysis in Epidemiology Maximum Likelihood Estimation: An Introduction March 10, 2015 Dr. N. Birkett, School of Epidemiology,
Notes Over 8.4 Rewriting Logarithmic Equations Rewrite the equation in exponential form.
Laws of Logarithms 5.6. Laws of Logarithms O If M and N are positive real numbers and b is a positive number such that b  1, then O 1. log b MN = log.
In this section, we will investigate a new technique for finding derivatives of curves that are not necessarily functions.
3.9 Derivatives of Exponential and Logarithmic Functions.
Finding an exponential growth or decay equation (6.14)
Linear Factorizations Sec. 2.6b. First, remind me of the definition of a linear factorization… f (x) = a(x – z )(x – z )…(x – z ) An equation in the following.
5.1 LOGARITHMS AND THEIR PROPERTIES Functions Modeling Change: A Preparation for Calculus, 4th Edition, 2011, Connally.
NATURAL LOGARITHMS. The Constant: e e is a constant very similar to π. Π = … e = … Because it is a fixed number we can find e 2.
Linear Functions I can determine if a graph, table or equation is a linear function. I can find the equation of a linear function. I can interpret the.
Laws of Logarithms (Section 5.3, pp )
EXAMPLE 3 Graph y = ab + k for 0 < b < 1 x – h Graph y = 3 –2. State the domain and range. 1 2 x+1 SOLUTION Begin by sketching the graph of y =, which.
Calculus and Analytical Geometry
Local Linear Approximation Objective: To estimate values using a local linear approximation.
6.3 Antidifferentiation by Parts Quick Review.
10.2 Exponential and Logarithmic Functions. Exponential Functions These functions model rapid growth or decay: # of users on the Internet 16 million (1995)
Warm Up Solve 9 2x = – Base e and Natural Logarithms.
Writing Linear Equations in Slope-Intercept Form
Longitudinal Strain Flexure Formula
Functions of Several Variables
Solving Linear Inequalities in One Unknown
Logarithmic Functions and Graphs
Software Reliability Models.
Express the equation {image} in exponential form
Deriving and Integrating Logarithms and Exponential Equations
The Quadratic Formula.
The Regression Model Suppose we wish to estimate the parameters of the following relationship: A common method is to choose parameters to minimise the.
Further Applications of Integration 8.
Significant models of claim number Introduction
ROOTS OF EQUATIONS.
4.3 – Differentiation of Exponential and Logarithmic Functions
3.4 Exponential and Logarithmic Equations
3.4 – The Quadratic Formula
Unit 1 Representing Real Numbers
Objective The student will be able to:
Exponential and Logarithmic Functions
Presentation transcript:

Up to Now – we covered Basic Model: –failure intensity --- by number of failures (only linear relation model) Logarithmic Poisson Model: – failure intensity ---- by number of failures Basic Model: – # of Failures ---- by execution time Logarithmic Poisson Model: –# of Failures ---- by execution time

Two Failure Intensity Models in terms of Execution Time (t) Basic Model : – f(t) = f0 e -[(f0*t)/v] where f0 = initial failure intensity t = time v = estimated total number of failures Logarithmic Poisson Model: – f(t) = f0 / [(f0*k*t) + 1] where f0 = initial failure intensity t = time k = decay parameter

Failure Intensity as a function of Execution Time (Graphical Curves) Logarithmic Poisson model Basic model execution time, (t) failure-intensity, (f) We need to lengthen the x-axis now that we have changed it from # of failures to execution time. This is because the “time” between failures lengthens as more failures are encountered and fixed the ‘real’ curves would be much smoother!

Examples Basic model: – for f0 = 10 failures/cpu-time; v= 100 total failures; and t = 10 cpu- time – F (10) = f0 e -[(f0*t)/v] = 10 e -[(10*10)/100] = 10 e -1 = 10 *.368 = 3.68 failures/cpu-time Logarithmic Poisson model: –for f0= 10 failures/cpu-time ; k =.02 decay factor ; and t = 10 cpu- time – F (10) = f0 / [(f0*k*t) + 1] = 10 / [(10*.02*10)+1] = 10 / [2 + 1] = 3.33 failures/cpu-time

Quick Comparison of Models (reminder) BasicLogarithmic Poisson Initial intensity Estimated decay Estimated total failures f0 V --- k

Scenarios of Basic Model where F0 ≡ initial failure intensity F0a > F0b and same vF0a F0b v Same F0, but va > vb vavb F0 X-axis = # of failures experiencedX-axis = execution time F0a F0b F0a > F0b and same v F0 t for vb t for va t for v Same F0, but va > vb

Scenarios of Logarithmic Poisson Model F0a > F0b and same kF0a F0b Same F0, but ka > kb F0 X-axis = # of failures experiencedX-axis = execution time F0a F0b F0a > F0b and same k F0 v Same F0, but ka > kb ka kb ka

Using “derived” value for projection Can we use these model equations for some projections? Assume we started with f0 failure intensity and reached a failure intensity of f1. We want to get to a lower failure intensity of f2 as the objective of our “quality plan”. Then can we project the # of more failures (or ∆v) that must be found to get to f2? f0 v f1 f2 v2v1 Basic model Since : f1 = f0 - [(f0 *v1)/v] (from Basic intensity model formula) f2 = f0 - [(f0* v2)/v] f1 – f2 = (f0*v2)/v - (f0*v1)/v ; subtracting out f0 v ( f1- f2 ) = f0 (v2 –v1) [ v*(f1- f2) ] / f0 = v2 - v1 = ∆ v ∆v = v/f0 * (f1 – f2) for Basic Model ∆v Similarly, if we go through the formula manipulation We will get ∆v = (1/k) * ln(f1/f2) for Logarithmic Poisson Model

Example Suppose, for Basic Model we have: –f0 = 10 and estimated v = 100 –Assume we are at f1 failure intensity = 3.68 –Assume that we want to get to f2 = –Then using the formula: ∆v = 100/10 ( ) ≡ 10 * 3.67 ≡ 36.7 more failures need to be found.

“Derived” ∆ for execution time Basic model: – ∆t = (v/f0) * ln( f1/f2 ) where f0 = initial failure intensity f1 = present failure intensity f2 = desired failure intensity Logarithmic Poisson model: – ∆t = 1/k (1/f2 – 1/f1 )

Example Suppose, for Basic Model we have same assumption as before: –f0 = 10 and estimated v = 100 –Assume we at f1 failure intensity = 3.68 –Assume that out objective is to get to f2 = Question: how much more execution time units are required to get to that objective? –Then using the formula: ∆t = 100/10 [ln (3.68 / )] ≡ 10 * ln (8106) ≡ 10 * 9 ≡ 90 more execution time units