Eugene Charniak and Eugene Santos Jr. Department of Computer Science Brown University Providence RI and

Size: px
Start display at page:

Download "Eugene Charniak and Eugene Santos Jr. Department of Computer Science Brown University Providence RI and"

Transcription

1 From: AAAI-92 Procdings. Copyright 1992, AAAI ( All rights rsrvd. mic MAP Calcul Eugn Charniak and Eugn Santos Jr. Dpartmnt of Computr Scinc Brown Univrsity Providnc RI and Abstract W prsnt a dynamic algorithm for MAP calculations. Th algorithm is basd upon Santos s tchniqu (Santos 1991b) of transforming minimal-cost-proof problms into linarprogramming problms. Th algorithm is dynamic in th sns that it is abl to us th rsults from an arlir, nar by, problm to lssn its sarch tim. Rsults ar prsntd which clarly suggst that this is a powrful tchniqu for dynamic abduction problms. Introduction Many AI problms, such as languag undrstanding, vision, mdical diagnosis, map larning tc. can b charactrizd as abduction - rasoning from ffcts to causs. Typically, whn w try to charactriz th computational problm involvd in abduction, w distinguish btwn (a) finding possibl causs and (b) slcting th on most likly to b corrct. In this papr w concntrat on th scond of ths issus. W furthr limit ourslvs to probabilistic mthods. It sms clar that th most likly to b corrct is that which is most probabl. Th argumnts against th us of probability thrfor usually concntrat on th difficulty of computing th rlvant probabilitis. Howvr, rcnt advancs in th application of probability thory to AI problms, from Markov Random Filds (Gman & Gman 1984) to Baysian Ntworks (Parl 1988) hav mad such argumnts hardr to maintain. Th problms of our first sntnc ar not just abduction problms, thy ar dynamic abduction problms. That is, w ar not confrontd by a singl problm, but rathr by a squnc of closly rlatd problms. In mdical diagnosis th problm changs as nw vidnc coms in. In vision, th pictur changs slightly ovr tim. In story undrstanding, w gt furthr portions of th story. Of cours w can rduc th dynamic cas to th static. Each scn, mdical problm, or story comprhnsion task sts up a nw probabilistic problm which th program tackls afrsh. For xampl, in our prvious work on th Wimp3 story undrstanding program (Charniak & Goldman 1989; Charniak & Goldman 1991; Goldman & Charniak 1990) story dcisions ar translatd into Baysian Ntworks. Th ntwork is xtndd on a word-by-word basis. As on would xpct, most of th ntwork at word n was thr for word n - 1. Yt th algorithm w usd for calculating th probabilitis at n mad no us of th valus found at n - 1. This smd wastful, but w knw of no way to do bttr. This papr corrcts this situation. Prvious Rsarch Roughly spaking, probabilistic algorithms can b dividd up into xact algorithms and ons which ar only likly to rturn a numbr within som 6 of th answr. Considring xact algorithms, w ar not awar of any which ar dynamic. Th story is diffrnt for th approximation schms sinc most ar stochastic in natur and hav th proprty that if w can start with a bttr guss of th corrct answr thy will convrg to that answr mor quickly. (S for xampl (Shachtr & Pot 1989; Shw & C,oopr 1990).) Thus such algorithms ar inhrntly dynamic in th sns that th rsults from th prvious computation can b usd to improv th prformanc on th nxt on. Howvr, vn for such algorithms w ar unawar of any study of thir dynamic proprtis. Th particular (xact) algorithm w propos hr did not aris from a sarch for a dynamic algorithm, but rathr from an ffort to improv th spd of probabilistic calculations in Wimp3. On schm w considrd was th us of Hobbs and Stickl s (Hobbs t al. 1988) work on minimal-cost proofs for finding th bst xplanations for txt. Thir ida was to find a st of facts which would allow th program to prov th contnts of th txtual input. Sinc thr would b many possibl sts of xplanations, thy assignd costs to assumptions. Th cost of a proof was th sum of th cost of th assumptions it usd. (Actually, w ar outlining cost-basd abduction as dfind in (Charniak 8z Shimony 1990) which is slightly simplr than th schm usd by Hobbs and Stickl. Howvr, th two ar sufficintly clos that w will not bothr to distinguish 552 Rprsntation and Rasoning: Abduction and Diagnosis

2 4 6 3 Figur 1: An and-or dag showing svral proofs of hous-quit btwn thm.) For xampl, s Figur 1. Thr w want th minimal-cost proof of th proposition hous-quit (my hous is quit). This is an and-nod so proving it rquirs proving both no-barking and TV-off. Figur 1 shows svral possibl proofs of ths using diffrnt assumptions. On possibl st of assumptions would b homwork-tim, dog-slping. Givn th costs in th figur, th minimal cost proof would b simply assuming kids-walking-dog at a cost of 6. W wr intrstd in minimal-cost proofs sinc thir math sms a lot simplr than typical Baysian Ntwork calculations. Unfortunatly, th costs wr adhoc, and it was not clar what th algorithm was rally computin. Charniak and Shimony (Charniak & Shimony 1990 j fixd ths problms by showing how th costs could b intrprtd as ngativ log probabilitis, and that undr this intrprtation minimalcost proofs producd MAP assignmnts (subjct to som minor qualifications). (A MAP, Maximum A- Postriori, assignmnt is th assignmnt of valus to th random variabls which is most probabl givn th vidnc.) A subsqunt papr (Shimony & Charniak 1990), showd that any MAP problm for Baysian Ntworks could b rcast as a minimal-cost-proof problm. In th rst of this papr w will talk about algorithms for minimal-cost proofs and dpnd on th rsult of (Shimony & Charniak 1990) to rlat thm to MAP assignmnts. Unfortunatly, th bst-first sarch schm for finding minimal-cost proofs proposd by Charniak and Shimony (and modld aftr th Hobbs and Stickl s work) did not sm to b as fficint as th bst algorithms for Baysian Ntwork valuation (Jnsn t al. 1989; Lauritzn & Spiglhaltr 1988). Evn improvd admissibl cost stimations (Charniak dz Husain 1991) did not rais th MAP prformanc to th lvls obtaind for Baysian Ntwork valuation. Rcntly, Santos (Santos 1991a; Santos 1991c; Santos b) prsntd a nw tchniqu diffrnt from th bst-first sarch schms. It showd how minimal-cost proof problms could b translatd into O-l programming problms and thn solvd using simplx combind with branch and bound tchniqus whn simplx did not rturn a O-l solution. Santos rports that simplx rturns O-l solutions on 95% of th random waodags h trid and 60-70% of thos gnratd by th Wimp 3 natural languag undrstanding program. This plus th fact that branch and bound quickly found O-l solutions in th rmaining cass showd that this nw approach outprformd th bst-first huristics. It actually xhibitd an xpctd polynomial run-tim growth rat whr as th huristics wr xponntial. This approach immdiatly suggstd a dynamic MAP calculation algorithm. Waodags as Linar Constraints Santos, following (Charniak & Shimony 1990) formalizd th minimal-cost proof problm as on of finding a minimal-cost labling of a wightd-and-or-dag (waodag). Informally a waodag is a proof tr (actually a dag sinc a nod can appar in svral proofs, or in th sam proof svral tims). W hav alrady sn an xampl in Figur 1. Formally it is a 4-tupl< G, c, T, S >, whr 1. G is a connctd dirctd acyclic graph, G = (V, E), 2. c is a function from V to th non-ngativ rals, calld th cost function (this is simplifid in that w only allow assuming things tru to hav a cost), 3. r is a function from V to (and, or) which labls ach nod as an and-nod or an or-nod, 4. S is a st of nods with outdgr 0, calld th vidnc. Th problm is to find an assignmnt of tru and fals to vry nod, obying th obvious ruls for and-nods and or-nods, such that th vidnc is all labld tru, and th total cost of th assignmnt is minimal. In th transformation to a linar programming problm a nod n bcoms a variabl 3: with valus rstrictd to O/l (fals/tru). An and-nod n which was Charniak and Santos 553

3 tru iff its parnts no... ni wr tru would hav th linar constraints AND1 x 5 x0,...x 5 zi AND2 x > x xi - i + 1. An or-nod n which is tru iff at last on of its parnts no... ni ar tru would hav th linar constraints OR1 OR2 x * * * + xi x 1 x0,...x 2 xi. Th constraints AND1 and OR1 can b thought of as bottom up in that if on thinks of th vidnc as at th bottom of th dag, thn ths ruls pass tru valus up th dag to th assumptions. Th constraints AND2 and OR2 ar top down. In our implmntation w only bothrd with th bottom-up ruls. Th costs of assumptions ar rflctd in th objctiv function of th linar systm. As w ar making th simplifying (but asily rlaxd) assumption that w assign costs only to assuming statmnts tru, modling th costs co... ci for nods no... n; is accomplishd with th objctiv function coxo * + cixi Santos thn shows that a zro-on solution to th linar quations which minimizs th objctiv function must b th minimal-cost proof (and thus th MAP solution for th corrsponding Baysian Ntwork.) Th Algorithm Simplx is, of cours, a sarch algorithm. It sarchs th boundary points of a convx polygon in a high dimnsional spac, looking for a point which givs th optimal solution to th linar inqualitis. Th sarch starts with an asily obtaind, but not vry good, solution to th problm. It is wll known that simplx works bttr if th initial solution is closr to optimal. Whn w say bttr w man that th algorithm rquirs fwr pivots - th traditional masur of tim for simplx. To thos not familiar with th schm, th numbr of pivots corrsponds to th numbr of solutions tstd bfor th optimal is found. In what follows w will assum that th following ar primitiv oprations, and that it is possibl to tak an xisting solution, prform any combination of thm, and still us th xisting solution as a start in finding th nxt solution. This is, in fact, standard in th linar-programming litratur (s (Hillir & Librman 1967)). Ll Add a nw variabl (with all zro cofficints) to th problm. L2 Add a nw quation to th problm. L3 Chang th cofficint of a variabl in an quation. L4 Chang th cofficint of a variabl in th objctiv function. Moving down a lvl, w nd to talk about oprations on th waodags. In particular w nd to do th following: Wl add a nw nod to th dag, W2 add an arrow btwn nods, W3 W4 st th valu of a nod, rmov a nod (and arcs from it). For xampl, whn w gt a nw word of th txt (.g., bank ) in a story comprhnsion program w nd to add a nw or-nod corrsponding to it (Wl) and, sinc this is not a hypothsis, but rathr a known fact, st th valu of th nod to tru (W3). To add an xplanation for this word, say that it was usd bcaus th author wantd to rfr to a savings institution, w would add a scond or-nod corrsponding to th savings institution hypothsis, add a cofficint corrsponding to its cost to th objctiv function (L4), and add an arc btwn it an th nod for th word (W2), possibly with an intrmdiat nwly mintd and-nod. Nxt w rlat Wl-W4 to Ll-L4. Wl-W3 ar fairly simpl. Wl Adding a nw nod nl to th dag is accomplishd by adding a nw variabl xi to th linar programming problm. If it has a cost cl, chang th cofficint of xi in th objctiv function from 0 to cl u-4 W2 Adding an arrow from nod nr to n2 is accomplishd in on of thr ways (w only dal with th bottom-up quations): If n2 is an and-nod, add th nw quation 22 5 Xl p-4 If n2 is an or nod with th quation 22 5 x xi alrady in th problm, chang th cofficint of xi in this quation from zro to on (L3) o Els, add a nw quation x2 5 x1 (L2). W3 Stting th valu of a nod ni to tru (fals) is accomplishd by adding th quation nl = l(0) to th linar programming problm (L2). (In cass wr th nod is about to b introducd, w can optimiz by not xplicitly adding its variabl to any quations, and instad substituting its valu into th quations for parnts nods.) Th only complicatd modification to Woadags is W4, rmoving a nod (and arcs from it). W nd this so, as th txt gos along, it will b possibl to st valus of nods to b dfinitly tru or fals, thus rmoving thm from furthr probabilistic calculations (xcpt should thy srv as vidnc for othr facts). If all w wantd to do was st th valu, w could us th mthod in (W3), adding an quation stting th valu. But this is not nough. W want to rmov th variabl from all quations as wll so as to rduc th siz of th simplx tablau and thus dcras th pivot tim. W will assum in what follows that th variabl in qustion is to b assignd th valu it has in th currnt MAP. If this is not th cas thn a nw quation must b addd. 554 Rprsntation and Rasoning: Abduction and Diagnosis

4 If th variabl xj to b rmovd is a non-basic variabl th problm is asy. W just us tchniqu L3 to modify all of zi s cofficints to b zro. W can thn rmov its column from th tablau. This dos not work, howvr, if th variabl is basic. Thn thr will b a row, say ri which will look lik this: Ci,l,Ci,2, *'* ci,j-1, k,j+1, ***Ci,k = b. Changing th cofficint ci,j which is currntly 1, to 0 will lav this quation with no basic variabl, somthing not allowd. Howvr, if any of th othr cofficints ci,l... ci,k 2 0 thn w can pivot on that variabl and mak it basic. This lavs th cas whn non of th othr variabls ar positiv. Th solution dpnds on th fact that w ar stting th valu of x~j to its currnt valu in th MAP. This will b, of cours, b,. Thus w should, and will, subtract b, from both sids of th quation. On th lft-hand-sid this is don by making ci,j = 0. On th right w actually subtract b, - b, to gt b: = 0. Not now that sinc bi = 0 w can multiply both sids of th quation by -1 whn all of th othr cofficints ar ngativ, thus making thm positiv. b: is still zro so th quation rmains in standard form, and w now hav a non-zro cofficint to pivot on. Finally, if thr ar no non-zro cofficints othr than ci,j thn th quation can b dltd, along with XC;,~. sults Th algorithm dscribd in th prvious sction was run on a st of probabilistic problms gnratd by th Wimp 3 natural-languag undrstanding program. As w hav alrady notd, Wimp 3 works by translating problms in languag undrstanding into Baysian Ntworks. Ambiguitis such as altrnativ rfrncs for a pronoun bcom sparat nods in th ntwork. Th altrnativ with th highst probability givn th vidnc is slctd as th corrct intrprtation. Wimp 3 usd a vrsion of Lauritzn and Spiglhaltr s algorithm (Lauritzn & Spiglhaltr 1988) as improvd by Jnsn (Jnsn t ab. 1989), to comput th probabilitis. Wimp 3 gnratd 218 ntworks ranging in siz from 3 to 87 nods. As bfits an inhrntly xponntial algorithm, w hav plottd th log of valuation tim against ntwork siz. (All tims ar compild Lisp run on a Sun Spar 1.) S Figur 2. A last squars fit of th quation tim = B. 10A Idagl givs A =.03 and B =.275. Th total valuation tim for all of th ntworks was 575 sconds, to b compard with a total of 1235 sconds to run th xampls (or 46.5% of th total running tim). This illustrats that ntwork valuation tim was th major componnt of th tim takn to procss th xampls. Wimp 3 was thn modifid slightly to us th dynamic MAP algorithm dscribd in this papr. Whil thr is a gnral algorithm for turning Baysian ntworks into cost-basd abduction problms (Shimony & Charniak 1990), it can b rathr xpnsiv in trms of th numbr of nods cratd. Instad w mad us of th fact that th ntworks cratd by Wimp wr alrady prtty much and-or dags, and fixd th fw rmaining placs on a cas-by-cas basis. A graph of th rsulting programs running tim (or th log throf) vs. dag siz is givn in Figur 3. Th dag s sizs rportd ar, in gnral twic thos for th Baysian Ntworks. Th major rason is that th dag s includd xplicit and-nods whil ths wr absorbd into th distributions in th ntworks. Th total tim to procss th dags was 73 sconds. Thus th tim spnt on probabilistic calculations was dcrasd by a factor of 7.9. Running tim, of cours, is not a vry good masur of prformanc sinc so many factors ar blndd into th final rsult. Unfortunatly, th schms oprat on such diffrnt principls that w hav not bn abl to think of a mor implmntation indpndnt masur for comparing thm. It is, nvrthlss, our blif that ths numbrs ar indicativ of th rlativ fficincy of th two schms on th task at hand. As should b clar from Figur 3, th connction btwn th siz of th dag and th running tim is much mor tnuous for th linar tchniqu. This suggstd looking at th standard masur for th prformanc of th simplx mthod - numbr of pivots. Figur 4 shows th numbr of pivots vs DAG siz. Not that w did not graph dag siz against th Iog of th numbr of pivots. As should b clar, th numbr of pivots grows vry slowly with th siz of th dag, and th corrlation is not vry good. It crtainly dos not sm to b growing xponntially. If on dos a last squars fit of th linar rlation pivots = A- 1 dag 1 +B on finds th bst fit A =.091 and B = 7.1. Sinc th tim pr pivot for simplx is ordr n2 w hav smingly rducd th xpctd tim complxity of our problm to low polynomial tim. Conclusion Whil th rsults of th prvious sction ar imprssiv to our ys, it should b mphasizd that thr ar limitations to this approach. Th most obvious is that vn an n2 algorithm is only fasibl for smallr n. Cur algorithm prforms accptably for our ntworks of up to 175 nods. It is doubtful that it would work for problms in pixl-lvl vision, whr thr ar, say lo6 pixls, ach a random variabl. Furthrmor, if th problm is not amnabl to a cost-basd abduction formulation it is unlikly that th gnral transformation from Baysian Ntworks to waodags will produc accptably small dags. But this still lavs at lot of problms for which this tchniqu is applicabl. In svral prvious paprs (Charniak 1991; Charniak & Goldman 1991) on th us of Baysian Ntworks for story undrstanding w hav mphasizd that th problm of ntwork valuation was th major stumbling block in th us of ths ntworks. Th rsults of th prvious sction would indicat that this is no longr th cas. Putting th Charniak and Santos 555

5 l c d0 40 d0 d0 Figur 2: Baysian-Ntwork-Evaluation Tim (in Sc.) vs. Numbr of Nods l.Ol I :. 0. : 00 a. a 0 8 I I I I I I I I $5 d0 15 lb0 155 I Figur 3: Linar Cost-Basd Abduction Tim (in Sc.) vs. Numbr of Nods 6i 0 8 :a * 00 6 o- 8 Figur 4: Numbr of Pivots vs. Numbr of Nods 556 Rprsntation and Rasoning: Abduction and Diagnosis

6 data in prspctiv, w ar spnding about.3 sconds pr word on probabilistic calculations. Furthrmor, w ar using a crud vrsion of simplx which on of th authors wrot. It includs non of th mor sophisticatd work which has bn don to handl largr linar programming problms. It sms clar that a bttr simplx could handl ordr of magnitud largr problms in th sam tim (or lss, with th vry much mor powrful machins alrady on th markt.) Thus ntwork valuation is no longr a limiting factor. Now th limiting factor is for us, as it is for prtty much th rst of traditional AI, knowldg rprsntation. Acknowldgmnts This rsarch was supportd in part by NSF contract IRI and QNR contract N J frncs Charniak, E. and Goldman, R A smantics for probabilistic quantifir-fr first-ordr languags, with particular application to story undrstanding. In Procdings of th IJCAI Confrnc. Charniak, E. and Goldman, R A probabilistic modl of plan rcognition. In Procdings of th AAAI Confrnc. Charniak, E. and Husain, S A nw admissibl huristic for minimal-cost proofs. In Procdings of th AAAI Confrnc. Charniak, E. and Shimony, S. E Probabilistic smantics for cost basd abduction. In Procdings of th AAAI Confrnc. 106-l 11. Charniak, E Baysian ntworks without tars. AI Magazin 12(4): Gman, S. and Gman, D Stochastic rlaxation, gibbs distribution, and th baysian rstoration of imags. IEEE Transactions on Pattrn Analysis and Machin Intllignc 6~ Goldman, R. and Charniak, E Dynamic construction of blif ntworks. In Procdings of th Confrnc on Uncrtainty in Artificial Intllignc. Hillir, F. S. and Librman, G. J Introduction to Oprations Rsarch. Holdn-Day, Inc. Hobbs, J. R.; Stickl, M.; Martin, P.; and Edwards, D Intrprtation as abduction. In Procdings of th 26th Annual Mting of th Association for Computational Linguistics. Jnsn, F. V.; Lauritzn, S. L.; and Olsn, K. G Baysian updating in rcursiv graphical modls by local computations. Tchnical Rport Rport R 89-15, Institut for Elctronic Systms, Dpartmnt of Mathmatics and Computr Scinc, Univrsity of Aalborg, Dnmark. Lauritzn, S. L. and Spiglhaltr, D. J Local computations with probabilitis on graphical structurs and thir applications to xprt systms. J. Royal Statistical Socity 50(2): Parl, J Probabilistic Rasoning in Intllignt Systms: Ntworks of Plausibl Infrnc. Morgan Kaufmann, San Mato, CA. Santos, E. Jr. 1991a. Cost-basd abduction and linar constraint satisfaction. Tchnical Rport CS-91-13, Dpartmnt of Computr Scinc, Brown Univrsity. Santos, E. Jr. 1991b. A linar constraint satisfaction approach to cost-basd abduction. Submittd to Artificial Intllignc Journal. Santos, E. Jr. 1991c. On th gnration of altrnativ xplanations with implications for blif rvision. In Procdings of th Confrnc on Uncrtainty in Artificial Intllignc. Shachtr, R. D. and Pot, M. A Simulation approachs to gnral probabilistic infrnc on blif ntworks. In Procdings of th Confrnc on Uncrtainty in Artificial Intllignc. Shimony, S. E. and Charniak, E A nw algorithm for finding map assignmnts to blif ntworks. In Procdings of th Confrnc on Uncrtainty in Artificial Intllignc. Shw, M. and Coopr, G An mprical analysis of liklihood-wighting simulation on a larg multiplyconnctd blif ntwork. In Procdings of th Confrnc on Uncrtainty in Artificial Intllignc. Charniak and Santos 557

Going Below the Surface Level of a System This lesson plan is an overview of possible uses of the

Going Below the Surface Level of a System This lesson plan is an overview of possible uses of the Titl Acknowldgmnts Ovrviw Lngth Curriculum Contxt Lsson Objctiv(s) Assssmnt Systms Thinking Concpt(s) Instructional Considrations Matrials Going Blow th Surfac Lvl of a Systm This lsson plan is an ovrviw

More information

YOUR VIEWS ABOUT YOUR HIGH BLOOD PRESSURE

YOUR VIEWS ABOUT YOUR HIGH BLOOD PRESSURE YOUR VIEWS ABOUT YOUR HIGH BLOOD PRESSURE W ar intrstd in your viws about your high blood prssur. Ths ar statmnts othr popl hav mad about thir high blood prssur. Plas show how much you or dis with ach

More information

EXPERIMENT 4 DETERMINATION OF ACCELERATION DUE TO GRAVITY AND NEWTON S SECOND LAW

EXPERIMENT 4 DETERMINATION OF ACCELERATION DUE TO GRAVITY AND NEWTON S SECOND LAW EXPERIMENT 4 DETERMINATION OF ACCELERATION DUE TO GRAVITY AND NEWTON S SECOND LAW I. Introduction. Thr ar two objctivs in this laboratory xrcis. Th first objctiv, (A), is th study of th bhavior of a body

More information

National Assessment in Sweden. A multi-dimensional (ad)venture

National Assessment in Sweden. A multi-dimensional (ad)venture Challngs in Educational Masurmnt Contnt, Mthods and Consquncs Gothnburg, 12 Oct. 2016 National Assssmnt in Swdn A multi-dimnsional (ad)vntur Gudrun Erickson Univrsity of Gothnburg Dpt. of Education and

More information

Form. Tick the boxes below to indicate your change(s) of circumstance and complete the relevant sections of this form

Form. Tick the boxes below to indicate your change(s) of circumstance and complete the relevant sections of this form tification of chang of circumstancs for EU studnts on full-tim courss - Acadmic Yar 2013/14 Form EUCO1 This form is also availabl at www.gov.uk/studntfinanc First nam(s) Surnam/family nam Important information

More information

Fall 2005 Economics and Econonic Methods Prelim. (Shevchenko, Chair; Biddle, Choi, Iglesias, Martin) Econometrics: Part 4

Fall 2005 Economics and Econonic Methods Prelim. (Shevchenko, Chair; Biddle, Choi, Iglesias, Martin) Econometrics: Part 4 Fall 2005 Economics and Econonic Mthods Prlim (Shvchnko, Chair; Biddl, Choi, Iglsias, Martin) Economtrics: Part 4 Dirctions: Answr all qustions. Point totals for ach qustion ar givn in parnthsis; thr ar

More information

Blind Estimation of Block Interleaver Parameters using Statistical Characteristics

Blind Estimation of Block Interleaver Parameters using Statistical Characteristics Advancd Scinc and Tchnology Lttrs Vol.139 (FGC 2016), pp.51-56 http://dx.doi.org/10.14257/astl.2016.139.10 Blind Estimation of Block Intrlavr Paramtrs using Statistical Charactristics Jinwoo Jong 1, Youngkyun

More information

AN ANALYSIS OF TELEPHONE MESSAGES: MINIMIZING UNPRODUCTIVE REPLAY TIME

AN ANALYSIS OF TELEPHONE MESSAGES: MINIMIZING UNPRODUCTIVE REPLAY TIME AN ANALYSIS OF TELEPHONE MESSAGES: MINIMIZING UNPRODUCTIVE REPLAY TIME Michal D. Fltwood, Danill L. Paig, Chris S. Fick, and Knnth R. Laughry, Sr. Dpartmnt of Psychology Ric Univrsity Houston, TX flt@ric.du

More information

Optimize Neural Network Controller Design Using Genetic Algorithm

Optimize Neural Network Controller Design Using Genetic Algorithm Procdings of th 7th World Congrss on Intllignt Control and Automation Jun 25-27, 28, Chongqing, China Optimiz Nural Ntwork Controllr Dsign Using Gntic Algorithm Aril Kopl, Xiao-Hua Yu Dpartmnt of Elctrical

More information

REGRESSION ASSOCIATION VS. PREDICTION

REGRESSION ASSOCIATION VS. PREDICTION BIOSTATISTICS WORKSHOP: REGRESSION ASSOCIATION VS. PREDICTION Sub-Saharan Africa CFAR mting July 18, 2016 Durban, South Africa Rgrssion what is it good for? Explor Associations Btwn outcoms and xposurs

More information

MATH 1300: Finite Mathematics EXAM 1 15 February 2017

MATH 1300: Finite Mathematics EXAM 1 15 February 2017 MATH 1300: Finit Mathmatics EXAM 1 15 Fbruary 2017 NAME:... SECTION:... INSTRUCTOR:... SCORE Corrct (A): /15 = % INSTRUCTIONS 1. DO NOT OPEN THIS EXAM UNTIL INSTRUCTED TO BY YOUR ROOM LEADER. All xam pags

More information

EXPERIMENTAL DRYING OF TOBACCO LEAVES

EXPERIMENTAL DRYING OF TOBACCO LEAVES 6 TH INTERNATIONAL MULTIDISCIPLINARY CONFERENCE EXPERIMENTAL DRYING OF TOBACCO LEAVES Bndk Krks and Tamás Antal Collg of Nyírgyháza, Faculty of Enginring and Agricultur, H-441 Nyírgyháza, Hungary, E-mail:

More information

Implementation of a planar coil of wires as a sinusgalvanometer. Analysis of the coil magnetic field

Implementation of a planar coil of wires as a sinusgalvanometer. Analysis of the coil magnetic field mplmntation of a planar coil of wirs as a sinusgalvanomtr Analysis of th coil magntic fild Dimitar G Stoyanov Sofia Tchnical Univrsity, Slivn Enginring and Pdagogical Faculty, 59 Burgasko Shoss Blvd, 88

More information

Time Variation of Expected Returns on REITs: Implications for Market. Integration and the Financial Crisis

Time Variation of Expected Returns on REITs: Implications for Market. Integration and the Financial Crisis Tim Variation of Expctd Rturns on REITs: Implications for Markt Intgration and th Financial Crisis Author Yuming Li Abstract This articl uss a conditional covarianc-basd thr-factor pricing modl and a REIT

More information

PHA Exam 1. Spring 2013

PHA Exam 1. Spring 2013 PHA 5128 Exam 1 Spring 2013 1 Antibiotics (5 points) 2 Body Wight/Pdiatrics (5 points) 3 Rnal Disas (10 points) 4 Aminoglycosids (5 points) 5 Amikacin (10 points) 6 Gntamicin (10 points) 7 Aminoglycosids

More information

Cattle Finishing Net Returns in 2017 A Bit Different from a Year Ago Michael Langemeier, Associate Director, Center for Commercial Agriculture

Cattle Finishing Net Returns in 2017 A Bit Different from a Year Ago Michael Langemeier, Associate Director, Center for Commercial Agriculture May 2017 Cattl Finishing Nt Rturns in 2017 A Bit Diffrnt from a Yar Ago Michal Langmir, Associat Dirctor, Cntr for Commrcial Agricultur With th xcption of May 2016, monthly fd cattl nt rturns wr ngativ

More information

Probability, Genetics, and Games

Probability, Genetics, and Games " Probability, Gntics, and Gams Hav you vr hard of gns? (W don t man th kind you war!) What color ar your ys? Can you curl your tongu? Your birth parnts gav you a uniqu st of gns that dtrmin such things.

More information

A Numerical Analysis of the Effect of Sampling of Alternatives in Discrete Choice Models

A Numerical Analysis of the Effect of Sampling of Alternatives in Discrete Choice Models A Numrical Analysis of th Effct of Sampling of Altrnativs in Discrt Choic Modls Sriharsha Nrlla and Chandra R. Bhat Th Univrsity of Txas at Austin, Dpartmnt of Civil Enginring 1 Univrsity Station C1761,

More information

TWO REFERENCE japollo LUNAR PARKING - ORBITS / T. P. TIMER. (NASA CR OR rmx OR AD NUMBER) OCTOBER 1965 GODDARD SPACE FLIGHT CENTER

TWO REFERENCE japollo LUNAR PARKING - ORBITS / T. P. TIMER. (NASA CR OR rmx OR AD NUMBER) OCTOBER 1965 GODDARD SPACE FLIGHT CENTER x-543-55-399 * 1 TWO REFERENCE japollo LUNAR PARKING - ORBITS / I - -. -! BY T. P. TIMER,< CFSTI PRICE(S) $ c 4 (PAGES1 (NASA CR OR rmx OR AD NUMBER) 277 I (CATEGORY) ff 653 July 65 OCTOBER 1965,r ; I

More information

AGE DETERMINATION FROM RADIOLOGICAL STUDY OF EPIPHYSIAL APPEARANCE AND FUSION AROUND ELBOW JOINT *Dr. S.S. Bhise, **Dr. S. D.

AGE DETERMINATION FROM RADIOLOGICAL STUDY OF EPIPHYSIAL APPEARANCE AND FUSION AROUND ELBOW JOINT *Dr. S.S. Bhise, **Dr. S. D. AGE DETERMINATION FROM RADIOLOGICAL STUDY OF EPIPHYSIAL APPEARANCE AND FUSION AROUND ELBOW JOINT *Dr. S.S. Bhis, **Dr. S. D. Nanandkar * Corrsponding author, Assistant profssor, Fornsic mdicin dpt., Grant

More information

Design of a Low Noise Amplifier in 0.18µm SiGe BiCMOS Technology

Design of a Low Noise Amplifier in 0.18µm SiGe BiCMOS Technology Dsign of a Low Nois Amplifir in 0.8µm SiG BiCMOS Tchnology Astract Wi Wang, Fng Hu, Xiaoyuan Bao, Li Chn, Mngjia Huang Chongqing Univrsity of Posts and Tlcommunications, Chongqing 400065, China A 60GHz

More information

SINGLE IMAGE DE-HAZE UNDER NON-UNIFORM ILLUMINATION USING BRIGHT CHANNEL PRIOR

SINGLE IMAGE DE-HAZE UNDER NON-UNIFORM ILLUMINATION USING BRIGHT CHANNEL PRIOR SINGLE IMAGE DE-HAZE UNDER NON-UNIFORM ILLUMINATION USING BRIGHT CHANNEL PRIOR 1 XUEYANG FU, 1 QIN LIN, 1 WEI GUO, 2 XINGHAO DING, 3 YUE HUANG 1 Dpartmnt of Communication Enginring, Xiamn Univrsity, Xiamn,

More information

How to Combine Expert (or Novice) Advice when Actions Impact the Environment?

How to Combine Expert (or Novice) Advice when Actions Impact the Environment? How to Combin Exprt (or Novic) Advic whn Actions Impact th Environmnt? Danila Pucci d Farias Dpartmnt of Mchanical Enginring Massachustts Institut of Tchnology Cambridg, MA 02139 pucci@mit.du Nimrod Mgiddo

More information

Machine Learning Approach to Identifying the Dataset Threshold for the Performance Estimators in Supervised Learning

Machine Learning Approach to Identifying the Dataset Threshold for the Performance Estimators in Supervised Learning Machin Larning Approach to Idntifying th Datast Thrshold for th Prformanc Estimators in Suprvisd Larning Zanifa Omary, Frdrick Mtnzi Dublin Institut of Tchnology, Irland zanifa.omary@studnt.dit.i, frdrick.mtnzi@dit.i

More information

Research into the effect of the treatment of the carpal tunnel syndrome with the Phystrac traction device

Research into the effect of the treatment of the carpal tunnel syndrome with the Phystrac traction device Rsarch into th ffct of th tratmnt of th carpal tunnl syndrom with th Phystrac traction dvic Rsarch carrid out in commission of: Fysiothrapi Cntrum Zuidwold By: Irn Kloostrman MA Octobr 2006 Forword This

More information

DISCUSSION ON THE TIMEFRAME FOR THE ACHIEVEMENT OF PE14.

DISCUSSION ON THE TIMEFRAME FOR THE ACHIEVEMENT OF PE14. SPORT NORTHERN IRELAND DISCUSSION ON THE TIMEFRAME FOR THE ACHIEVEMENT OF PE14. 1. PURPOSE OF PAPER 1.1 Th purpos of this papr is: to updat mmbrs on progrss that is bing mad in achiving Stratgy targt PE14

More information

Rudolf Huber GmbH ELECTROMAGNETIC TOOTH CLUTCHES

Rudolf Huber GmbH ELECTROMAGNETIC TOOTH CLUTCHES Rudolf Hubr GmbH ELECTROMAGNETIC TOOTH CLUTCHES Aubingrwg 41 82178 Puchhim Tl: +49 (0)89 89026426 Fax: +49 (0)89 89026427 www.mz-kupplungn.d info@hubr-prazisionsmchanik.d Elctromagntic tooth clutchs with

More information

Evaluation of Accuracy of U.S. DOT Rail-Highway Grade Crossing Accident Prediction Models

Evaluation of Accuracy of U.S. DOT Rail-Highway Grade Crossing Accident Prediction Models 166 TRANSPORTATION RESEARCH RECORD 1495 Evaluation of Accuracy of U.S. DOT Rail-Highway Grad Crossing Accidnt Prdiction Modls M.I. MUTABAZI AND W.D. BERG Svral vrsions of th U.S. Dpartmnt of Transportation

More information

Brushless DC motor speed control strategy of simulation research

Brushless DC motor speed control strategy of simulation research Brushlss DC motor spd control stratgy of simulation rsarch Xiang WEN 1,*,Zhn-qiang LI 2 1,2 Collg of Elctrical and Information Enginring, Guangxi Univrsity of Scinc and Tchnology, Liuzhou Guangxi 55006,

More information

Statistical Techniques For Comparing ACT-R Models of Cognitive Performance

Statistical Techniques For Comparing ACT-R Models of Cognitive Performance Statistical Tchniqus For Comparing ACT-R Modls of Cognitiv Prformanc Ryan Shaun Bakr (rsbakr@cmu.du) Albrt T. Corbtt (corbtt@cmu.du) Knnth R. Kodingr (kodingr@cmu.du) Human-Computr Intraction Institut,

More information

Approximate Dimension Equalization in Vector-based Information Retrieval

Approximate Dimension Equalization in Vector-based Information Retrieval Approximat Dimnsion qualization in Vctor-basd Information Rtrival Fan Jiang Dpartmnt of Computr Scinc, Duk Univrsity, Durham, NC 27708 USA ichal L. Littman AT&T Labs Rsarch, Florham Park, NJ 07932-0971

More information

Adaptive Load Balancing: A Study in Multi-Agent. Learning. Abstract

Adaptive Load Balancing: A Study in Multi-Agent. Learning. Abstract Journal of Articial Intllignc Rsarch 2 (1995) 475-500 Submittd 10/94; publishd 5/95 Adaptiv Load Balancing: A Study in Multi-Agnt Larning Andra Scharf ascharf@dis.uniroma1.it Dipartimnto di Informatica

More information

Design and simulation of the microstrip antenna for 2.4 GHz HM remote control system Deng Qun 1,a,Zhang Weiqiang 2,b,Jiang Jintao 3,c

Design and simulation of the microstrip antenna for 2.4 GHz HM remote control system Deng Qun 1,a,Zhang Weiqiang 2,b,Jiang Jintao 3,c Dsign and simulation of th microstrip antnna for 2.4 GHz HM rmot control systm Dng Qun 1,a,Zhang Wiqiang 2,b,Jiang Jintao 3,c 1,2,3 Institut of Information Enginring &Tchnical, Ningbo Univrsity,Ningbo,

More information

MATH 1300: Finite Mathematics EXAM 2 15 March 2017

MATH 1300: Finite Mathematics EXAM 2 15 March 2017 MATH 1300: Finit Mathmatics EXAM 2 15 March 2017 NAME:... SECTION:... INSTRUCTOR:... SCORE MC:(A) /12 * 7 = LA: /16 = Total: /100 = % INSTRUCTIONS 1. DO NOT OPEN THIS EXAM UNTIL INSTRUCTED TO BY YOUR ROOM

More information

PRELIMINARY STUDY ON DISPLACEMENT-BASED DESIGN FOR SEISMIC RETROFIT OF EXISTING BUILDINGS USING TUNED MASS DAMPER

PRELIMINARY STUDY ON DISPLACEMENT-BASED DESIGN FOR SEISMIC RETROFIT OF EXISTING BUILDINGS USING TUNED MASS DAMPER Not: this papr was not abl to b rviwd in accordanc with DEST rquirmnts. PRELIMINARY STUDY ON DISPLACEMENT-BASED DESIGN FOR SEISMIC RETROFIT OF EXISTING BUILDINGS USING TUNED MASS DAMPER Chang-Yu Chn 1

More information

APPLYING THE MIXED RASCH MODEL TO THE FRACTION CONCEPT OF PUPILS

APPLYING THE MIXED RASCH MODEL TO THE FRACTION CONCEPT OF PUPILS Intrnational Journal of Innovativ Managmnt, Information & Production ISME Intrnationalc200 ISSN 285-5439 Volum, Numbr, Dcmbr 200 PP. 90-96 APPLYING THE MIXED RASCH MODEL TO THE FRACTION CONCEPT OF PUPILS

More information

Multiresolution Feature Extraction from Unstructured Meshes

Multiresolution Feature Extraction from Unstructured Meshes Multirsolution Fatur Extraction from Unstructurd Mshs Andras Hubli, Markus Gross Dpartmnt of Computr Scinc ETH Zurich, Switzrland Abstract W prsnt a framwork to xtract msh faturs from unstructurd two-manifold

More information

IBM Research Report. A Method of Calculating the Cost of Reducing the Risk Exposure of Non-compliant Process Instances

IBM Research Report. A Method of Calculating the Cost of Reducing the Risk Exposure of Non-compliant Process Instances RC24930 (W1001-025) January 8, 2010 Computr Scinc IBM Rsarch Rport A Mthod of Calculating th Cost of Rducing th Risk Exposur of Non-compliant Procss Instancs Yurdar N. Doganata, Francisco Curbra IBM Rsarch

More information

e/m apparatus (two similar, but non-identical ones, from different manufacturers; we call them A and B ) meter stick black cloth

e/m apparatus (two similar, but non-identical ones, from different manufacturers; we call them A and B ) meter stick black cloth Stony Brook Physics Laboratory Manuals Lab 6 - / of th lctron Th purpos of this laboratory is th asurnt of th charg ovr ass ratio / for th lctron and to study qualitativly th otion of chargd particls in

More information

A Practical System for Measuring Film Thickness. Means of Laser Interference with Laminar-Like Laser

A Practical System for Measuring Film Thickness. Means of Laser Interference with Laminar-Like Laser A Practical Systm for Masuring Film Thicknss by Mans of Lasr Intrfrnc with Laminar-Lik Lasr Fng ZHU, Kazuhiko ISHIKAWA, Toru IBE, Katsuhiko ASADA,' and Masahiro UEDA4 Dpartmnt of Information Scinc, Faculty

More information

ENCRYPTING OPTIMISATION TECHNIQUES WITH PARTIAL AUTHENTICATION

ENCRYPTING OPTIMISATION TECHNIQUES WITH PARTIAL AUTHENTICATION 7 th Intrnational Confrnc on DEVELOPMENT AND APPLICATION SYSTEMS S u c a v a, R o m a n i a, M a y 27 29, 2 0 0 4 ENCRYPTING OPTIMISATION TECHNIQUES WITH PARTIAL AUTHENTICATION Cătălin CERBULESCU 1, Monica

More information

RULES REDUCTION AND OPTIMIZATION OF FUZZY LOGIC MEMBERSHIP FUNCTIONS FOR INDUCTION MOTOR SPEED CONTROLLER

RULES REDUCTION AND OPTIMIZATION OF FUZZY LOGIC MEMBERSHIP FUNCTIONS FOR INDUCTION MOTOR SPEED CONTROLLER RULES REDUCTION AND OPTIMIZATION OF FUZZY LOGIC MEMBERSHIP FUNCTIONS FOR INDUCTION MOTOR SPEED CONTROLLER 1 ZULHISYAM SALLEH, 2 MARIZAN SULAIMAN, 3 FIZATUL AINI PATAKOR, 4 ROSLI OMAR 1 Snior Lcturr. Dpt.

More information

Tests on a Single Phase Transformer

Tests on a Single Phase Transformer Hong Kong nstitut of ational Education (Tsing Yi) Dpartmnt of Enginring Elctrical Enginring Principls Laboratory Sht: EEE3405/LAB03 Studnt nam: Cours / Yar: Dat: Tsts on a Singl Phas Transformr Objctivs

More information

NAMUR Choices of Wine Consumption Measure of Interaction Terms and Attributes

NAMUR Choices of Wine Consumption Measure of Interaction Terms and Attributes NAMUR 009 Choics of Win Consumption Masur of Intraction Trms and Attributs Magali AUBERT, Véroniqu MEURIOT INRA, UMR 0 MOISA; CIRAD, UPR 88 ARENA; Montpllir, Franc vroniqu.muriot@cirad.fr Intrprting intraction

More information

The Strengths and Limitations of the Statistical Modeling of Complex Social Phenomenon: Focusing on SEM, Path Analysis, or Multiple Regression Models

The Strengths and Limitations of the Statistical Modeling of Complex Social Phenomenon: Focusing on SEM, Path Analysis, or Multiple Regression Models Th Strngths and Limitations of th Statistical Modling of Complx Social Phnomnon: Focusing on SEM, Path Analysis, or Multipl Rgrssion Modls Jihy Jon Abstract This papr analyzs th concptual framwork of thr

More information

Difference in Characteristics of Self-Directed Learning Readiness in Students Participating in Learning Communities

Difference in Characteristics of Self-Directed Learning Readiness in Students Participating in Learning Communities Advancd Scinc and Tchnology Lttrs, pp.135-14 http://dx.doi.org/1.14257/astl.215.92.28 Diffrnc in Charactristics of Slf-Dirctd Larning Radinss in Studnts Participating in Larning Communitis Hur, Young Ju

More information

AN ABSTRACT OF THE THESIS OF

AN ABSTRACT OF THE THESIS OF AN ABSTRACT OF THE THESIS OF Ptr Drak for th dgr of Mastr of Scinc in Computr Scinc prsntd on August 9, 1995. Titl: Constructiv Induction for Improvd Larning of Boolan Functions. Rdactd for privacy Abstract

More information

Measuring Cache and TLB Performance and Their Effect on Benchmark Run Times

Measuring Cache and TLB Performance and Their Effect on Benchmark Run Times Masuring Cach and TLB Prformanc and Thir Effct on Bnchmark Run Tims Rafal H. Saavdra Alan Jay Smith ABSTRACT In prvious rsarch, w hav dvlopd and prsntd a modl for masuring machins and analyzing programs,

More information

Emerging Subsea Networks

Emerging Subsea Networks MODELLING OF NONLINEAR FIBER EFFECTS IN SYSTEMS USING CODIRECTIONAL RAMAN AMPLIFICATION Nlson Costa (Coriant Portugal), Lutz Rapp (Coriant R&D GmbH) Email: nlson.costa@coriant.com Coriant Portugal, R.

More information

A Comment on Variance Decomposition and Nesting Effects in Two- and Three-Level Designs

A Comment on Variance Decomposition and Nesting Effects in Two- and Three-Level Designs DISCUSSION PAPER SERIES IZA DP No. 3178 A Commnt on Varianc Dcomposition and Nsting Effcts in Two- and Thr-Lvl Dsigns Spyros Konstantopoulos Novmbr 007 Forschungsinstitut zur Zukunft dr Arbit Institut

More information

Eye detection using a deformable template in static images

Eye detection using a deformable template in static images Ey dtction using a dformabl tmplat in static imags Frnando Jorg Soars Carvalho Dpartamnto d Matmática, Instituto Suprior d Engnharia do Porto R. Dr. Brnardino d Almida, 431 400-07 Porto Portugal -mail:

More information

Input Techniques for Neural Networks in Stock Market Prediction Ensembles

Input Techniques for Neural Networks in Stock Market Prediction Ensembles Procdings of Studnt-Faculty Rsarch Day, CSIS, Pac Univrsity, May 7 th, 2010 Input Tchniqus for Nural Ntworks in Stock Markt Prdiction Ensmbls Robb Zuckr, Shilp Gajjar, Victoria Rodriguz, Mohamd Trmoul,

More information

Hybrid force-position control for manipulators with 4 degrees of freedom

Hybrid force-position control for manipulators with 4 degrees of freedom Hybrid forc-position control for manipulators with 4 dgrs of frdom Alxandru GAL Institut of Solid Mchanics of th Romanian Acadmy C-tin Mill 5, Bucharst, Romania galxandru@yahoo.com Abstract: his papr taks

More information

Towards User-Adaptive Information Visualization

Towards User-Adaptive Information Visualization Towards Usr-Adaptiv Information Visualization Cristina Conati, Giuspp Carnini, Drck Tokr, Sbastian Lall Univrsity of British Columbia, Vancouvr, Canada. {conati, carnini, tokr, lall}@cs.ubc.ca Abstract

More information

Mathematical Simulation on Self-tuning Fuzzy Controller for Small Cylindrical Object Navigating near Free-surface

Mathematical Simulation on Self-tuning Fuzzy Controller for Small Cylindrical Object Navigating near Free-surface Availabl onlin at www.scincdirct.com Procdia Enginring () 9 96 SREE Confrnc on Enginring Modlling and Simulation (CEMS ) Mathmatical Simulation on Slf-tuning Fuzzy Controllr for Small Cylindrical Objct

More information

Car Taxes and CO 2 emissions in EU. Summary. Introduction. Author: Jørgen Jordal-Jørgensen, COWI

Car Taxes and CO 2 emissions in EU. Summary. Introduction. Author: Jørgen Jordal-Jørgensen, COWI Car Taxs and CO 2 missions in EU Author: Jørgn Jordal-Jørgnsn, COWI Summary Th ful fficincy of passngr cars is oftn mphasisd as on of th most significant aras of action in trms of limiting th transport

More information

A Robust R-peak Detection Algorithm using Wavelet Packets

A Robust R-peak Detection Algorithm using Wavelet Packets Intrnational Journal of Computr Applications (975 8887) A Robust R-pak Dtction Algorithm using Wavlt Packts Omkar Singh School of Elctronics and Communication Enginring Lovly Profssional Univrsity Punjab-INDIA

More information

Structural Graph Matching using the EM Algorithm and Singular Value Decomposition

Structural Graph Matching using the EM Algorithm and Singular Value Decomposition CCV2002: Th 5th sian Confrnc on Computr Vision, 23 25 January 2002, lbourn, ustralia 1 Structural Graph atching using th E lgorithm and Singular Valu Dcomposition Bin Luo Univrsity of York,York, UK and

More information

MURDOCH RESEARCH REPOSITORY

MURDOCH RESEARCH REPOSITORY MURDOCH RESEARCH REPOSITORY http://dx.doi.org/10.1109/pesw.2000.850088 Fung, C.C. (2000) Combind fuzzy-logic and gntic algorithm tchniqu for th schduling of rmot ara powr systm. In: IEEE Powr Enginring

More information

Efficient MBS-FEM integration for structural dynamics

Efficient MBS-FEM integration for structural dynamics Th 2012 World Congrss on Advancs in Civil, Environmntal, and Matrials Rsarch (ACEM 12) Soul, Kora, August 26-30, 2012 Efficint MBS-FEM intgration for structural dynamics *Dragan Z. Marinkovic 1) and Manfrd

More information

Effective Subgrade Coefficients for Seismic Performance Assessment of Pile Foundations

Effective Subgrade Coefficients for Seismic Performance Assessment of Pile Foundations Effctiv Subgrad Cofficints for Sismic Prformanc Assssmnt of Pil Foundations W.L. Tan, S.T. Song & W.S. Hung National Chung-Hsing Unuvrsity, Taiwan,.O.C. SUMMAY: ( Th soil subgrad cofficints availabl in

More information

ON-LINE MONITORING AND FAULT DETECTION

ON-LINE MONITORING AND FAULT DETECTION ON-LINE MONITORING AND FAULT DETECTION OF CONTROL SYSTEM PERFORMANCE John E. Sm Johnson Controls, Inc. Milwauk, WI 53211-0423 USA John M. Hous National Institut of Standards and Tchnology Gaithrsburg,

More information

Chapter 12 Student Lecture Notes 12-1

Chapter 12 Student Lecture Notes 12-1 Chaptr 1 Studnt Lctur Nots 1-1 Businss Statistics: A Dcision-Making Approach 6 th Edition Chaptr 1 Goodnss-of-Fit Tsts and Contingncy Analysis 005 Prntic-Hall, Inc. Chap 1-1 Chaptr Goals Aftr complting

More information

How Asset Maintenance Strategy Selection Affects Defect Elimination, Failure Prevention and Equipment Reliability

How Asset Maintenance Strategy Selection Affects Defect Elimination, Failure Prevention and Equipment Reliability Availability P +61 (0) 402 731 563 F +61 (8) 9457 8642 E info@liftim-rliability.com How Asst aintnanc Stratgy Slction Affcts Dfct Elimination, Failur Prvntion and Equipmnt Rliability ABSTRACT: Th 20 th

More information

EVALUATION OF DIAGNOSTIC PERFORMANCE USING PARTIAL AREA UNDER THE ROC CURVE. Hua Ma. B.S. Sichuan Normal University, Chengdu, China, 2007

EVALUATION OF DIAGNOSTIC PERFORMANCE USING PARTIAL AREA UNDER THE ROC CURVE. Hua Ma. B.S. Sichuan Normal University, Chengdu, China, 2007 EVALUATION OF DIAGNOSTIC PERFORMANCE USING PARTIAL AREA UNDER THE ROC CURVE by Hua Ma B.S. Sichuan Normal Univrsity, Chngdu, China, 2007 M.S. Xiamn Univrsity, Xiamn, China, 2010 Submittd to th Graduat

More information

FEM Analysis of Welded Spherical Joints Stiffness Fan WANG a, Qin-Kai CHEN b, Qun WANG b, Ke-Wei ZHU b, Xing WANG a

FEM Analysis of Welded Spherical Joints Stiffness Fan WANG a, Qin-Kai CHEN b, Qun WANG b, Ke-Wei ZHU b, Xing WANG a Intrnational Confrnc on Mchanics and Civil Enginring (ICMCE 014) FEM Analysis of Wldd phrical Joints tiffnss Fan WANG a, Qin-Kai CHEN b, Qun WANG b, K-Wi ZHU b, Xing WANG a chool of Architctur and Civil

More information

Scheduling of Conditional Process Graphs for the Synthesis of Embedded Systems

Scheduling of Conditional Process Graphs for the Synthesis of Embedded Systems Downloadd from orbitdtudk on: Jan 06, 2019 Schduling of onditional Procss Graphs for th Synthsis of Embddd Systms Els, Ptru; Kuchcinski, Krzysztof; Png, Zbo; Pop, Paul; Doboli, Alx Publishd in: Procdings

More information

Alternate Mount and Location for a Trolling Motor. Print in Landscape Mode with ¼ inch borders.

Alternate Mount and Location for a Trolling Motor. Print in Landscape Mode with ¼ inch borders. SIDE MOTOR MOUNT Drawn 09-15-2013 Altrnat Mount and Location for a Trolling Motor Rv. 09-21-2013 Print in Landscap Mod with ¼ inch bordrs. Th primary purpos of locating th trolling motor nxt to th oprator

More information

SOLUTIONS FOR THEORETICAL COMPETITION

SOLUTIONS FOR THEORETICAL COMPETITION VI Intrnational Zhautykov Olympiad Thortical Comptition/Solutions Pag /5 SOLUTIONS FOR THEORETICAL COMPETITION Thortical Qustion A Potntial nrgy of th rigid rod U=mgl/sinα transforms to th kintic nrgy

More information

Alternate Mount and Location for a Trolling Motor. Print in Landscape Mode with ¼ inch borders.

Alternate Mount and Location for a Trolling Motor. Print in Landscape Mode with ¼ inch borders. SIDE MOTOR MOUNT Altrnat Mount and Location for a Trolling Motor Drawn 09-15-2013 Rv. 07-11-2016 Print in Landscap Mod with ¼ inch bordrs. Th primary purpos of locating th trolling motor nxt to th oprator

More information

Efficient Spectral Power Estimation on an Arbitrary Frequency Scale

Efficient Spectral Power Estimation on an Arbitrary Frequency Scale 178 F. ZPLT, M. KSL, EFFCET SPECTL POWE ESTMTO O BTY FEQUECY SCLE Efficint Spctral Powr Estimation on an rbitrary Frquncy Scal Filip ZPLT, Miroslav KSL Dpt. of adio Elctronics, Brno Univrsity of Tchnology,

More information

A e C l /C d. S j X e. Z i

A e C l /C d. S j X e. Z i DESIGN MODIFICATIONS TO ACHIEVE LOW-BOOM AND LOW-DRAG SUPERSONIC CONCEPTUAL DESIGNS Danil. B. L Advisor: Prof. Jams C. McDanil Univrsity of Virginia, Charlottsvill, VA 94 NASA Mntor: Dr. Wu Li NASA Langly

More information

Sensitivity Analysis of the JPALS Shipboard Relative GPS Measurement Quality Monitor

Sensitivity Analysis of the JPALS Shipboard Relative GPS Measurement Quality Monitor Snsitivity Analysis of th JPALS Shipboard Rlativ GPS Masurmnt Quality Monitor Michal Konig, Dmoz Gbr-Egziabhr, Sam Pulln, Ung-Souk Kim, and Pr Eng Stanford Univrsity Boris S. Prvan and Fang Chng Chan Dpartmnt

More information

Localization Performance of Real and Virtual Sound Sources

Localization Performance of Real and Virtual Sound Sources M.Sc.E.E. Jan Abildgaard Pdrsn AM3D A/S Riihimäkivj 6 DK-9200 Aalborg Dnmark M.Sc.E.E. Torbn Jørgnsn Trma A/S Hovmarkn 4 DK-8520 Lystrup Dnmark E-mail: jap@am3d.com / toj@trma.dk ABSTRACT This papr dscribs

More information

The Leonid 2000 Meteor Shower. Information for spacecraft operators

The Leonid 2000 Meteor Shower. Information for spacecraft operators Sptmbr 14, 2000 Th Lonid 2000 Mtor Showr Information for spaccraft oprators 1. Scop Th objctiv of this not is to provid background information about th xpctd Lonid mtor showr around 17/18 Novmbr 2000 and

More information

FITTING ELECTRICITY MARKET MODELS. A CONJECTURAL VARIATIONS APPROACH

FITTING ELECTRICITY MARKET MODELS. A CONJECTURAL VARIATIONS APPROACH FITTING LCTRICITY MARKT MODLS. A CONJCTURAL VARIATIONS APPROACH Antonio García-Alcald Mariano Vntosa Michl Rivir Andrés Ramos Grgorio Rlaño INSTITUTO D INVSTIGACIÓN TCNOLÓGICA Univrsidad Pontificia Comillas

More information

L4-L7 network services in shared network test plan

L4-L7 network services in shared network test plan ntwork srvics twork tst plan Tst cass cratd by Swamy As th primary rquirmnt of this fatur is to support its srvics supportd, QA primary focus whil runn th follow tsts is to nsur vryth is functional w.r.to

More information

A multiple mediator model: Power analysis based on Monte Carlo simulation

A multiple mediator model: Power analysis based on Monte Carlo simulation Amrican Journal of Applid Psychology 2014; 3(3): 72-79 Publishd onlin Jun 20, 2014 (http://wwwscincpublishinggroupcom/j/ajap) doi: 1011648/jajap2014030315 A multipl mdiator modl: Powr analysis basd on

More information

Company registration number: ROI FRS 105 Demo Client UNAUDITED FINANCIAL STATEMENTS for the year ended 31 January 2018

Company registration number: ROI FRS 105 Demo Client UNAUDITED FINANCIAL STATEMENTS for the year ended 31 January 2018 Company rgistration numbr: 999955 UNAUDITED FINANCIAL STATEMENTS for th yar ndd 31 January 2018 Unauditd Financial Statmnts CONTENTS PAGE Dirctors and Othr Information 1 Dirctor s Rport 2 Accountant s

More information

Application of Biomedical Digital Solutions: Virtual Flow Cytometry and Hematometrics in Pathology and Research

Application of Biomedical Digital Solutions: Virtual Flow Cytometry and Hematometrics in Pathology and Research Application of Biomdical Digital Solutions: Virtual Flow Cytomtry and Hmatomtrics in Pathology and Rsarch Hrnani D Cualing IHCFLOW Inc Lutz, FL, USA Can ths diagnostic imags bcom data instad of just picturs?

More information

Algorithm 916: computing the Faddeyeva and Voigt functions

Algorithm 916: computing the Faddeyeva and Voigt functions Algorithm 96: computing th Faddyva and Voigt functions MOFREH R. ZAGHLOUL, Unitd Arab Emirats Univrsity AHMED N. ALI, Unitd Arab Emirats Univrsity W prsnt a MATLAB function for th numrical valuation of

More information

Audio Engineering Society Convention Paper Presented at the 111th Convention 2001 September New York, NY, USA

Audio Engineering Society Convention Paper Presented at the 111th Convention 2001 September New York, NY, USA Audio Enginring Socity Convntion Papr Prsntd at th th Convntion 200 Sptmbr 2 24 Nw York, NY, USA This convntion papr has bn rproducd from th author's advanc manuscript, without diting, corrctions, or considration

More information

Evaluation Of Logistic Regression In Classification Of Drug Data In Kwara State

Evaluation Of Logistic Regression In Classification Of Drug Data In Kwara State Intrnational Journal Of Computational Enginring Rsarch (icronlin.com) Vol. 3 Issu. 3 Evaluation Of Logistic Rgrssion In Classification Of Drug Data In Kwara Stat, O.S. Balogun, 2 T.J. Aingbad, A.A. Ainrfon

More information

THE CROSS-FLOW DRAG ON A MANOEUVRING SHIP. J. P. HOOFf. MARIN, Wageningen, The Netherlands

THE CROSS-FLOW DRAG ON A MANOEUVRING SHIP. J. P. HOOFf. MARIN, Wageningen, The Netherlands f!j Prgamon Ocan Engng, Vol. 21, No. 3, pp. 329-342, 1994 Elsvir Scinc Ltd Printd in Grat Britain 0029-8018194$7.00 +.00 THE CROSS-FLOW DRAG ON A MANOEUVRNG SHP J. P. HOOFf MARN, Wagningn, Th Nthrlands

More information

CURRICULUM, ASSESSMENT AND REPORTING ARRANGEMENTS: A SUMMARY OF THE CHANGES FROM SEPTEMBER 2015

CURRICULUM, ASSESSMENT AND REPORTING ARRANGEMENTS: A SUMMARY OF THE CHANGES FROM SEPTEMBER 2015 CURRICULUM, ASSESSMENT AND REPORTING ARRANGEMENTS: A SUMMARY OF THE CHANGES FROM SEPTEMBER 2015 Th National Contxt: As of Sptmbr 2014, a rvisd National Curriculum for England and Wals cam into bing. Th

More information

Phrase-Based Statistical Machine Translation with Pivot Languages

Phrase-Based Statistical Machine Translation with Pivot Languages Phras-Basd Statistical Machin Translation with Pivot Languags Nicola Brtoldi, Madalina Barbaiani, Marcllo Fdrico, Roldano Cattoni FBK-irst - Ricrca Scintifica Tcnologica Via Sommariv 18, 38100 Povo (TN),

More information

Or-Light Efficiency and Tolerance New-generation intense and pulsed light system

Or-Light Efficiency and Tolerance New-generation intense and pulsed light system Or-Light Efficincy and Tolranc Nw-gnration intns and pulsd light systm Dr Patricia BERGER INTRODUCTION Th us of pulsd and intns light systms (polychromatic, non-cohrnt and non-focussd light) is a commonly

More information

YGES Weekly Lesson Plan Template. Name: Kindergarten- ELA Date: Dec. 7-11, Monday Tuesday Wednesday Thursday Friday

YGES Weekly Lesson Plan Template. Name: Kindergarten- ELA Date: Dec. 7-11, Monday Tuesday Wednesday Thursday Friday Nam: Kirgartn- ELA Dat: Dc. -11, 015 Monday Tusday Wdnsday Thursday Friday Standard(s):..I....I....I....I....I.. Essntial Qustion/ Ky Qustion Activating Stratgy: Lsson Opnr What ar th jobs of th author

More information

OCR. Business Studies SECOND EDITION. CD-ROM for students Questions and answers

OCR. Business Studies SECOND EDITION. CD-ROM for students Questions and answers OCR AS Businss Studis SECOND EDITION CD-ROM for studnts Qustions and answrs Contnts Introduction... 3 Qustions and answrs... 4 Sction A... 4 Sction B... 5 For furthr qustions and answrs, with xaminr commnts,

More information

Presentation to the Senate Committee on Health & Human Services June 16, The University of Texas Health Science Center at Houston (UTHealth)

Presentation to the Senate Committee on Health & Human Services June 16, The University of Texas Health Science Center at Houston (UTHealth) Prsntation to th Snat Committ on Halth & Human Srvics Jun 16, 2016 Th Univrsity of Txas Halth Scinc Cntr at Houston (UTHalth) Stphn Glazir, MBA, FACHE Chif Oprating Officr, UTHalth HCPC 1 Th UTHalth Harris

More information

An Empirical Analysis of Software Productivity

An Empirical Analysis of Software Productivity An Empirical Analysis of Softwar Productivity Martin Shpprd, Carolyn Mair, Pkka Forslius Abstract Th aim of our rsarch is to discovr what factors impact softwar projct productivity (masurd as function

More information

CUSTOMIZED INSTRUCTIONAL PEDAGOGY IN LEARNING PROGRAMMING PROPOSED MODEL

CUSTOMIZED INSTRUCTIONAL PEDAGOGY IN LEARNING PROGRAMMING PROPOSED MODEL CUSTOIZED INSTRUCTIONAL PEDAGOGY IN LEARNING PROGRAING PROPOSED ODEL 1 UHAED YOUSOOF, OHD SAPIYAN 1 Dhofar Univrsity, Dpartmnt of IS, Salalah, OAN GUST, Dpartmnt of Computr Scinc, Kuwait, KUWAIT E-mail:

More information

Developments in the CBR at 1 January 2016

Developments in the CBR at 1 January 2016 Dvlopmnts in th CBR at 1 January 2016 INTRODUCTION Th statistical units of a givn population do not rmain static ovr tim. At a givn point in tim, ntitis aris, thir charactristics ar modifid, or thy may

More information

Developments in the CBR at 1 January 2014

Developments in the CBR at 1 January 2014 Dvlopmnts in th CBR at 1 January 2014 INTRODUCTION Th statistical units of a givn population do not rmain static ovr tim. At a givn point in tim, ntitis aris, thir charactristics ar modifid, or thy may

More information

List 3 ways these pictures are the same, and three ways they are different.

List 3 ways these pictures are the same, and three ways they are different. List 3 ways ths picturs ar th sam, and thr ways thy ar diffrnt. Human Nuron Comptition i i i i Follow dirctions on th sht in Bindr. 1. Mak Storyboard today and all plans to show nuron firing 2. Monday

More information

ESTIMATING GAMMA. Martin Lally School of Economics and Finance Victoria University of Wellington. 25 November 2013

ESTIMATING GAMMA. Martin Lally School of Economics and Finance Victoria University of Wellington. 25 November 2013 ETIMATING GAMMA Martin Lally chool of Economics and Financ Victoria Univrsity of Wllington 25 Novmbr 2013 Th hlpful commnts of John Fallon and Michal Blak of th QCA ar gratfully acknowldgd. Howvr all opinions

More information

Atomic and Nuclear Physics

Atomic and Nuclear Physics tomic and Nuclar Physics ntroductory Exprimnts Spcific Elctron Charg LEYBOLD Physics Laflts Dtrmination of th Spcific Charg of th Elctron Objcts of th Exprimnt Study of th dflction of lctrons in a magntic

More information

SANDIA FREQUENCY SHIFT BASED ARTIFICIAL IMMUNE SYSTEM FOR ANTI- ISLANDING DETECTION

SANDIA FREQUENCY SHIFT BASED ARTIFICIAL IMMUNE SYSTEM FOR ANTI- ISLANDING DETECTION Intrnational Journal of Tchnical Rsarch and Applications -ISSN: 232-8163, www.ijtra.com Volum 3, Issu4 (July-August 215), PP. 355-362 SANDIA FREQUENCY SHIFT BASED ARTIFICIAL IMMUNE SYSTEM FOR ANTI- ISLANDING

More information

Reliability Demonstration Test Plan

Reliability Demonstration Test Plan Rliability Dmonstration Tst Plan STATGRAPHICS Cnturion Rv. 6/7/04 Summary... Exampl... Analysis Window... Output... 4 Calculations... 5 Distributions... 5 Summary This procdur crats tst plans to dmonstrat

More information

Combined use of calcipotriol solution (SOp.g/ ml) and Polytar liquid in scalp psoriasis.

Combined use of calcipotriol solution (SOp.g/ ml) and Polytar liquid in scalp psoriasis. MCS9506INT 27 April1999 Pag 11 of 189 Summary This documnt has bn dov.;nloadd from \v\vw.lo-pharma.com subjct to th trms of us stat on th wbsit. It contains data and rsults rgarding approvd and non-approvd

More information