Lecture (09) Karnaugh Maps 2

Size: px
Start display at page:

Download "Lecture (09) Karnaugh Maps 2"

Transcription

1 Lecture (09) Karnaugh Maps 2 By: Dr. Ahmed ElShafee ١ Dr. Ahmed ElShafee, ACU : Spring 207, Logic Design I Determination of Minimum Expansions Using Essential Prime Implicants Cover: A switching function f(x,x2,,xn) is said to cover another function g(x,x2,,xn), if f assumes the value whenever g does. Implicant : Given a function F of n variables, a product term P is an implicant of F iff for every combination of values of the n variables for which P=, F is also equal.that is, P= implies F=. ٢ Dr. Ahmed ElShafee, ACU : Spring 207, Logic Design I

2 Prime Implicant: A prime implicant of a function F is a product term implicart which is no longer an implicant if any literal is deleted from it. Essential Prime Implicant: If a minterm is covered by only one prime implicant, then that prime implicant is called an essential prime implicant. ٣ Dr. Ahmed ElShafee, ACU : Spring 207, Logic Design I On a Karnaugh Map Any single or any group of s (2 k s, k=0,,2, ) which can be combined together on a map of the function F represents a product term which is called an implicant of F. ٤ Dr. Ahmed ElShafee, ACU : Spring 207, Logic Design I

3 A product term implicant is called a prime implicant if it cannot be combined with another term to eliminate a variable. ٥ Dr. Ahmed ElShafee, ACU : Spring 207, Logic Design I If a minterm is covered by only one prime implicant, then that prime implicant is called an essential prime implicant. ٦ Dr. Ahmed ElShafee, ACU : Spring 207, Logic Design I

4 Examples f=wx+yz, g=wxy g= (w=,x=,y=0) implies f=.+0.z=, f covers g. g is a product term, g is an implicant of f. g is not a prime implicant. The literal y is deleted from wxy, the resulting term wx is also an implicant of f. ٧ Dr. Ahmed ElShafee, ACU : Spring 207, Logic Design I f=wx+yz, h=wx is a prime implicant. The deletion of any literal (w or x) results a new product (x or w) which is not covered by f. [w= does not imply f= (w=,x=0,y=0,z=0 imply f=0)] ٨ Dr. Ahmed ElShafee, ACU : Spring 207, Logic Design I

5 Example: ٩ Dr. Ahmed ElShafee, ACU : Spring 207, Logic Design I ab cd ١٠ Dr. Ahmed ElShafee, ACU : Spring 207, Logic Design I

6 ab cd ١١ Dr. Ahmed ElShafee, ACU : Spring 207, Logic Design I ab cd ١٢ Dr. Ahmed ElShafee, ACU : Spring 207, Logic Design I

7 The minimum sum of products expression for a function consists of some (but not necessarily all) of the prime implicants of a function. A sum of products expression consisting a term which is not a prime implicant cannot be minimum. The essential prime implicant must be included in the minimum sum of products. In order to find the minimum sum of products from a map, we must find a minimum number of prime implicants which cover all of the s on the map. ١٣ Dr. Ahmed ElShafee, ACU : Spring 207, Logic Design I Example: cd 00 ab ١٤ Dr. Ahmed ElShafee, ACU : Spring 207, Logic Design I

8 ١٥ Dr. Ahmed ElShafee, ACU : Spring 207, Logic Design I ١٦ Dr. Ahmed ElShafee, ACU : Spring 207, Logic Design I

9 ١٧ Dr. Ahmed ElShafee, ACU : Spring 207, Logic Design I Example cd 00 ab ١٨ Dr. Ahmed ElShafee, ACU : Spring 207, Logic Design I

10 ١٩ Dr. Ahmed ElShafee, ACU : Spring 207, Logic Design I Essential prime implicates: BD,B C, AC ٢٠ Dr. Ahmed ElShafee, ACU : Spring 207, Logic Design I

11 ٢١ Dr. Ahmed ElShafee, ACU : Spring 207, Logic Design I Example Simplify the function f (A, B,C,D) = Σm(0,,2,4,5,7,,5). ٢٢ Dr. Ahmed ElShafee, ACU : Spring 207, Logic Design I

12 f (A, B,C,D) = Σm(0,,2,4,5,7,,5). ab cd ٢٣ Dr. Ahmed ElShafee, ACU : Spring 207, Logic Design I ٢٤ Dr. Ahmed ElShafee, ACU : Spring 207, Logic Design I

13 Example Simplify the function f (A, B,C,D) = Σm(4,5,6,8,9,0,3) + Σd(0,7,5) ٢٥ Dr. Ahmed ElShafee, ACU : Spring 207, Logic Design I f (A, B,C,D) = Σm(4,5,6,8,9,0,3) + Σd(0,7,5) ab cd x x x ٢٦ Dr. Ahmed ElShafee, ACU : Spring 207, Logic Design I

14 ٢٧ Dr. Ahmed ElShafee, ACU : Spring 207, Logic Design I Example Find min min terms expansion ab cd ٢٨ Dr. Ahmed ElShafee, ACU : Spring 207, Logic Design I

15 ab cd ٢٩ Dr. Ahmed ElShafee, ACU : Spring 207, Logic Design I ٣٠ Dr. Ahmed ElShafee, ACU : Spring 207, Logic Design I

16 Other forms of 5 Variable Karnaugh Maps ٣١ Dr. Ahmed ElShafee, ACU : Spring 207, Logic Design I Example F(A,B,C,D,E) = Σm(0,,4,5,3,5,20,2,22,23,24,26,28,30,3) bc de bc de A=0 A= ٣٢ Dr. Ahmed ElShafee, ACU : Spring 207, Logic Design I

