4.2 Scheduling to Minimize Maximum Lateness

Size: px
Start display at page:

Download "4.2 Scheduling to Minimize Maximum Lateness"

Transcription

1 4. Schedulng to Mnmze Maxmum Lateness

2 Schedulng to Mnmzng Maxmum Lateness Mnmzng lateness problem. Sngle resource processes one ob at a tme. Job requres t unts of processng tme and s due at tme d. If starts at tme s, t fnshes at tme f = s + t. Lateness: = max { 0, f - d }. Goal: schedule all obs to mnmze maxmum lateness L = max. 1 ob number Ex: t 3 tme requred d 1 3 deadlne d = 3 d 1 = 1 lateness = 4 Q. Whch schedule s better? d 1 = 1 d = 3 lateness =

3 Schedulng to Mnmzng Maxmum Lateness Mnmzng lateness problem. Sngle resource processes one ob at a tme. Job requres t unts of processng tme and s due at tme d. If starts at tme s, t fnshes at tme f = s + t. Lateness: = max { 0, f - d }. Goal: schedule all obs to mnmze maxmum lateness L = max. 1 ob number Ex: t 3 tme requred d 1 3 deadlne d = 3 d 1 = lateness = 4 Q. Whch schedule s better? A. The lower; lateness. d 1 = 1 d = 3 lateness =

4 Schedulng to Mnmzng Maxmum Lateness Mnmzng lateness problem. Sngle resource processes one ob at a tme. Job requres t unts of processng tme and s due at tme d. If starts at tme s, t fnshes at tme f = s + t. Lateness: = max { 0, f - d }. Goal: schedule all obs to mnmze maxmum lateness L = max ob number Ex: t tme requred d deadlne lateness = lateness = 0 max lateness = 6 d 3 = 9 d = 8 d 6 = 15 d 1 = 6 d 5 = 14 d 4 =

5 Mnmzng Maxmum Lateness: Greedy Algorthms Greedy template. Consder obs n some order. [Shortest processng tme frst] Consder obs n ascendng order of processng tme t (least work frst). [Earlest deadlne frst] Consder obs n ascendng order of deadlne d (nearest deadlne). [Smallest slack] Consder obs n ascendng order of slack d t (least tme to start to make deadlne). Q. Whch one do you thnk may work? (1 mn) 5

6 Mnmzng Maxmum Lateness: Greedy Algorthms Greedy template. Consder obs n some order. [Shortest processng tme frst] Consder obs n ascendng order of processng tme t (least work frst). d 1 t counterexample [Smallest slack] Consder obs n ascendng order of slack d - t (least tme to start to make deadlne). 1 t 1 d counterexample 6

7 Mnmzng Maxmum Lateness: Greedy Algorthm Greedy algorthm. Earlest deadlne frst. Sort n obs by deadlne so that d 1 d d n t 0 for = 1 to n Assgn ob to nterval [t, t + t ]: s t f t + t t t + t output ntervals [s, f ] 7

8 Mnmzng Maxmum Lateness: Greedy Algorthm Greedy algorthm. Earlest deadlne frst ob number t tme requred d deadlne max lateness = 1 d 1 = 6 d = 8 d 3 = 9 d 4 = 9 d 5 = 14 d 6 = Observaton. The greedy schedule has no dle tme. 8

9 Mnmzng Maxmum Lateness: No Idle Tme Observaton. There exsts an optmal schedule wth no dle tme. d = 4 d = d = d = 4 d = 6 d = Q*. How to prove that earlest-deadlne-frst greedy algorthm s optmal? 9

10 Mnmzng Maxmum Lateness: No Idle Tme Observaton. There exsts an optmal schedule wth no dle tme. d = 4 d = d = d = 4 d = 6 d = Q*. How to prove that earlest-deadlne-frst greedy algorthm s optmal? A. Idea of proof: exchange argument: Take an optmal schedule. Change nto greedy schedule wthout losng optmalty. but how? 10

11 Towards provng greedy s optmal Idea. Change optmal schedule to greedy wthout losng optmalty. Greedy Optmal Problems to solve frst: What do we know about the greedy schedule? How can we change the optmal to be more lke that wthout losng optmalty? 11

12 Mnmzng Maxmum Lateness: Inversons Def. An nverson n schedule S s a par of obs and such that: d < d but scheduled before. nverson before swap We ll now study a number of propertes of such an nverson. Q. How many nversons can a schedule from our Greedy algorthm have? (0, 1, or more than 1) 1

13 Mnmzng Maxmum Lateness: Inversons Def. An nverson n schedule S s a par of obs and such that: d < d but scheduled before. nverson before swap Observaton. Greedy schedule has no nversons. Q. What s the dfference n maxmum lateness between two schedules wthout nversons and wthout dle tme? (1 mn) 13

14 Mnmzng Maxmum Lateness: Inversons Def. An nverson n schedule S s a par of obs and such that: d < d but scheduled before. nverson before swap Observaton. Greedy schedule has no nversons. Q. What s the dfference n maxmum lateness between two schedules wthout nversons and wthout dle tme? Pf. Only dfference s an nverson of and wth equal deadlne (d =d ). Maxmum lateness of and s only nfluenced by last ob (f - d ). Maxmum lateness of and s the same f and are swapped. S S 14

15 Mnmzng Maxmum Lateness: Inversons Def. An nverson n schedule S s a par of obs and such that: d < d but scheduled before. nverson before swap Observaton. Greedy schedule has no nversons. Observaton. All schedules wthout nversons have same lateness. Q. If a schedule (wth no dle tme) has an nverson, how can we fnd t? 15

16 Mnmzng Maxmum Lateness: Inversons Def. An nverson n schedule S s a par of obs and such that: d < d but scheduled before. nverson before swap Observaton. Greedy schedule has no nversons. Observaton. All schedules wthout nversons have same lateness. Observaton. If a schedule (wth no dle tme) has an nverson, then t has one wth a par of nverted obs scheduled consecutvely. Pf. Q. How do we proof If, then? 16

17 Mnmzng Maxmum Lateness: Inversons Def. An nverson n schedule S s a par of obs and such that: d < d but scheduled before. nverson before swap Observaton. Greedy schedule has no nversons. Observaton. All schedules wthout nversons have same lateness. Observaton. If a schedule (wth no dle tme) has an nverson, then t has one wth a par of nverted obs scheduled consecutvely. Pf. Suppose there s an nverson. gong through schedule, at some pont deadlne decreases. 17

18 Mnmzng Maxmum Lateness: Inversons Def. An nverson n schedule S s a par of obs and such that: d < d but scheduled before. nverson before swap Observaton. Greedy schedule has no nversons. Observaton. All schedules wthout nversons have same lateness. Observaton. If a schedule (wth no dle tme) has an nverson, then t has one wth a par of nverted obs scheduled consecutvely. Pf. Suppose there s an nverson. There s a par of obs and such that: d < d but scheduled before. Walk through the schedule from to. Increasng deadlnes (= no nversons), at some pont deadlne decreases. 18

