SYSM 6304: Risk and Decision Analysis Lecture 5: Methods of Risk Analysis
|
|
- Marlene Montgomery
- 1 years ago
- Views:
Transcription
1 SYSM 6304: Risk and Decision Analysis Lecture 5: Methods of Risk Analysis M. Vidyasagar Cecil & Ida Green Chair The University of Texas at Dallas October 17, 2015
2 Outline Introduction 1 Introduction 2 Gantt Chart PERT Charts Critical Path Method (CPM) 3 4
3 Outline Introduction 1 Introduction 2 Gantt Chart PERT Charts Critical Path Method (CPM) 3 4
4 Some Popular Methods of Risk Analysis Basic Premise: Bad outcomes arise due to multiple failures, not just one failure. So to analyze the cascading effects of multiple failures, various approaches are used. Event trees Fault trees Decision trees Bayesian networks All of them represent the problem as a weighted directed graph, where individual nodes represent outcomes of random variables and edge weights represent probabilities. For the sake of completeness, we also review historical methods.
5 Outline Introduction 1 Introduction Gantt Chart PERT Charts Critical Path Method (CPM) 2 Gantt Chart PERT Charts Critical Path Method (CPM) 3 4
6 Outline Introduction 1 Introduction Gantt Chart PERT Charts Critical Path Method (CPM) 2 Gantt Chart PERT Charts Critical Path Method (CPM) 3 4
7 The Gantt Chart Gantt Chart PERT Charts Critical Path Method (CPM) The Gantt chart was invented by Henry Gantt in the 1910 s. It represents each activity in a project as a horizontal bar, with start and end times indicated, as shown on the next slide.
8 Example of a Gantt Chart Gantt Chart PERT Charts Critical Path Method (CPM)
9 Another Example of a Gantt Chart Gantt Chart PERT Charts Critical Path Method (CPM)
10 Pros and Cons of Gantt Chart Gantt Chart PERT Charts Critical Path Method (CPM) Advantage: Preparing a Gantt chart forces you to think through all the work components and to make a proper schedule. Disadvantages: It cannot capture sequential dependence, i.e. Step A must be completed before Step B, etc. No scope whatsoever for randomness (or variations) in schedule. Nevertheless, it was a very useful concept in its day!
11 Outline Introduction 1 Introduction Gantt Chart PERT Charts Critical Path Method (CPM) 2 Gantt Chart PERT Charts Critical Path Method (CPM) 3 4
12 PERT Charts Gantt Chart PERT Charts Critical Path Method (CPM) PERT = Project Evaluation Review Technique Starting point: Break down overall project into a sequence of sub-projects. Graphical representation also captures sequencing information a vast improvement over Gantt charts!
13 PERT Chart Example Gantt Chart PERT Charts Critical Path Method (CPM)
14 PERT Chart Example (Zoom-In) Gantt Chart PERT Charts Critical Path Method (CPM)
15 PERT Technique Gantt Chart PERT Charts Critical Path Method (CPM) PERT is not just about capturing sequential information. For each stage, experts were also asked to estimate the maximum time (or cost), minimum time, and average time. Then a simple distribution (usually a triangular distribution shown on next slide) is fit to the time to complete that stage. If only minimum and maximum times are available, one can also use a uniform probability distribution (shown in next after next slide). Graphical structure makes it easy to combine individual estimates into an overall estimate.
16 Gantt Chart PERT Charts Critical Path Method (CPM) Triangular Distributions Used in PERT φ T Φ T T min T avg T max T T min T max T
17 Uniform Distributions Used in PERT Gantt Chart PERT Charts Critical Path Method (CPM) φ T Φ T T min T max T T min T max T
18 Limitations of PERT Gantt Chart PERT Charts Critical Path Method (CPM) PERT was evolved for an era when computation was difficult! Today we need not worry about doing complex computations! PERT cannot take into account dependence among different steps (dependence among different random variables). In other words, PERT assumes that all random variables are independent.
19 If Step from 1 to 3 takes M. Vidyasagar longer than Methods expected, of Risk Analysis wouldn t we expect Introduction Gantt Chart PERT Charts Critical Path Method (CPM) Possibility of Dependence Among Random Variables
20 Outline Introduction 1 Introduction Gantt Chart PERT Charts Critical Path Method (CPM) 2 Gantt Chart PERT Charts Critical Path Method (CPM) 3 4
21 Critical Path Method (CPM) Gantt Chart PERT Charts Critical Path Method (CPM) In this method, one again lays out the components of the overall project, and works out the average (expected) time needed to complete each task. The longest path through the graph is the critical path, because there is no slack in it at all. Ergo: Pay attention to the critical path and don t worry about the rest (until they become critical!).
22 Critical Path Illustration Gantt Chart PERT Charts Critical Path Method (CPM) The top path is the critical path.
23 Outline Introduction 1 Introduction 2 Gantt Chart PERT Charts Critical Path Method (CPM) 3 4
24 Basics of Graphical Representations A graph consists of both nodes and edges between nodes. A graph is directed if the edges have directions, and undirected otherwise. A graph is weighted if the edges have weights (usually positive) associated with them, and unweighted otherwise.
25 Acyclic vs. Cyclic Graphs A directed graph (weighted or unweighted) is said to be connected if there is a path between every pair of nodes, ignoring the direction of the edges. A directed graph is said to be acyclic if there is no closed path from any node back to itself. In any acyclic graph, there is at least one source node, without any incoming edges, an at least one sink node, without any outgoing edges. In all of the methods studied, source nodes represent the initiating events while sink nodes represent outcomes.
26 Limitations of Graphical Methods All of the methods discussed here work well in relatively simple situations, though some of them (fault-trees, Bayesian networks) can be extended to more complex situations. All of these methods presuppose that The overall graph is acyclic, that is, no loops in the graph. Only one-step memory is permitted, if at all. Often r.v.s are assumed to be independent. For more complicated situations, Monte Carlo simulation would be best.
27 Outline Introduction 1 Introduction 2 Gantt Chart PERT Charts Critical Path Method (CPM) 3 4
28 Outline Introduction 1 Introduction 2 Gantt Chart PERT Charts Critical Path Method (CPM) 3 4
29 : Definition Often an outcome is very simple: success vs. failure, safe operation vs. danger, etc. Often it is also binary. But the path to the simple (or binary) outcome is a cascade of multiple events. Event trees are based on modeling the final outcome as the cascade of multiple events, where The events occur in a well-defined sequence of precedence. Each event has two or more outcomes, with a known (or estimated) probability. Objective: Using the probabilities of individual events, estimate the probabilities of the various outcomes.
30 Constructing an Event Tree Identify an initiating event of interest. Identify All events that are supposed to follow the initiating event The possible outcomes of each event, and The probabilities of the various possible outcomes. Repeat.
31 A Simple Example: Fire Prevention System A fire prevention system in a private home consists of three components operating sequentially: Smoke detector (SD) Sprinkler switch (SS) Water pump (WP) If any of the components fails, the overall system fails.
32 A Simple Example: Fire Prevention System (Cont d) Let us assign failure probabilities to each of the three components, as follows: p SD = 0.05, p SS = 0.02, p WP = Let us assume also that the failures of the three components are independent events. This can be depicted by a very simple event tree (next slide).
33 Event Tree of Fire Prevention System Works Works p = 0.98 p = 0.99 Success! WP Fire Works Fails p = 0.95 SD Fails SS Fails p = 0.02 p = 0.05 p = 0.01 Failure Failure Failure
34 Analysis of Event Tree There are four paths in all, out of which three lead to failure and only one leads to success. The probability of each path is the product of the probabilities of the individual events (as events are assumed to be independent). Therefore the probability of success is p S = = , while the probability of failure is the sum of the probabilities of the three paths: p F = ( ) + ( ) =
35 Some Common Erroneous Statements The literature contains some erroneous statements about event trees. In an event tree, every node can have only two outgoing edges (i.e., every event can have only two possible outcomes). This is incorrect. It is permissible for a node to have more than two outgoing edges. But the weights (probabilities) of all outgoing edges must, of course, add up to one.
36 Some Common Erroneous Statements (Cont d) In an event tree, every node can have only one incoming edge (i.e., every event can have only one possible way to happen). This too is incorrect. It is permissible to have multiple edges pointing into one node. In fact the previous example can be redrawn as shown in the next slide.
37 Event Tree of Fire Prevention System (Redrawn) Works Works p = 0.98 p = 0.99 WP Success! Works p = 0.95 SS Fails Fire Fails SD Fails p = 0.02 p = 0.05 p = 0.01 Failure
38 Dependent Events Example The events at each node need not also be independent. Consider the following two-stage processing example: Input X Y Output The total processing is of course Z = X + Y. Suppose X takes values in {7, 8, 9} while Y takes values in {4, 5, 6}. So Z takes values in {11,..., 15}.
39 Dependent Events Example (Cont d) Suppose the joint probability distribution of X and Y is given by Y X Because X and Y are not independent, we cannot compute the probability distribution of Z = X + Y by convolving the two marginal distributions.
40 Dependent Events Example (Cont d) The marginal distribution of X by itself is [ ]. Let us compute the matrix of conditional probabilities of Y for various outcomes of X. Y X This can be represented by an event tree as shown in the next slide. For simplicity the values of Y are not shown. Note: This example is naturally suited for Bayesian networks.
41 Event Tree for Two-Stage Processing Example Start X Z
42 Dependent Events Example (Cont d) There is one path each leading to Z = 11 and to Z = 15, two paths each leading to Z = 12 and to Z = 14, and three paths leading to Z = 13. The probability of each path can either be computed using the table or conditional probabilities. For example Pr{Z = 12} = Pr{X = 7&Y = 5} + Pr{X = 8&Y = 4} = = 0.10.
43 Dependent Events Example (Cont d) But we can also compute Pr{X = 7&Y = 5} = Pr{X = 7} Pr{Y = 5 X = 7} and similarly for the other term. Both approaches give the same answer. Adding up all the probabilities gives the probability distribution of Z: φ Z = [ ]. It is possible to automate this process so that quite large event trees can be analyzed.
44 Outline Introduction 1 Introduction 2 Gantt Chart PERT Charts Critical Path Method (CPM) 3 4
45 Decision trees are essentially the same as event trees, except that at several nodes, some decision needs to be taken, such as the associated profit (or loss), the amount of investment needed, etc. In short, the outcomes in decision trees are usually numerical, whereas in event trees they can also be abstract r.v.s.
46 Decision Tree Example Consider again the two-stage process with dependent processing times shown earlier. Suppose the company receives a bonus or pays a penalty (in millions of dollars) depending on the processing time, as follows: Outcome Proc. Time Bonus Prob The expected value of the bonus/penalty is 0.17 million dollars.
47 Decision Tree Example (Cont d) Suppose you can replace the current processing station Y with another machine that costs 1 million, which can be used 10 times before it needs replacement. With this new machine, the second station takes less time. The joint probability distribution of X and Y is now given by Y X
48 Decision Tree Example (Cont d) Now the probabiity distribution of Z = X + Y and associated bonus are Outcome Proc. Time Bonus Prob The expected value of the bonus/penalty is zero, against 0.17 million. So it is worthwhile to do the replacement.
49 : Useful URL A detailed discussion of decision trees and several examples can be found at the following URL:
50 Outline Introduction 1 Introduction 2 Gantt Chart PERT Charts Critical Path Method (CPM) 3 4
51 General Philosophy Event trees and decision trees are forward-looking they start with initiating events, follow up on subsequent events, and end at the set of final outcomes. Fault trees are backward-looking they start with the failure state, and work backwards to see what all events can lead to the failure. Then they compute (or estimate) the probability of at least one of these events occurring. Unlike event trees, fault trees use Boolean algebra to analyze failures. Every random variable in the system is taken as binary, with an appropriate probability of equalling 0 or 1. Every intermediate variable is an and or or of two or more input variables (or their negations).
52 Standard Symbolism for Basic Event OR gate AND gate Each gate can have multiple inputs, some of which are negated, but only one output.
53 Simple Example: Generator Back-Up System When a generator fails, the system switches over to a battery back-up. But if the switch or the battery fails, then the back-up also fails. How do we represent this graphically?
54 Fault Tree Representation System Failure Gen. Failure Switch Failure Battery Failure
55 Boolean Representation We can write the event System Failure (F ) as a Boolean variable in terms of the basic Boolean variables Generator Failure (G), Switch Failure (S) and Battery Failure (B). Recall the following standard facts about Boolean algebra: X Y (X and Y ) = XY or X Y. X Y (X or Y ) = X + Y. So the generator back-up system can be represented as F = G(S + B).
56 Minimal Cutsets A minimal cutset is a set of Boolean variables such that Setting every variable to True causes the top event to be True. Setting any proper subset to True does not necessarily cause the top event to be True.
57 Minimal Cutsets of Back-Up Example Because F = G(S + B), there are two minimal cutsets: {G, S} and {G, B}. So the failure probability is the total probability that either the generator and switch fail together, or that the generator and battery fail together. If we assume that all these events are independent, then the total failure probability is P (G)P (S) + P (G)P (B). Even if the events are not necessarily independent, this gives a quick upper bound.
58 Identifying Minimal Cutsets in Large Even in very large fault trees, it is possible to identify minimal cutsets efficiently. Start from the top event. If it is an AND gate, each input must be true (or false if one input is negated). If it is an OR gate, any one input must be true. Repeat all the way down. This approach can be automated, making this a very practical approach.
59 Constructing One of the major advantages of fault trees is that it is possible to construct models for individual subsystems, and then aggregate them to get a fault tree for the overall system. This is highly desirable because usually no one has a thorough understanding of every single component. Also, there exist algorithms for constructing minimal cutsets for quite large fault trees, thus enhancing the applicability of the approach.
60 Combining and Often event trees are very simplified representations of complex systems, where each node represents a fairly complex subsystem. Fault trees can be used to construct very elaborate representations of each subsystem, and also to provide worst case failure probabilities of each subsystem. These numbers can then be used in the event tree analysis.
61 Outline Introduction 1 Introduction 2 Gantt Chart PERT Charts Critical Path Method (CPM) 3 4
62 : Philosophy Bayesian networks are a way of representing conditional dependence among random variables. Each node represents one of the possible values of a random variable. Edges pointing into that node are weighted by the conditional probability of the present node given the previous node. So the weight of an edge from the node X = a to the node Y = b is Pr{Y = b X = a}. In explicitly permitting random variables to be dependent, Bayesian networks are more general than event trees or fault trees. However, even Bayesian networks permit only one-step dependence as we shall see.
63 Bayesian Network Example 1 Consider the two-stage processing example studied earlier: Input X Y Output Suppose X takes values in {7, 8, 9} while Y takes values in {4, 5, 6}.
64 Bayesian Network Example 1 (Cont d) Suppose the joint probability distribution of X and Y is given by Y X
65 Bayesian Network Example 1 (Cont d) The marginal distribution of X by itself is [ ], and the matrix of conditional probabilities of Y for various outcomes of Y : Y X This can be represented by a Bayesian Network as shown in the next slide.
66 Bayesian Network Example 1 (Cont d) X = Y = Start X = Y = 5 X = Y = 6 But Z = X + Y cannot be efficiently represented by a Bayesian network because Z depends on both X and Y.
67 Bayesian Network Example 2 Bayesian networks are capable of capturing only one-step memory. Consider the three-stage manufacturing process below. Input X Y Z Output Bayesian networks can accommodate the case where Y depends on X and Z depends on Y alone, but not the case where Y depends on X and Z depends on both Y and X.
68 Bayesian Belief Networks Bayesian networks are very popular in artificial intelligence (AI) circles, because the actual conditional probabilities can be replaced by one s beliefs as to what those conditional probabilities ought to be. By treating these beliefs as actual conditional probabilities, the beliefs can be propagated along the network. Since different human experts are knowledgeable about different parts of the network (and can thus give realistic beliefs ), while being ignorant about everything else, Bayesian networks provide a simple and mathematically valid procedure for combining beliefs from different humans.
Why? A central concept in Computer Science. Algorithms are ubiquitous.
Analysis of Algorithms: A Brief Introduction Why? A central concept in Computer Science. Algorithms are ubiquitous. Using the Internet (sending email, transferring files, use of search engines, online
Project and Production Management Prof. Arun Kanda Department of Mechanical Engineering Indian Institute of Technology, Delhi
Project and Production Management Prof. Arun Kanda Department of Mechanical Engineering Indian Institute of Technology, Delhi Lecture - 9 Basic Scheduling with A-O-A Networks Today we are going to be talking
SYSM 6304: Risk and Decision Analysis Lecture 3 Monte Carlo Simulation
SYSM 6304: Risk and Decision Analysis Lecture 3 Monte Carlo Simulation M. Vidyasagar Cecil & Ida Green Chair The University of Texas at Dallas Email: M.Vidyasagar@utdallas.edu September 19, 2015 Outline
Simplifying Logic Circuits with Karnaugh Maps
Simplifying Logic Circuits with Karnaugh Maps The circuit at the top right is the logic equivalent of the Boolean expression: f = abc + abc + abc Now, as we have seen, this expression can be simplified
Graphical Models. CS 343: Artificial Intelligence Bayesian Networks. Raymond J. Mooney. Conditional Probability Tables.
Graphical Models CS 343: Artificial Intelligence Bayesian Networks Raymond J. Mooney University of Texas at Austin 1 If no assumption of independence is made, then an exponential number of parameters must
Project Scheduling Techniques: Probabilistic and Deterministic
Project Scheduling Techniques: Probabilistic and Deterministic Contents Project scheduling and types of project schedule... 2 Overview... 2 Project scheduling techniques... 2 Deterministic Scheduling...
Analysis of Algorithms, I
Analysis of Algorithms, I CSOR W4231.002 Eleni Drinea Computer Science Department Columbia University Thursday, February 26, 2015 Outline 1 Recap 2 Representing graphs 3 Breadth-first search (BFS) 4 Applications
Scheduling. Open shop, job shop, flow shop scheduling. Related problems. Open shop, job shop, flow shop scheduling
Scheduling Basic scheduling problems: open shop, job shop, flow job The disjunctive graph representation Algorithms for solving the job shop problem Computational complexity of the job shop problem Open
Cost Model: Work, Span and Parallelism. 1 The RAM model for sequential computation:
CSE341T 08/31/2015 Lecture 3 Cost Model: Work, Span and Parallelism In this lecture, we will look at how one analyze a parallel program written using Cilk Plus. When we analyze the cost of an algorithm
Application Survey Paper
Application Survey Paper Project Planning with PERT/CPM LINDO Systems 2003 Program Evaluation and Review Technique (PERT) and Critical Path Method (CPM) are two closely related techniques for monitoring
Scheduling Resources and Costs
Student Version CHAPTER EIGHT Scheduling Resources and Costs McGraw-Hill/Irwin Copyright 2011 by The McGraw-Hill Companies, Inc. All rights reserved. Gannt Chart Developed by Henry Gannt in 1916 is used
Lecture 2: The Complexity of Some Problems
IAS/PCMI Summer Session 2000 Clay Mathematics Undergraduate Program Basic Course on Computational Complexity Lecture 2: The Complexity of Some Problems David Mix Barrington and Alexis Maciel July 18, 2000
Object-Oriented Analysis. with the Unified Process. John W. Satzinger Southwest Missouri State University. Robert B. Jackson Brigham Young University
Object-Oriented Analysis and Design with the Unified Process John W. Satzinger Southwest Missouri State University Robert B. Jackson Brigham Young University Stephen D. Burd University of New Mexico ALL
Chapter 11 Monte Carlo Simulation
Chapter 11 Monte Carlo Simulation 11.1 Introduction The basic idea of simulation is to build an experimental device, or simulator, that will act like (simulate) the system of interest in certain important
Goals of the Unit. spm - 2014 adolfo villafiorita - introduction to software project management
Project Scheduling Goals of the Unit Making the WBS into a schedule Understanding dependencies between activities Learning the Critical Path technique Learning how to level resources!2 Initiate Plan Execute
Project Time Management
Project Time Management Plan Schedule Management is the process of establishing the policies, procedures, and documentation for planning, developing, managing, executing, and controlling the project schedule.
SYSTEMS ANALYSIS AND DESIGN DO NOT COPY
Systems Analysis and Design in a Changing World, Fourth Edition -488-6-5 Copyright 7 Thomson Course Technology. All rights reserved. FOURTH EDITION SYSTEMS ANALYSIS AND DESIGN IN A C HANGING W ORLD John
Machine Learning
Machine Learning 10-601 Tom M. Mitchell Machine Learning Department Carnegie Mellon University February 23, 2015 Today: Graphical models Bayes Nets: Representing distributions Conditional independencies
8.5 PETRI NETS. Figure A computer program. Figure 8.5.2
8.5 PETRI NETS Consider the computer program shown in Figure 8.5.1. Normally, the instructions would be processed sequentially first, A = 1, then B = 2, and so on. However, notice that there is no logical
Project Planning and Scheduling
Project Planning and Scheduling MFS606 Project Planning Preliminary Coordination Detailed Task Description Objectives Budgeting Scheduling Project Status Monitoring When, What, Who Project Termination
Basic Concepts. Project Scheduling and Tracking. Why are Projects Late? Relationship between People and Effort
Basic s Project Scheduling and Tracking The process of building a schedule for any case study helps really understand how it s done. The basic idea is to get across to break the software project into well-defined
foundations of artificial intelligence acting humanly: Searle s Chinese Room acting humanly: Turing Test
cis20.2 design and implementation of software applications 2 spring 2010 lecture # IV.1 introduction to intelligent systems AI is the science of making machines do things that would require intelligence
Scheduling. Anne Banks Pidduck Adapted from John Musser
Scheduling Anne Banks Pidduck Adapted from John Musser 1 Today Network Fundamentals Gantt Charts PERT/CPM Techniques 2 WBS Types: Process, product, hybrid Formats: Outline or graphical organization chart
Cambridge International AS and A Level Computer Science
Topic support guide Cambridge International AS and A Level Computer Science 9608 For examination from 2017 Topic 4.4.3 Project management PERT and GANTT charts Cambridge International Examinations retains
The work breakdown structure can be illustrated in a block diagram:
1 Project Management Tools for Project Management Work Breakdown Structure A complex project is made manageable by first breaking it down into individual components in a hierarchical structure, known as
ECE 331 Digital System Design
ECE 331 Digital System Design Introduction to and Analysis of Sequential Logic Circuits (Lecture #21) The slides included herein were taken from the materials accompanying Fundamentals of Logic Design,
Lecture 7: NP-Complete Problems
IAS/PCMI Summer Session 2000 Clay Mathematics Undergraduate Program Basic Course on Computational Complexity Lecture 7: NP-Complete Problems David Mix Barrington and Alexis Maciel July 25, 2000 1. Circuit
Operational Research. Project Menagement Method by CPM/ PERT
Operational Research Project Menagement Method by CPM/ PERT Project definition A project is a series of activities directed to accomplishment of a desired objective. Plan your work first..then work your
LECTURE 10: GAMES IN EXTENSIVE FORM
LECTURE 10: GAMES IN EXTENSIVE FORM Sequential Move Games 2 so far, we have only dealt with simultaneous games (players make the decisions at the same time, or simply without knowing what the action of
(Refer Slide Time: 01:52)
Software Engineering Prof. N. L. Sarda Computer Science & Engineering Indian Institute of Technology, Bombay Lecture - 2 Introduction to Software Engineering Challenges, Process Models etc (Part 2) This
2.3.5 Project planning
efinitions:..5 Project planning project consists of a set of m activities with their duration: activity i has duration d i, i = 1,..., m. estimate Some pairs of activities are subject to a precedence constraint:
SE351a: Software Project & Process Management
SE351a: Software Project & Process Management W8: Software Project Planning 22 Nov., 2005 SE351a, ECE UWO, (c) Hamada Ghenniwa SE351 Roadmap Introduction to Software Project Management Project Management
@RISK Model Window. o Shows the inputs, outputs modelling features Can be used to edit properties such as variable names
Presentation Agenda o Welcome to @RISK for Project o RPJ Models o Distribution Choice o Simulation Results o Fitting Distributions to Data o Creating Variables Easily o Ranking Risks o Advanced Modelling
Definition. E.g. : Attempting to represent a transport link data with a tree structure:
The ADT Graph Recall the ADT binary tree: a tree structure used mainly to represent 1 to 2 relations, i.e. each item has at most two immediate successors. Limitations of tree structures: an item in a tree
Points Addressed in this Lecture
Points Addressed in this Lecture Lecture 3: Basic Logic Gates & Boolean Expressions Professor Peter Cheung Department of EEE, Imperial College London (Floyd 3.1-3.5, 4.1) (Tocci 3.1-3.9) What are the basic
Measuring the Performance of an Agent
25 Measuring the Performance of an Agent The rational agent that we are aiming at should be successful in the task it is performing To assess the success we need to have a performance measure What is rational
Network Diagram Critical Path Method Programme Evaluation and Review Technique and Reducing Project Duration
Network Diagram Critical Path Method Programme Evaluation and Review Technique and Reducing Project Duration Prof. M. Rammohan Rao Former Dean Professor Emeritus Executive Director, Centre for Analytical
Module 11. Software Project Planning. Version 2 CSE IIT, Kharagpur
Module 11 Software Project Planning Lesson 29 Staffing Level Estimation and Scheduling Specific Instructional Objectives At the end of this lesson the student would be able to: Identify why careful planning
Circuits 1 M H Miller
Introduction to Graph Theory Introduction These notes are primarily a digression to provide general background remarks. The subject is an efficient procedure for the determination of voltages and currents
CSPs: Arc Consistency
CSPs: Arc Consistency CPSC 322 CSPs 3 Textbook 4.5 CSPs: Arc Consistency CPSC 322 CSPs 3, Slide 1 Lecture Overview 1 Recap 2 Consistency 3 Arc Consistency CSPs: Arc Consistency CPSC 322 CSPs 3, Slide 2
COS513 LECTURE 5 JUNCTION TREE ALGORITHM
COS513 LECTURE 5 JUNCTION TREE ALGORITHM D. EIS AND V. KOSTINA The junction tree algorithm is the culmination of the way graph theory and probability combine to form graphical models. After we discuss
Prof. Olivier de Weck
ESD.36 System Project Management + Lecture 9 Probabilistic Scheduling Instructor(s) Prof. Olivier de Weck Dr. James Lyneis October 4, 2012 Today s Agenda Probabilistic Task Times PERT (Program Evaluation
Information Theory and Coding Prof. S. N. Merchant Department of Electrical Engineering Indian Institute of Technology, Bombay
Information Theory and Coding Prof. S. N. Merchant Department of Electrical Engineering Indian Institute of Technology, Bombay Lecture - 14 Non-Binary Huffman Code and Other Codes In the last class we
Scheduling Shop Scheduling. Tim Nieberg
Scheduling Shop Scheduling Tim Nieberg Shop models: General Introduction Remark: Consider non preemptive problems with regular objectives Notation Shop Problems: m machines, n jobs 1,..., n operations
ONLINE SUPPLEMENTAL BAPPENDIX PROJECT SCHEDULES WITH PERT/CPM CHARTS
ONLINE SUPPLEMENTAL BAPPENDIX PROJECT SCHEDULES WITH PERT/CPM CHARTS Chapter 3 of Systems Analysis and Design in a Changing World explains the techniques and steps required to build a project schedule
Approximation Algorithms
Approximation Algorithms or: How I Learned to Stop Worrying and Deal with NP-Completeness Ong Jit Sheng, Jonathan (A0073924B) March, 2012 Overview Key Results (I) General techniques: Greedy algorithms
3. Markov property. Markov property for MRFs. Hammersley-Clifford theorem. Markov property for Bayesian networks. I-map, P-map, and chordal graphs
Markov property 3-3. Markov property Markov property for MRFs Hammersley-Clifford theorem Markov property for ayesian networks I-map, P-map, and chordal graphs Markov Chain X Y Z X = Z Y µ(x, Y, Z) = f(x,
8.2 Gantt Charts. Dr. Tarek A. Tutunji Philadelphia University, Jordan. Engineering Skills, Philadelphia University
8.2 Gantt Charts Philadelphia University, Jordan Overview In the previous section, an introduction to Project Management was provided. In this sequence, Gant Charts will be introduced. Graphical Project
Project Management (CS 3730) Lecture 4 Name:
Ch. 6: Scheduling Project Work 1. Some people think that project management is nothing but scheduling, but scheduling is just one of the tools used to manage jobs and should not be considered the primary
The management of the projects with MS Project
The management of the projects with MS Project Author: AgimDerguti 1 What is Microsoft Project? Microsoft Project is a project management software program developed and sold by Microsoft Designed to assist
CISC 322 Software Architecture. Project Scheduling (PERT/CPM) Ahmed E. Hassan
CISC 322 Software Architecture Project Scheduling (PERT/CPM) Ahmed E. Hassan Project A project is a temporary endeavour undertaken to create a "unique" product or service A project is composed of a number
Summary. Chapter Five. Cost Volume Relations & Break Even Analysis
Summary Chapter Five Cost Volume Relations & Break Even Analysis 1. Introduction : The main aim of an undertaking is to earn profit. The cost volume profit (CVP) analysis helps management in finding out
(Refer Slide Time 6:09)
Digital Circuits and Systems Prof. S. Srinivasan Department of Electrical Engineering Indian Institute of Technology, Madras Lecture 3 Combinational Logic Basics We defined digital signal as a signal which
Eligibility Traces. Suggested reading: Contents: Chapter 7 in R. S. Sutton, A. G. Barto: Reinforcement Learning: An Introduction MIT Press, 1998.
Eligibility Traces 0 Eligibility Traces Suggested reading: Chapter 7 in R. S. Sutton, A. G. Barto: Reinforcement Learning: An Introduction MIT Press, 1998. Eligibility Traces Eligibility Traces 1 Contents:
6.852: Distributed Algorithms Fall, 2009. Class 2
.8: Distributed Algorithms Fall, 009 Class Today s plan Leader election in a synchronous ring: Lower bound for comparison-based algorithms. Basic computation in general synchronous networks: Leader election
Project and Production Management Prof. Arun Kanda Department of Mechanical Engineering Indian Institute of Technology, Delhi
Project and Production Management Prof. Arun Kanda Department of Mechanical Engineering Indian Institute of Technology, Delhi Lecture - 15 Limited Resource Allocation Today we are going to be talking about
Project Time Management
Project Time Management Study Notes PMI, PMP, CAPM, PMBOK, PM Network and the PMI Registered Education Provider logo are registered marks of the Project Management Institute, Inc. Points to Note Please
PROJECT TIME MANAGEMENT
6 PROJECT TIME MANAGEMENT Project Time Management includes the processes required to ensure timely completion of the project. Figure 6 1 provides an overview of the following major processes: 6.1 Activity
PROJECT RISK MANAGEMENT
11 PROJECT RISK MANAGEMENT Project Risk Management includes the processes concerned with identifying, analyzing, and responding to project risk. It includes maximizing the results of positive events and
Integer multiplication
Integer multiplication Suppose we have two unsigned integers, A and B, and we wish to compute their product. Let A be the multiplicand and B the multiplier: A n 1... A 1 A 0 multiplicand B n 1... B 1 B
Minimum Spanning Trees
Minimum Spanning Trees Algorithms and 18.304 Presentation Outline 1 Graph Terminology Minimum Spanning Trees 2 3 Outline Graph Terminology Minimum Spanning Trees 1 Graph Terminology Minimum Spanning Trees
Electronic Design Automation Prof. Indranil Sengupta Department of Computer Science and Engineering Indian Institute of Technology, Kharagpur
Electronic Design Automation Prof. Indranil Sengupta Department of Computer Science and Engineering Indian Institute of Technology, Kharagpur Lecture - 10 Synthesis: Part 3 I have talked about two-level
Artificial Intelligence Search I
Content: Search I Artificial Intelligence Search I Lecture 3 Introduction Knowledge, Problem Types and Problem Formulation Search Strategies General Search Problem 4 Criteria for Evaluating Search Strategies
Artificial Intelligence Mar 27, Bayesian Networks 1 P (T D)P (D) + P (T D)P ( D) =
Artificial Intelligence 15-381 Mar 27, 2007 Bayesian Networks 1 Recap of last lecture Probability: precise representation of uncertainty Probability theory: optimal updating of knowledge based on new information
Homework 15 Solutions
PROBLEM ONE (Trees) Homework 15 Solutions 1. Recall the definition of a tree: a tree is a connected, undirected graph which has no cycles. Which of the following definitions are equivalent to this definition
Compression algorithm for Bayesian network modeling of binary systems
Compression algorithm for Bayesian network modeling of binary systems I. Tien & A. Der Kiureghian University of California, Berkeley ABSTRACT: A Bayesian network (BN) is a useful tool for analyzing the
COMPUTING DURATION, SLACK TIME, AND CRITICALITY UNCERTAINTIES IN PATH-INDEPENDENT PROJECT NETWORKS
Proceedings from the 2004 ASEM National Conference pp. 453-460, Alexandria, VA (October 20-23, 2004 COMPUTING DURATION, SLACK TIME, AND CRITICALITY UNCERTAINTIES IN PATH-INDEPENDENT PROJECT NETWORKS Ryan
Probabilistic Graphical Models Final Exam
Introduction to Probabilistic Graphical Models Final Exam, March 2007 1 Probabilistic Graphical Models Final Exam Please fill your name and I.D.: Name:... I.D.:... Duration: 3 hours. Guidelines: 1. The
The Basics of Graphical Models
The Basics of Graphical Models David M. Blei Columbia University October 3, 2015 Introduction These notes follow Chapter 2 of An Introduction to Probabilistic Graphical Models by Michael Jordan. Many figures
3. The Junction Tree Algorithms
A Short Course on Graphical Models 3. The Junction Tree Algorithms Mark Paskin mark@paskin.org 1 Review: conditional independence Two random variables X and Y are independent (written X Y ) iff p X ( )
Project Scheduling: PERT/CPM
Project Scheduling: PERT/CPM CHAPTER 8 LEARNING OBJECTIVES After completing this chapter, you should be able to: 1. Describe the role and application of PERT/CPM for project scheduling. 2. Define a project
MONITORING AND DIAGNOSIS OF A MULTI-STAGE MANUFACTURING PROCESS USING BAYESIAN NETWORKS
MONITORING AND DIAGNOSIS OF A MULTI-STAGE MANUFACTURING PROCESS USING BAYESIAN NETWORKS Eric Wolbrecht Bruce D Ambrosio Bob Paasch Oregon State University, Corvallis, OR Doug Kirby Hewlett Packard, Corvallis,
SFC A Structured Flow Chart Editor Version 2.3 User s Guide Tia Watts, Ph.D. Sonoma State University
SFC A Structured Flow Chart Editor Version 2.3 User s Guide Tia Watts, Ph.D. Sonoma State University 1 of 35 SFC A Structured Flow Chart Editor Version 2.3 User s Guide Table of Contents 1. Introduction...
Topology-based network security
Topology-based network security Tiit Pikma Supervised by Vitaly Skachek Research Seminar in Cryptography University of Tartu, Spring 2013 1 Introduction In both wired and wireless networks, there is the
Data quality in Accounting Information Systems
Data quality in Accounting Information Systems Comparing Several Data Mining Techniques Erjon Zoto Department of Statistics and Applied Informatics Faculty of Economy, University of Tirana Tirana, Albania
Time Management. Part 5 Schedule Development. Richard Boser
Time Management Part 5 Schedule Development Richard Boser 6.5 Schedule Development Inputs Organizational Process Assets Scope Statement Activity List Activity Attributes Network Diagrams Resource Req ms
Fault Tree Analysis (FTA) and Event Tree Analysis (ETA)
Fault Tree Analysis (FTA) and Event Tree Analysis (ETA) It is easy to get confused between these two techniques. Indeed, the two are in fact complimentary (and are often used together) but focus on opposite
Information Technology Project Management, Sixth Edition. Note: See the text itself for full citations. More courses at cie-wc.edu
Note: See the text itself for full citations. More courses at cie-wc.edu Understand the importance of project schedules and good project time management Define activities as the basis for developing project
Midterm Practice Problems
6.042/8.062J Mathematics for Computer Science October 2, 200 Tom Leighton, Marten van Dijk, and Brooke Cowan Midterm Practice Problems Problem. [0 points] In problem set you showed that the nand operator
Course: Model, Learning, and Inference: Lecture 5
Course: Model, Learning, and Inference: Lecture 5 Alan Yuille Department of Statistics, UCLA Los Angeles, CA 90095 yuille@stat.ucla.edu Abstract Probability distributions on structured representation.
pm4dev, 2015 management for development series Project Schedule Management PROJECT MANAGEMENT FOR DEVELOPMENT ORGANIZATIONS
pm4dev, 2015 management for development series Project Schedule Management PROJECT MANAGEMENT FOR DEVELOPMENT ORGANIZATIONS PROJECT MANAGEMENT FOR DEVELOPMENT ORGANIZATIONS A methodology to manage development
Use project management tools
Use project management tools Overview Using project management tools play a large role in all phases of a project - in planning, implementation, and evaluation. This resource will give you a basic understanding
SENSITIVITY ANALYSIS AND INFERENCE. Lecture 12
This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike License. Your use of this material constitutes acceptance of that license and the conditions of use of materials on this
A Short Introduction to Project Management
2003 January April SFWR ENG 2B03 Slides 08 0 A Short Introduction to Project Management SFWR ENG 2B03 2003 Robert L. Baber 2003 January April SFWR ENG 2B03 Slides 08 1 Why Project Management? Why manage
Application of Graph Theory to
Application of Graph Theory to Requirements Traceability A methodology for visualization of large requirements sets Sam Brown L-3 Communications This presentation consists of L-3 STRATIS general capabilities
Threshold Logic. 2.1 Networks of functions
2 Threshold Logic 2. Networks of functions We deal in this chapter with the simplest kind of computing units used to build artificial neural networks. These computing elements are a generalization of the
Min-cost flow problems and network simplex algorithm
Min-cost flow problems and network simplex algorithm The particular structure of some LP problems can be sometimes used for the design of solution techniques more efficient than the simplex algorithm.
SYSTEM REPRESENTATION
3-1 SYSTEM REPRESENTATION In this topic, we will learn: Important definitions of block diagrams and signal flow graphs: signals, system, summing junctions, pickoff points, series, cascade and feedback
IE 680 Special Topics in Production Systems: Networks, Routing and Logistics*
IE 680 Special Topics in Production Systems: Networks, Routing and Logistics* Rakesh Nagi Department of Industrial Engineering University at Buffalo (SUNY) *Lecture notes from Network Flows by Ahuja, Magnanti
Systems Analysis and Design
Systems Analysis and Design Slides adapted from Jeffrey A. Hoffer, University of Dayton Joey F. George, Florida State University Joseph S. Valacich, Washington State University Modern Systems Analysis
CSE 326, Data Structures. Sample Final Exam. Problem Max Points Score 1 14 (2x7) 2 18 (3x6) 3 4 4 7 5 9 6 16 7 8 8 4 9 8 10 4 Total 92.
Name: Email ID: CSE 326, Data Structures Section: Sample Final Exam Instructions: The exam is closed book, closed notes. Unless otherwise stated, N denotes the number of elements in the data structure
Developing a Project Plan
Student Version CHAPTER SIX Developing a Project Plan McGraw-Hill/Irwin Copyright 2011 by The McGraw-Hill Companies, Inc. All rights reserved. Developing the Project Plan The Project Network A flow chart
Social Media Mining. Network Measures
Klout Measures and Metrics 22 Why Do We Need Measures? Who are the central figures (influential individuals) in the network? What interaction patterns are common in friends? Who are the like-minded users
SIMS 255 Foundations of Software Design. Complexity and NP-completeness
SIMS 255 Foundations of Software Design Complexity and NP-completeness Matt Welsh November 29, 2001 mdw@cs.berkeley.edu 1 Outline Complexity of algorithms Space and time complexity ``Big O'' notation Complexity
TU e. Advanced Algorithms: experimentation project. The problem: load balancing with bounded look-ahead. Input: integer m 2: number of machines
The problem: load balancing with bounded look-ahead Input: integer m 2: number of machines integer k 0: the look-ahead numbers t 1,..., t n : the job sizes Problem: assign jobs to machines machine to which
Flow and Activity Analysis
Facility Location, Layout, and Flow and Activity Analysis Primary activity relationships Organizational relationships» Span of control and reporting hierarchy Flow relationships» Flow of materials, people,
Project Time Management
Project Time Management Study Notes PMI, PMP, CAPM, PMBOK, PM Network and the PMI Registered Education Provider logo are registered marks of the Project Management Institute, Inc. Points to Note Please
Lec 7. Scheduling/Time Management. Acknowledgement and source: Prof Shervin and K. Schwalbe: Information Technology Project Management
Lec 7 Scheduling/Time Management Acknowledgement and source: Prof Shervin and K. Schwalbe: Information Technology Project Management Learning Objectives Understand the importance of project schedules and
PRACTICE BOOK COMPUTER SCIENCE TEST. Graduate Record Examinations. This practice book contains. Become familiar with. Visit GRE Online at www.gre.
This book is provided FREE with test registration by the Graduate Record Examinations Board. Graduate Record Examinations This practice book contains one actual full-length GRE Computer Science Test test-taking
The scenario: Initial state Target (Goal) states A set of intermediate states A set of operations that move the agent from one state to another.
CmSc310 Artificial Intelligence Solving Problems by Searching - Uninformed Search 1. Introduction All AI tasks involve searching. General idea: You know where you are (initial state) and where you want