17 ٣٣ Dr. Ahmed ElShafee, ACU : Spring 207, Logic Design I Example F(A,B,C,D,E) = Σm(0,,3,8,9,4,5,6,7,9,25,27,3) bc de bc de A=0 A= ٣٤ Dr. Ahmed ElShafee, ACU : Spring 207, Logic Design I

18 ٣٥ Dr. Ahmed ElShafee, ACU : Spring 207, Logic Design I Quine McCluskeyMethod Determination of Prime Implicants the function must be given as a sum of minterms. all of the prime implicants of a function are systematically formed by combining minterms To reduce the required number of comparisons, the binary minterms are sorted into groups according to the number of s in each term ٣٦ Dr. Ahmed ElShafee, ACU : Spring 207, Logic Design I

19 ٣٧ Dr. Ahmed ElShafee, ACU : Spring 207, Logic Design I Two terms in any two groups can be combined as they differ in exactly one variable. First, we will compare the term in group 0 with all of the terms in group. Terms 0000 and 000 can be combined to eliminate the fourth variable, which yields 000. Similarly, 0 and 2 combine to form 00 0 (a b d ), and 0 and 8 combine to form 000 (b c d ). The resulting terms are listed in Column II the corresponding decimal numbers differ by a power of 2 (, 2, 4, 8, etc.). A term may be used more than once because X + X = X. ٣٨ Dr. Ahmed ElShafee, ACU : Spring 206, Logic Design

20 Example Find all of the prime implicants of the function f (a,b,c,d) = Σm(0,,2,5,6,7,8,9,0,4) ٣٩ Dr. Ahmed ElShafee, ACU : Spring 207, Logic Design I ٤٠ Dr. Ahmed ElShafee, ACU : Spring 206, Logic Design

21 ٤١ Dr. Ahmed ElShafee, ACU : Spring 206, Logic Design ٤٢ Dr. Ahmed ElShafee, ACU : Spring 206, Logic Design

22 The terms which have not been checked off because they cannot be combined with other terms are called prime implicants. ٤٣ Dr. Ahmed ElShafee, ACU : Spring 206, Logic Design ٤٤ Dr. Ahmed ElShafee, ACU : Spring 207, Logic Design I

23 All prim implicante Minimum form??? ٤٥ Dr. Ahmed ElShafee, ACU : Spring 207, Logic Design I The Prime Implicant Chart The minterms of the function are listed across the top of the chart, and the prime implicants are listed down the side. If a prime implicant covers a given minterm, an X is placed at the intersection of the corresponding row and column. If a minterm is covered by only one prime implicant, then that prime implicant is called an essential prime implicant ٤٦ Dr. Ahmed ElShafee, ACU : Spring 207, Logic Design I

24 ٤٧ Dr. Ahmed ElShafee, ACU : Spring 207, Logic Design I A minimum set of prime implicants must now be chosen to cover the remaining columns ٤٨ Dr. Ahmed ElShafee, ACU : Spring 206, Logic Design

25 A minimum set of prime implicants must now be chosen to cover the remaining columns ٤٩ Dr. Ahmed ElShafee, ACU : Spring 206, Logic Design Example A prime implicant chart which has two or more X s in every column is called a cyclic prime implicant chart. The following function has such a chart ٥٠ Dr. Ahmed ElShafee, ACU : Spring 206, Logic Design

26 Derivation of prime implicants: ٥١ Dr. Ahmed ElShafee, ACU : Spring 206, Logic Design Select P first. ٥٢ Dr. Ahmed ElShafee, ACU : Spring 206, Logic Design

27 Select P2 first. ٥٣ Dr. Ahmed ElShafee, ACU : Spring 207, Logic Design I Simplification of Incompletely Specified Functions ٥٤ Dr. Ahmed ElShafee, ACU : Spring 207, Logic Design I

28 Example Simplify F(A,B,C,D) = Σm(2,3,7,9,,3) + Σ d(,0,5) ٥٥ Dr. Ahmed ElShafee, ACU : Spring 207, Logic Design I F(A,B,C,D) = Σm(2,3,7,9,,3) + Σ d(,0,5) Treat the don t cares (,0,5) as required minterms ٥٦ Dr. Ahmed ElShafee, ACU : Spring 207, Logic Design I

29 F(A,B,C,D) = Σm(2,3,7,9,,3) + Σ d(,0,5) The don t cares are not list at the top of the table ٥٧ Dr. Ahmed ElShafee, ACU : Spring 207, Logic Design I Thanks,.. See you next week (ISA), ٥٨ Dr. Ahmed ElShafee, ACU : Spring 207, Logic Design I

ECE 2300 Digital Logic & Computer Organization

ECE 2300 Digital Logic & Computer Organization ECE 23 Digital Logic & Computer Organization Spring 28 Combinational Logic Minimization Lecture 3: Announcements Lab 2 is on CMS Tutorial B: CAD tool installation HW will be released tonight Rescheduled

More information

ECE 2300 Digital Logic & Computer Organization

ECE 2300 Digital Logic & Computer Organization ECE 23 Digital Logic & Computer Organization Spring 27 Combinational Logic Minimization Lecture 3: Announcements Lab 2 is on CMS Tutorial B: CAD tool installation HW will be released tonight Rescheduled

More information

Lecture (05) Boolean Algebra

Lecture (05) Boolean Algebra Lecture (5) Boolean Algebra By: Dr. Ahmed ElShafee Dr. Ahmed ElShafee, ACU : Spring 29 CSE22 Logic Design I Introduction George Boole developed Boolean algebra in 847 and used it to solve problems in mathematical

More information

Test Equipment Depot Washington Street Melrose, MA TestEquipmentDepot.com

Test Equipment Depot Washington Street Melrose, MA TestEquipmentDepot.com Test Equipment Depot - 800.517.8431-99 Washington Street Melrose, MA 02176 TestEquipmentDepot.com Table of Contents Table of Contents... iii Preface... viii Getting Started... 9 0.1 Breadboard... 9 0.2

