Broadcast Program Generation for Unordered Queries with Data Replication

Size: px
Start display at page:

Download "Broadcast Program Generation for Unordered Queries with Data Replication"

Transcription

1 Bradcast Prgram Generatin fr Unrdered Queries with Data Replicatin Jiun-Lng Huang and Ming-Syan Chen Department f Electrical Engineering Natinal Taiwan University Taipei, Taiwan, ROC jlhuang@arbr.ee.ntu.edu.tw, mschen@cc.ee.ntu.edu.tw ABSTRACT We study in this paper the prblem f bradcasting dependent data fr unrdered queries. Hwever, mst prir studies n dependent data bradcasting are limited t the premise f n data replicatin. Different frm ther prir studies, we investigate the effect f data replicatin in this paper. Specifically, we first derive several theretical prperties fr the average access time by analyzing the mdel f dependent data bradcasting. On the basis f the theretical results, we develp a genetic algrithm t generate bradcast prgrams with replicatin. In rder t cmpare the perfrmance f the prpsed algrithm and the prir studies, several experiments are cnducted. Our experimental results shw that with the analytical results derived, the theretical results derived are able t guide the search f the genetic algrithm very effectively, and lead t slutin bradcast prgrams f higher quality than thse f the prir studies. Keywrds Data bradcast, mbile infrmatin system, mbile cmputing, genetic algrithm 1. INTRODUCTION Mst wrks in data bradcasting were under the premise that each user requests nly ne data item at a time and the requests fr all data items are independent. Hwever, in many real applicatins, there exists dependency amng data items, and a mbile user may submit a query t retrieve multiple data items. Explicitly, queries f multiple, dependent data can be categrized int the fllwing tw types accrding t the cnstraint f the sequence f these data items: Ordered queries In an rdered query, the required data items shuld be retrieved in a predetermined rder. Permissin t make digital r hard cpies f all r part f this wrk fr persnal r classrm use is granted withut fee prvided that cpies are nt made r distributed fr prfit r cmmercial advantage and that cpies bear this ntice and the full citatin n the first page. T cpy therwise, t republish, t pst n servers r t redistribute t lists, requires prir specific permissin and/r a fee. SAC 3, Melburne, Flrida, USA Cpyright 3 ACM /3/3...$5.. Unrdered queries Similar as an rdered query, an unrdered query culd be ne issued by a mbile user fr requesting multiple data items simultaneusly. Hwever, unlike an rdered queries, these required data items may be retrieved in any rder. In bth types f queries, data allcatin algrithms assuming independent requests are nt able t effectively ptimize the perfrmance f the bradcast prgrams. This phenmenn attracts a series f studies n slving the prblem f dependent data bradcast. Nte that fr each rdered query, the required data items f this query shuld be retrieved accrding t a predetermined rder, and there will be exactly ne retrieval rder. In cntrast, the number f retrieval rders f an unrdered query Q i is Q i! where Q i is the number f required data items f Q i. This feature makes the bradcasting f dependent data fr unrdered queries be mre difficult than that fr rdered queries. It is nted that the mst prir studies f dependent data bradcast d nt cnsider data replicatin. That is, each data item appears exactly nce in the bradcast prgrams as shwn in the example in Figure 1b. A bradcast prgram withut replicatin is als called a flat bradcast prgram. As shwn in the prir studies n independent data bradcast [1], emplying data replicatin in bradcast prgram generatin is able t ptimize the bradcast prgrams mre effectively than flat bradcast prgrams especially when the access prbability fr each data item is skewed. Let D i (j) represent the j-th cpy f data item D i. As shwn in Figure 1c, ne can replicate ht data items (i.e., items with high access prbabilities) int several cpies in the bradcast prgram t further reduce the average access time. Hwever, nne f the abve studies n dependent data bradcasting cnsidered data replicatin which is practically imprtant. Cnsequently, we address the prblem f the bradcast prgram generatin fr dependent data with unrdered queries in this paper. Unlike [][], data replicatin is emplyed in ur study. Specifically, several special cases f the prblem f bradcasting dependent data are shwn t be NP-hard []. In view f this, we shall emply the Genetic Algrithm [3] (abbreviated as ) in this paper t address the prblem f bradcasting dependent data fr unrdered queries with data replicatin. Basically, s are iterative prcedures that search the prblem slutins by an evlutinary prcess based n natural selectin. maintains a ppulatin f individual candidate slutins t specific prblems. An individual candidate slutin can be represented as a list called a chrmsme. In, a fitness functin has t be

2 Item Size Item Size Item Size D 1 D 3 5 D 5 5 D D D 7 (a) The sizes f all data items D 5 D 3 D 1 D D D (b) The bradcast prgram withut data replicatin D () D 1 (1) D (1) D 1 () D 3 (1) D 5 (1) D (1) D (1) D 3 () (c) The bradcast prgram with data replicatin Figure 1: An example f a bradcast prgram with data replicatin Query(Q i) P r(q i) Q 1 {D 1, D, D 3} 5% Q {D 1, D 3, D } % Q 3 {D, D, D 1} % Q {D 1, D, D 5 } 5% Q 5 {D 5, D 3, D, D } 5% Figure : An example query prfile designed t evaluate the fitness f each chrmsme,and the design f the fitness functin is key t the effectiveness f the algrithms. Explicitly, in this paper we first mdel the prblem f bradcast prgram generatin fr unrdered queries with replicatin. By analyzing the mdel f dependent data bradcasting, we derive several theretical prperties fr the average access time. In light f the theretical results, we then frmulate the fitness functin fr ne t generate bradcast prgrams with replicatin. Sensitivity analysis n several parameters is cnducted. Our experimental results shw that with the analytical results derived, the theretical results derived are able t guide the search f the genetic algrithm very effectively, and lead t slutin bradcast prgrams f higher quality than thse f the prir studies. In additin, the experimental results als shw that the data replicatin technique emplyed can lead t mre efficient use f netwrk bandwidth. T the best f ur knwledge, there is n prir wrk n the bradcast prgram generatin fr unrdered queries with data replicatin. This fact distinguishes this paper frm thers. The rest f this paper is rganized as fllws. Sectin presents the preliminaries f this study. Analytical mdels f the prblem f bradcasting dependent data with unrdered queries are derived in Sectin 3. In light f the analysis in Sectin 3, we devise a -based algrithm in Sectin. Perfrmance evaluatin n varies parameters is cnducted in Sectin 5. Finally, Sectin cncludes this paper.. PROBLEM FORMULATION Same as in [1], it is assumed that the database D cntains data items, D 1, D,, D and each data item is readnly. The size f D i is assumed t be size(d i ). Thus, the size f the whle database is size(d) P size(d i). Frm the users perspective, a query is an indivisible request f single r multiple data items as defined belw. Definitin 1 An unrdered query Q i {D q i (1), D q i (),, D q i ( Q i )} is a nn-empty subset f all data items where Q i represents the number f required data items in Q i. Nte that 1 q i (j) fr all j where 1 j Q i, and q i (j) k means that the j-th accessed data item in Q i is D k. The query prfile is the aggregatin f the access behavir f all users. Frmally, we have the fllwing definitin. Definitin A query prfile Q cnsists f a set f Q i, P r(q i) pairs where Q indicates the number f queries in Q. P r(q i ) represents the prbability that a query Q i is issued by users. It is nted that P Q P r(q i) 1. The prblem f bradcast prgram generatin with replicatin can be divided int tw subprblems: (1) determining the number f replicas needed fr each data item and () determining the placement f these replicas int the bradcast prgram. The first subprblem indicates that the system shuld determine hw many cpies fr each data item t be placed in the bradcast prgram. Accrding t the prperty shwn in [], the ttal average access time will be minimized if the cpies f each data item are equally spaced and fr any tw data items D i and D j, q P r(di) n(d i ) n(d j ) size(d i ) q. (1) P r(dj ) size(d j ) where n(d i ) is the number f replicas f D i and P r(d i ) is the access frequency f D i. P r(d i ) can be btained by the fllwing equatin: P r(d i ) Q j1 P r(q j) the number f ccurrences f D i in Q j. Let L be the length f bradcast prgram with replicatin as determined in accrdance with system capacity. Nte that L size(d) since all data items shuld be bradcast at least nce. With the same reasn, at first each data item appears exactly nce in the bradcast prgram. There will be a space with size L size(d) left. Dente the number f extra cpies f D i appearing in the rest f the bradcast prgram as n (D i ). Then we have n (D i) size(d i) L size(d). Let the relatinship f n (D i ), i 1,,, fllw Equatin (1). Thus, the abve equatin can be rewritten as n n(di ) (D 1 ) n(d 1 ) size(d i) L size(d). Since nly ne unknwn variable is in the abve equatin, n (D 1) can be slved. All ther n (D i)s are btained by Equatin (1), and then, n(d i) is determined as n (D i) +1. After determining n(d i) fr each data item D i, we revise the riginal database by cnsidering the number f replicas fr each data item as D which is defined as fllws,