19 Mnmzng Maxmum Lateness: Inversons Def. An nverson n schedule S s a par of obs and such that: d < d but scheduled before. nverson f before swap after swap Q. What happens to the number of nversons when we swap two adacent, nverted obs? (reduces, stays equal, ncreases) Q. Can we swap two adacent, nverted obs wthout ncreasng the maxmum lateness? f' 19

20 Mnmzng Maxmum Lateness: Inversons Def. An nverson n schedule S s a par of obs and such that: d < d but scheduled before. nverson f before swap after swap Clam. Swappng two adacent, nverted obs reduces the number of nversons by one and does not ncrease the maxmum lateness. f' Pf. 0

21 Mnmzng Maxmum Lateness: Inversons Def. An nverson n schedule S s a par of obs and such that: d < d but scheduled before. nverson f before swap after swap Clam. Swappng two adacent, nverted obs reduces the number of nversons by one and does not ncrease the maxmum lateness. f' Pf. Let be the max lateness before the swap, and let ' be t afterwards. Q. What happens wth the lateness of other obs? Q. What happens wth the lateness of? Q. What happens wth the lateness of? 1

22 Mnmzng Maxmum Lateness: Inversons Def. An nverson n schedule S s a par of obs and such that: d < d but scheduled before. nverson f before swap after swap Clam. Swappng two adacent, nverted obs reduces the number of nversons by one and does not ncrease the maxmum lateness. f' Pf. Let be the max lateness before the swap, and let ' be t afterwards. ' k = k for all k, (lateness other obs the same) ' (new lateness for smaller) If ob s late: l f d (defnton) f d ( fnshes at tme f ) f d (d d ) l (defnton)

23 Mnmzng Lateness: Analyss of Greedy Algorthm Theorem. Greedy schedule S s optmal. Pf. (by contradcton) Idea of proof: Suppose S s not optmal. Take a specfc optmal schedule S*. Change to look lke greedy schedule (less nversons) wthout losng optmalty. 3

24 Mnmzng Lateness: Analyss of Greedy Algorthm Theorem. Greedy schedule S s optmal. Pf. (by contradcton) Suppose S s not optmal. Defne S* to be an optmal schedule that has the fewest number of nversons (of all optmal schedules) and has no dle tme. Clearly S S*. 4

25 Mnmzng Lateness: Analyss of Greedy Algorthm Theorem. Greedy schedule S s optmal. Pf. (by contradcton) Suppose S s not optmal. Defne S* to be an optmal schedule that has the fewest number of nversons (of all optmal schedules) and has no dle tme. Clearly S S*. Case analyss: If S* has no nversons If S* has an nverson 5

26 Mnmzng Lateness: Analyss of Greedy Algorthm Theorem. Greedy schedule S s optmal. Pf. (by contradcton) Suppose S s not optmal. Defne S* to be an optmal schedule that has the fewest number of nversons (of all optmal schedules) and has no dle tme. Clearly S S*. Case analyss: If S* has no nversons. Q. How can we derve a contradcton? If S* has an nverson 6

27 Mnmzng Lateness: Analyss of Greedy Algorthm Theorem. Greedy schedule S s optmal. Pf. (by contradcton) Suppose S s not optmal. Defne S* to be an optmal schedule that has the fewest number of nversons (of all optmal schedules) and has no dle tme. Clearly S S*. If S* has no nversons, then L S = L S*. Contradcton. If S* has an nverson, Q. How can we derve a contradcton? Greedy has no nversons. All schedules wthout nversons have same lateness. 7

28 Mnmzng Lateness: Analyss of Greedy Algorthm Theorem. Greedy schedule S s optmal. Pf. (by contradcton) Suppose S s not optmal. Defne S* to be an optmal schedule that has the fewest number of nversons (of all optmal schedules) and has no dle tme. Clearly S S*. If S* has no nversons, then maxl(s) = maxl(s*). Contradcton. If S* has an nverson, let - be an adacent nverson. swappng and does not ncrease the maxmum lateness and strctly decreases the number of nversons ths contradcts defnton of S* So S s an optmal schedule. Greedy has no nversons. All schedules wthout nversons have same lateness. Ths proof can be found on pages

29 Greedy Analyss Strateges Greedy algorthm stays ahead. Show that after each step of the greedy algorthm, ts soluton s at least as good as any other algorthm's. Exchange argument. Gradually transform an optmal soluton to the one found by the greedy algorthm wthout hurtng ts qualty. Structural. Dscover a smple "structural" bound assertng that every possble soluton must have a certan value. Then show that your algorthm always acheves ths bound. Q. Whch strategy dd we use for the problems n ths chapter (nterval schedulng, nterval parttonng, mnmzng lateness)? 9

30 Greedy Analyss Strateges Greedy algorthm stays ahead. Show that after each step of the greedy algorthm, ts soluton s at least as good as any other algorthm's. [Interval schedulng] Exchange argument. Gradually transform an optmal soluton to the one found by the greedy algorthm wthout hurtng ts qualty. [Mnmzng lateness, Interval schedulng] Structural. Dscover a smple "structural" bound assertng that every possble soluton must have a certan value. Then show that your algorthm always acheves ths bound. [Interval parttonng] 30

31 Example exam exercse Plannng a mn-trathlon: 1. swm 0 laps (one at a tme). bke 10 km (can be done smultaneously) 3. run 3 km (can be done smultaneously) expected tmes are gven for each contestant Def. The completon tme s the earlest tme all contestants are fnshed. Q. In what order should they start to mnmze the completon tme? Q. Proof that ths order s optmal (mnmal). Ex. 1 3 contestant s 3 4 tme requred for swmmng b tme requred for bkng r tme requred for runnng Come to the nstructon (Frday 13:45) f you do not know how to answer ths. 31

32 Varant: Schedulng to Mnmzng Total Lateness Mnmzng total lateness problem. Sngle resource processes one ob at a tme. Job requres t unts of processng tme and s due at tme d. If starts at tme s, t fnshes at tme f = s + t. Lateness: = max { 0, f - d }. Goal: schedule all obs to mnmze total lateness L = Σ. 1 ob number Ex: t 3 tme requred d 1 3 deadlne d = 3 d 1 = total lateness = 0+4 No polynomal algorthm can compute optmal schedule (unless P=NP) (see Master s course Advanced Algorthms) d 1 = 1 d = 3 total lateness =

Arithmetic Average: Sum of all precipitation values divided by the number of stations 1 n

Arithmetic Average: Sum of all precipitation values divided by the number of stations 1 n Char of ssgnment Suggested soluton PRCIPITTION Task (Charactersaton of the study area) rea: 43.3 km 2 Rver length: 0.296 km Hghest pont: 346 m a.s.l. Lowest pont (staton elevaton): 668 m a.s.l. Domnant

More information

Study and Comparison of Various Techniques of Image Edge Detection