More information

Appendix: Instructions for Treatment Index B (Human Opponents, With Recommendations)

Appendix: Instructions for Treatment Index B (Human Opponents, With Recommendations) Appendix: Instructions for Treatment Index B (Human Opponents, With Recommendations) This is an experiment in the economics of strategic decision making. Various agencies have provided funds for this research.

More information

5/14/2014. Repeated Measures Designs. Why Researchers Use Repeated Measures Designs. each individual participates in each condition of the experiment.

5/14/2014. Repeated Measures Designs. Why Researchers Use Repeated Measures Designs. each individual participates in each condition of the experiment. Repeated Measures Designs each individual participates in each condition of the This design is also called a within-subject design because the entire experiment is conducted within each subject. Why Researchers

More information

MOCKTIME.COM ONLINE TEST SERIES CORRESPONDENCE COURSE

MOCKTIME.COM ONLINE TEST SERIES CORRESPONDENCE COURSE Simplification 1. Simplify : 1 + (a) 28/17 (b) 15/7 (c) 23/17 (d) 38/17 2. Evaluate: [ ] (a) 9/10 (b) -(8/17 ) (c) - (16/19 ) (d) 4/7 3. 45 [4- {3 - (3 3 6)}] is equal to : (a) 10 (b) 6 (c) 4 (d) 0 4.

More information

Simulation of associative learning with the replaced elements model

Simulation of associative learning with the replaced elements model Behavior Research Methods 7, 39 (4), 993- Simulation of associative learning with the replaced elements model STEVEN GLAUTIER University of Southampton, Southampton, England Associative learning theories

More information

Statistical Techniques. Masoud Mansoury and Anas Abulfaraj

Statistical Techniques. Masoud Mansoury and Anas Abulfaraj Statistical Techniques Masoud Mansoury and Anas Abulfaraj What is Statistics? https://www.youtube.com/watch?v=lmmzj7599pw The definition of Statistics The practice or science of collecting and analyzing

More information

A Logic Simplification Based on Expert System Application for TBC Diagnosis

A Logic Simplification Based on Expert System Application for TBC Diagnosis International ICST Conference on Wireless Mobile Communication and Healthcare MOBIHEALTH 2010, Ayia Napa, Cyprus A Logic Simplification Based on Expert System Application for TBC Diagnosis Harun SÜMBÜL,

More information

Market Research on Caffeinated Products

Market Research on Caffeinated Products Market Research on Caffeinated Products A start up company in Boulder has an idea for a new energy product: caffeinated chocolate. Many details about the exact product concept are yet to be decided, however,

More information

Introduction to SPSS: Defining Variables and Data Entry

Introduction to SPSS: Defining Variables and Data Entry Introduction to SPSS: Defining Variables and Data Entry You will be on this page after SPSS is started Click Cancel Choose variable view by clicking this button Type the name of the variable here Lets

More information

Medical Statistics 1. Basic Concepts Farhad Pishgar. Defining the data. Alive after 6 months?

Medical Statistics 1. Basic Concepts Farhad Pishgar. Defining the data. Alive after 6 months? Medical Statistics 1 Basic Concepts Farhad Pishgar Defining the data Population and samples Except when a full census is taken, we collect data on a sample from a much larger group called the population.

More information

What is Data? Part 2: Patterns & Associations. INFO-1301, Quantitative Reasoning 1 University of Colorado Boulder

What is Data? Part 2: Patterns & Associations. INFO-1301, Quantitative Reasoning 1 University of Colorado Boulder What is Data? Part 2: Patterns & Associations INFO-1301, Quantitative Reasoning 1 University of Colorado Boulder August 29, 2016 Prof. Michael Paul Prof. William Aspray Overview This lecture will look

More information

Some Connectivity Concepts in Bipolar Fuzzy Graphs

Some Connectivity Concepts in Bipolar Fuzzy Graphs Annals of Pure and Applied Mathematics Vol. 7, No. 2, 2014, 98-108 ISSN: 2279-087X (P), 2279-0888(online) Published on 30 September 2014 www.researchmathsci.org Annals of Some Connectivity Concepts in

More information

Chapter 3 Software Packages to Install How to Set Up Python Eclipse How to Set Up Eclipse... 42

Chapter 3 Software Packages to Install How to Set Up Python Eclipse How to Set Up Eclipse... 42 Table of Contents Preface..... 21 About the Authors... 23 Acknowledgments... 24 How This Book is Organized... 24 Who Should Buy This Book?... 24 Where to Find Answers to Review Questions and Exercises...

More information

Statistical Analysis of. Manual Therapists Funded by ACC:

Statistical Analysis of. Manual Therapists Funded by ACC: Statistical Analysis of Manual Therapists Funded by ACC: Initial Referrals and Aspects of Patient Journey Prepared for Osteopathic Council of NZ by: Dr Carl Scarrott DRAFT REPORT statconsultancy.com Executive

More information

The Knapsack Problem