3 D [ n(d i) j1 n D i (j) 1 A, where D i(j) indicates the j-th cpy f data item D i. The size f the revised database D (dented as size(d ) ) is as fllws, size(d ) n(d i ) size(d i ) L. After determining the number f replicas fr each data item, the bradcast prgram with replicatin can be stated as fllws. Definitin 3 A bradcast prgram P with replicatin is a placement f all data items in D int a list with length L, where L is a predetermined number and L size(d). In additin, each data item D i will appear n(d i ) times in the bradcast prgram P. T facilitate the further discussin, we utilize the functin ffset(i, j) t represent the ffset f the j-th cpy f D i in the bradcast prgram. ffset(i, j) is equal t the summatin f the sizes f all data items with smaller bradcast rder than the j-th cpy f D i. We take access time as the measurement fr the quality f bradcast prgrams. As a result, given the number f bradcast channels, the database D and a query prfile Q, the prblem f bradcast prgram generatin with replicatin is t determine a bradcast prgram P with replicatin which minimizes the average access time f the query prfile Q. Dente, respectively, the average access time f a query Q i as T Access (Q i ) and the average access time f a query prfile Q as T Access(Q). The average access time f the query prfile Q can be frmulated as the fllwing equatin, Q h i T Access (Q) T Access (Q i ) P r(q i ). () 3. ANALYTICAL MODELS T facilitate the derivatin f the average access time, we first decmpse the access time f an query Q i int tw parts: 1. Startup time: When a mbile user submits a query Q i, the mbile device shuld wait until the system starts t bradcast any required data item f Q i. This time interval is called startup time.. Retrieval time: Retrieval time is defined as the time intervals between the mment that the mbile device starts t read data items frm bradcast channels and that the mbile device finishes Q i. Obviusly, the access time f an query is the summatin f the startup time and retrieval time. Dente the bandwidth f each bradcast channel as B. Then we have the fllwing example. Withut lss f generality, we assume that the user submits Q i in the m-th bradcast cycle and the time interval between the start time f the m-bradcast cycle and the time that the user submits Q i (i.e., s in Figure 3) is a D () D 1 (1) D (1) D 1 () D 3 (1) D 5 (1) D (1) D (1) D 3 () s A mbile user issues a query s 1 s Time The mbile user finishes the query Figure 3: An example scenari f a query unifrm distributin ver (, L). T facilitate the fllwing discussin, we define the candidates f the first retrieved data items f Q i as fllws. Definitin The candidates f the first retrieved data items f Q i, Cand {Cand(1), Cand(), }, is an rdered set f all cpies f date items in Q i. Cand is srted accrding t the ffsets f all elements in an ascending rder. In additin, the number f the candidates f Q i is equal t P Q i n(d q i j ). T simplify the further derivatin, we define a series a(j), j 1,,, b, t represent the ffsets f all data item in Cand (i.e., a(j)the ffset f the data item Cand(j)), where b represents the number f candidates (i.e., b Cand ). Dente the average startup time f Q i as T Startup (Q i ). We have T Startup (Q i ) 1 > < L B b 1 >: h i a(i + 1) a(i) + h L a(b) + a(1) i 9 > >; In rder t derive the average retrieval time f Q i, we first let p(j) represent the prbability that the user retrieves the j-th candidate (i.e., Cand(j)) f the first retrieved data items as the first required data item f Q i. We can frmulate p(j) as fllws: p(j) L a(b)+a(1) L : if j 1, a(j) a(j 1) L : therwise. Dente the average retrieval time f Q i as T Retr. (Q i ) and let T j Retr. (Q i) be the retrieval time f Q i when Cand(j) is the first retrieved data item. It is bvius that T Retr. (Q i ) can be btained by the fllwing equatin. T Retr.(Q i) b j1 (3) () p(j) T j Retr. (Qi) (5) Withut lss f generality, we assume that the mbile device will retrieve Cand(j) as the first retrieved data item at the m-th bradcast cycle. Als let the retrieval pint represent the pint that the mbile device starts t retrieve the first required data item f Q i. Assume that Cand(j) is the y-th cpy f D x (i.e., Cand(j) D x (y)). Therefre, the distance between the start time f the m-th bradcast cycle and the crrespnding retrieval pint is ffset(x, y). Since the mbile device will try its best t minimize the access time, fr each data item D k in Q i, k q i (1), q i (),, q i ( Q i ), the

4 mbile device will retrieve the first appeared cpy f D k after the retrieval pint. T simplify the fllwing derivatin, we let P int Retr. ffset(x, y), and then, we have the fllwing lemma. Lemma 1 Let the functin NEAREST (P int Retr., k) represent the distance between the retrieval pint and the pint that the mbile device starts t retrieve D k. The functin NEAREST (P int Retr., k) can be frmulated as NEAREST (P int Retr., k) n min ffset(k, i)i 1,,, n(d k ) and >< >: ffset(k, i) P int Retr. P int Retr. : if there exists at least ne cpy f D k, say D k (r), where ffset(k, r) n P int Retr. L P int Retr. + min ffset(k, i)i 1,,, n(d y) : therwise. By Lemma 1, the distance between retrieval pint and the pint that the nearest cpy f D k has been cmpletely retrieved is NEAREST (P int Retr., k)+size(d k ). Since the mbile device will stp retrieving data items when all data items in Q i have been cmpletely retrieved, T j Retr. (Qi) can be frmulated as T j Retr. (Q i) n max NEAREST (ffset(p int Retr., k) kq i (1),q i (),,q i ( Q i ) +size(d k ) 1 B. () Then, T Retr. (Q i ) can be btained by Equatins (5) and (). By the definitin f access time, T Access (Q i ) can be frmulated as T Access(Q i) T Startup(Q i) + T Retr.(Q i). T Access (Q i ) fr i 1,,, Q can be btained by the abve equatin, and finally, T Access (Q) can calculated by Equatin ().. DESIGN OF GENETIC ALGORITHM As described befre, fitness is the measurement f the quality f the chrmsmes, and the is designed t search the chrmsme with the highest fitness (i.e, maximize the fitness). Since the gal f bradcasting dependent data is t minimize the average access time f the given query prfile, the fitness functin is defined as F itness(p ) 1 T Access(Q). Accrding t Equatin (), T Access (Q) is the weighted summatin f all T Access (Q i ). Cnsequently, T Access (Q) can be btained by the fllwing prcedure with the analytical results derived in Sectin 3. Prcedure CalAccessTime(Q, P ) Input: A query prfile Q and a bradcast prgram P. Output: T Access (Q) ver the bradcast prgram P. 1: T Access (Q) : fr i 1 t Q d 3: T Access (Q) T Access (Q) + CalAccessT imeofquery(q i, P ) P r(q i ) Parameters Values The number f generatins (n Gen ) The size f ppulatin (n P p) 5 The prbability f crssver (P C ).9 The prbability f mutatin (P M ).5 The size f a page 1K bytes The bandwidth f each channel (B) 1K byte/sec. The number f data items () 5 The replicatin factr size(d ) size(d) The number f queries ( Q ) 3 The value f fanut 15 The Zipf distributin (θ).5 : end fr 5: return T Access (Q) Table 1: System parameters Functin CalAccessTimeOfQuery(Q i, P ) Input: A query Q i and a bradcast prgram P. Output: T Access (Q i ) n the bradcast prgram P. 1: Calculate T Startup (Q i ) in accrdance with the result f Equatin (3) : Find the candidates f the first retrieved data items f Q i (i.e., Cand) accrding t Definitin. 3: T Retr.(Q i) : fr j 1 t Cand d 5: Calculate T j Retr. (Q i) accrding t Equatin () : Calculate p(j) n the basis f Equatin () 7: T Retr.(Q i) T Retr.(Q i) + p(j) T j Retr. (Qi) : end fr 9: T Access(Q i) T Startup(Q i) + T Retr.(Q i) 1: return T Access(Q i) 5. PERFORMANCE EVALUATION 5.1 The Simulatin Mdel Fr perfrmance studies, we implemented the -based algrithms with lib [5], and als a query prfile generatr. The simulatr and query prfile generatr are bth cded in C++. We define the replicatin factr as size(d ) t represent the degree f replicatin. The prbability f the size(d) query Q i issued by users is assumed t be P r(q i ) ( P 1 i )θ nj1 ( 1 j )θ where θ is the parameter f the Zipf distributin. Let the data size fr each data item fllws a nrmal distributin with mean 1 pages and variance pages, and ne page is set t be 1K bytes. Table 1 shws the system parameters in ur experiments. In additin t the prpsed scheme, we als implement [] fr cmparisn purpses. Nte that can generate bradcast prgrams fr unrdered queries withut replicatin. T evaluate the effect f the prpsed algrithm n the quality f slutins and the executin time, several experiments are cnducted. Fr perfrmance cmparisn, the perfrmance gain f scheme A ver scheme B is defined as Avg. access time f scheme A Avg. access time f scheme B. Avg. access time f the scheme B 5. The Effect f the Number f Generatins

5 Average Access Time (sec) Number f Generatins Executin Time (sec) Number f Generatins Average Access Time (sec) Timed 3 5 Number f Queries Executin Time (sec) 1 -Timed 3 5 Number f Queries Figure : Avg. access time with the number f generatins varied Figure 5: Exe. time with the number f generatins varied Figure : Avg. access time with number f queries varied Figure 7: Exe. time with the number f queries varied In the first experiment, we investigate the evlutin prcess f the prpsed by varying the value f n Gen. Nte the change f the value f n Gen des nt affect the results f scheme. Figure shws the effect f different values f n Gen ranging frm t 5 n the average access times f the resulting bradcast prgrams. The crrespnding executin times f the schemes are presented in Figure 5. Nte that n Gen represents the case f randmly generating n P p slutins. As bserved in Figure, the average access time f the result bradcast prgram decreases as the value f n Gen increases. Hwever, the speed f cnvergence becmes slw when n Gen is larger then. Therefre, we set n Gen t be in the fllwing experiments. In additin, the perfrmance gain f ver increases frm % t 55% when n Gen increase frm t 5. As shwn in Figure 5, the executin time f scheme increases linearly as the value f n Gen increases. We als bserve that scheme is abut 3 times slwer than scheme when n Gen. Hwever, scheme still utperfrms scheme when n Gen (i.e., the executin f scheme is smaller than that f scheme ) which shws the imprtance f data replicatin in bradcast prgram generatin. 5.3 The Effect f the Number f Queries Figures and 7 shw the experimental results with the number f queries (i.e., Q ) varied. As bserved in Figure, the perfrmance gain f ver ranges frm 3% t % when the number f queries increases frm t 5. Hwever, the perfrmance gain f ver -Timed decreases frm 1% t %. It is because that a smaller number f queries indicates less cnstraints in bradcast prgram ptimizatin, and therefre, utperfrms -Timed since has mre time in ptimizatin than -Timed. On the ther hand, when the number f queries is large, mst effrt in ptimizatin will be in vain since the number f cnstraints is large. In additin, as bserved in Figure 7, the executin times f scheme and increase linearly as the number f queries increases.. CONCLUSION We explred in this paper the prblem f bradcasting dependent data fr unrdered queries and explicitly investi- gated the effect f data replicatin. By analyzing the mdel f dependent data bradcasting, we derived several theretical prperties fr the average access time. In light f the theretical results, we develped a genetic algrithms t generate bradcast prgrams fr unrdered queries with data replicatin. Our experimental results shwed that with the analytical results derived, the theretical results derived were able t guide the search f the genetic algrithm very effectively, thus leading t slutin bradcast prgrams f very high quality. It is als shwn by the experimental results that the data replicatin technique emplyed can lead t mre efficient use f netwrk bandwidth than prir schemes. Acknwledgement The authrs are supprted in part by the Ministry f Educatin Prject N. 9E-FA---7 and the Natinal Science Cuncil, Prject N. NSC E--3 and NSC E--5, Taiwan, Republic f China. 7. REFERENCES [1] S. Acharya, R. Alns, M. Franklin, and S. Zdnik. Bradcast Disks: Data Management fr Asymmetric Cmmunicatin Envirnments. In Prceedings f the ACM SIGMOD Cnference, pages 19 1, March [] Y. D. Chung and M. H. Kim. Effective Data Placement fr Wireless Bradcast. Distributed and Parallel Databases, 9():133 15, March 1. [3] D. E. Gldberg. Genetic Algrithms in Search, Optimizatin, and Machine Learning. Addisn Wesley, 199. [] N. H. Vaidya and S. Hameed. Scheduling Data Bradcast in Asymmetric Cmmunicatin Envirnments. ACM Wireless Netwrks, 5(3), May [5] M. Wall. lib: A C++ Library f Genetic Algrithm Cmpnents. August 199. [] E. Yajima, T. Hara, M. Tsukamt, and S. Nishi. Scheduling and Caching Strategies fr Bradcasting Crrelated Data. In Prceedings f the ACM Sympsium n Applied Cmputing, pages 5 59, March.

ENSC Discrete Time Systems. Project Outline. Semester

ENSC Discrete Time Systems. Project Outline. Semester ENSC 49 - iscrete Time Systems Prject Outline Semester 006-1. Objectives The gal f the prject is t design a channel fading simulatr. Upn successful cmpletin f the prject, yu will reinfrce yur understanding

More information

CHAPTER 3 INEQUALITIES. Copyright -The Institute of Chartered Accountants of India

CHAPTER 3 INEQUALITIES. Copyright -The Institute of Chartered Accountants of India CHAPTER 3 INEQUALITIES Cpyright -The Institute f Chartered Accuntants f India INEQUALITIES LEARNING OBJECTIVES One f the widely used decisin making prblems, nwadays, is t decide n the ptimal mix f scarce

More information

Sequential Allocation with Minimal Switching

Sequential Allocation with Minimal Switching In Cmputing Science and Statistics 28 (1996), pp. 567 572 Sequential Allcatin with Minimal Switching Quentin F. Stut 1 Janis Hardwick 1 EECS Dept., University f Michigan Statistics Dept., Purdue University

More information

COMP 551 Applied Machine Learning Lecture 11: Support Vector Machines

COMP 551 Applied Machine Learning Lecture 11: Support Vector Machines COMP 551 Applied Machine Learning Lecture 11: Supprt Vectr Machines Instructr: (jpineau@cs.mcgill.ca) Class web page: www.cs.mcgill.ca/~jpineau/cmp551 Unless therwise nted, all material psted fr this curse

More information

Technical Bulletin. Generation Interconnection Procedures. Revisions to Cluster 4, Phase 1 Study Methodology

Technical Bulletin. Generation Interconnection Procedures. Revisions to Cluster 4, Phase 1 Study Methodology Technical Bulletin Generatin Intercnnectin Prcedures Revisins t Cluster 4, Phase 1 Study Methdlgy Release Date: Octber 20, 2011 (Finalizatin f the Draft Technical Bulletin released n September 19, 2011)

More information

Chapter 3: Cluster Analysis

Chapter 3: Cluster Analysis Chapter 3: Cluster Analysis } 3.1 Basic Cncepts f Clustering 3.1.1 Cluster Analysis 3.1. Clustering Categries } 3. Partitining Methds 3..1 The principle 3.. K-Means Methd 3..3 K-Medids Methd 3..4 CLARA