Study and Comparison of Various Techniques of Image Edge Detection Gureet Sngh et al Int. Journal of Engneerng Research Applcatons RESEARCH ARTICLE OPEN ACCESS Study Comparson of Varous Technques of Image Edge Detecton Gureet Sngh*, Er. Harnder sngh** *(Department of

More information

Parameter Estimates of a Random Regression Test Day Model for First Three Lactation Somatic Cell Scores

Parameter Estimates of a Random Regression Test Day Model for First Three Lactation Somatic Cell Scores Parameter Estmates of a Random Regresson Test Day Model for Frst Three actaton Somatc Cell Scores Z. u, F. Renhardt and R. Reents Unted Datasystems for Anmal Producton (VIT), Hedeweg 1, D-27280 Verden,

More information

Copy Number Variation Methods and Data

Copy Number Variation Methods and Data Copy Number Varaton Methods and Data Copy number varaton (CNV) Reference Sequence ACCTGCAATGAT TAAGCCCGGG TTGCAACGTTAGGCA Populaton ACCTGCAATGAT TAAGCCCGGG TTGCAACGTTAGGCA ACCTGCAATGAT TTGCAACGTTAGGCA

More information

THE NORMAL DISTRIBUTION AND Z-SCORES COMMON CORE ALGEBRA II

THE NORMAL DISTRIBUTION AND Z-SCORES COMMON CORE ALGEBRA II Name: Date: THE NORMAL DISTRIBUTION AND Z-SCORES COMMON CORE ALGEBRA II The normal dstrbuton can be used n ncrements other than half-standard devatons. In fact, we can use ether our calculators or tables

More information

Combined Temporal and Spatial Filter Structures for CDMA Systems

Combined Temporal and Spatial Filter Structures for CDMA Systems Combned Temporal and Spatal Flter Structures for CDMA Systems Ayln Yener WINLAB, Rutgers Unversty yener@wnlab.rutgers.edu Roy D. Yates WINLAB, Rutgers Unversty ryates@wnlab.rutgers.edu Sennur Ulukus AT&T

More information

AUTOMATED CHARACTERIZATION OF ESOPHAGEAL AND SEVERELY INJURED VOICES BY MEANS OF ACOUSTIC PARAMETERS

AUTOMATED CHARACTERIZATION OF ESOPHAGEAL AND SEVERELY INJURED VOICES BY MEANS OF ACOUSTIC PARAMETERS AUTOMATED CHARACTERIZATIO OF ESOPHAGEAL AD SEVERELY IJURED VOICES BY MEAS OF ACOUSTIC PARAMETERS B. García, I. Ruz, A. Méndez, J. Vcente, and M. Mendezona Department of Telecommuncaton, Unversty of Deusto

More information

Natural Image Denoising: Optimality and Inherent Bounds

Natural Image Denoising: Optimality and Inherent Bounds atural Image Denosng: Optmalty and Inherent Bounds Anat Levn and Boaz adler Department of Computer Scence and Appled Math The Wezmann Insttute of Scence Abstract The goal of natural mage denosng s to estmate

More information

INITIAL ANALYSIS OF AWS-OBSERVED TEMPERATURE

INITIAL ANALYSIS OF AWS-OBSERVED TEMPERATURE INITIAL ANALYSIS OF AWS-OBSERVED TEMPERATURE Wang Yng, Lu Xaonng, Ren Zhhua, Natonal Meteorologcal Informaton Center, Bejng, Chna Tel.:+86 684755, E-mal:cdcsjk@cma.gov.cn Abstract From, n Chna meteorologcal

More information

NUMERICAL COMPARISONS OF BIOASSAY METHODS IN ESTIMATING LC50 TIANHONG ZHOU

NUMERICAL COMPARISONS OF BIOASSAY METHODS IN ESTIMATING LC50 TIANHONG ZHOU NUMERICAL COMPARISONS OF BIOASSAY METHODS IN ESTIMATING LC50 by TIANHONG ZHOU B.S., Chna Agrcultural Unversty, 2003 M.S., Chna Agrcultural Unversty, 2006 A THESIS submtted n partal fulfllment of the requrements

More information

Appendix for. Institutions and Behavior: Experimental Evidence on the Effects of Democracy

Appendix for. Institutions and Behavior: Experimental Evidence on the Effects of Democracy Appendx for Insttutons and Behavor: Expermental Evdence on the Effects of Democrac 1. Instructons 1.1 Orgnal sessons Welcome You are about to partcpate n a stud on decson-makng, and ou wll be pad for our

More information

Estimation for Pavement Performance Curve based on Kyoto Model : A Case Study for Highway in the State of Sao Paulo

Estimation for Pavement Performance Curve based on Kyoto Model : A Case Study for Highway in the State of Sao Paulo Estmaton for Pavement Performance Curve based on Kyoto Model : A Case Study for Kazuya AOKI, PASCO CORPORATION, Yokohama, JAPAN, Emal : kakzo603@pasco.co.jp Octávo de Souza Campos, Publc Servces Regulatory

More information

Price linkages in value chains: methodology

Price linkages in value chains: methodology Prce lnkages n value chans: methodology Prof. Trond Bjorndal, CEMARE. Unversty of Portsmouth, UK. and Prof. José Fernández-Polanco Unversty of Cantabra, Span. FAO INFOSAMAK Tangers, Morocco 14 March 2012

More information

Local motion correction for lung tumours in PET/CT first results

Local motion correction for lung tumours in PET/CT first results Eur J Nucl Med Mol Imagng (2008) 35:1981 1988 DOI 10.1007/s00259-008-0868-0 ORIGINAL ARTICLE Local moton correcton for lung tumours n PET/CT frst results Ralph A. Bundschuh & Axel Martínez-Möller & Markus

More information

EXAMINATION OF THE DENSITY OF SEMEN AND ANALYSIS OF SPERM CELL MOVEMENT. 1. INTRODUCTION

EXAMINATION OF THE DENSITY OF SEMEN AND ANALYSIS OF SPERM CELL MOVEMENT. 1. INTRODUCTION JOURNAL OF MEDICAL INFORMATICS & TECHNOLOGIES Vol.3/00, ISSN 64-6037 Łukasz WITKOWSKI * mage enhancement, mage analyss, semen, sperm cell, cell moblty EXAMINATION OF THE DENSITY OF SEMEN AND ANALYSIS OF

More information

Optimal Deployment of Stations for a Car Sharing System with Stochastic Demands: a Queueing Theoretical Perspective

Optimal Deployment of Stations for a Car Sharing System with Stochastic Demands: a Queueing Theoretical Perspective Optmal Deployment of Statons for a Car Sharng System wth Stochastc Demands: a Queueng Theoretcal Perspectve Elsabetta Bond, Chara Boldrn, and Raffaele Bruno IIT-CNR Va G. Moruzz 1, 56124, Psa, ITALY {e.bond,c.boldrn,r.bruno}@t.cnr.t

More information

310 Int'l Conf. Par. and Dist. Proc. Tech. and Appl. PDPTA'16

310 Int'l Conf. Par. and Dist. Proc. Tech. and Appl. PDPTA'16 310 Int'l Conf. Par. and Dst. Proc. Tech. and Appl. PDPTA'16 Akra Sasatan and Hrosh Ish Graduate School of Informaton and Telecommuncaton Engneerng, Toka Unversty, Mnato, Tokyo, Japan Abstract The end-to-end

More information

Incorrect Beliefs. Overconfidence. Types of Overconfidence. Outline. Overprecision 4/22/2015. Econ 1820: Behavioral Economics Mark Dean Spring 2015

Incorrect Beliefs. Overconfidence. Types of Overconfidence. Outline. Overprecision 4/22/2015. Econ 1820: Behavioral Economics Mark Dean Spring 2015 Incorrect Belefs Overconfdence Econ 1820: Behavoral Economcs Mark Dean Sprng 2015 In objectve EU we assumed that everyone agreed on what the probabltes of dfferent events were In subjectve expected utlty

More information

We analyze the effect of tumor repopulation on optimal dose delivery in radiation therapy. We are primarily

We analyze the effect of tumor repopulation on optimal dose delivery in radiation therapy. We are primarily INFORMS Journal on Computng Vol. 27, No. 4, Fall 215, pp. 788 83 ISSN 191-9856 (prnt) ó ISSN 1526-5528 (onlne) http://dx.do.org/1.1287/joc.215.659 215 INFORMS Optmzaton of Radaton Therapy Fractonaton Schedules

More information

A Glorious Literature on Linear Goal Programming Algorithms

A Glorious Literature on Linear Goal Programming Algorithms Amercan Journal of Operatons Research, 2014, 4, 59-71 Publshed Onlne March 2014 n ScRes. http://www.scrp.org/journal/ajor http://dx.do.org/10.4236/ajor.2014.42007 A Glorous Lterature on Lnear Goal Programmng

More information

Influence of concentration of sugar on mass transfer of pineapple slices during osmotic dehydration

Influence of concentration of sugar on mass transfer of pineapple slices during osmotic dehydration J. Bangladesh Agrl. Unv. 2(: 22 226, 24 ISSN 8-33 Influence of concentraton of sugar on mass transfer of pneapple slces durng osmotc dehydraton S. A. A. Khanom, M. M. Rahman 2 and M. B. Uddn 3* Vegetable

More information

The High way code. the guide to safer, more enjoyable drug use. (alcohol)

The High way code. the guide to safer, more enjoyable drug use. (alcohol) The Hgh way code the gude to safer, more enjoyable drug use (alcohol) ntroducng the GDS Hgh Way Code GDS knows pleasure drves drug use, not the avodance of harm. As far as we know no gude has ever outlned

More information

Biomarker Selection from Gene Expression Data for Tumour Categorization Using Bat Algorithm

Biomarker Selection from Gene Expression Data for Tumour Categorization Using Bat Algorithm Receved: March 20, 2017 401 Bomarker Selecton from Gene Expresson Data for Tumour Categorzaton Usng Bat Algorthm Gunavath Chellamuthu 1 *, Premalatha Kandasamy 2, Svasubramanan Kanagaraj 3 1 School of

More information

Survival Rate of Patients of Ovarian Cancer: Rough Set Approach

Survival Rate of Patients of Ovarian Cancer: Rough Set Approach Internatonal OEN ACCESS Journal Of Modern Engneerng esearch (IJME) Survval ate of atents of Ovaran Cancer: ough Set Approach Kamn Agrawal 1, ragat Jan 1 Department of Appled Mathematcs, IET, Indore, Inda

More information

Investigation of zinc oxide thin film by spectroscopic ellipsometry

Investigation of zinc oxide thin film by spectroscopic ellipsometry VNU Journal of Scence, Mathematcs - Physcs 24 (2008) 16-23 Investgaton of znc oxde thn flm by spectroscopc ellpsometry Nguyen Nang Dnh 1, Tran Quang Trung 2, Le Khac Bnh 2, Nguyen Dang Khoa 2, Vo Th Ma

More information

RNA Secondary Structure Prediction

RNA Secondary Structure Prediction RNA Seondary Struture Predton BMI/CS 776 www.bostat.ws.edu/bm776/ Sprng 208 Anthony Gtter gtter@bostat.ws.edu These sldes exludng thrd-party materal are lensed under CC BY-NC 4.0 by Mar Craven Coln Dewey

More information

Analysis of the QRS Complex for Apnea-Bradycardia Characterization in Preterm Infants

Analysis of the QRS Complex for Apnea-Bradycardia Characterization in Preterm Infants Author manuscrpt, publshed n "Conference proceedngs : Annual Internatonal Conference of the IEEE Engneerng n Medcne and Bology Socety. 2009;:946-9" DOI : 0.09/IEMBS.2009.533353 Analyss of the QRS Complex

More information

Radio resource coordination and scheduling scheme in ultra-dense cloud-based small cell networks

Radio resource coordination and scheduling scheme in ultra-dense cloud-based small cell networks Chen et al. EURASIP Journal on Wreless Communcatons and Networkng (2018) 2018:137 https://do.org/10.1186/s13638-018-1150-1 RESEARCH Open Access Rado resource coordnaton and schedulng scheme n ultra-dense

More information

National Polyp Study data: evidence for regression of adenomas

National Polyp Study data: evidence for regression of adenomas 5 Natonal Polyp Study data: evdence for regresson of adenomas 78 Chapter 5 Abstract Objectves The data of the Natonal Polyp Study, a large longtudnal study on survellance of adenoma patents, s used for

More information

Planning of Optimal Fuel Supply of International Transport Activity

Planning of Optimal Fuel Supply of International Transport Activity P Perodca Polytechnca Transportaton Engneerng P Plannng of Optmal Fuel Supply of Internatonal Transport Actvty 45(4), pp. 86-95, 27 https://do.org/.33/pptr.843 Creatve Commons Attrbuton b György Kovács

More information

IMPROVING THE EFFICIENCY OF BIOMARKER IDENTIFICATION USING BIOLOGICAL KNOWLEDGE

IMPROVING THE EFFICIENCY OF BIOMARKER IDENTIFICATION USING BIOLOGICAL KNOWLEDGE IMPROVING THE EFFICIENCY OF BIOMARKER IDENTIFICATION USING BIOLOGICAL KNOWLEDGE JOHN H. PHAN The Wallace H. Coulter Department of Bomedcal Engneerng, Georga Insttute of Technology, 313 Ferst Drve Atlanta,

More information

Project title: Mathematical Models of Fish Populations in Marine Reserves

Project title: Mathematical Models of Fish Populations in Marine Reserves Applcaton for Fundng (Malaspna Research Fund) Date: November 0, 2005 Project ttle: Mathematcal Models of Fsh Populatons n Marne Reserves Dr. Lev V. Idels Unversty College Professor Mathematcs Department

More information

FAST DETECTION OF MASSES IN MAMMOGRAMS WITH DIFFICULT CASE EXCLUSION

FAST DETECTION OF MASSES IN MAMMOGRAMS WITH DIFFICULT CASE EXCLUSION computng@tanet.edu.te.ua www.tanet.edu.te.ua/computng ISSN 727-6209 Internatonal Scentfc Journal of Computng FAST DETECTION OF MASSES IN MAMMOGRAMS WITH DIFFICULT CASE EXCLUSION Gábor Takács ), Béla Patak

More information

THE NATURAL HISTORY AND THE EFFECT OF PIVMECILLINAM IN LOWER URINARY TRACT INFECTION.

THE NATURAL HISTORY AND THE EFFECT OF PIVMECILLINAM IN LOWER URINARY TRACT INFECTION. MET9401 SE 10May 2000 Page 13 of 154 2 SYNOPSS MET9401 SE THE NATURAL HSTORY AND THE EFFECT OF PVMECLLNAM N LOWER URNARY TRACT NFECTON. L A study of the natural hstory and the treatment effect wth pvmecllnam

More information

Subject-Adaptive Real-Time Sleep Stage Classification Based on Conditional Random Field

Subject-Adaptive Real-Time Sleep Stage Classification Based on Conditional Random Field Subject-Adaptve Real-Tme Sleep Stage Classfcaton Based on Condtonal Random Feld Gang Luo, PhD, Wanl Mn, PhD IBM TJ Watson Research Center, Hawthorne, NY {luog, wanlmn}@usbmcom Abstract Sleep stagng s the

More information

Using the Perpendicular Distance to the Nearest Fracture as a Proxy for Conventional Fracture Spacing Measures

Using the Perpendicular Distance to the Nearest Fracture as a Proxy for Conventional Fracture Spacing Measures Usng the Perpendcular Dstance to the Nearest Fracture as a Proxy for Conventonal Fracture Spacng Measures Erc B. Nven and Clayton V. Deutsch Dscrete fracture network smulaton ams to reproduce dstrbutons

More information

Gene Selection Based on Mutual Information for the Classification of Multi-class Cancer

Gene Selection Based on Mutual Information for the Classification of Multi-class Cancer Gene Selecton Based on Mutual Informaton for the Classfcaton of Mult-class Cancer Sheng-Bo Guo,, Mchael R. Lyu 3, and Tat-Mng Lok 4 Department of Automaton, Unversty of Scence and Technology of Chna, Hefe,

More information

Machine Understanding - a new area of research aimed at building thinking/understanding machines

Machine Understanding - a new area of research aimed at building thinking/understanding machines achne Understandng - a new area of research amed at buldng thnkng/understandng machnes Zbgnew Les and agdalena Les St. Queen Jadwga Research Insttute of Understandng, elbourne, Australa sqru@outlook.com

More information

Planning Fitness Training Sessions Using the Bat Algorithm

Planning Fitness Training Sessions Using the Bat Algorithm J. Yaghob (Ed.): ITAT 2015 pp. 121 126 Charles Unversty n Prague, Prague, 2015 Plannng Ftness Tranng Sessons Usng the Bat Algorthm Iztok Fster Jr. 1, Samo Rauter 2, Karn Ljubč Fster 3, Dušan Fster 1, and

More information

1 INTRODUCTION 2 HEART-BEAT CYCLE DETECTION

1 INTRODUCTION 2 HEART-BEAT CYCLE DETECTION Abstract: Ths artcle ntrouces a metho for constructng a heart-beat sgnal from a long recor of phonocarogram (PCG). The metho comprses a seres of algorthms that ecompose a long ata recor of heart soun to

More information

ENRICHING PROCESS OF ICE-CREAM RECOMMENDATION USING COMBINATORIAL RANKING OF AHP AND MONTE CARLO AHP

ENRICHING PROCESS OF ICE-CREAM RECOMMENDATION USING COMBINATORIAL RANKING OF AHP AND MONTE CARLO AHP ENRICHING PROCESS OF ICE-CREAM RECOMMENDATION USING COMBINATORIAL RANKING OF AHP AND MONTE CARLO AHP 1 AKASH RAMESHWAR LADDHA, 2 RAHUL RAGHVENDRA JOSHI, 3 Dr.PEETI MULAY 1 M.Tech, Department of Computer

More information

A Geometric Approach To Fully Automatic Chromosome Segmentation

A Geometric Approach To Fully Automatic Chromosome Segmentation A Geometrc Approach To Fully Automatc Chromosome Segmentaton Shervn Mnaee ECE Department New York Unversty Brooklyn, New York, USA shervn.mnaee@nyu.edu Mehran Fotouh Computer Engneerng Department Sharf

More information

Bimodal Bidding in Experimental All-Pay Auctions

Bimodal Bidding in Experimental All-Pay Auctions Bmodal Bddng n Expermental All-Pay Auctons Chrstane Ernst and Chrstan Thön August 2009 Dscusson Paper no. 2009-25 Department of Economcs Unversty of St. Gallen Edtor: Publsher: Electronc Publcaton: Martna

More information

EFFICIENCY CONSIDERATIONS FOR THE PURELY TAPERED INTERFERENCE FIT (TIF) ABUTMENTS USED IN DENTAL IMPLANTS

EFFICIENCY CONSIDERATIONS FOR THE PURELY TAPERED INTERFERENCE FIT (TIF) ABUTMENTS USED IN DENTAL IMPLANTS EFFICIENCY CONSIDERATIONS FOR THE PURELY TAPERED INTERFERENCE FIT (TIF) ABUTMENTS USED IN DENTAL IMPLANTS by Dnçer Bozkaya, Graduate Student Snan Müftü 1, Ph.D. Assocate Professor Northeastern Unversty

More information

Reconciling Simplicity and Likelihood Principles in Perceptual Organization

Reconciling Simplicity and Likelihood Principles in Perceptual Organization Psychologcal Revew Copyrght 1996 by the Amercan Psychologcal Assocaton, Inc. 1996. Vol. 103, No. 3, 566-581 0033-295X/96/$3.00 Reconclng Smplcty and Lkelhood Prncples n Perceptual Organzaton Nck Chater

More information

Physical Model for the Evolution of the Genetic Code

Physical Model for the Evolution of the Genetic Code Physcal Model for the Evoluton of the Genetc Code Tatsuro Yamashta Osamu Narkyo Department of Physcs, Kyushu Unversty, Fukuoka 8-856, Japan Abstract We propose a physcal model to descrbe the mechansms

More information

Optimal Planning of Charging Station for Phased Electric Vehicle *

Optimal Planning of Charging Station for Phased Electric Vehicle * Energy and Power Engneerng, 2013, 5, 1393-1397 do:10.4236/epe.2013.54b264 Publshed Onlne July 2013 (http://www.scrp.org/ournal/epe) Optmal Plannng of Chargng Staton for Phased Electrc Vehcle * Yang Gao,

More information

Evaluation of the generalized gamma as a tool for treatment planning optimization

Evaluation of the generalized gamma as a tool for treatment planning optimization Internatonal Journal of Cancer Therapy and Oncology www.jcto.org Evaluaton of the generalzed gamma as a tool for treatment plannng optmzaton Emmanoul I Petrou 1,, Ganesh Narayanasamy 3, Eleftheros Lavdas

More information

Towards Automated Pose Invariant 3D Dental Biometrics

Towards Automated Pose Invariant 3D Dental Biometrics Towards Automated Pose Invarant 3D Dental Bometrcs Xn ZHONG 1, Depng YU 1, Kelvn W C FOONG, Terence SIM 3, Yoke San WONG 1 and Ho-lun CHENG 3 1. Mechancal Engneerng, Natonal Unversty of Sngapore, 117576,

More information

Dr.S.Sumathi 1, Mrs.V.Agalya 2 Mahendra Engineering College, Mahendhirapuri, Mallasamudram

Dr.S.Sumathi 1, Mrs.V.Agalya 2 Mahendra Engineering College, Mahendhirapuri, Mallasamudram Detecton Of Myocardal Ischema In ECG Sgnals Usng Support Vector Machne Dr.S.Sumath 1, Mrs.V.Agalya Mahendra Engneerng College, Mahendhrapur, Mallasamudram Abstract--Ths paper presents an ntellectual dagnoss

More information

An Improved Time Domain Pitch Detection Algorithm for Pathological Voice

An Improved Time Domain Pitch Detection Algorithm for Pathological Voice Amercan Journal of Appled Scences 9 (1): 93-102, 2012 ISSN 1546-9239 2012 Scence Publcatons An Improved Tme Doman Ptch Detecton Algorthm for Pathologcal Voce Mohd Redzuan Jamaludn, Shekh Hussan Shakh Salleh,

More information

Encoding processes, in memory scanning tasks

Encoding processes, in memory scanning tasks vlemory & Cognton 1976,4 (5), 501 506 Encodng processes, n memory scannng tasks JEFFREY O. MILLER and ROBERT G. PACHELLA Unversty of Mchgan, Ann Arbor, Mchgan 48101, Three experments are presented that

More information

Heart Rate Variability Analysis Diagnosing Atrial Fibrillation

Heart Rate Variability Analysis Diagnosing Atrial Fibrillation X-ray PIV Measurements of Velocty Feld of Blood Flows Volume 5, umber 2: 46-52, October 2007 Internatonal Journal of Vascular Bomedcal Engneerng Heart Rate Varablty Analyss Dagnosng Atral Fbrllaton Jnho

More information

From: AAAI-86 Proceedings. Copyright 1986, AAAI (www.aaai.org). All rights reserved.

From: AAAI-86 Proceedings. Copyright 1986, AAAI (www.aaai.org). All rights reserved. From: AAAI-86 Proceedngs. Copyrght 1986, AAAI (www.aaa.org). All rghts reserved. INFERENCE IN A TOPICALLY ORGANIZED SEMANTIC NET Johannes de Haan and Lenhart K. Schubert Department of Computng Scence,

More information

REF. Instruction Manual. Scaler tips. 1 Symbols. 2 Safety. See Section 2 Safety. Important information for users

REF. Instruction Manual. Scaler tips. 1 Symbols. 2 Safety. See Section 2 Safety. Important information for users Instructon Manual Scaler tps 0123 1 Symbols See Secton 2 Safety Important nformaton for users Can be steam-sterlsed n an autoclave Can be thermo-dsnfected CE mark ndcates that the product comples wth the

More information

LEG EXERCISES 1. To be able to teach and supervise a service user undertaking prescribed leg exercises

LEG EXERCISES 1. To be able to teach and supervise a service user undertaking prescribed leg exercises LEG EXERCISES 1 Am To be able to teach and supervse a servce user undertakng prescrbed leg exercses To be able to recognse the sgns of muscle fatgue Thngs to note Sgns of fatgue shakng, tredness, achng,

More information

In vitro Growth Characteristics of Two Cryptococcus neoformans Isolates

In vitro Growth Characteristics of Two Cryptococcus neoformans Isolates Journal of the Arkansas Academy of Scence Volume 52 Artcle 14 1998 In vtro Growth Characterstcs of Two Cryptococcus neoformans Isolates Krsty L. Jones John Brown Unversty Juneann W. Murphy Unversty of

More information

The High way code. the guide to safer, more enjoyable drug use [GHB] Who developed it?

The High way code. the guide to safer, more enjoyable drug use [GHB] Who developed it? The Hgh way code the gude to safer, more enjoyable drug use [] Who developed t? What s t? The frst gude to safer drug use voted for by people who take drugs. How was t was developed? GDS asked loads of

More information

ARTICLE IN PRESS Biomedical Signal Processing and Control xxx (2011) xxx xxx

ARTICLE IN PRESS Biomedical Signal Processing and Control xxx (2011) xxx xxx Bomedcal Sgnal Processng and Control xxx (2011) xxx xxx Contents lsts avalable at ScenceDrect Bomedcal Sgnal Processng and Control journa l h omepage: www.elsever.com/locate/bspc Dscovery of multple level

More information

Estimation of Relative Survival Based on Cancer Registry Data

Estimation of Relative Survival Based on Cancer Registry Data Revew of Bonformatcs and Bometrcs (RBB) Volume 2 Issue 4, December 203 www.sepub.org/rbb Estmaton of Relatve Based on Cancer Regstry Data Olaf Schoffer *, Ante Nedostate 2, Stefane J. Klug,2 Cancer Epdemology,

More information

A Heuristic Method of the Optimal Matching for the Two Unstructured Systems

A Heuristic Method of the Optimal Matching for the Two Unstructured Systems Proceedngs of the 0th WSEAS Internatonal Conference on SYSTEMS, Voulagmen, Athens, Greece, July 0-2, 2006 (pp324-329) A Heurstc Method of the Optmal Matchng for the Two Unstructured Systems Huay Chang

More information

Submitted for Presentation 94th Annual Meeting of the Transportation Research Board January 11-15, 2015, Washington, D.C.

Submitted for Presentation 94th Annual Meeting of the Transportation Research Board January 11-15, 2015, Washington, D.C. Wegh-In-Moton Staton Montorng and Calbraton usng Inductve Loop Sgnature Technology Shn-Tng (Cndy) Jeng (Correspondng Author) CLR Analytcs Inc 8885 Research Drve Sute 15 Irvne, CA 92618 Tel: 949-864-6696,

More information

Fast Algorithm for Vectorcardiogram and Interbeat Intervals Analysis: Application for Premature Ventricular Contractions Classification

Fast Algorithm for Vectorcardiogram and Interbeat Intervals Analysis: Application for Premature Ventricular Contractions Classification Fast Algorthm for Vectorcardogram and Interbeat Intervals Analyss: Applcaton for Premature Ventrcular Contractons Classfcaton Irena Jekova, Vessela Krasteva Centre of Bomedcal Engneerng Prof. Ivan Daskalov

More information

STOCHASTIC MODELS OF PITCH JITTER A D AMPLITUDE SHIMMER FOR VOICE MODIFICATIO

STOCHASTIC MODELS OF PITCH JITTER A D AMPLITUDE SHIMMER FOR VOICE MODIFICATIO STOCHASTIC MODELS OF PITCH JITTER A D AMPLITUDE SHIMMER FOR VOICE MODIFICATIO Dma Runsky,2 and Yzhar Lavner Department of Computer Scence, Tel-Ha Academc College, Israel 2 Israel Development Center, Intel

More information

Concentration of teicoplanin in the serum of adults with end stage chronic renal failure undergoing treatment for infection

Concentration of teicoplanin in the serum of adults with end stage chronic renal failure undergoing treatment for infection Journal of Antmcrobal Chemotherapy (1996) 37, 117-121 Concentraton of tecoplann n the serum of adults wth end stage chronc renal falure undergong treatment for nfecton A. MercateUo'*, K. Jaber*, D. Hfflare-Buys*,

More information

ALMALAUREA WORKING PAPERS no. 9

ALMALAUREA WORKING PAPERS no. 9 Snce 1994 Inter-Unversty Consortum Connectng Unverstes, the Labour Market and Professonals AlmaLaurea Workng Papers ISSN 2239-9453 ALMALAUREA WORKING PAPERS no. 9 September 211 Propensty Score Methods

More information

Event Summarization using Tweets

Event Summarization using Tweets Event Summarzaton usng Tweets ABSTRACT Deepaan Chakrabart Yahoo! Research 701 1st Avenue Sunnvale, CA 94089 deepa@ahoo-nc.com Twtter has become exceedngl popular, wth mllons of tweets beng posted ever

More information

Estimating the distribution of the window period for recent HIV infections: A comparison of statistical methods

Estimating the distribution of the window period for recent HIV infections: A comparison of statistical methods Research Artcle Receved 30 September 2009, Accepted 15 March 2010 Publshed onlne n Wley Onlne Lbrary (wleyonlnelbrary.com) DOI: 10.1002/sm.3941 Estmatng the dstrbuton of the wndow perod for recent HIV

More information

Active Affective State Detection and User Assistance with Dynamic Bayesian Networks. Xiangyang Li, Qiang Ji

Active Affective State Detection and User Assistance with Dynamic Bayesian Networks. Xiangyang Li, Qiang Ji Actve Affectve State Detecton and User Assstance wth Dynamc Bayesan Networks Xangyang L, Qang J Electrcal, Computer, and Systems Engneerng Department Rensselaer Polytechnc Insttute, 110 8th Street, Troy,

More information

Chapter 20. Aggregation and calibration. Betina Dimaranan, Thomas Hertel, Robert McDougall

Chapter 20. Aggregation and calibration. Betina Dimaranan, Thomas Hertel, Robert McDougall Chapter 20 Aggregaton and calbraton Betna Dmaranan, Thomas Hertel, Robert McDougall In the prevous chapter we dscussed how the fnal verson 3 GTAP data base was assembled. Ths data base s extremely large.

More information

Shape-based Retrieval of Heart Sounds for Disease Similarity Detection Tanveer Syeda-Mahmood, Fei Wang

Shape-based Retrieval of Heart Sounds for Disease Similarity Detection Tanveer Syeda-Mahmood, Fei Wang Shape-based Retreval of Heart Sounds for Dsease Smlarty Detecton Tanveer Syeda-Mahmood, Fe Wang 1 IBM Almaden Research Center, 650 Harry Road, San Jose, CA 95120. {stf,wangfe}@almaden.bm.com Abstract.

More information

NeuroImage. Decoded fmri neurofeedback can induce bidirectional confidence changes within single participants

NeuroImage. Decoded fmri neurofeedback can induce bidirectional confidence changes within single participants NeuroImage 149 (2017) 323 337 Contents lsts avalable at ScenceDrect NeuroImage journal homepage: www.elsever.com/locate/neuromage Decoded fmri neurofeedback can nduce bdrectonal confdence changes wthn

More information

Efficiency Considerations for the Purely Tapered Interference Fit (TIF) Abutments Used in Dental Implants

Efficiency Considerations for the Purely Tapered Interference Fit (TIF) Abutments Used in Dental Implants Dnçer Bozkaya Graduate Student Snan Müftü* Ph.D., Assocate Professor Northeastern Unversty, Department of Mechancal Engneerng, Boston, MA 0115 Effcency Consderatons for the Purely Tapered Interference

More information

Urodynamic Model of the Lower Urinary Tract

Urodynamic Model of the Lower Urinary Tract Urodynamc Model of the Lower Urnary Tract A. Sorano Payá, J. M. García Chamzo, F. Ibarra Pcó, F. Macá Pérez Depto. Tecnología Informátca y Computacón, Unversdad de Alcante, Apdo. 99, E-38 Alcante, Span

More information

Lecture 4: Distribution of the Mean of Random Variables

Lecture 4: Distribution of the Mean of Random Variables Experece has show that a certa le detector wll show a postve readg (so you are lyg) 0% of the tme whe a perso s tellg the truth ad 95% of the tme whe a perso s actually lyg. Suppose 0 suspects are subjected

More information

Pilot's Situational Awareness and Methods of its Assessment

Pilot's Situational Awareness and Methods of its Assessment Indan Journal of Scence and Technology, Vol 9(46), DOI: 10.17485/jst/2016/v946/107534, December 2016 ISSN (Prnt) : 0974-6846 ISSN (Onlne) : 0974-5645 Plot's Stuatonal Awareness and Methods of ts Assessment

More information

CLUSTERING is always popular in modern technology

CLUSTERING is always popular in modern technology Max-Entropy Feed-Forward Clusterng Neural Network Han Xao, Xaoyan Zhu arxv:1506.03623v1 [cs.lg] 11 Jun 2015 Abstract The outputs of non-lnear feed-forward neural network are postve, whch could be treated

More information

Richard Williams Notre Dame Sociology Meetings of the European Survey Research Association Ljubljana,

Richard Williams Notre Dame Sociology   Meetings of the European Survey Research Association Ljubljana, Rchard Wllams Notre Dame Socology rwllam@nd.edu http://www.nd.edu/~rwllam Meetngs of the European Survey Research Assocaton Ljubljana, Slovena July 19, 2013 Comparng Logt and Probt Coeffcents across groups

More information

Cancer morbidity in ulcerative colitis

Cancer morbidity in ulcerative colitis Gut, 982, 2, 49-497 Cancer morbdty n ulceratve colts P PRIOR, S N GYDE, J C ACARNEY, H HOPSON, J A H WAERHOUSE, and R N ALLAN rom the Gastroenterology Unt, General Hosptal, Brmngham, and Cancer Epdemology

More information

Disablement and Quality of Life After Stroke

Disablement and Quality of Life After Stroke 886 Dsablement and Qualty of Lfe After Stroke BERIT AHLSIO, MONA BRITTON, M.D., VERONICA MURRAY, M.D., AND TORES THEORELL, M.D.* SUMMARY Ths study concerns the qualty of lfe of patents after stroke and

More information

Internet Journal of Food Safety

Internet Journal of Food Safety Internet Journal of Food Safety, Vol.13, 2011, p.26-37 Internet Journal of Food Safety Copyrght 2011, Food haccp.com The Use Of Fungal Enzymes vz Protease, Cellulase, And Xylanase For Polshng Rce. Loveleen

More information

Optimal probability weights for estimating causal effects of time-varying treatments with marginal structural Cox models

Optimal probability weights for estimating causal effects of time-varying treatments with marginal structural Cox models Optmal probablty weghts for estmatng causal effects of tme-varyng treatments wth margnal structural Cox models Mchele Santacatterna, Cela García-Pareja Rno Bellocco, Anders Sönnerborg, Anna Ma Ekström

More information

THE ASSOCIATION OF PNEUMOCOCCI, HEMOPHILUS INFLUENZAE, AND STREPTOCOCCUS HEMOLYTICUS WITH CORYZA, PHARYNGITIS, AND SINUSITIS

THE ASSOCIATION OF PNEUMOCOCCI, HEMOPHILUS INFLUENZAE, AND STREPTOCOCCUS HEMOLYTICUS WITH CORYZA, PHARYNGITIS, AND SINUSITIS THE ASSOCIATION OF PNEUMOCOCCI, HEMOPHILUS INFLUENZAE, AND STREPTOCOCCUS HEMOLYTICUS WITH CORYZA, PHARYNGITIS, AND SINUSITIS IN MAN B~ L. T. WEBSTER, M.D., AND A. D. CLOW (From the Laboratores of The Rockefeller

More information

An Automatic Evaluation System of the Results of the Thought- Operated Computer System Play Attention using Neural Network Technique

An Automatic Evaluation System of the Results of the Thought- Operated Computer System Play Attention using Neural Network Technique An Automatc Evaluaton System of the Results of the Thought- Operated Computer System Play Attenton usng Neural Network Technque MARIOS S. POULOS 1, ANDREAS G. KANDARAKIS, GEORGE S. TSINARELIS 3 1 Department

More information

Effects of Estrogen Contamination on Human Cells: Modeling and Prediction Based on Michaelis-Menten Kinetics 1

Effects of Estrogen Contamination on Human Cells: Modeling and Prediction Based on Michaelis-Menten Kinetics 1 J. Water Resource and Protecton, 009,, 6- do:0.6/warp.009.500 Publshed Onlne ovember 009 (http://www.scrp.org/ournal/warp) Effects of Estrogen Contamnaton on Human Cells: Modelng and Predcton Based on

More information

Ghebreegziabiher Debrezion Eric Pels Piet Rietveld

Ghebreegziabiher Debrezion Eric Pels Piet Rietveld TI 2006-031/3 Tnbergen Insttute Dscusson Paper The Impact of Ral Transport on Real Estate Prces: An Emprcal Analyss of the Dutch Housng Markets Ghebreegzabher Debrezon Erc Pels Pet Retveld Vrje Unverstet

More information

Rainbow trout survival and capture probabilities in the upper Rangitikei River, New Zealand

Rainbow trout survival and capture probabilities in the upper Rangitikei River, New Zealand Ranbow trout survval and capture probabltes n the upper Rangtke Rver, New Zealand Rchard J Barker Department of Mathematcs and Statstcs Unversty of Otago P.O. Box 56 Dunedn, New Zealand Peter H Taylor

More information

NHS Outcomes Framework

NHS Outcomes Framework NHS Outcomes Framework Doman 1 Preventng people from dyng prematurely Indcator Specfcatons Verson: 1.21 Date: May 2018 Author: Clncal Indcators Team NHS Outcomes Framework: Doman 1 Preventng people from

More information

THE PHYSIOLOGY OF EXCITABLE CELLS

THE PHYSIOLOGY OF EXCITABLE CELLS THE PHYSIOLOGY OF EXCITABLE CELLS Evelyn Morn Department of Electrcal & Computer Engneerng Queen s Unversty, Kngston, Ont. In all cells a potental exsts across the cell membrane due to dfferences n the

More information

RODWELL HOUSE WOUND ASSESSMENT

RODWELL HOUSE WOUND ASSESSMENT RODWELL HOUSE WOUND ASSESSMENT Resdent Name: Sute No: Wound Type: Locaton: Grade: Photograph Date Taken: Tssue Vablty: Wound Assessment Patent Label or Wrte Informaton Referrals Made (Please tck) RIO No

More information

Design of PSO Based Robust Blood Glucose Control in Diabetic Patients

Design of PSO Based Robust Blood Glucose Control in Diabetic Patients Control n Dabetc Patents Assst. Prof. Dr. Control and Systems Engneerng Department, Unversty of Technology, Baghdad-Iraq hazem..al@uotechnology.edu.q Receved: /6/3 Accepted: //3 Abstract In ths paper,

More information

Balanced Query Methods for Improving OCR-Based Retrieval

Balanced Query Methods for Improving OCR-Based Retrieval Balanced Query Methods for Improvng OCR-Based Retreval Kareem Darwsh Electrcal and Computer Engneerng Dept. Unversty of Maryland, College Park College Park, MD 20742 kareem@glue.umd.edu Douglas W. Oard

More information

An expressive three-mode principal components model for gender recognition

An expressive three-mode principal components model for gender recognition Journal of Vson (4) 4, 36-377 http://journalofvson.org/4/5// 36 An expressve three-mode prncpal components model for gender recognton James W. Davs Hu Gao Department of Computer and Informaton Scence,

More information

Nonlinear Modeling Method Based on RBF Neural Network Trained by AFSA with Adaptive Adjustment

Nonlinear Modeling Method Based on RBF Neural Network Trained by AFSA with Adaptive Adjustment Advances n Engneerng Research (AER), volue 48 3rd Workshop on Advanced Research and Technology n Industry Applcatons (WARTIA 27) Nonlnear Modelng Method Based on RBF Neural Network Traned by AFSA wth Adaptve

More information

[ ] + [3] i 1 1. is the density of the vegetable oil, R is the universal gas constant, T r. is the reduced temperature, and F c

[ ] + [3] i 1 1. is the density of the vegetable oil, R is the universal gas constant, T r. is the reduced temperature, and F c Densty and Vscosty of Vegetable Ols C.M. Rodenbush a, F.H. Hseh b, and D.S. Vswanath a, * Departments of a Chemcal Engneerng and b Bologcal and Agrcultural Engneerng, Unversty of Mssour-Columba, Columba,

More information

The High way code. the guide to safer, more enjoyable drug use. [cannabis] Who developed it?

The High way code. the guide to safer, more enjoyable drug use. [cannabis] Who developed it? The Hgh way code the gude to safer, more enjoyable drug use [cannabs] Who developed t? What s t? The frst gude to safer drug use voted for by people who take drugs. How was t was developed? GDS asked loads

More information

Lymphoma Cancer Classification Using Genetic Programming with SNR Features

Lymphoma Cancer Classification Using Genetic Programming with SNR Features Lymphoma Cancer Classfcaton Usng Genetc Programmng wth SNR Features Jn-Hyuk Hong and Sung-Bae Cho Dept. of Computer Scence, Yonse Unversty, 134 Shnchon-dong, Sudaemoon-ku, Seoul 120-749, Korea hjnh@candy.yonse.ac.kr,

More information

KNEE FLEXION (STANDING, LYING AND SITTING)

KNEE FLEXION (STANDING, LYING AND SITTING) KNEE FLEXION (STANDING, LYING AND SITTING) Am To be able to safely and effectvely teach and supervse knee flexon exercses as prescrbed To understand the reasons for knee flexon exercses To be able to dentfy

More information

Continuous Determination of Beat-to-Beat Stroke Volume from Aortic Pressure Pulses in the Dog

Continuous Determination of Beat-to-Beat Stroke Volume from Aortic Pressure Pulses in the Dog 15 Contnuous Determnaton of Beat-to-Beat Stroke Volume from Aortc Pressure Pulses n the Dog MAURICE J. BOURGEOIS, M.D., BARRY K. GILBERT, PH.D., GOETZ VON BERNUTH, M.D., AND EARL H. WOOD, M.D., PH.D. SUMMARY

More information

Were the babies switched? The Genetics of Blood Types i

Were the babies switched? The Genetics of Blood Types i Were the babes swtched? The Genetcs of Blood Types Two couples had babes on the same day n the same hosptal. Dense and Earnest had a grl, Tonja. Danelle and Mchael had twns, a boy, Mchael, Jr., and a grl,

More information