The Knapsack Problem Spring 2010 Chris Christensen HNR 304 The Knapsack Problem In 1978, Merkel and Hellman published a public-key encryption system based upon the knapsack problem ("Hiding information and signatures in trapdoor

More information

Logic Model. When do you create a Logic Model? Create your LM at the beginning of an evaluation and review and update it periodically.

Logic Model. When do you create a Logic Model? Create your LM at the beginning of an evaluation and review and update it periodically. RRC Evaluation Tool Basket: Logic Model 1 Logic Model What is a Logic Model? A logic model is a series of if-then statements that outlines what you expect to happen in your program. For example, If these

More information

Psy201 Module 3 Study and Assignment Guide. Using Excel to Calculate Descriptive and Inferential Statistics

Psy201 Module 3 Study and Assignment Guide. Using Excel to Calculate Descriptive and Inferential Statistics Psy201 Module 3 Study and Assignment Guide Using Excel to Calculate Descriptive and Inferential Statistics What is Excel? Excel is a spreadsheet program that allows one to enter numerical values or data

More information

Introduction. Lecture 1. What is Statistics?

Introduction. Lecture 1. What is Statistics? Lecture 1 Introduction What is Statistics? Statistics is the science of collecting, organizing and interpreting data. The goal of statistics is to gain information and understanding from data. A statistic

More information

The Effect of Guessing on Item Reliability

The Effect of Guessing on Item Reliability The Effect of Guessing on Item Reliability under Answer-Until-Correct Scoring Michael Kane National League for Nursing, Inc. James Moloney State University of New York at Brockport The answer-until-correct

More information

Research on medication in the geriatric health services facility Abstracts

Research on medication in the geriatric health services facility Abstracts Research on medication in the geriatric health services facility Abstracts [Background] Research on Appropriate Medical Services for the Elderly under the Health Labor Sciences Research Grant(Comprehensive

More information

Review Questions in Introductory Knowledge... 37

Review Questions in Introductory Knowledge... 37 Table of Contents Preface..... 17 About the Authors... 19 How This Book is Organized... 20 Who Should Buy This Book?... 20 Where to Find Answers to Review Questions and Exercises... 20 How to Report Errata...

More information

EXERCISE: HOW TO DO POWER CALCULATIONS IN OPTIMAL DESIGN SOFTWARE

EXERCISE: HOW TO DO POWER CALCULATIONS IN OPTIMAL DESIGN SOFTWARE ...... EXERCISE: HOW TO DO POWER CALCULATIONS IN OPTIMAL DESIGN SOFTWARE TABLE OF CONTENTS 73TKey Vocabulary37T... 1 73TIntroduction37T... 73TUsing the Optimal Design Software37T... 73TEstimating Sample

More information

Lecture 15 Chapters 12&13 Relationships between Two Categorical Variables

Lecture 15 Chapters 12&13 Relationships between Two Categorical Variables Lecture 15 Chapters 12&13 Relationships between wo Categorical ariables abulating and Summarizing able of Expected Counts Statistical Significance for wo-way ables Constructing & Assessing a wo-way able

More information

Training Use of Diagnosis Module for ICD-10 Codes in HIS

Training Use of Diagnosis Module for ICD-10 Codes in HIS Training Use of Diagnosis Module for ICD-10 Codes in HIS This document will help to explain the changes in how diagnoses are assigned in HIS after the ICD-10 update which occurred during the weekend of

More information

Practice Test. to base ten 5) to base ten 2) 3. Convert 2434 six. to base ten 3) 4. Convert three. to base ten 4)

Practice Test. to base ten 5) to base ten 2) 3. Convert 2434 six. to base ten 3) 4. Convert three. to base ten 4) Abe Mirza Practice Test 1. Convert 2341 five to base ten 1) 2. Convert 3132 four to base ten 2) 3. Convert 2434 six to base ten 3) 4. Convert 22021 three to base ten 4) 5 Convert DEED to base ten 5) Convert

More information

Artificial Intelligence Programming Probability

Artificial Intelligence Programming Probability Artificial Intelligence Programming Probability Chris Brooks Department of Computer Science University of San Francisco Department of Computer Science University of San Francisco p.1/25 17-0: Uncertainty

More information

Separating Cue Encoding From Target Processing in the Explicit Task- Cuing Procedure: Are There True Task Switch Effects?

Separating Cue Encoding From Target Processing in the Explicit Task- Cuing Procedure: Are There True Task Switch Effects? Journal of Experimental Psychology: Learning, Memory, and Cognition 2007, Vol. 33, No. 3, 484 502 Copyright 2007 by the American Psychological Association 0278-7393/07/$12.00 DOI: 10.1037/0278-7393.33.3.484

More information

Comparing multiple proportions

Comparing multiple proportions Comparing multiple proportions February 24, 2017 psych10.stanford.edu Announcements / Action Items Practice and assessment problem sets will be posted today, might be after 5 PM Reminder of OH switch today

More information

FOR TEACHERS ONLY. The University of the State of New York REGENTS HIGH SCHOOL EXAMINATION MATHEMATICS B

FOR TEACHERS ONLY. The University of the State of New York REGENTS HIGH SCHOOL EXAMINATION MATHEMATICS B FOR TEACHERS ONLY The University of the State of New Yk REGENTS HIGH SCHOOL EXAMINATION MATHEMATICS B Thursday, June 15, 2006 1:15 to 4:15 p.m., only SCORING KEY Mechanics of Rating The following procedures

More information

Pearson Edexcel International GCSE in Mathematics (Specification A) (9-1) Exemplar student answers with examiner comments

Pearson Edexcel International GCSE in Mathematics (Specification A) (9-1) Exemplar student answers with examiner comments Pearson Edexcel International GCSE in Mathematics (Specification A) (9-1) Exemplar student answers with examiner comments 1 Contents About this booklet... 3 How to use this booklet.... 3 Guide on the use

More information

Where does "analysis" enter the experimental process?