More information

THE LIFE OF AN OBJECT IT SYSTEMS

THE LIFE OF AN OBJECT IT SYSTEMS THE LIFE OF AN OBJECT IT SYSTEMS Persns, bjects, r cncepts frm the real wrld, which we mdel as bjects in the IT system, have "lives". Actually, they have tw lives; the riginal in the real wrld has a life,

More information

CS 477/677 Analysis of Algorithms Fall 2007 Dr. George Bebis Course Project Due Date: 11/29/2007

CS 477/677 Analysis of Algorithms Fall 2007 Dr. George Bebis Course Project Due Date: 11/29/2007 CS 477/677 Analysis f Algrithms Fall 2007 Dr. Gerge Bebis Curse Prject Due Date: 11/29/2007 Part1: Cmparisn f Srting Algrithms (70% f the prject grade) The bjective f the first part f the assignment is

More information

Bootstrap Method > # Purpose: understand how bootstrap method works > obs=c(11.96, 5.03, 67.40, 16.07, 31.50, 7.73, 11.10, 22.38) > n=length(obs) >

Bootstrap Method > # Purpose: understand how bootstrap method works > obs=c(11.96, 5.03, 67.40, 16.07, 31.50, 7.73, 11.10, 22.38) > n=length(obs) > Btstrap Methd > # Purpse: understand hw btstrap methd wrks > bs=c(11.96, 5.03, 67.40, 16.07, 31.50, 7.73, 11.10, 22.38) > n=length(bs) > mean(bs) [1] 21.64625 > # estimate f lambda > lambda = 1/mean(bs);