Where does analysis enter the experimental process? Lecture Topic : ntroduction to the Principles of Experimental Design Experiment: An exercise designed to determine the effects of one or more variables (treatments) on one or more characteristics (response

More information

6 Relationships between

6 Relationships between CHAPTER 6 Relationships between Categorical Variables Chapter Outline 6.1 CONTINGENCY TABLES 6.2 BASIC RULES OF PROBABILITY WE NEED TO KNOW 6.3 CONDITIONAL PROBABILITY 6.4 EXAMINING INDEPENDENCE OF CATEGORICAL

More information

Hoare Logic and Model Checking. LTL and CTL: a perspective. Learning outcomes. Model Checking Lecture 12: Loose ends

Hoare Logic and Model Checking. LTL and CTL: a perspective. Learning outcomes. Model Checking Lecture 12: Loose ends Learning outcomes Hoare Logic and Model Checking Model Checking Lecture 12: Loose ends Dominic Mulligan Based on previous slides by Alan Mycroft and Mike Gordon Programming, Logic, and Semantics Group

More information

FOR TEACHERS ONLY. The University of the State of New York REGENTS HIGH SCHOOL EXAMINATION GEOMETRY

FOR TEACHERS ONLY. The University of the State of New York REGENTS HIGH SCHOOL EXAMINATION GEOMETRY FOR TEACHERS ONLY The University of the State of New Yk REGENTS HIGH SCHOOL EXAMINATION GEOMETRY Wednesday, June 19, 2013 9:15 a.m. to 12:15 p.m., only SCORING KEY AND RATING GUIDE Mechanics of Rating

More information

Finding Information Sources by Model Sharing in Open Multi-Agent Systems 1

Finding Information Sources by Model Sharing in Open Multi-Agent Systems 1 Finding Information Sources by Model Sharing in Open Multi-Agent Systems Jisun Park, K. Suzanne Barber The Laboratory for Intelligent Processes and Systems The University of Texas at Austin 20 E. 24 th

More information

Exam 4 Review Exercises

Exam 4 Review Exercises Math 160: Statistics Spring, 2014 Toews Exam 4 Review Exercises Instructions: Working in groups of 2-4, first review the goals and objectives for this exam (listed below) and then work the following problems.

More information

Background Information. Instructions. Problem Statement. HOMEWORK INSTRUCTIONS Homework #2 HIV Statistics Problem

Background Information. Instructions. Problem Statement. HOMEWORK INSTRUCTIONS Homework #2 HIV Statistics Problem Background Information HOMEWORK INSTRUCTIONS The scourge of HIV/AIDS has had an extraordinary impact on the entire world. The spread of the disease has been closely tracked since the discovery of the HIV

More information

The GCD of m Linear Forms in n Variables Ben Klein

The GCD of m Linear Forms in n Variables Ben Klein The GCD of m Linear Forms in n Variables Ben Klein Davidson, North Carolina, USA beklein@davidson.edu Harold Reiter Department of Mathematics, University of North Carolina Charlotte, Charlotte, NC 28223,

More information

Speaker Notes: Qualitative Comparative Analysis (QCA) in Implementation Studies

Speaker Notes: Qualitative Comparative Analysis (QCA) in Implementation Studies Speaker Notes: Qualitative Comparative Analysis (QCA) in Implementation Studies PART 1: OVERVIEW Slide 1: Overview Welcome to Qualitative Comparative Analysis in Implementation Studies. This narrated powerpoint

More information

Final. Marking Guidelines. Biology BIO6T/Q13. (Specification 2410) Unit 6T: Investigative Skills Assignment

Final. Marking Guidelines. Biology BIO6T/Q13. (Specification 2410) Unit 6T: Investigative Skills Assignment Version 2.0 General Certificate of Education (A-level) June Biology BIO6T/Q13 (Specification 2410) Unit 6T: Investigative Skills Assignment Final Marking Guidelines Mark Schemes are prepared by the Principal

More information

2016 Children and young people s inpatient and day case survey

2016 Children and young people s inpatient and day case survey NHS Patient Survey Programme 2016 Children and young people s inpatient and day case survey Technical details for analysing trust-level results Published November 2017 CQC publication Contents 1. Introduction...

More information

Analytical Geometry. Applications of Probability Study Guide. Use the word bank to fill in the blanks.

Analytical Geometry. Applications of Probability Study Guide. Use the word bank to fill in the blanks. Analytical Geometry Name Applications of Probability Study Guide Use the word bank to fill in the blanks. Conditional Probabilities Sample Space Union Mutually Exclusive Complement Intersection Event Independent

More information

Chronicle Reports. The filter report provides the ability to export:

Chronicle Reports. The filter report provides the ability to export: Chronicle Reports ERP Site Report o Provides cumulative data for your site in all of the areas necessary for ADA ERP recognition during a specific reporting period. Patient Status Report o Provides the

More information

Answers to end of chapter questions

Answers to end of chapter questions Answers to end of chapter questions Chapter 1 What are the three most important characteristics of QCA as a method of data analysis? QCA is (1) systematic, (2) flexible, and (3) it reduces data. What are

More information

THE STATSWHISPERER. Introduction to this Issue. Doing Your Data Analysis INSIDE THIS ISSUE

THE STATSWHISPERER. Introduction to this Issue. Doing Your Data Analysis INSIDE THIS ISSUE Spring 20 11, Volume 1, Issue 1 THE STATSWHISPERER The StatsWhisperer Newsletter is published by staff at StatsWhisperer. Visit us at: www.statswhisperer.com Introduction to this Issue The current issue

More information

Excel2013 Model Trendline Linear 3Factor: 1Y1X-2Group XL2D 2/1/2017 V0K

Excel2013 Model Trendline Linear 3Factor: 1Y1X-2Group XL2D 2/1/2017 V0K : 1Y1X-2Group XL2D 2/1/2017 V0K Model using Trendline Linear 3Factor in Excel 2013 by Milo Schield Member: International Statistical Institute US Rep: International Statistical Literacy Project Director,

More information

Section 6: Analysing Relationships Between Variables

Section 6: Analysing Relationships Between Variables 6. 1 Analysing Relationships Between Variables Section 6: Analysing Relationships Between Variables Choosing a Technique The Crosstabs Procedure The Chi Square Test The Means Procedure The Correlations

More information

CHAPTER 9: Producing Data: Experiments

CHAPTER 9: Producing Data: Experiments CHAPTER 9: Producing Data: Experiments The Basic Practice of Statistics 6 th Edition Moore / Notz / Fligner Lecture PowerPoint Slides Chapter 9 Concepts 2 Observation vs. Experiment Subjects, Factors,

More information

Likert Scaling: A how to do it guide As quoted from

Likert Scaling: A how to do it guide As quoted from Likert Scaling: A how to do it guide As quoted from www.drweedman.com/likert.doc Likert scaling is a process which relies heavily on computer processing of results and as a consequence is my favorite method

More information

Chapter 7: Descriptive Statistics

Chapter 7: Descriptive Statistics Chapter Overview Chapter 7 provides an introduction to basic strategies for describing groups statistically. Statistical concepts around normal distributions are discussed. The statistical procedures of

More information

Chapter 6 Analysis of variance and experimental designed

Chapter 6 Analysis of variance and experimental designed Chapter 6 Analysis of variance and experimental designed 6.1 Introducon In this chapter, we are interested in comparing several means which are more than two means. As before, we can use the T-test but

More information

Content Scope & Sequence

Content Scope & Sequence Content Scope & Sequence GRADE 2 scottforesman.com (800) 552-2259 Copyright Pearson Education, Inc. 0606443 1 Counting, Coins, and Combinations Counting, Coins, and Combinations (Addition, Subtraction,

More information

Author's response to reviews

Author's response to reviews Author's response to reviews Title: Trends of Hepatitis A Hospitalization and Risk Factors in Canada Between 1990 and 2003 Authors: Magalie Canuel (magalie.canuel@inspq.gouv.qc.ca) Gaston De Serres (gaston.deserres@ssss.gouv.qc.ca)

More information

Table 1: One Year Net Survival Rates for All Cancers Excluding Non-Melanoma Skin Cancer:

Table 1: One Year Net Survival Rates for All Cancers Excluding Non-Melanoma Skin Cancer: Task 1: Draw a bar chart of the following data. All the data must be on one graph. The data shows yearly survival rates for all types of cancers combined (except non-melanoma skin cancer). Hint: Each period

More information

Application of Local Control Strategy in analyses of the effects of Radon on Lung Cancer Mortality for 2,881 US Counties

Application of Local Control Strategy in analyses of the effects of Radon on Lung Cancer Mortality for 2,881 US Counties Application of Local Control Strategy in analyses of the effects of Radon on Lung Cancer Mortality for 2,881 US Counties Bob Obenchain, Risk Benefit Statistics, August 2015 Our motivation for using a Cut-Point

More information

Scientific Reasoning A primer

Scientific Reasoning A primer Scientific Reasoning A primer Though reasoning is a critical component in science it is not often given much attention in undergraduate curricula so I would like to briefly identify some important concepts

More information

Genetic Algorithms and their Application to Continuum Generation

Genetic Algorithms and their Application to Continuum Generation Genetic Algorithms and their Application to Continuum Generation Tracy Moore, Douglass Schumacher The Ohio State University, REU, 2001 Abstract A genetic algorithm was written to aid in shaping pulses

More information

Writing Reaction Papers Using the QuALMRI Framework

Writing Reaction Papers Using the QuALMRI Framework Writing Reaction Papers Using the QuALMRI Framework Modified from Organizing Scientific Thinking Using the QuALMRI Framework Written by Kevin Ochsner and modified by others. Based on a scheme devised by

More information

5. Suppose there are 4 new cases of breast cancer in group A and 5 in group B. 1. Sample space: the set of all possible outcomes of an experiment.

5. Suppose there are 4 new cases of breast cancer in group A and 5 in group B. 1. Sample space: the set of all possible outcomes of an experiment. Probability January 15, 2013 Debdeep Pati Introductory Example Women in a given age group who give birth to their first child relatively late in life (after 30) are at greater risk for eventually developing

More information

The Pinballs Final Project: Character Quilt

The Pinballs Final Project: Character Quilt The Pinballs Final Project: Character Quilt You will create one patch of a quilt for one main character from the novel. These items can be placed in any section inside your quilt. Your border is the only

More information

PSYCH-GA.2211/NEURL-GA.2201 Fall 2016 Mathematical Tools for Cognitive and Neural Science. Homework 5

PSYCH-GA.2211/NEURL-GA.2201 Fall 2016 Mathematical Tools for Cognitive and Neural Science. Homework 5 PSYCH-GA.2211/NEURL-GA.2201 Fall 2016 Mathematical Tools for Cognitive and Neural Science Homework 5 Due: 21 Dec 2016 (late homeworks penalized 10% per day) See the course web site for submission details.

More information

Binary Diagnostic Tests Paired Samples

Binary Diagnostic Tests Paired Samples Chapter 536 Binary Diagnostic Tests Paired Samples Introduction An important task in diagnostic medicine is to measure the accuracy of two diagnostic tests. This can be done by comparing summary measures

More information

Ways of counting... Review of Basic Counting Principles. Spring Ways of counting... Spring / 11

Ways of counting... Review of Basic Counting Principles. Spring Ways of counting... Spring / 11 Ways of counting... Review of Basic Counting Principles Spring 2013 Ways of counting... Spring 2013 1 / 11 1 Introduction 2 Basic counting principles a first view 3 Counting with functions 4 Using functions

More information

Principles of Experimental Design

Principles of Experimental Design Principles of Experimental Design Bret Hanlon and Bret Larget Department of Statistics University of Wisconsin Madison November 15, 2011 Designing Experiments 1 / 31 Experimental Design Many interesting

More information

Principles of Experimental Design

Principles of Experimental Design Principles of Experimental Design Bret Hanlon and Bret Larget Department of Statistics University of Wisconsin Madison November 15, 2011 Designing Experiments 1 / 31 Experimental Design Many interesting

More information

Chapter 6: Counting, Probability and Inference

Chapter 6: Counting, Probability and Inference Chapter 6: Counting, Probability and Inference 6.1 Introduction to Probability Definitions Experiment a situation with several possible results o Ex: Outcome each result of an experiment o Ex: Sample Space

More information

The Guardian Euro Poll CATI Fieldwork: 24th Februuary - 8th March 2011

The Guardian Euro Poll CATI Fieldwork: 24th Februuary - 8th March 2011 Table 1 Q.1 Over the next twelve months, do you expect your country's economic situation to generally get better, stay about the same or get worse? Page 1 Get a lot better (+2) 159 6 45 4%ac 23 a 31 a

More information

FOR TEACHERS ONLY. The University of the State of New York REGENTS HIGH SCHOOL EXAMINATION GEOMETRY

FOR TEACHERS ONLY. The University of the State of New York REGENTS HIGH SCHOOL EXAMINATION GEOMETRY FOR TEACHERS ONLY The University of the State of New Yk REGENTS HIGH SCHOOL EXAMINATION GEOMETRY Wednesday, January 29, 2014 9:15 a.m. to 12:15 p.m., only SCORING KEY AND RATING GUIDE Mechanics of Rating

More information

Lesson 10: Conditional Relative Frequencies and Association

Lesson 10: Conditional Relative Frequencies and Association Exploratory Challenge 1: Interpreting Relative Frequency Data Interest in superheroes continues at Rufus King High School. The students who analyzed the data in the previous lesson decided to create a

More information

Computer Science 101 Project 2: Predator Prey Model

Computer Science 101 Project 2: Predator Prey Model Computer Science 101 Project 2: Predator Prey Model Real-life situations usually are complicated and difficult to model exactly because of the large number of variables present in real systems. Computer

More information

Methodological skills

Methodological skills Methodological skills rma linguistics, week 3 Tamás Biró ACLC University of Amsterdam t.s.biro@uva.nl Tamás Biró, UvA 1 Topics today Parameter of the population. Statistic of the sample. Re: descriptive

More information

SE: , 323. TECH: Student CD-Rom, Instructor s CD-Rom, A002: Interpret motto, emblem, and dress code for members SE:

SE: , 323. TECH: Student CD-Rom, Instructor s CD-Rom,  A002: Interpret motto, emblem, and dress code for members SE: DUTY A: Career and Technical Student Organizations Task: A001: Discuss basic knowledge of national student organizations SE: 318-321, 323 TE: 376-381 TR: 218-220; Transparency 14-9 14-11 A002: Interpret

More information

Symmetrical treatment of Diagnostic and Statistical Manual of Mental Disorders, Fifth Edition, for major depressive disorders

Symmetrical treatment of Diagnostic and Statistical Manual of Mental Disorders, Fifth Edition, for major depressive disorders Sawamura et al. Source Code for Biology and Medicine (2016) 11:1 DOI 10.1186/s13029-015-0041-7 RESEARCH Open Access Symmetrical treatment of Diagnostic and Statistical Manual of Mental Disorders, Fifth

More information

Chapter 19. Confidence Intervals for Proportions. Copyright 2010, 2007, 2004 Pearson Education, Inc.

Chapter 19. Confidence Intervals for Proportions. Copyright 2010, 2007, 2004 Pearson Education, Inc. Chapter 19 Confidence Intervals for Proportions Copyright 2010, 2007, 2004 Pearson Education, Inc. Standard Error Both of the sampling distributions we ve looked at are Normal. For proportions For means

More information

To open a CMA file > Download and Save file Start CMA Open file from within CMA

To open a CMA file > Download and Save file Start CMA Open file from within CMA Example name Effect size Analysis type Level Tamiflu Symptom relief Mean difference (Hours to relief) Basic Basic Reference Cochrane Figure 4 Synopsis We have a series of studies that evaluated the effect

More information

Experimental Design (XPD) 2017 Rules: B/C Division

Experimental Design (XPD) 2017 Rules: B/C Division Experimental Design (XPD) 2017 Rules: B/C Division XPD Statement of Problem Hypothesis Variables Independent Variable (IV) Dependent Variable (DV) Controlled Variables (CV) Experimental Control Materials

More information

Statistics Concept, Definition

Statistics Concept, Definition Lecture Series on Statistics - HSTC Statistics Concept, Definition By Dr. Bijaya Bhusan Nanda, bijayabnanda@yahoo.com CONTENT Definition of Statistics Distinction between Data, Information, Statistics

More information

IB 133 Life Science Standards for California Public Schools (1998 present) Kindergarten

IB 133 Life Science Standards for California Public Schools (1998 present) Kindergarten Kindergarten Different types of plants and animals inhabit the earth. As a basis for understanding this concept: a. Students know how to observe and describe similarities and differences in the appearance

More information

Exercise Verify that the term on the left of the equation showing the decomposition of "total" deviation in a two-factor experiment.

Exercise Verify that the term on the left of the equation showing the decomposition of total deviation in a two-factor experiment. Exercise 2.2.1 Verify that the term on the left of the equation showing the decomposition of "total" deviation in a two-factor experiment y ijk y = ( y i y ) + ( y j y ) + [( y ij y ) ( y i y ) ( y j y

More information

UNIVERSITY OF TORONTO SCARBOROUGH Department of Computer and Mathematical Sciences Midterm Test February 2016

UNIVERSITY OF TORONTO SCARBOROUGH Department of Computer and Mathematical Sciences Midterm Test February 2016 UNIVERSITY OF TORONTO SCARBOROUGH Department of Computer and Mathematical Sciences Midterm Test February 2016 STAB22H3 Statistics I, LEC 01 and LEC 02 Duration: 1 hour and 45 minutes Last Name: First Name:

More information

MITOCW ocw f99-lec20_300k

MITOCW ocw f99-lec20_300k MITOCW ocw-18.06-f99-lec20_300k OK, this is lecture twenty. And this is the final lecture on determinants. And it's about the applications. So we worked hard in the last two lectures to get a formula for

More information

FOR TEACHERS ONLY. The University of the State of New York REGENTS HIGH SCHOOL EXAMINATION INTEGRATED ALGEBRA

FOR TEACHERS ONLY. The University of the State of New York REGENTS HIGH SCHOOL EXAMINATION INTEGRATED ALGEBRA FOR TEACHERS ONLY The University of the State of New Yk REGENTS HIGH SCHOOL EXAMINATION INTEGRATED ALGEBRA Tuesday, August 13, 2013 8:30 to 11:30 a.m., only SCORING KEY AND RATING GUIDE Mechanics of Rating

More information

9 research designs likely for PSYC 2100

9 research designs likely for PSYC 2100 9 research designs likely for PSYC 2100 1) 1 factor, 2 levels, 1 group (one group gets both treatment levels) related samples t-test (compare means of 2 levels only) 2) 1 factor, 2 levels, 2 groups (one

More information

Lecture 20: Chi Square

Lecture 20: Chi Square Statistics 20_chi.pdf Michael Hallstone, Ph.D. hallston@hawaii.edu Lecture 20: Chi Square Introduction Up until now, we done statistical test using means, but the assumptions for means have eliminated

More information

EXAMPLE TREATMENT AND SCHEMAS. Study Treatment: GENERAL GUIDELINES

EXAMPLE TREATMENT AND SCHEMAS. Study Treatment: GENERAL GUIDELINES EXAMPLE TREATMENT AND SCHEMAS Study Treatment: GENERAL GUIDELINES Do not abbreviate agent names or treatment schedules. Abbreviations can be misinterpreted. Use complete approved generic agent names. Brand

More information

To open a CMA file > Download and Save file Start CMA Open file from within CMA

To open a CMA file > Download and Save file Start CMA Open file from within CMA Example name Effect size Analysis type Level Tamiflu Hospitalized Risk ratio Basic Basic Synopsis The US government has spent 1.4 billion dollars to stockpile Tamiflu, in anticipation of a possible flu

More information

WHAT S IN THIS LECTURE?

WHAT S IN THIS LECTURE? What is meant by the term monogenic? WHAT S IN THIS LECTURE? WHAT S MENDEL S PRINCIPLE OF SEGREGATION? What s probability got to do with this? WHAT S MENDEL S PRINCIPLE OF INDEPENDENT ASSORTMENT? 1 FROM

More information

Unit 1: Introduction to the Operating System, Computer Systems, and Networks 1.1 Define terminology Prepare a list of terms with definitions

Unit 1: Introduction to the Operating System, Computer Systems, and Networks 1.1 Define terminology Prepare a list of terms with definitions AR Computer Applications I Correlated to Benchmark Microsoft Office 2010 (492490) Unit 1: Introduction to the Operating System, Computer Systems, and Networks 1.1 Define terminology 1.1.1 Prepare a list

More information

FOR TEACHERS ONLY. The University of the State of New York REGENTS HIGH SCHOOL EXAMINATION INTEGRATED ALGEBRA

FOR TEACHERS ONLY. The University of the State of New York REGENTS HIGH SCHOOL EXAMINATION INTEGRATED ALGEBRA FOR TEACHERS ONLY The University of the State of New Yk REGENTS HIGH SCHOOL EXAMINATION INTEGRATED ALGEBRA Wednesday, June 1, 2016 1:15 to 4:15 p.m., only SCORING KEY AND RATING GUIDE Mechanics of Rating

More information

Introduction: Statistics and Engineering

Introduction: Statistics and Engineering Introduction: Statistics and Engineering STAT:2020 Probability and Statistics for Engineering and Physical Sciences Week 1 - Lecture 1 Book Sections 1.1-1.2.4, 1.3: Introduction 1 / 13 Where do engineering

More information

FOR TEACHERS ONLY. The University of the State of New York REGENTS HIGH SCHOOL EXAMINATION ALGEBRA 2/TRIGONOMETRY

FOR TEACHERS ONLY. The University of the State of New York REGENTS HIGH SCHOOL EXAMINATION ALGEBRA 2/TRIGONOMETRY FOR TEACHERS ONLY The University of the State of New Yk REGENTS HIGH SCHOOL EXAMINATION ALGEBRA 2/TRIGONOMETRY Friday, June 14, 2013 1:15 to 4:15 p.m., only SCORING KEY AND RATING GUIDE Mechanics of Rating

More information

Further Mathematics 2018 CORE: Data analysis Chapter 3 Investigating associations between two variables

Further Mathematics 2018 CORE: Data analysis Chapter 3 Investigating associations between two variables Chapter 3: Investigating associations between two variables Further Mathematics 2018 CORE: Data analysis Chapter 3 Investigating associations between two variables Extract from Study Design Key knowledge

More information

To begin using the Nutrients feature, visibility of the Modules must be turned on by a MICROS Account Manager.

To begin using the Nutrients feature, visibility of the Modules must be turned on by a MICROS Account Manager. Nutrients A feature has been introduced that will manage Nutrient information for Items and Recipes in myinventory. This feature will benefit Organizations that are required to disclose Nutritional information

More information

Name AP Statistics UNIT 1 Summer Work Section II: Notes Analyzing Categorical Data

Name AP Statistics UNIT 1 Summer Work Section II: Notes Analyzing Categorical Data Name AP Statistics UNIT 1 Summer Work Date Section II: Notes 1.1 - Analyzing Categorical Data Essential Understanding: How can I represent the data when it is treated as a categorical variable? I. Distribution

More information

One-Way ANOVAs t-test two statistically significant Type I error alpha null hypothesis dependant variable Independent variable three levels;

One-Way ANOVAs t-test two statistically significant Type I error alpha null hypothesis dependant variable Independent variable three levels; 1 One-Way ANOVAs We have already discussed the t-test. The t-test is used for comparing the means of two groups to determine if there is a statistically significant difference between them. The t-test

More information