More information

Math Foundations 20 Work Plan

Math Foundations 20 Work Plan Math Fundatins 20 Wrk Plan Units / Tpics 20.8 Demnstrate understanding f systems f linear inequalities in tw variables. Time Frame December 1-3 weeks 6-10 Majr Learning Indicatrs Identify situatins relevant

More information

NUROP CONGRESS PAPER CHINESE PINYIN TO CHINESE CHARACTER CONVERSION

NUROP CONGRESS PAPER CHINESE PINYIN TO CHINESE CHARACTER CONVERSION NUROP Chinese Pinyin T Chinese Character Cnversin NUROP CONGRESS PAPER CHINESE PINYIN TO CHINESE CHARACTER CONVERSION CHIA LI SHI 1 AND LUA KIM TENG 2 Schl f Cmputing, Natinal University f Singapre 3 Science

More information

IEEE Int. Conf. Evolutionary Computation, Nagoya, Japan, May 1996, pp. 366{ Evolutionary Planner/Navigator: Operator Performance and

IEEE Int. Conf. Evolutionary Computation, Nagoya, Japan, May 1996, pp. 366{ Evolutionary Planner/Navigator: Operator Performance and IEEE Int. Cnf. Evlutinary Cmputatin, Nagya, Japan, May 1996, pp. 366{371. 1 Evlutinary Planner/Navigatr: Operatr Perfrmance and Self-Tuning Jing Xia, Zbigniew Michalewicz, and Lixin Zhang Cmputer Science

More information

A Novel Stochastic-Based Algorithm for Terrain Splitting Optimization Problem

A Novel Stochastic-Based Algorithm for Terrain Splitting Optimization Problem A Nvel Stchastic-Based Algrithm fr Terrain Splitting Optimizatin Prblem Le Hang Sn Nguyen inh Ha Abstract This paper deals with the prblem f displaying large igital Elevatin Mdel data in 3 GIS urrent appraches

More information

SUPPLEMENTARY MATERIAL GaGa: a simple and flexible hierarchical model for microarray data analysis

SUPPLEMENTARY MATERIAL GaGa: a simple and flexible hierarchical model for microarray data analysis SUPPLEMENTARY MATERIAL GaGa: a simple and flexible hierarchical mdel fr micrarray data analysis David Rssell Department f Bistatistics M.D. Andersn Cancer Center, Hustn, TX 77030, USA rsselldavid@gmail.cm

More information

CONSTRUCTING STATECHART DIAGRAMS

CONSTRUCTING STATECHART DIAGRAMS CONSTRUCTING STATECHART DIAGRAMS The fllwing checklist shws the necessary steps fr cnstructing the statechart diagrams f a class. Subsequently, we will explain the individual steps further. Checklist 4.6

More information

Methods for Determination of Mean Speckle Size in Simulated Speckle Pattern

Methods for Determination of Mean Speckle Size in Simulated Speckle Pattern 0.478/msr-04-004 MEASUREMENT SCENCE REVEW, Vlume 4, N. 3, 04 Methds fr Determinatin f Mean Speckle Size in Simulated Speckle Pattern. Hamarvá, P. Šmíd, P. Hrváth, M. Hrabvský nstitute f Physics f the Academy

More information

Comprehensive Exam Guidelines Department of Chemical and Biomolecular Engineering, Ohio University

Comprehensive Exam Guidelines Department of Chemical and Biomolecular Engineering, Ohio University Cmprehensive Exam Guidelines Department f Chemical and Bimlecular Engineering, Ohi University Purpse In the Cmprehensive Exam, the student prepares an ral and a written research prpsal. The Cmprehensive

More information

Optimization Programming Problems For Control And Management Of Bacterial Disease With Two Stage Growth/Spread Among Plants

Optimization Programming Problems For Control And Management Of Bacterial Disease With Two Stage Growth/Spread Among Plants Internatinal Jurnal f Engineering Science Inventin ISSN (Online): 9 67, ISSN (Print): 9 676 www.ijesi.rg Vlume 5 Issue 8 ugust 06 PP.0-07 Optimizatin Prgramming Prblems Fr Cntrl nd Management Of Bacterial

More information

On Huntsberger Type Shrinkage Estimator for the Mean of Normal Distribution ABSTRACT INTRODUCTION

On Huntsberger Type Shrinkage Estimator for the Mean of Normal Distribution ABSTRACT INTRODUCTION Malaysian Jurnal f Mathematical Sciences 4(): 7-4 () On Huntsberger Type Shrinkage Estimatr fr the Mean f Nrmal Distributin Department f Mathematical and Physical Sciences, University f Nizwa, Sultanate

More information

GENESIS Structural Optimization for ANSYS Mechanical

GENESIS Structural Optimization for ANSYS Mechanical P3 STRUCTURAL OPTIMIZATION (Vl. II) GENESIS Structural Optimizatin fr ANSYS Mechanical An Integrated Extensin that adds Structural Optimizatin t ANSYS Envirnment New Features and Enhancements Release 2017.03

More information

A New Evaluation Measure. J. Joiner and L. Werner. The problems of evaluation and the needed criteria of evaluation

A New Evaluation Measure. J. Joiner and L. Werner. The problems of evaluation and the needed criteria of evaluation III-l III. A New Evaluatin Measure J. Jiner and L. Werner Abstract The prblems f evaluatin and the needed criteria f evaluatin measures in the SMART system f infrmatin retrieval are reviewed and discussed.

More information

A Quick Overview of the. Framework for K 12 Science Education

A Quick Overview of the. Framework for K 12 Science Education A Quick Overview f the NGSS EQuIP MODULE 1 Framewrk fr K 12 Science Educatin Mdule 1: A Quick Overview f the Framewrk fr K 12 Science Educatin This mdule prvides a brief backgrund n the Framewrk fr K-12

More information

5 th grade Common Core Standards

5 th grade Common Core Standards 5 th grade Cmmn Cre Standards In Grade 5, instructinal time shuld fcus n three critical areas: (1) develping fluency with additin and subtractin f fractins, and develping understanding f the multiplicatin

More information

Section 6-2: Simplex Method: Maximization with Problem Constraints of the Form ~

Section 6-2: Simplex Method: Maximization with Problem Constraints of the Form ~ Sectin 6-2: Simplex Methd: Maximizatin with Prblem Cnstraints f the Frm ~ Nte: This methd was develped by Gerge B. Dantzig in 1947 while n assignment t the U.S. Department f the Air Frce. Definitin: Standard

More information

, which yields. where z1. and z2

, which yields. where z1. and z2 The Gaussian r Nrmal PDF, Page 1 The Gaussian r Nrmal Prbability Density Functin Authr: Jhn M Cimbala, Penn State University Latest revisin: 11 September 13 The Gaussian r Nrmal Prbability Density Functin

More information

CAUSAL INFERENCE. Technical Track Session I. Phillippe Leite. The World Bank

CAUSAL INFERENCE. Technical Track Session I. Phillippe Leite. The World Bank CAUSAL INFERENCE Technical Track Sessin I Phillippe Leite The Wrld Bank These slides were develped by Christel Vermeersch and mdified by Phillippe Leite fr the purpse f this wrkshp Plicy questins are causal

More information

Differentiation Applications 1: Related Rates

Differentiation Applications 1: Related Rates Differentiatin Applicatins 1: Related Rates 151 Differentiatin Applicatins 1: Related Rates Mdel 1: Sliding Ladder 10 ladder y 10 ladder 10 ladder A 10 ft ladder is leaning against a wall when the bttm

More information

Subject description processes

Subject description processes Subject representatin 6.1.2. Subject descriptin prcesses Overview Fur majr prcesses r areas f practice fr representing subjects are classificatin, subject catalging, indexing, and abstracting. The prcesses

More information

Enhancing Performance of MLP/RBF Neural Classifiers via an Multivariate Data Distribution Scheme

Enhancing Performance of MLP/RBF Neural Classifiers via an Multivariate Data Distribution Scheme Enhancing Perfrmance f / Neural Classifiers via an Multivariate Data Distributin Scheme Halis Altun, Gökhan Gelen Nigde University, Electrical and Electrnics Engineering Department Nigde, Turkey haltun@nigde.edu.tr

More information

Admissibility Conditions and Asymptotic Behavior of Strongly Regular Graphs

Admissibility Conditions and Asymptotic Behavior of Strongly Regular Graphs Admissibility Cnditins and Asympttic Behavir f Strngly Regular Graphs VASCO MOÇO MANO Department f Mathematics University f Prt Oprt PORTUGAL vascmcman@gmailcm LUÍS ANTÓNIO DE ALMEIDA VIEIRA Department

More information

A Frequency-Based Find Algorithm in Mobile Wireless Computing Systems

A Frequency-Based Find Algorithm in Mobile Wireless Computing Systems A Frequency-Based Find Algrithm in Mbile Wireless Cmputing Systems Seung-yun Kim and Waleed W Smari Department f Electrical Cmputer Engineering University f Daytn 300 Cllege Park Daytn, OH USA 45469 Abstract

More information

Document for ENES5 meeting

Document for ENES5 meeting HARMONISATION OF EXPOSURE SCENARIO SHORT TITLES Dcument fr ENES5 meeting Paper jintly prepared by ECHA Cefic DUCC ESCOM ES Shrt Titles Grup 13 Nvember 2013 OBJECTIVES FOR ENES5 The bjective f this dcument

More information

MODULE FOUR. This module addresses functions. SC Academic Elementary Algebra Standards:

MODULE FOUR. This module addresses functions. SC Academic Elementary Algebra Standards: MODULE FOUR This mdule addresses functins SC Academic Standards: EA-3.1 Classify a relatinship as being either a functin r nt a functin when given data as a table, set f rdered pairs, r graph. EA-3.2 Use

More information

Module 4: General Formulation of Electric Circuit Theory

Module 4: General Formulation of Electric Circuit Theory Mdule 4: General Frmulatin f Electric Circuit Thery 4. General Frmulatin f Electric Circuit Thery All electrmagnetic phenmena are described at a fundamental level by Maxwell's equatins and the assciated

More information

Hypothesis Tests for One Population Mean

Hypothesis Tests for One Population Mean Hypthesis Tests fr One Ppulatin Mean Chapter 9 Ala Abdelbaki Objective Objective: T estimate the value f ne ppulatin mean Inferential statistics using statistics in rder t estimate parameters We will be

More information

the results to larger systems due to prop'erties of the projection algorithm. First, the number of hidden nodes must

the results to larger systems due to prop'erties of the projection algorithm. First, the number of hidden nodes must M.E. Aggune, M.J. Dambrg, M.A. El-Sharkawi, R.J. Marks II and L.E. Atlas, "Dynamic and static security assessment f pwer systems using artificial neural netwrks", Prceedings f the NSF Wrkshp n Applicatins

More information

A Few Basic Facts About Isothermal Mass Transfer in a Binary Mixture

A Few Basic Facts About Isothermal Mass Transfer in a Binary Mixture Few asic Facts but Isthermal Mass Transfer in a inary Miture David Keffer Department f Chemical Engineering University f Tennessee first begun: pril 22, 2004 last updated: January 13, 2006 dkeffer@utk.edu

More information

We can see from the graph above that the intersection is, i.e., [ ).

We can see from the graph above that the intersection is, i.e., [ ). MTH 111 Cllege Algebra Lecture Ntes July 2, 2014 Functin Arithmetic: With nt t much difficulty, we ntice that inputs f functins are numbers, and utputs f functins are numbers. S whatever we can d with

More information

Combining Dialectical Optimization and Gradient Descent Methods for Improving the Accuracy of Straight Line Segment Classifiers

Combining Dialectical Optimization and Gradient Descent Methods for Improving the Accuracy of Straight Line Segment Classifiers Cmbining Dialectical Optimizatin and Gradient Descent Methds fr Imprving the Accuracy f Straight Line Segment Classifiers Rsari A. Medina Rdriguez and Rnald Fumi Hashimt University f Sa Paul Institute

More information

Designing Polymorphic Circuits with Periodical Weight Adjustment

Designing Polymorphic Circuits with Periodical Weight Adjustment 2015 IEEE Sympsium Series n Cmputatinal Intelligence Designing Plymrphic Circuits with Peridical Weight Adjustment Hujun Liang 1, Rui Xie 2 1 Department f Cmputer Science, 2 Department f Accunting Anhui

More information

COMP 551 Applied Machine Learning Lecture 9: Support Vector Machines (cont d)

COMP 551 Applied Machine Learning Lecture 9: Support Vector Machines (cont d) COMP 551 Applied Machine Learning Lecture 9: Supprt Vectr Machines (cnt d) Instructr: Herke van Hf (herke.vanhf@mail.mcgill.ca) Slides mstly by: Class web page: www.cs.mcgill.ca/~hvanh2/cmp551 Unless therwise

More information

How do scientists measure trees? What is DBH?

How do scientists measure trees? What is DBH? Hw d scientists measure trees? What is DBH? Purpse Students develp an understanding f tree size and hw scientists measure trees. Students bserve and measure tree ckies and explre the relatinship between

More information

Fall 2013 Physics 172 Recitation 3 Momentum and Springs

Fall 2013 Physics 172 Recitation 3 Momentum and Springs Fall 03 Physics 7 Recitatin 3 Mmentum and Springs Purpse: The purpse f this recitatin is t give yu experience wrking with mmentum and the mmentum update frmula. Readings: Chapter.3-.5 Learning Objectives:.3.

More information

INTERNAL AUDITING PROCEDURE

INTERNAL AUDITING PROCEDURE Yur Cmpany Name INTERNAL AUDITING PROCEDURE Originatin Date: XXXX Dcument Identifier: Date: Prject: Dcument Status: Dcument Link: Internal Auditing Prcedure Latest Revisin Date Custmer, Unique ID, Part

More information

A New Approach to Increase Parallelism for Dependent Loops

A New Approach to Increase Parallelism for Dependent Loops A New Apprach t Increase Parallelism fr Dependent Lps Yeng-Sheng Chen, Department f Electrical Engineering, Natinal Taiwan University, Taipei 06, Taiwan, Tsang-Ming Jiang, Arctic Regin Supercmputing Center,

More information

Simulation of Line Outage Distribution Factors (L.O.D.F) Calculation for N-Buses System

Simulation of Line Outage Distribution Factors (L.O.D.F) Calculation for N-Buses System Simulatin f Line Outage Distributin Factrs (L.O.D.F) Calculatin fr N-Buses System Rashid H. AL-Rubayi Department f Electrical Engineering, University f Technlgy Afaneen A. Abd Department f Electrical Engineering,

More information

ON-LINE PROCEDURE FOR TERMINATING AN ACCELERATED DEGRADATION TEST

ON-LINE PROCEDURE FOR TERMINATING AN ACCELERATED DEGRADATION TEST Statistica Sinica 8(1998), 207-220 ON-LINE PROCEDURE FOR TERMINATING AN ACCELERATED DEGRADATION TEST Hng-Fwu Yu and Sheng-Tsaing Tseng Natinal Taiwan University f Science and Technlgy and Natinal Tsing-Hua

More information

Sections 15.1 to 15.12, 16.1 and 16.2 of the textbook (Robbins-Miller) cover the materials required for this topic.

Sections 15.1 to 15.12, 16.1 and 16.2 of the textbook (Robbins-Miller) cover the materials required for this topic. Tpic : AC Fundamentals, Sinusidal Wavefrm, and Phasrs Sectins 5. t 5., 6. and 6. f the textbk (Rbbins-Miller) cver the materials required fr this tpic.. Wavefrms in electrical systems are current r vltage

More information

G3.6 The Evolutionary Planner/Navigator in a mobile robot environment

G3.6 The Evolutionary Planner/Navigator in a mobile robot environment Engineering G3.6 The Evlutinary Planner/Navigatr in a mbile rbt envirnment Jing Xia Abstract Based n evlutinary cmputatin cncepts, the Evlutinary Planner/Navigatr (EP/N) represents a new apprach t path

More information

Pressure And Entropy Variations Across The Weak Shock Wave Due To Viscosity Effects

Pressure And Entropy Variations Across The Weak Shock Wave Due To Viscosity Effects Pressure And Entrpy Variatins Acrss The Weak Shck Wave Due T Viscsity Effects OSTAFA A. A. AHOUD Department f athematics Faculty f Science Benha University 13518 Benha EGYPT Abstract:-The nnlinear differential

More information

Chapter Summary. Mathematical Induction Strong Induction Recursive Definitions Structural Induction Recursive Algorithms

Chapter Summary. Mathematical Induction Strong Induction Recursive Definitions Structural Induction Recursive Algorithms Chapter 5 1 Chapter Summary Mathematical Inductin Strng Inductin Recursive Definitins Structural Inductin Recursive Algrithms Sectin 5.1 3 Sectin Summary Mathematical Inductin Examples f Prf by Mathematical

More information

Equilibrium of Stress

Equilibrium of Stress Equilibrium f Stress Cnsider tw perpendicular planes passing thrugh a pint p. The stress cmpnents acting n these planes are as shwn in ig. 3.4.1a. These stresses are usuall shwn tgether acting n a small

More information

READING STATECHART DIAGRAMS

READING STATECHART DIAGRAMS READING STATECHART DIAGRAMS Figure 4.48 A Statechart diagram with events The diagram in Figure 4.48 shws all states that the bject plane can be in during the curse f its life. Furthermre, it shws the pssible

More information

CHAPTER 4 DIAGNOSTICS FOR INFLUENTIAL OBSERVATIONS

CHAPTER 4 DIAGNOSTICS FOR INFLUENTIAL OBSERVATIONS CHAPTER 4 DIAGNOSTICS FOR INFLUENTIAL OBSERVATIONS 1 Influential bservatins are bservatins whse presence in the data can have a distrting effect n the parameter estimates and pssibly the entire analysis,

More information

ENG2410 Digital Design Sequential Circuits: Part B

ENG2410 Digital Design Sequential Circuits: Part B ENG24 Digital Design Sequential Circuits: Part B Fall 27 S. Areibi Schl f Engineering University f Guelph Analysis f Sequential Circuits Earlier we learned hw t analyze cmbinatinal circuits We will extend

More information

Floating Point Method for Solving Transportation. Problems with Additional Constraints

Floating Point Method for Solving Transportation. Problems with Additional Constraints Internatinal Mathematical Frum, Vl. 6, 20, n. 40, 983-992 Flating Pint Methd fr Slving Transprtatin Prblems with Additinal Cnstraints P. Pandian and D. Anuradha Department f Mathematics, Schl f Advanced

More information

Kinetic Model Completeness

Kinetic Model Completeness 5.68J/10.652J Spring 2003 Lecture Ntes Tuesday April 15, 2003 Kinetic Mdel Cmpleteness We say a chemical kinetic mdel is cmplete fr a particular reactin cnditin when it cntains all the species and reactins

More information

Pattern Recognition 2014 Support Vector Machines

Pattern Recognition 2014 Support Vector Machines Pattern Recgnitin 2014 Supprt Vectr Machines Ad Feelders Universiteit Utrecht Ad Feelders ( Universiteit Utrecht ) Pattern Recgnitin 1 / 55 Overview 1 Separable Case 2 Kernel Functins 3 Allwing Errrs (Sft

More information

COMP 551 Applied Machine Learning Lecture 5: Generative models for linear classification

COMP 551 Applied Machine Learning Lecture 5: Generative models for linear classification COMP 551 Applied Machine Learning Lecture 5: Generative mdels fr linear classificatin Instructr: Herke van Hf (herke.vanhf@mail.mcgill.ca) Slides mstly by: Jelle Pineau Class web page: www.cs.mcgill.ca/~hvanh2/cmp551

More information

Analysis on the Stability of Reservoir Soil Slope Based on Fuzzy Artificial Neural Network

Analysis on the Stability of Reservoir Soil Slope Based on Fuzzy Artificial Neural Network Research Jurnal f Applied Sciences, Engineering and Technlgy 5(2): 465-469, 2013 ISSN: 2040-7459; E-ISSN: 2040-7467 Maxwell Scientific Organizatin, 2013 Submitted: May 08, 2012 Accepted: May 29, 2012 Published:

More information

WRITING THE REPORT. Organizing the report. Title Page. Table of Contents

WRITING THE REPORT. Organizing the report. Title Page. Table of Contents WRITING THE REPORT Organizing the reprt Mst reprts shuld be rganized in the fllwing manner. Smetime there is a valid reasn t include extra chapters in within the bdy f the reprt. 1. Title page 2. Executive

More information

February 28, 2013 COMMENTS ON DIFFUSION, DIFFUSIVITY AND DERIVATION OF HYPERBOLIC EQUATIONS DESCRIBING THE DIFFUSION PHENOMENA

February 28, 2013 COMMENTS ON DIFFUSION, DIFFUSIVITY AND DERIVATION OF HYPERBOLIC EQUATIONS DESCRIBING THE DIFFUSION PHENOMENA February 28, 2013 COMMENTS ON DIFFUSION, DIFFUSIVITY AND DERIVATION OF HYPERBOLIC EQUATIONS DESCRIBING THE DIFFUSION PHENOMENA Mental Experiment regarding 1D randm walk Cnsider a cntainer f gas in thermal

More information

Support-Vector Machines

Support-Vector Machines Supprt-Vectr Machines Intrductin Supprt vectr machine is a linear machine with sme very nice prperties. Haykin chapter 6. See Alpaydin chapter 13 fr similar cntent. Nte: Part f this lecture drew material

More information

AP Statistics Notes Unit Two: The Normal Distributions

AP Statistics Notes Unit Two: The Normal Distributions AP Statistics Ntes Unit Tw: The Nrmal Distributins Syllabus Objectives: 1.5 The student will summarize distributins f data measuring the psitin using quartiles, percentiles, and standardized scres (z-scres).

More information

3D FE Modeling Simulation of Cold Rotary Forging with Double Symmetry Rolls X. H. Han 1, a, L. Hua 1, b, Y. M. Zhao 1, c

3D FE Modeling Simulation of Cold Rotary Forging with Double Symmetry Rolls X. H. Han 1, a, L. Hua 1, b, Y. M. Zhao 1, c Materials Science Frum Online: 2009-08-31 ISSN: 1662-9752, Vls. 628-629, pp 623-628 di:10.4028/www.scientific.net/msf.628-629.623 2009 Trans Tech Publicatins, Switzerland 3D FE Mdeling Simulatin f Cld

More information

Determining the Accuracy of Modal Parameter Estimation Methods

Determining the Accuracy of Modal Parameter Estimation Methods Determining the Accuracy f Mdal Parameter Estimatin Methds by Michael Lee Ph.D., P.E. & Mar Richardsn Ph.D. Structural Measurement Systems Milpitas, CA Abstract The mst cmmn type f mdal testing system

More information

Medium Scale Integrated (MSI) devices [Sections 2.9 and 2.10]

Medium Scale Integrated (MSI) devices [Sections 2.9 and 2.10] EECS 270, Winter 2017, Lecture 3 Page 1 f 6 Medium Scale Integrated (MSI) devices [Sectins 2.9 and 2.10] As we ve seen, it s smetimes nt reasnable t d all the design wrk at the gate-level smetimes we just

More information

Inflow Control on Expressway Considering Traffic Equilibria

Inflow Control on Expressway Considering Traffic Equilibria Memirs f the Schl f Engineering, Okayama University Vl. 20, N.2, February 1986 Inflw Cntrl n Expressway Cnsidering Traffic Equilibria Hirshi INOUYE* (Received February 14, 1986) SYNOPSIS When expressway

More information

Revision: August 19, E Main Suite D Pullman, WA (509) Voice and Fax

Revision: August 19, E Main Suite D Pullman, WA (509) Voice and Fax .7.4: Direct frequency dmain circuit analysis Revisin: August 9, 00 5 E Main Suite D Pullman, WA 9963 (509) 334 6306 ice and Fax Overview n chapter.7., we determined the steadystate respnse f electrical

More information

Homology groups of disks with holes

Homology groups of disks with holes Hmlgy grups f disks with hles THEOREM. Let p 1,, p k } be a sequence f distinct pints in the interir unit disk D n where n 2, and suppse that fr all j the sets E j Int D n are clsed, pairwise disjint subdisks.

More information

Part 3 Introduction to statistical classification techniques

Part 3 Introduction to statistical classification techniques Part 3 Intrductin t statistical classificatin techniques Machine Learning, Part 3, March 07 Fabi Rli Preamble ØIn Part we have seen that if we knw: Psterir prbabilities P(ω i / ) Or the equivalent terms

More information

SIZE BIAS IN LINE TRANSECT SAMPLING: A FIELD TEST. Mark C. Otto Statistics Research Division, Bureau of the Census Washington, D.C , U.S.A.

SIZE BIAS IN LINE TRANSECT SAMPLING: A FIELD TEST. Mark C. Otto Statistics Research Division, Bureau of the Census Washington, D.C , U.S.A. SIZE BIAS IN LINE TRANSECT SAMPLING: A FIELD TEST Mark C. Ott Statistics Research Divisin, Bureau f the Census Washingtn, D.C. 20233, U.S.A. and Kenneth H. Pllck Department f Statistics, Nrth Carlina State

More information

This section is primarily focused on tools to aid us in finding roots/zeros/ -intercepts of polynomials. Essentially, our focus turns to solving.

This section is primarily focused on tools to aid us in finding roots/zeros/ -intercepts of polynomials. Essentially, our focus turns to solving. Sectin 3.2: Many f yu WILL need t watch the crrespnding vides fr this sectin n MyOpenMath! This sectin is primarily fcused n tls t aid us in finding rts/zers/ -intercepts f plynmials. Essentially, ur fcus

More information

2.161 Signal Processing: Continuous and Discrete Fall 2008

2.161 Signal Processing: Continuous and Discrete Fall 2008 MIT OpenCurseWare http://cw.mit.edu 2.161 Signal Prcessing: Cntinuus and Discrete Fall 2008 Fr infrmatin abut citing these materials r ur Terms f Use, visit: http://cw.mit.edu/terms. Massachusetts Institute

More information

Performance Bounds for Detect and Avoid Signal Sensing

Performance Bounds for Detect and Avoid Signal Sensing Perfrmance unds fr Detect and Avid Signal Sensing Sam Reisenfeld Real-ime Infrmatin etwrks, University f echnlgy, Sydney, radway, SW 007, Australia samr@uts.edu.au Abstract Detect and Avid (DAA) is a Cgnitive

More information

Full Disjunctions: Polynomial-Delay Iterators in Action

Full Disjunctions: Polynomial-Delay Iterators in Action Full Disjunctins: Plynmial-Delay Iteratrs in Actin Sara Chen Technin Haifa, Israel sarac@ie.technin.ac.il Itzhak Fadida Technin Haifa, Israel tzahi@tx.technin.ac.il Yarn Kanza University f Trnt Trnt, Canada

More information

IAML: Support Vector Machines

IAML: Support Vector Machines 1 / 22 IAML: Supprt Vectr Machines Charles Suttn and Victr Lavrenk Schl f Infrmatics Semester 1 2 / 22 Outline Separating hyperplane with maimum margin Nn-separable training data Epanding the input int

More information

Dataflow Analysis and Abstract Interpretation

Dataflow Analysis and Abstract Interpretation Dataflw Analysis and Abstract Interpretatin Cmputer Science and Artificial Intelligence Labratry MIT Nvember 9, 2015 Recap Last time we develped frm first principles an algrithm t derive invariants. Key

More information

Lesson Plan. Recode: They will do a graphic organizer to sequence the steps of scientific method.

Lesson Plan. Recode: They will do a graphic organizer to sequence the steps of scientific method. Lessn Plan Reach: Ask the students if they ever ppped a bag f micrwave ppcrn and nticed hw many kernels were unppped at the bttm f the bag which made yu wnder if ther brands pp better than the ne yu are

More information

Product authorisation in case of in situ generation

Product authorisation in case of in situ generation Prduct authrisatin in case f in situ generatin Intrductin At the 74 th CA meeting (27-29 September 2017), Aqua Eurpa and ECA Cnsrtium presented their cncerns and prpsals n the management f the prduct authrisatin

More information

Five Whys How To Do It Better

Five Whys How To Do It Better Five Whys Definitin. As explained in the previus article, we define rt cause as simply the uncvering f hw the current prblem came int being. Fr a simple causal chain, it is the entire chain. Fr a cmplex

More information

Lab 1 The Scientific Method

Lab 1 The Scientific Method INTRODUCTION The fllwing labratry exercise is designed t give yu, the student, an pprtunity t explre unknwn systems, r universes, and hypthesize pssible rules which may gvern the behavir within them. Scientific

More information

1996 Engineering Systems Design and Analysis Conference, Montpellier, France, July 1-4, 1996, Vol. 7, pp

1996 Engineering Systems Design and Analysis Conference, Montpellier, France, July 1-4, 1996, Vol. 7, pp THE POWER AND LIMIT OF NEURAL NETWORKS T. Y. Lin Department f Mathematics and Cmputer Science San Jse State University San Jse, Califrnia 959-003 tylin@cs.ssu.edu and Bereley Initiative in Sft Cmputing*

More information

Public Key Cryptography. Tim van der Horst & Kent Seamons

Public Key Cryptography. Tim van der Horst & Kent Seamons Public Key Cryptgraphy Tim van der Hrst & Kent Seamns Last Updated: Oct 5, 2017 Asymmetric Encryptin Why Public Key Crypt is Cl Has a linear slutin t the key distributin prblem Symmetric crypt has an expnential

More information

Math Foundations 10 Work Plan

Math Foundations 10 Work Plan Math Fundatins 10 Wrk Plan Units / Tpics 10.1 Demnstrate understanding f factrs f whle numbers by: Prime factrs Greatest Cmmn Factrs (GCF) Least Cmmn Multiple (LCM) Principal square rt Cube rt Time Frame

More information

initially lcated away frm the data set never win the cmpetitin, resulting in a nnptimal nal cdebk, [2] [3] [4] and [5]. Khnen's Self Organizing Featur

initially lcated away frm the data set never win the cmpetitin, resulting in a nnptimal nal cdebk, [2] [3] [4] and [5]. Khnen's Self Organizing Featur Cdewrd Distributin fr Frequency Sensitive Cmpetitive Learning with One Dimensinal Input Data Aristides S. Galanpuls and Stanley C. Ahalt Department f Electrical Engineering The Ohi State University Abstract

More information

5.4 Measurement Sampling Rates for Daily Maximum and Minimum Temperatures

5.4 Measurement Sampling Rates for Daily Maximum and Minimum Temperatures 5.4 Measurement Sampling Rates fr Daily Maximum and Minimum Temperatures 1 1 2 X. Lin, K. G. Hubbard, and C. B. Baker University f Nebraska, Lincln, Nebraska 2 Natinal Climatic Data Center 1 1. INTRODUCTION

More information

Resampling Methods. Chapter 5. Chapter 5 1 / 52

Resampling Methods. Chapter 5. Chapter 5 1 / 52 Resampling Methds Chapter 5 Chapter 5 1 / 52 1 51 Validatin set apprach 2 52 Crss validatin 3 53 Btstrap Chapter 5 2 / 52 Abut Resampling An imprtant statistical tl Pretending the data as ppulatin and

More information

Pure adaptive search for finite global optimization*

Pure adaptive search for finite global optimization* Mathematical Prgramming 69 (1995) 443-448 Pure adaptive search fr finite glbal ptimizatin* Z.B. Zabinskya.*, G.R. Wd b, M.A. Steel c, W.P. Baritmpa c a Industrial Engineering Prgram, FU-20. University

More information

MODULE 1. e x + c. [You can t separate a demominator, but you can divide a single denominator into each numerator term] a + b a(a + b)+1 = a + b

MODULE 1. e x + c. [You can t separate a demominator, but you can divide a single denominator into each numerator term] a + b a(a + b)+1 = a + b . REVIEW OF SOME BASIC ALGEBRA MODULE () Slving Equatins Yu shuld be able t slve fr x: a + b = c a d + e x + c and get x = e(ba +) b(c a) d(ba +) c Cmmn mistakes and strategies:. a b + c a b + a c, but

More information

Checking the resolved resonance region in EXFOR database

Checking the resolved resonance region in EXFOR database Checking the reslved resnance regin in EXFOR database Gttfried Bertn Sciété de Calcul Mathématique (SCM) Oscar Cabells OECD/NEA Data Bank JEFF Meetings - Sessin JEFF Experiments Nvember 0-4, 017 Bulgne-Billancurt,

More information

Surface and Contact Stress

Surface and Contact Stress Surface and Cntact Stress The cncept f the frce is fundamental t mechanics and many imprtant prblems can be cast in terms f frces nly, fr example the prblems cnsidered in Chapter. Hwever, mre sphisticated

More information

Comparison of two variable parameter Muskingum methods

Comparison of two variable parameter Muskingum methods Extreme Hydrlgical Events: Precipitatin, Flds and Drughts (Prceedings f the Ykhama Sympsium, July 1993). IAHS Publ. n. 213, 1993. 129 Cmparisn f tw variable parameter Muskingum methds M. PERUMAL Department

More information

MATCHING TECHNIQUES. Technical Track Session VI. Emanuela Galasso. The World Bank

MATCHING TECHNIQUES. Technical Track Session VI. Emanuela Galasso. The World Bank MATCHING TECHNIQUES Technical Track Sessin VI Emanuela Galass The Wrld Bank These slides were develped by Christel Vermeersch and mdified by Emanuela Galass fr the purpse f this wrkshp When can we use

More information

Lead/Lag Compensator Frequency Domain Properties and Design Methods

Lead/Lag Compensator Frequency Domain Properties and Design Methods Lectures 6 and 7 Lead/Lag Cmpensatr Frequency Dmain Prperties and Design Methds Definitin Cnsider the cmpensatr (ie cntrller Fr, it is called a lag cmpensatr s K Fr s, it is called a lead cmpensatr Ntatin

More information

Perfrmance f Sensitizing Rules n Shewhart Cntrl Charts with Autcrrelated Data Key Wrds: Autregressive, Mving Average, Runs Tests, Shewhart Cntrl Chart

Perfrmance f Sensitizing Rules n Shewhart Cntrl Charts with Autcrrelated Data Key Wrds: Autregressive, Mving Average, Runs Tests, Shewhart Cntrl Chart Perfrmance f Sensitizing Rules n Shewhart Cntrl Charts with Autcrrelated Data Sandy D. Balkin Dennis K. J. Lin y Pennsylvania State University, University Park, PA 16802 Sandy Balkin is a graduate student

More information

BOUNDED UNCERTAINTY AND CLIMATE CHANGE ECONOMICS. Christopher Costello, Andrew Solow, Michael Neubert, and Stephen Polasky

BOUNDED UNCERTAINTY AND CLIMATE CHANGE ECONOMICS. Christopher Costello, Andrew Solow, Michael Neubert, and Stephen Polasky BOUNDED UNCERTAINTY AND CLIMATE CHANGE ECONOMICS Christpher Cstell, Andrew Slw, Michael Neubert, and Stephen Plasky Intrductin The central questin in the ecnmic analysis f climate change plicy cncerns

More information

Accreditation Information

Accreditation Information Accreditatin Infrmatin The ISSP urges members wh have achieved significant success in the field t apply fr higher levels f membership in rder t enjy the fllwing benefits: - Bth Prfessinal members and Fellws

More information

Administrativia. Assignment 1 due thursday 9/23/2004 BEFORE midnight. Midterm exam 10/07/2003 in class. CS 460, Sessions 8-9 1

Administrativia. Assignment 1 due thursday 9/23/2004 BEFORE midnight. Midterm exam 10/07/2003 in class. CS 460, Sessions 8-9 1 Administrativia Assignment 1 due thursday 9/23/2004 BEFORE midnight Midterm eam 10/07/2003 in class CS 460, Sessins 8-9 1 Last time: search strategies Uninfrmed: Use nly infrmatin available in the prblem

More information