SCOREM 2.11: A PROGRAM FOR THE ESTIMATION OF GENERAL STATE-SPACE MODELS WITH THE EM AND SCORING ALGORITHMS

Size: px
Start display at page:

Download "SCOREM 2.11: A PROGRAM FOR THE ESTIMATION OF GENERAL STATE-SPACE MODELS WITH THE EM AND SCORING ALGORITHMS"

Transcription

1 SCOREM 2.: A PROGRAM FOR THE ESTIMATION OF GENERAL STATE-SPACE MODELS WITH THE EM AND SCORING ALGORITHMS Jacques Raynauld * Jean-Guy Simonao Chrisian Sigouin Insiu d'économie appliquée École des Haues Éudes Commerciales 5255 Decelles, Monréal, H3T V6 Phone: Fax: Inerne: RAYNAULD@HEC.CA Augus 993 * We would like o acknowledge he financial suppor of he Social Sciences and Humaniies Research Council of Canada, Les Fonds FCAR of he Québec governmen, Les Fonds Faribeaul of he Universié de Monréal and he Cener for Inernaional Business Sudies of l'école des Haues Éudes Commerciales. Correspondence should be addressed o he firs auhor.

2 . INTRODUCTION This paper describes how o use a program available on a companion diskee o esimae dynamic models wih unobservable variables (also called DYMIMIC models). This program works wih GAUSS 2. and 3.. The user is expeced o have some basic noions concerning his programming language. We firs begin by explaining he esimaion mehods used by he program. We hen show how o se up a model by providing a deailed example. The auhors welcome any commens concerning possible improvemens or problems wih his version of SCOREM. 2. ESTIMATION METHODS This program is designed o esimae DYMIMIC models using eiher a Newon scoring algorihm or an expecaion-maximizaion (EM) algorihm. These are wo maximum likelihood based esimaion mehods which rely on he Kalman filer. Boh have relaive srenghs and weaknesses. The scoring algorihm [described in Engle and Wason (98)] is fairly accurae and converges relaively rapidly bu is highly dependen on he iniial values given o he model parameers. Inappropriae iniial values lead o many problems such as non-posiive definie variance-covariance marices which make he esimaion process very difficul if no impossible. In many cases, finding a good se of iniial values could be difficul and an exensive search can be exremely ime consuming. Unlike he scoring algorihm, he EM algorihm [described in Wason and Engle (983), Shumway and Soffer (982), and Shumway (988)] is no very sensiive o iniial values since i uses OLS o find he parameer vecor maximizing he likelihood. A few ieraions wih his algorihm will do a good job finding a parameer vecor close o he one maximizing he likelihood funcion. However, his algorihm is slow o converge and unlike he scoring algorihm, i doesn' provide any sandard errors for he esimaed parameers. This program is buil in a manner ha permis he sequenial use of hese wo algorihms. This way, we can ake advanage of boh mehods' srenghs and overcome Following Ruud (99), i is possible o consruc an esimae of he Hessian using he score. However, his possibiliy is no available in he curren version of he program.

3 mos of heir weaknesses. A few ieraions wih he EM algorihm can be used o find a "nearly opimal" parameers vecor which will no cause any problem if used as iniial values for he scoring algorihm. The laer can hen be used o find he final esimaes and heir associaed sandard errors. However, wih he new "squeezing" feaure conrolling he sep-lengh parameer added o SCOREM 2., he user can mos of he ime bypass he EM algorihm and sar righ away wih he scoring algorihm. 2 The possibiliy o use analyical derivaives for he scoring algorihm wihou much work is also a program's main feaure. This permis o speed up he esimaion process from wo o hree imes compared o a sandard numerical derivaives based mehod. 3. INSTALLATION The program should be insalled as i is on he diskee, ha is, wih a main direcory named SCOREM (or any oher name) and wo sub-direcories named EM and SCORING. Examples can be found in he sub-direcory EXAMPLES. The resuls from each esimaion will also be sored in he main direcory. 4. SETTING UP A STATE-SPACE MODEL The program is designed o work wih he sae-space formulaion of a model [see Harvey (98, 989) for furher explanaions] ha is, a measuremen equaion which links he observed variables (Y) o he sae variables (α ): Y = Z α + β X + S e () (nx) (nxm) (mx) (nxk) (kx) (nxnm) (nmx) and a ransiion equaion which describes he process followed by he sae variables: α = T α -+ γ X 2 + R n (2) 2 (mx) (mxm) (mx) (mxk2) (k2x) (mxg) (gx) e _ N(, H ) and n _ N(, Q ) 3 where e and n are random disurbances assumed o follow a normal disribuion wih variance-covariance marices H and Q respecively. The dimensions of each marix are in parenhesis. X and X2 are vecors of exogenous variables. A paricular model is se up by providing he conens of each marix in equaions

4 () and (2). Acually, his ask consiss in discriminaing beween fixed and free parameers (he ones which are o be esimaed). Of course, his should always be done in a manner so as o avoid idenificaion problems. Underidenified models will invariably lead o a program failure. A simple rule of humb is o fix a leas one parameer for each sae variable. Moreover, pracice has shown ha i is a good idea o sandardize all observable variables (The Ys and he Xs in he measuremen equaion), a leas in he saionary case. This helps he algorihms o converge by puing all variables on he same scale. Furhermore, if for idenificaion purposes a variance is fixed, is value should be in line wih he size of he corresponding variables: his will preven he oher esimaed variances from becoming negaive. Furher idenificaion ips are given in he deailed examples of he appendices. 3 Each differen model mus be iniialized wih he <name>.gau and <name>.prc files. A simple example illusraes how his can be done. 5. SETTING UP A MODEL: AN EXAMPLE Suppose we wan o esimae a coinciden indicaor of economic aciviy in a given counry (see Sock and Wason, 99). I seems reasonable o suppose ha variables like employmen (EMP), manufacurers' shipmens (SHIP) and reail sales (RTS) would be driven by a common (unobservable) variable named economic aciviy (EA) and by some idiosyncraic componens (U, U2, and U3). As explained before, e, e2, e3 and n are normally disribued random disurbances. A firs difference was applied o all variables which are now saionary (he variables were also sandardized). The model o esimae would hence be: SHIP Z EMP = Z RTS Z 2 3 for he measuremen equaion and EA β U + β U 2 β U [] 4

5 4 EA T U T 22 = U 2 T 33 U 3 T 44 for he ransiion equaion, wih Q Q = 6. Q22 Q33 EA U U 2 U γ γ + γ γ [] + n e 5 e 2 e 3 We need o make hree remarks. Firs, our model doesn' conain any exogenous variable. However, we see ha he marices β and γ are sill par of i. This is because we filled he marices X and X2 wih zeros. I is he way o proceed: in any case, he dimensions of a marix mus never be less han one by one. Marices which are no used mus be filled wih zeros. Second, we mus address idenificaion issues. As saed before, here mus be a leas one ied parameer for each unobservable variable. We have four unobservable variables: we need o fix a leas four parameers. Obvious candidaes are he idiosyncraic componens' coefficiens in he measuremen equaion. We se hem o. This leaves us wih one more parameer o fix. We decided o se he variance of EA o one. Alernaively, we could have se one more parameer o one in marix Z (for example, Z which ies he unis of measuremen of he unobservable variable EA o he observable variable SHIP). Eiher ways, i leaves us wih parameers o esimae. The vecor of parameers o esimae (named DELTA in he <name>.gau file) will hen have en elemens. Third, we can see ha here is no measuremen errors (no random disurbances in he measuremen equaion). Normally, his paricular case canno be reaed by he EM algorihm because i uses OLS on he measuremen equaion o find he parameers' value. The program overcomes his problem by auomaically adding small random disurbances o he measuremen equaion when i is needed. This is one more reason o use he scoring algorihm o find he final esimaes.

6 Appendices and 2 show how o program his paricular saionary model. The code corresponding o his model can be found in he files DEMO.GAU and DEMO.PRC OUTPUT FILES The program will produce wo oupu files: One for he EM algorihm and one for he SCORING algorihm. We are mainly concerned wih he laer. Running he previous model will give he following resuls: ITERATION # COEFFICIENTS VECTOR ITERATION ITERATION GRADIENT T-TEST K K- K- K LIKELIHOOD ITERATION ITERATION DIFFERENCE K K The firs par gives he value for he parameers vecor a he K h ieraion, a he (K-) h ieraion and he sandard errors associaed wih each elemen. -saisics are also provided. The second par provides he value of he Gaussian log-likelihood funcion (excluding he consan) a he Kh ieraion. I is compued as

7 T T - L= - log F - v F v = = Esimaed unobservable variables, variance-covariance marices, residuals and heir auocorrelaion as well as smoohed unobservable variables and VCV marices are all available a he end of he oupu files ESTIMATING VARIANCES Esimaing variance erms can someimes be a bi difficul, paricularly in he nonsaionary case. If he real variance erm is acually very small, some problems may arise due o he compuer's precision. In his case, i can push he esimaed variance owards a negaive value. In some oher cases, he gradien associaed wih a variance erm may no end owards zero. A way o overcome hese problems is o esimae he sandard error insead of he variance. This is done by using he square of he parameer in he.prc file. In he firs example, we could have used Q[2,2]=DELTA[8,]^2 insead of Q[2,2]=DELTA[8,] o esimae he firs variance erm. 8. OTHER FEATURES. In he saionary case, he program can compue he iniial variance-covariance marix of he sae vecor according o he srucure of he model posulaed.. By choosing he appropriae opions, he program can also used o esimae non saionary models as illusraed in Appendix 3 [see Pary, Raynauld, and Simonao (989) and Slade (989) for furher illusraions].. In mos of he cases Z is no ime varying and conains coefficiens o be esimaed. SCOREM 2. can now handle ime-varying Z marix such as in ime-varying regression models, Sims' BVAR models, ec. This possibiliy only works wih he scoring algorihm (wih boh analyic and numerical derivaives).. The program can also handle linear resricions wihin and across equaions. This las possibiliy is no currenly documened.

8 7 REFERENCES Engle, R.F. and M. Wason (98) A one facor mulivariae ime series model of meropoliain wage raes, Journal of he American Saisical Associaion, 76, Harvey, A.C. (98) Time Series Mehods, Halsed Press, New-York. Harvey, A.C. (989) Forecasing Srucural Time Series Models and he Kalman Filer, Cambridge Universiy Press, Cambridge. Pary, M., J. Raynauld, and J.G. Simonao (989) Technical Change as an Unobservable Sochasic Variable: an Applicaion o he U.S. Primary-Meals Indusry, Working paper, École des HEC. Ruud, P.A. (99) Exensions of esimaion mehods using he EM algorihm, Journal of Economerics, 49, Slade, M. (989) Modeling sochasic and cyclical componens of echnical change: an applicaion of he kalman filer, Journal of Economerics, 4, Shumway, R. H. (988) Applied Saisical Time Series Analysis, Prenice Hall, Englewood Cliffs. Shumway, R.H. and D.S. Soffer (982) An Approach o Time Series Smoohing and Forecasing using he EM Algorihm, Journal of Time Series Analysis, 3, Sock, J.H. and M.W. Wason (99) A probabiliy model of he coinciden economic indicaors, in Lahiri e G.H. Moore, ed., Leading Economic Indicaors, Cambridge Universiy Press, Cambridge, Wason, M. and R. Engle (983), Alernaive Algorihms for he Esimaion of Dynamic Facor, Mimic and Varying Coefficien Regression Models, Journal of Economerics,

9 APPENDIX : DEMO.GAU NEW;.7 Sae space marices' dimensions N=3; M=4; NM=; G=4; K=; K2=; NPAR=; NOBS=79; Include file wih he CONSTRUC procedure #INCLUDE Daa reading and ransformaion LOAD Y[79,]=EMP.prn; LOAD Y2[79,]=SHIP.prn; LOAD Y3[79,]=RTS.prn; Y=Y~Y2~Y3; X = zeros(nobs,) ; X2 = zeros(nobs,) ; z = ime-varying marix Z (filled wih zeros if Names of he oupu files FOR THE EM FOR THE Iniial values DELTA={

10 @ Algorihm choice variables N, M, NM, G, K and K2 correspond o he sae-space marices dimensions defined earlier.!npar is he number of "free" parameers. (number of parameers o esimae) CHOICE = = o use he EM algorihm is he number of observaions available for he observed variables. (Ys and =2 o use he SCORING =3 o use boh EM and SCORING observed variable is loaded and used o form he (NOBS by N) marix Y.!Noice ha we filled X and X2 wih zeros because here is no exogenous variables in our EM algorihm opions OPTION=ZEROS(5,);!See Appendix 4 for furher deails on seing up a ime-varying Z marix.!all resuls afer he final ieraion are sored in separae files.!i's a good idea o change hese names for each new model because he program will overwrie hese files.!delta is he (NPAR by ) vecor of parameers o esimae.!i will be used by he <name>.prc file which build he model's srucure.!we mus give iniial values for his vecor.!some models can be very sensiive o iniial values. Choosing an "adequae" se can help convergence. Convergence Maximum number of = o skip he convergence = To prin he unobservable variables a he = To prin A and P a each = To prin sae space model a each = To prin he difference in he vecor of = To prin he variances of he unobservable = To prin he smoohed = number of residuals' auocorrelaion o compue = = o use he smoohed esimaes of a() as saring value for all ieraions bu he firs = o use as a saring value for = o use he smoohed esimaes of P() as saring value for all he ieraions bu he firs = o use he auomaic calculaion of he marix P based upon he model's = n o compue he sandard errors afer he n h = m o compue he coefficien wih a "hill climbing" mehod afer he m SCORING algorihm opions ells he program he name of he.prc file.!each new model need a new.prc file. OPT=ZEROS(,); convergence maximum number of = if you wan o skip he ieraions' = o have he smoohed esimaes a he = o have residuals and = if he unobservable variable is saionnary = if

11 = o use he numerical derivaives = o use he analyical = if you wan he iniial covariance marix P o be compued by he program using he model's = if Z is ime-varying. The ime-varying marix has o be provided by he marix Convergence crierion on gradien vecor (greaes gradien CHOICE=3, he program will firs sar wih he EM algorihm unil he maximum number of ieraions is reached or unil convergence occured. Then, he esimaion will proceed wih he scoring algorihm.!noe ha if a VCV marix become non-posiive definie while using he scoring algorihm, he program will go back o he EM algorihm and sar he process all over.!opions for he EM and he scoring algorihm are chosen separaely.!in his case, here will be 5 ieraions wih he EM algorihm before hose wih he scoring algorihm.!opion 4 and 5 are no currenly acive.

12 !This opion is srongly recommended. For more informaion, see he.prc file. APPENDIX 2: DEMO.PRC PROC ()=CONSTRUC(DELTA); LOCAL Iniializing marices LOAD SZ = SIZE.FMT; N=SZ[,]; M=SZ[2,]; K=SZ[3,]; K2=SZ[4,]; NM=SZ[5,]; G=SZ[6,]; A=ZEROS(M,); P=ZEROS(M,M); Z=ZEROS(N,M); BETA=ZEROS(N,K); S=ZEROS(N,NM); H=ZEROS(NM,NM); T=ZEROS(M,M); GAM =ZEROS(M,K2); R=ZEROS(M,G) ; Building sae-space marices wih he vecor DELTA Z[,]=DELTA[,]; Z[2,]=DELTA[2,]; Z[3,]=DELTA[3,]; Z[,2]=.; Z[2,3]=.; Z[3,4]=.; T[,]=DELTA[4,]; T[2,2]=DELTA[5,]; T[3,3]=DELTA[6,]; T[4,4]=DELTA[7,]; R=EYE(4); Q[,]=.; Q[2,2]=DELTA[8,]; Q[3,3]=DELTA[9,]; Compuing P marix according o he model's srucure (see opions) IF SZ[9,] == ; RQR=R*Q*R'; VP=INV(EYE(M*M)-T.*.T)*VEC(RQR); I=; P=ZEROS(M,M); DO WHILE I <= M ;

13 P[.,I] = VP[(M*(I-)+):(M*I),]; I=I+; ENDO ; ELSE; IF ENDIF; RETP(A,P,Z,BETA,S,H,T,GAM,R,Q) ; ENDP;!This is he only par of his file ha need o be changed for each new model.!i gives he conen of each marix in he model.!each marix is iniialized o have he correc size and is filled wih zeros. One only need o assign o each para-meer o esimae, he corresponding elemen of he vecor DELTA and fix he value of any consrained parameer.!as we can see, he firs hree elemens of vecor DELTA he parameers in marix Z which links observed variables o he common facor EA.!The four nex elemens correspond o he auoregressive coefficiens of he sae variables. (marix T)!The 3 las elemens of DELTA are he variances associaed wih each idiosyncraic componen's random disurbance.!the variance of he common facor is se o and so are he parameers linking idiosyncraic componens and observed variables in marix Z.!Leing he program o compue he P marix is he bes way o impose only a diffuse prior. The P marix will hen be consisen wih he model's srucure and he given iniial values. This is conroled by selecing he corresponding opion in he <name>.gau file.!if in any case one wan o provide his "own" P marix, his should be done on his line.

14 APPENDIX 3: NON-STATIONNARY EXAMPLES We simulaed he following models: Firs model. [ ] U U V = Y - 8 u v U U V = U U V - 9 wih.4.25 = Q. Second model. u 2 u + C C.7. - = 2 Y Y [ ] e + C C = C C - 2wih [ ].9.63 H =. = Q 3 Esimaed parameers are in bold ypeface. The firs example will be found in he file WAT.GAU and he second in he file NONSTAT.GAU. The resuls obained can respecively be found in he files WAT_SC.RES and NSTAT_SC.RES. For each model, he resuls can be summed up by Firs model.

15 ITERATION # COEFFICIENTS VECTOR ITERATION GRADIENT T-TEST PARAM. K K- K- COORD T(2,2) T(2,3) GAM(,) Q(,) LIKELIHOOD ITERATION ITERATION DIFFERENCE K K Second model. ITERATION # COEFFICIENTS VECTOR ITERATION GRADIENT T-TEST PARAM. K K- K- COORD Z(,) Z(2,) H(,) H(2,2) T(,) T(,2) LIKELIHOOD ITERATION ITERATION DIFFERENCE K K

16 Some observaions need o be made abou he resuls. Firs, noice ha only four parameers are esimaed in he firs model. For idenificaion concerns, we need o fix he variance Q(2,2) o.4 in he equaion for U even if Z(,2) is se o.. This is due o he special naure of he model. There is only one observable variable (Y) o idenify wo disinc sources of random disurbances, namely u and v. If Q(2,2) is no fixed, he algorihm will have a hard ime figuring ou wheher he randomness of Y comes from u or v. Acually, i will push eiher he value of Q(,) or he value of Q(2,2) owards zero so as o "eliminae" one of he wo random disurbances. In he process, one variance may even become negaive! This is a common resul when an idenificaion problem occurs. Second, noice ha he esimaed values for Z(,) and Z(2,) in he second model don' quie mach he simulaed values. This is because we need o consider hese values on a relaive basis, ha is Z(2,)/Z(,). If we compue his raio we obain.768, a value much closer o he "simulaed raio" of.7. I also worhs noing ha he sum of he wo auoregressive coefficiens in he equaion for C is more significan han he absolue values of hese coefficiens. In his precise case, he "esimaed sum" is abou.98 and he "simulaed sum" is.96. For he firs example, he simulaed sum of coefficien was.96 and he esimaion gave us a sum of.932.

17 APPENDIX 4: TIME VARYING Z MATRIX The following model assumes a ime varying Z marix: Y = Z, α + Β X + e α = α - + n. The SCOREM 2. imevz.gau file Sae space marices' dimensions N=; M=; NM=; G=; K=3; K2=; NPAR=4; Daa reading and ransformaion LOAD Y[26,]=VOBS.PRN; LOAD X[26,3]=EXO.PRN; x2 = zeros(nobs,) ; load Names of he oupu files @ OUTPUT FILE FOR THE EM OUTPUT FILE FOR THE Saring values (opionnal if scoring is no used alone) IF YOU DON'T WANT TO GIVE STARTING LET DELTA[4,]=.7.3

18 Include file wih he CONSTRUC procedure #INCLUDE THE NAME OF THIS FILE HAS TO BE CHANGED Algorihm choice CHOICE = = o use he EM =2 o use he SCORING =3 o use he inegraed SCORING algorihm opions OPT=ZEROS(,); convergence op[2,]= ieraions op[3,]= = if you wan o skip he ieraions' op[5,]= = o have he smoohed esimaes a he op[6,]= = o have residuals and op[4,]= = if he unobservable variable is saionnary = if op[7,]= = o use he numerical derivaives = o use he analyical op[8,]= = if you wan he iniial covariance marix P o be calculaed by he IF OPT[4,]==; he use of analyical derivaives is proscribed if he unobservable variable is no ENDIF; = if Z is ime-varying. The ime-varying marix has o be provided by he marix Convergence crierion on gradien vecor (greaes gradien The SCOREM 2. imevz.prc file is: PROC ()=CONSTRUC(DELTA) Variables locales

19 LOCAL Former les marice du modele sae-space LOAD SZ = SIZE.FMT; N=SZ[,]; M=SZ[2,]; K=SZ[3,]; K2=SZ[4,]; NM=SZ[5,]; G=SZ[6,]; A=ZEROS(M,); P=ZEROS(M,M); a=-2; Z=ZEROS(N,M); BETA=ZEROS(N,K); S=ZEROS(N,NM); H=ZEROS(NM,NM); T=ZEROS(M,M); GAM =ZEROS(M,K2); R=ZEROS(M,G) ; Q=ZEROS(G,G); BETA[,]=DELTA[,]; BETA[,2]=DELTA[2,]; BETA[,3]=dela[3,]; H[,]=.; T[,]=.; Q[,]=dela[4,]; S[,]=.; COMPUTES P BASED UPON THE MODEL'S IF SZ[9,] == ; RQR=R*Q*R'; VP=INV(EYE(M*M)-T.*.T)*VEC(RQR); I=; P=ZEROS(M,M); DO WHILE I <= M ; P[.,I] = VP[(M*(I-)+):(M*I),]; I=I+; ENDO ; ELSE; IF ENDIF; RETP(A,P,Z,BETA,S,H,T,GAM,R,Q) ; ENDP; Noe: For idenificaion purposes, he variance of he measuremen equaion has been fixed o.. This value was esimaed afer fiing an AR() model on he Y variable VOBS.

(Structural Time Series Models for Describing Trend in All India Sunflower Yield Using SAS

(Structural Time Series Models for Describing Trend in All India Sunflower Yield Using SAS (Srucural Time Series Models for Describing Trend in All India Sunflower Yield Using SAS Himadri Ghosh, Prajneshu and Savia Wadhwa I.A.S.R.I., Library Avenue, New Delhi-110 01 him_adri@iasri.res.in, prajnesh@iasri.res.in,

More information

Quantitative macro models feature an infinite number of periods A more realistic (?) view of time

Quantitative macro models feature an infinite number of periods A more realistic (?) view of time INFINIE-HORIZON CONSUMPION-SAVINGS MODEL SEPEMBER, Inroducion BASICS Quaniaive macro models feaure an infinie number of periods A more realisic (?) view of ime Infinie number of periods A meaphor for many

More information

Instrumental Variable Estimation of Tourism Demand: Comparing Level versus Change-rate Models

Instrumental Variable Estimation of Tourism Demand: Comparing Level versus Change-rate Models Inernaional Review of Business Research Papers Vol. 9. No. 3. March 203 Issue. Pp. 4 26 Insrumenal Variable Esimaion of Tourism Demand: Comparing Level versus Change-rae Models Chung-ki Min Tourism demand

More information

Real Time Integral-Based Structural Health Monitoring

Real Time Integral-Based Structural Health Monitoring Real Time Inegral-Based Srucural Healh Monioring The nd Inernaional Conference on Sensing Technology ICST 7 J. G. Chase, I. Singh-Leve, C. E. Hann, X. Chen Deparmen of Mechanical Engineering, Universiy

More information

Definition and examples of time series

Definition and examples of time series Definiion and examples of ime series A ime series is a sequence of daa poins being recorded a specific imes. Formally, le,,p be a probabiliy space, and T an index se. A real valued sochasic process is

More information

Learning in Games via Opponent Strategy Estimation and Policy Search

Learning in Games via Opponent Strategy Estimation and Policy Search Learning in Games via Opponen Sraegy Esimaion and Policy Search Yavar Naddaf Deparmen of Compuer Science Universiy of Briish Columbia Vancouver, BC yavar@naddaf.name Nando de Freias (Supervisor) Deparmen

More information

Gauss-Jordan Algorithm

Gauss-Jordan Algorithm Gauss-Jordan Algorihm The Gauss-Jordan algorihm is a sep by sep procedure for solving a sysem of linear equaions which may conain any number of variables and any number of equaions. The algorihm is carried

More information

Sam knows that his MP3 player has 40% of its battery life left and that the battery charges by an additional 12 percentage points every 15 minutes.

Sam knows that his MP3 player has 40% of its battery life left and that the battery charges by an additional 12 percentage points every 15 minutes. 8.F Baery Charging Task Sam wans o ake his MP3 player and his video game player on a car rip. An hour before hey plan o leave, he realized ha he forgo o charge he baeries las nigh. A ha poin, he plugged

More information

NEWTON S SECOND LAW OF MOTION

NEWTON S SECOND LAW OF MOTION Course and Secion Dae Names NEWTON S SECOND LAW OF MOTION The acceleraion of an objec is defined as he rae of change of elociy. If he elociy changes by an amoun in a ime, hen he aerage acceleraion during

More information

Implementing Ray Casting in Tetrahedral Meshes with Programmable Graphics Hardware (Technical Report)

Implementing Ray Casting in Tetrahedral Meshes with Programmable Graphics Hardware (Technical Report) Implemening Ray Casing in Terahedral Meshes wih Programmable Graphics Hardware (Technical Repor) Marin Kraus, Thomas Erl March 28, 2002 1 Inroducion Alhough cell-projecion, e.g., [3, 2], and resampling,

More information

CAMERA CALIBRATION BY REGISTRATION STEREO RECONSTRUCTION TO 3D MODEL

CAMERA CALIBRATION BY REGISTRATION STEREO RECONSTRUCTION TO 3D MODEL CAMERA CALIBRATION BY REGISTRATION STEREO RECONSTRUCTION TO 3D MODEL Klečka Jan Docoral Degree Programme (1), FEEC BUT E-mail: xkleck01@sud.feec.vubr.cz Supervised by: Horák Karel E-mail: horak@feec.vubr.cz

More information

Michiel Helder and Marielle C.T.A Geurts. Hoofdkantoor PTT Post / Dutch Postal Services Headquarters

Michiel Helder and Marielle C.T.A Geurts. Hoofdkantoor PTT Post / Dutch Postal Services Headquarters SHORT TERM PREDICTIONS A MONITORING SYSTEM by Michiel Helder and Marielle C.T.A Geurs Hoofdkanoor PTT Pos / Duch Posal Services Headquarers Keywords macro ime series shor erm predicions ARIMA-models faciliy

More information

STEREO PLANE MATCHING TECHNIQUE

STEREO PLANE MATCHING TECHNIQUE STEREO PLANE MATCHING TECHNIQUE Commission III KEY WORDS: Sereo Maching, Surface Modeling, Projecive Transformaion, Homography ABSTRACT: This paper presens a new ype of sereo maching algorihm called Sereo

More information

Visual Perception as Bayesian Inference. David J Fleet. University of Toronto

Visual Perception as Bayesian Inference. David J Fleet. University of Toronto Visual Percepion as Bayesian Inference David J Flee Universiy of Torono Basic rules of probabiliy sum rule (for muually exclusive a ): produc rule (condiioning): independence (def n ): Bayes rule: marginalizaion:

More information

Reinforcement Learning by Policy Improvement. Making Use of Experiences of The Other Tasks. Hajime Kimura and Shigenobu Kobayashi

Reinforcement Learning by Policy Improvement. Making Use of Experiences of The Other Tasks. Hajime Kimura and Shigenobu Kobayashi Reinforcemen Learning by Policy Improvemen Making Use of Experiences of The Oher Tasks Hajime Kimura and Shigenobu Kobayashi Tokyo Insiue of Technology, JAPAN genfe.dis.iech.ac.jp, kobayasidis.iech.ac.jp

More information

The Impact of Product Development on the Lifecycle of Defects

The Impact of Product Development on the Lifecycle of Defects The Impac of Produc Developmen on he Lifecycle of Rudolf Ramler Sofware Compeence Cener Hagenberg Sofware Park 21 A-4232 Hagenberg, Ausria +43 7236 3343 872 rudolf.ramler@scch.a ABSTRACT This paper invesigaes

More information

A Matching Algorithm for Content-Based Image Retrieval

A Matching Algorithm for Content-Based Image Retrieval A Maching Algorihm for Conen-Based Image Rerieval Sue J. Cho Deparmen of Compuer Science Seoul Naional Universiy Seoul, Korea Absrac Conen-based image rerieval sysem rerieves an image from a daabase using

More information

Shortest Path Algorithms. Lecture I: Shortest Path Algorithms. Example. Graphs and Matrices. Setting: Dr Kieran T. Herley.

Shortest Path Algorithms. Lecture I: Shortest Path Algorithms. Example. Graphs and Matrices. Setting: Dr Kieran T. Herley. Shores Pah Algorihms Background Seing: Lecure I: Shores Pah Algorihms Dr Kieran T. Herle Deparmen of Compuer Science Universi College Cork Ocober 201 direced graph, real edge weighs Le he lengh of a pah

More information

CENG 477 Introduction to Computer Graphics. Modeling Transformations

CENG 477 Introduction to Computer Graphics. Modeling Transformations CENG 477 Inroducion o Compuer Graphics Modeling Transformaions Modeling Transformaions Model coordinaes o World coordinaes: Model coordinaes: All shapes wih heir local coordinaes and sies. world World

More information

4. Minimax and planning problems

4. Minimax and planning problems CS/ECE/ISyE 524 Inroducion o Opimizaion Spring 2017 18 4. Minima and planning problems ˆ Opimizing piecewise linear funcions ˆ Minima problems ˆ Eample: Chebyshev cener ˆ Muli-period planning problems

More information

An Improved Square-Root Nyquist Shaping Filter

An Improved Square-Root Nyquist Shaping Filter An Improved Square-Roo Nyquis Shaping Filer fred harris San Diego Sae Universiy fred.harris@sdsu.edu Sridhar Seshagiri San Diego Sae Universiy Seshigar.@engineering.sdsu.edu Chris Dick Xilinx Corp. chris.dick@xilinx.com

More information

EECS 487: Interactive Computer Graphics

EECS 487: Interactive Computer Graphics EECS 487: Ineracive Compuer Graphics Lecure 7: B-splines curves Raional Bézier and NURBS Cubic Splines A represenaion of cubic spline consiss of: four conrol poins (why four?) hese are compleely user specified

More information

Image segmentation. Motivation. Objective. Definitions. A classification of segmentation techniques. Assumptions for thresholding

Image segmentation. Motivation. Objective. Definitions. A classification of segmentation techniques. Assumptions for thresholding Moivaion Image segmenaion Which pixels belong o he same objec in an image/video sequence? (spaial segmenaion) Which frames belong o he same video sho? (emporal segmenaion) Which frames belong o he same

More information

Chapter 3 MEDIA ACCESS CONTROL

Chapter 3 MEDIA ACCESS CONTROL Chaper 3 MEDIA ACCESS CONTROL Overview Moivaion SDMA, FDMA, TDMA Aloha Adapive Aloha Backoff proocols Reservaion schemes Polling Disribued Compuing Group Mobile Compuing Summer 2003 Disribued Compuing

More information

Chapter Six Chapter Six

Chapter Six Chapter Six Chaper Si Chaper Si 0 CHAPTER SIX ConcepTess and Answers and Commens for Secion.. Which of he following graphs (a) (d) could represen an aniderivaive of he funcion shown in Figure.? Figure. (a) (b) (c)

More information

Scheduling. Scheduling. EDA421/DIT171 - Parallel and Distributed Real-Time Systems, Chalmers/GU, 2011/2012 Lecture #4 Updated March 16, 2012

Scheduling. Scheduling. EDA421/DIT171 - Parallel and Distributed Real-Time Systems, Chalmers/GU, 2011/2012 Lecture #4 Updated March 16, 2012 EDA421/DIT171 - Parallel and Disribued Real-Time Sysems, Chalmers/GU, 2011/2012 Lecure #4 Updaed March 16, 2012 Aemps o mee applicaion consrains should be done in a proacive way hrough scheduling. Schedule

More information

It is easier to visualize plotting the curves of cos x and e x separately: > plot({cos(x),exp(x)},x = -5*Pi..Pi,y = );

It is easier to visualize plotting the curves of cos x and e x separately: > plot({cos(x),exp(x)},x = -5*Pi..Pi,y = ); Mah 467 Homework Se : some soluions > wih(deools): wih(plos): Warning, he name changecoords has been redefined Problem :..7 Find he fixed poins, deermine heir sabiliy, for x( ) = cos x e x > plo(cos(x)

More information

4 Error Control. 4.1 Issues with Reliable Protocols

4 Error Control. 4.1 Issues with Reliable Protocols 4 Error Conrol Jus abou all communicaion sysems aemp o ensure ha he daa ges o he oher end of he link wihou errors. Since i s impossible o build an error-free physical layer (alhough some shor links can

More information

Improved TLD Algorithm for Face Tracking

Improved TLD Algorithm for Face Tracking Absrac Improved TLD Algorihm for Face Tracking Huimin Li a, Chaojing Yu b and Jing Chen c Chongqing Universiy of Poss and Telecommunicaions, Chongqing 400065, China a li.huimin666@163.com, b 15023299065@163.com,

More information

Coded Caching with Multiple File Requests

Coded Caching with Multiple File Requests Coded Caching wih Muliple File Requess Yi-Peng Wei Sennur Ulukus Deparmen of Elecrical and Compuer Engineering Universiy of Maryland College Park, MD 20742 ypwei@umd.edu ulukus@umd.edu Absrac We sudy a

More information

Fill in the following table for the functions shown below.

Fill in the following table for the functions shown below. By: Carl H. Durney and Neil E. Coer Example 1 EX: Fill in he following able for he funcions shown below. he funcion is odd he funcion is even he funcion has shif-flip symmery he funcion has quarer-wave

More information

Computer representations of piecewise

Computer representations of piecewise Edior: Gabriel Taubin Inroducion o Geomeric Processing hrough Opimizaion Gabriel Taubin Brown Universiy Compuer represenaions o piecewise smooh suraces have become vial echnologies in areas ranging rom

More information

Design Alternatives for a Thin Lens Spatial Integrator Array

Design Alternatives for a Thin Lens Spatial Integrator Array Egyp. J. Solids, Vol. (7), No. (), (004) 75 Design Alernaives for a Thin Lens Spaial Inegraor Array Hala Kamal *, Daniel V azquez and Javier Alda and E. Bernabeu Opics Deparmen. Universiy Compluense of

More information

FIELD PROGRAMMABLE GATE ARRAY (FPGA) AS A NEW APPROACH TO IMPLEMENT THE CHAOTIC GENERATORS

FIELD PROGRAMMABLE GATE ARRAY (FPGA) AS A NEW APPROACH TO IMPLEMENT THE CHAOTIC GENERATORS FIELD PROGRAMMABLE GATE ARRAY (FPGA) AS A NEW APPROACH TO IMPLEMENT THE CHAOTIC GENERATORS Mohammed A. Aseeri and M. I. Sobhy Deparmen of Elecronics, The Universiy of Ken a Canerbury Canerbury, Ken, CT2

More information

Why not experiment with the system itself? Ways to study a system System. Application areas. Different kinds of systems

Why not experiment with the system itself? Ways to study a system System. Application areas. Different kinds of systems Simulaion Wha is simulaion? Simple synonym: imiaion We are ineresed in sudying a Insead of experimening wih he iself we experimen wih a model of he Experimen wih he Acual Ways o sudy a Sysem Experimen

More information

PART 1 REFERENCE INFORMATION CONTROL DATA 6400 SYSTEMS CENTRAL PROCESSOR MONITOR

PART 1 REFERENCE INFORMATION CONTROL DATA 6400 SYSTEMS CENTRAL PROCESSOR MONITOR . ~ PART 1 c 0 \,).,,.,, REFERENCE NFORMATON CONTROL DATA 6400 SYSTEMS CENTRAL PROCESSOR MONTOR n CONTROL DATA 6400 Compuer Sysems, sysem funcions are normally handled by he Monior locaed in a Peripheral

More information

Improving the Efficiency of Dynamic Service Provisioning in Transport Networks with Scheduled Services

Improving the Efficiency of Dynamic Service Provisioning in Transport Networks with Scheduled Services Improving he Efficiency of Dynamic Service Provisioning in Transpor Neworks wih Scheduled Services Ralf Hülsermann, Monika Jäger and Andreas Gladisch Technologiezenrum, T-Sysems, Goslarer Ufer 35, D-1585

More information

Motor Control. 5. Control. Motor Control. Motor Control

Motor Control. 5. Control. Motor Control. Motor Control 5. Conrol In his chaper we will do: Feedback Conrol On/Off Conroller PID Conroller Moor Conrol Why use conrol a all? Correc or wrong? Supplying a cerain volage / pulsewidh will make he moor spin a a cerain

More information

MORPHOLOGICAL SEGMENTATION OF IMAGE SEQUENCES

MORPHOLOGICAL SEGMENTATION OF IMAGE SEQUENCES MORPHOLOGICAL SEGMENTATION OF IMAGE SEQUENCES B. MARCOTEGUI and F. MEYER Ecole des Mines de Paris, Cenre de Morphologie Mahémaique, 35, rue Sain-Honoré, F 77305 Fonainebleau Cedex, France Absrac. In image

More information

Nonparametric CUSUM Charts for Process Variability

Nonparametric CUSUM Charts for Process Variability Journal of Academia and Indusrial Research (JAIR) Volume 3, Issue June 4 53 REEARCH ARTICLE IN: 78-53 Nonparameric CUUM Chars for Process Variabiliy D.M. Zombade and V.B. Ghue * Dep. of aisics, Walchand

More information

M(t)/M/1 Queueing System with Sinusoidal Arrival Rate

M(t)/M/1 Queueing System with Sinusoidal Arrival Rate 20 TUTA/IOE/PCU Journal of he Insiue of Engineering, 205, (): 20-27 TUTA/IOE/PCU Prined in Nepal M()/M/ Queueing Sysem wih Sinusoidal Arrival Rae A.P. Pan, R.P. Ghimire 2 Deparmen of Mahemaics, Tri-Chandra

More information

FACIAL ACTION TRACKING USING PARTICLE FILTERS AND ACTIVE APPEARANCE MODELS. Soumya Hamlaoui & Franck Davoine

FACIAL ACTION TRACKING USING PARTICLE FILTERS AND ACTIVE APPEARANCE MODELS. Soumya Hamlaoui & Franck Davoine FACIAL ACTION TRACKING USING PARTICLE FILTERS AND ACTIVE APPEARANCE MODELS Soumya Hamlaoui & Franck Davoine HEUDIASYC Mixed Research Uni, CNRS / Compiègne Universiy of Technology BP 20529, 60205 Compiègne

More information

4.1 3D GEOMETRIC TRANSFORMATIONS

4.1 3D GEOMETRIC TRANSFORMATIONS MODULE IV MCA - 3 COMPUTER GRAPHICS ADMN 29- Dep. of Compuer Science And Applicaions, SJCET, Palai 94 4. 3D GEOMETRIC TRANSFORMATIONS Mehods for geomeric ransformaions and objec modeling in hree dimensions

More information

MIC2569. Features. General Description. Applications. Typical Application. CableCARD Power Switch

MIC2569. Features. General Description. Applications. Typical Application. CableCARD Power Switch CableCARD Power Swich General Descripion is designed o supply power o OpenCable sysems and CableCARD hoss. These CableCARDs are also known as Poin of Disribuion (POD) cards. suppors boh Single and Muliple

More information

Probabilistic Detection and Tracking of Motion Discontinuities

Probabilistic Detection and Tracking of Motion Discontinuities Probabilisic Deecion and Tracking of Moion Disconinuiies Michael J. Black David J. Flee Xerox Palo Alo Research Cener 3333 Coyoe Hill Road Palo Alo, CA 94304 fblack,fleeg@parc.xerox.com hp://www.parc.xerox.com/fblack,fleeg/

More information

Hyelim Oh. School of Computing, National University of Singapore, 13 Computing Drive, Singapore SINGAPORE

Hyelim Oh. School of Computing, National University of Singapore, 13 Computing Drive, Singapore SINGAPORE RESEARCH ARTICLE FREE VERSUS FOR-A-FEE: THE IMPACT OF A PAYWALL ON THE PATTERN AND EFFECTIVENESS OF WORD-OF-MOUTH VIA SOCIAL MEDIA Hyelim Oh School of Compuing, Naional Universiy of Singapore, 13 Compuing

More information

Audio Engineering Society. Convention Paper. Presented at the 119th Convention 2005 October 7 10 New York, New York USA

Audio Engineering Society. Convention Paper. Presented at the 119th Convention 2005 October 7 10 New York, New York USA Audio Engineering Sociey Convenion Paper Presened a he 119h Convenion 2005 Ocober 7 10 New Yor, New Yor USA This convenion paper has been reproduced from he auhor's advance manuscrip, wihou ediing, correcions,

More information

Landmarks: A New Model for Similarity-Based Pattern Querying in Time Series Databases

Landmarks: A New Model for Similarity-Based Pattern Querying in Time Series Databases Lmarks: A New Model for Similariy-Based Paern Querying in Time Series Daabases Chang-Shing Perng Haixun Wang Sylvia R. Zhang D. So Parker perng@cs.ucla.edu hxwang@cs.ucla.edu Sylvia Zhang@cle.com so@cs.ucla.edu

More information

DAGM 2011 Tutorial on Convex Optimization for Computer Vision

DAGM 2011 Tutorial on Convex Optimization for Computer Vision DAGM 2011 Tuorial on Convex Opimizaion for Compuer Vision Par 3: Convex Soluions for Sereo and Opical Flow Daniel Cremers Compuer Vision Group Technical Universiy of Munich Graz Universiy of Technology

More information

Analysis of Various Types of Bugs in the Object Oriented Java Script Language Coding

Analysis of Various Types of Bugs in the Object Oriented Java Script Language Coding Indian Journal of Science and Technology, Vol 8(21), DOI: 10.17485/ijs/2015/v8i21/69958, Sepember 2015 ISSN (Prin) : 0974-6846 ISSN (Online) : 0974-5645 Analysis of Various Types of Bugs in he Objec Oriened

More information

Test - Accredited Configuration Engineer (ACE) Exam - PAN-OS 6.0 Version

Test - Accredited Configuration Engineer (ACE) Exam - PAN-OS 6.0 Version Tes - Accredied Configuraion Engineer (ACE) Exam - PAN-OS 6.0 Version ACE Exam Quesion 1 of 50. Which of he following saemens is NOT abou Palo Alo Neworks firewalls? Sysem defauls may be resored by performing

More information

MOTION DETECTORS GRAPH MATCHING LAB PRE-LAB QUESTIONS

MOTION DETECTORS GRAPH MATCHING LAB PRE-LAB QUESTIONS NME: TE: LOK: MOTION ETETORS GRPH MTHING L PRE-L QUESTIONS 1. Read he insrucions, and answer he following quesions. Make sure you resae he quesion so I don hae o read he quesion o undersand he answer..

More information

LOW-VELOCITY IMPACT LOCALIZATION OF THE COMPOSITE TUBE USING A NORMALIZED CROSS-CORRELATION METHOD

LOW-VELOCITY IMPACT LOCALIZATION OF THE COMPOSITE TUBE USING A NORMALIZED CROSS-CORRELATION METHOD 21 s Inernaional Conference on Composie Maerials Xi an, 20-25 h Augus 2017 LOW-VELOCITY IMPACT LOCALIZATION OF THE COMPOSITE TUBE USING A NORMALIZED CROSS-CORRELATION METHOD Hyunseok Kwon 1, Yurim Park

More information

Rao-Blackwellized Particle Filtering for Probing-Based 6-DOF Localization in Robotic Assembly

Rao-Blackwellized Particle Filtering for Probing-Based 6-DOF Localization in Robotic Assembly MITSUBISHI ELECTRIC RESEARCH LABORATORIES hp://www.merl.com Rao-Blackwellized Paricle Filering for Probing-Based 6-DOF Localizaion in Roboic Assembly Yuichi Taguchi, Tim Marks, Haruhisa Okuda TR1-8 June

More information

MARSS Reference Sheet

MARSS Reference Sheet MARSS Reference Shee The defaul MARSS model (form="marxss") is wrien as follows: x = B x 1 + u + C c + w where w MVN( Q ) y = Z x + a + D d + v where v MVN( R ) x 1 MVN(π Λ) or x MVN(π Λ) c and d are inpus

More information

Voltair Version 2.5 Release Notes (January, 2018)

Voltair Version 2.5 Release Notes (January, 2018) Volair Version 2.5 Release Noes (January, 2018) Inroducion 25-Seven s new Firmware Updae 2.5 for he Volair processor is par of our coninuing effors o improve Volair wih new feaures and capabiliies. For

More information

Improving Ranking of Search Engines Results Based on Power Links

Improving Ranking of Search Engines Results Based on Power Links IPASJ Inernaional Journal of Informaion Technology (IIJIT) Web Sie: hp://www.ipasj.org/iijit/iijit.hm A Publisher for Research Moivaion... Email: edioriiji@ipasj.org Volume 2, Issue 9, Sepember 2014 ISSN

More information

Wheelchair-user Detection Combined with Parts-based Tracking

Wheelchair-user Detection Combined with Parts-based Tracking Wheelchair-user Deecion Combined wih Pars-based Tracking Ukyo Tanikawa 1, Yasuomo Kawanishi 1, Daisuke Deguchi 2,IchiroIde 1, Hiroshi Murase 1 and Ryo Kawai 3 1 Graduae School of Informaion Science, Nagoya

More information

Lecture 18: Mix net Voting Systems

Lecture 18: Mix net Voting Systems 6.897: Advanced Topics in Crypography Apr 9, 2004 Lecure 18: Mix ne Voing Sysems Scribed by: Yael Tauman Kalai 1 Inroducion In he previous lecure, we defined he noion of an elecronic voing sysem, and specified

More information

COSC 3213: Computer Networks I Chapter 6 Handout # 7

COSC 3213: Computer Networks I Chapter 6 Handout # 7 COSC 3213: Compuer Neworks I Chaper 6 Handou # 7 Insrucor: Dr. Marvin Mandelbaum Deparmen of Compuer Science York Universiy F05 Secion A Medium Access Conrol (MAC) Topics: 1. Muliple Access Communicaions:

More information

Open Access Research on an Improved Medical Image Enhancement Algorithm Based on P-M Model. Luo Aijing 1 and Yin Jin 2,* u = div( c u ) u

Open Access Research on an Improved Medical Image Enhancement Algorithm Based on P-M Model. Luo Aijing 1 and Yin Jin 2,* u = div( c u ) u Send Orders for Reprins o reprins@benhamscience.ae The Open Biomedical Engineering Journal, 5, 9, 9-3 9 Open Access Research on an Improved Medical Image Enhancemen Algorihm Based on P-M Model Luo Aijing

More information

Low-Cost WLAN based. Dr. Christian Hoene. Computer Science Department, University of Tübingen, Germany

Low-Cost WLAN based. Dr. Christian Hoene. Computer Science Department, University of Tübingen, Germany Low-Cos WLAN based Time-of-fligh fligh Trilaeraion Precision Indoor Personnel Locaion and Tracking for Emergency Responders Third Annual Technology Workshop, Augus 5, 2008 Worceser Polyechnic Insiue, Worceser,

More information

A new algorithm for small object tracking based on super-resolution technique

A new algorithm for small object tracking based on super-resolution technique A new algorihm for small objec racking based on super-resoluion echnique Yabunayya Habibi, Dwi Rana Sulisyaningrum, and Budi Seiyono Ciaion: AIP Conference Proceedings 1867, 020024 (2017); doi: 10.1063/1.4994427

More information

Video-Based Face Recognition Using Probabilistic Appearance Manifolds

Video-Based Face Recognition Using Probabilistic Appearance Manifolds Video-Based Face Recogniion Using Probabilisic Appearance Manifolds Kuang-Chih Lee Jeffrey Ho Ming-Hsuan Yang David Kriegman klee10@uiuc.edu jho@cs.ucsd.edu myang@honda-ri.com kriegman@cs.ucsd.edu Compuer

More information

A Fast Stereo-Based Multi-Person Tracking using an Approximated Likelihood Map for Overlapping Silhouette Templates

A Fast Stereo-Based Multi-Person Tracking using an Approximated Likelihood Map for Overlapping Silhouette Templates A Fas Sereo-Based Muli-Person Tracking using an Approximaed Likelihood Map for Overlapping Silhouee Templaes Junji Saake Jun Miura Deparmen of Compuer Science and Engineering Toyohashi Universiy of Technology

More information

Evaluation and Improvement of Region-based Motion Segmentation

Evaluation and Improvement of Region-based Motion Segmentation Evaluaion and Improvemen of Region-based Moion Segmenaion Mark Ross Universiy Koblenz-Landau, Insiue of Compuaional Visualisics, Universiässraße 1, 56070 Koblenz, Germany Email: ross@uni-koblenz.de Absrac

More information

Dimmer time switch AlphaLux³ D / 27

Dimmer time switch AlphaLux³ D / 27 Dimmer ime swich AlphaLux³ D2 426 26 / 27! Safey noes This produc should be insalled in line wih insallaion rules, preferably by a qualified elecrician. Incorrec insallaion and use can lead o risk of elecric

More information

In fmri a Dual Echo Time EPI Pulse Sequence Can Induce Sources of Error in Dynamic Magnetic Field Maps

In fmri a Dual Echo Time EPI Pulse Sequence Can Induce Sources of Error in Dynamic Magnetic Field Maps In fmri a Dual Echo Time EPI Pulse Sequence Can Induce Sources of Error in Dynamic Magneic Field Maps A. D. Hahn 1, A. S. Nencka 1 and D. B. Rowe 2,1 1 Medical College of Wisconsin, Milwaukee, WI, Unied

More information

1.4 Application Separable Equations and the Logistic Equation

1.4 Application Separable Equations and the Logistic Equation 1.4 Applicaion Separable Equaions and he Logisic Equaion If a separable differenial equaion is wrien in he form f ( y) dy= g( x) dx, hen is general soluion can be wrien in he form f ( y ) dy = g ( x )

More information

PROCESS AUTOMATION MANUAL TIMER RELAY KF**-DU-EX1.D ISO9001

PROCESS AUTOMATION MANUAL TIMER RELAY KF**-DU-EX1.D ISO9001 PROCESS AUTOMATION MANUAL TIMER RELAY KF**-DU-EX1.D ISO9001 Wih regard o he supply of producs, he curren issue of he following documen is applicable: The general erms of delivery for producs and services

More information

A Numerical Study on Impact Damage Assessment of PC Box Girder Bridge by Pounding Effect

A Numerical Study on Impact Damage Assessment of PC Box Girder Bridge by Pounding Effect A Numerical Sudy on Impac Damage Assessmen of PC Box Girder Bridge by Pounding Effec H. Tamai, Y. Sonoda, K. Goou and Y.Kajia Kyushu Universiy, Japan Absrac When a large earhquake occurs, displacemen response

More information

An efficient approach to improve throughput for TCP vegas in ad hoc network

An efficient approach to improve throughput for TCP vegas in ad hoc network Inernaional Research Journal of Engineering and Technology (IRJET) e-issn: 395-0056 Volume: 0 Issue: 03 June-05 www.irje.ne p-issn: 395-007 An efficien approach o improve hroughpu for TCP vegas in ad hoc

More information

Mobile Robots Mapping

Mobile Robots Mapping Mobile Robos Mapping 1 Roboics is Easy conrol behavior percepion modelling domain model environmen model informaion exracion raw daa planning ask cogniion reasoning pah planning navigaion pah execuion

More information

COMP26120: Algorithms and Imperative Programming

COMP26120: Algorithms and Imperative Programming COMP26120 ecure C3 1/48 COMP26120: Algorihms and Imperaive Programming ecure C3: C - Recursive Daa Srucures Pee Jinks School of Compuer Science, Universiy of Mancheser Auumn 2011 COMP26120 ecure C3 2/48

More information

A METHOD OF MODELING DEFORMATION OF AN OBJECT EMPLOYING SURROUNDING VIDEO CAMERAS

A METHOD OF MODELING DEFORMATION OF AN OBJECT EMPLOYING SURROUNDING VIDEO CAMERAS A METHOD OF MODELING DEFORMATION OF AN OBJECT EMLOYING SURROUNDING IDEO CAMERAS Joo Kooi TAN, Seiji ISHIKAWA Deparmen of Mechanical and Conrol Engineering Kushu Insiue of Technolog, Japan ehelan@is.cnl.kuech.ac.jp,

More information

Relevance Ranking using Kernels

Relevance Ranking using Kernels Relevance Ranking using Kernels Jun Xu 1, Hang Li 1, and Chaoliang Zhong 2 1 Microsof Research Asia, 4F Sigma Cener, No. 49 Zhichun Road, Beijing, China 100190 2 Beijing Universiy of Poss and Telecommunicaions,

More information

Elite Acoustics Engineering A4-8 Live-Performance Studio Monitor with 4 Channels, Mixer, Effects, and Bluetooth Quick Start Guide

Elite Acoustics Engineering A4-8 Live-Performance Studio Monitor with 4 Channels, Mixer, Effects, and Bluetooth Quick Start Guide Elie Acousics Engineering A4-8 Live-Performance Sudio Monior wih 4 Channels, Mixer, Effecs, and Blueooh Quick Sar Guide WHAT IS IN THE BOX Your A4-8 package conains he following: (1) Speaker (1) 12V AC

More information

STRING DESCRIPTIONS OF DATA FOR DISPLAY*

STRING DESCRIPTIONS OF DATA FOR DISPLAY* SLAC-PUB-383 January 1968 STRING DESCRIPTIONS OF DATA FOR DISPLAY* J. E. George and W. F. Miller Compuer Science Deparmen and Sanford Linear Acceleraor Cener Sanford Universiy Sanford, California Absrac

More information

Less Pessimistic Worst-Case Delay Analysis for Packet-Switched Networks

Less Pessimistic Worst-Case Delay Analysis for Packet-Switched Networks Less Pessimisic Wors-Case Delay Analysis for Packe-Swiched Neworks Maias Wecksén Cenre for Research on Embedded Sysems P O Box 823 SE-31 18 Halmsad maias.wecksen@hh.se Magnus Jonsson Cenre for Research

More information

MATH Differential Equations September 15, 2008 Project 1, Fall 2008 Due: September 24, 2008

MATH Differential Equations September 15, 2008 Project 1, Fall 2008 Due: September 24, 2008 MATH 5 - Differenial Equaions Sepember 15, 8 Projec 1, Fall 8 Due: Sepember 4, 8 Lab 1.3 - Logisics Populaion Models wih Harvesing For his projec we consider lab 1.3 of Differenial Equaions pages 146 o

More information

Multi-Target Detection and Tracking from a Single Camera in Unmanned Aerial Vehicles (UAVs)

Multi-Target Detection and Tracking from a Single Camera in Unmanned Aerial Vehicles (UAVs) 2016 IEEE/RSJ Inernaional Conference on Inelligen Robos and Sysems (IROS) Daejeon Convenion Cener Ocober 9-14, 2016, Daejeon, Korea Muli-Targe Deecion and Tracking from a Single Camera in Unmanned Aerial

More information

Chapter 4 Sequential Instructions

Chapter 4 Sequential Instructions Chaper 4 Sequenial Insrucions The sequenial insrucions of FBs-PLC shown in his chaper are also lised in secion 3.. Please refer o Chaper, "PLC Ladder diagram and he Coding rules of Mnemonic insrucion",

More information

Visually Summarizing the Web using Internal Images and Keyphrases

Visually Summarizing the Web using Internal Images and Keyphrases Visually Summarizing he Web using Inernal Images and Keyphrases M.V.Gedam, S. A. Taale Deparmen of compuer engineering, PUNE Universiy Vidya Praishhan s College of Engg., India Absrac Visual summarizaion

More information

IROS 2015 Workshop on On-line decision-making in multi-robot coordination (DEMUR 15)

IROS 2015 Workshop on On-line decision-making in multi-robot coordination (DEMUR 15) IROS 2015 Workshop on On-line decision-making in muli-robo coordinaion () OPTIMIZATION-BASED COOPERATIVE MULTI-ROBOT TARGET TRACKING WITH REASONING ABOUT OCCLUSIONS KAROL HAUSMAN a,, GREGORY KAHN b, SACHIN

More information

Robust Visual Tracking for Multiple Targets

Robust Visual Tracking for Multiple Targets Robus Visual Tracking for Muliple Targes Yizheng Cai, Nando de Freias, and James J. Lile Universiy of Briish Columbia, Vancouver, B.C., Canada, V6T 1Z4 {yizhengc, nando, lile}@cs.ubc.ca Absrac. We address

More information

Assignment 2. Due Monday Feb. 12, 10:00pm.

Assignment 2. Due Monday Feb. 12, 10:00pm. Faculy of rs and Science Universiy of Torono CSC 358 - Inroducion o Compuer Neworks, Winer 218, LEC11 ssignmen 2 Due Monday Feb. 12, 1:pm. 1 Quesion 1 (2 Poins): Go-ack n RQ In his quesion, we review how

More information

A Hierarchical Object Recognition System Based on Multi-scale Principal Curvature Regions

A Hierarchical Object Recognition System Based on Multi-scale Principal Curvature Regions A Hierarchical Objec Recogniion Sysem Based on Muli-scale Principal Curvaure Regions Wei Zhang, Hongli Deng, Thomas G Dieerich and Eric N Morensen School of Elecrical Engineering and Compuer Science Oregon

More information

Optimal Crane Scheduling

Optimal Crane Scheduling Opimal Crane Scheduling Samid Hoda, John Hooker Laife Genc Kaya, Ben Peerson Carnegie Mellon Universiy Iiro Harjunkoski ABB Corporae Research EWO - 13 November 2007 1/16 Problem Track-mouned cranes move

More information

MB86297A Carmine Timing Analysis of the DDR Interface

MB86297A Carmine Timing Analysis of the DDR Interface Applicaion Noe MB86297A Carmine Timing Analysis of he DDR Inerface Fujisu Microelecronics Europe GmbH Hisory Dae Auhor Version Commen 05.02.2008 Anders Ramdahl 0.01 Firs draf 06.02.2008 Anders Ramdahl

More information

1 œ DRUM SET KEY. 8 Odd Meter Clave Conor Guilfoyle. Cowbell (neck) Cymbal. Hi-hat. Floor tom (shell) Clave block. Cowbell (mouth) Hi tom.

1 œ DRUM SET KEY. 8 Odd Meter Clave Conor Guilfoyle. Cowbell (neck) Cymbal. Hi-hat. Floor tom (shell) Clave block. Cowbell (mouth) Hi tom. DRUM SET KEY Hi-ha Cmbal Clave block Cowbell (mouh) 0 Cowbell (neck) Floor om (shell) Hi om Mid om Snare Floor om Snare cross sick or clave block Bass drum Hi-ha wih foo 8 Odd Meer Clave Conor Guilfole

More information

An Adaptive Spatial Depth Filter for 3D Rendering IP

An Adaptive Spatial Depth Filter for 3D Rendering IP JOURNAL OF SEMICONDUCTOR TECHNOLOGY AND SCIENCE, VOL.3, NO. 4, DECEMBER, 23 175 An Adapive Spaial Deph Filer for 3D Rendering IP Chang-Hyo Yu and Lee-Sup Kim Absrac In his paper, we presen a new mehod

More information

IntentSearch:Capturing User Intention for One-Click Internet Image Search

IntentSearch:Capturing User Intention for One-Click Internet Image Search JOURNAL OF L A T E X CLASS FILES, VOL. 6, NO. 1, JANUARY 2010 1 InenSearch:Capuring User Inenion for One-Click Inerne Image Search Xiaoou Tang, Fellow, IEEE, Ke Liu, Jingyu Cui, Suden Member, IEEE, Fang

More information

Location. Electrical. Loads. 2-wire mains-rated. 0.5 mm² to 1.5 mm² Max. length 300 m (with 1.5 mm² cable). Example: Belden 8471

Location. Electrical. Loads. 2-wire mains-rated. 0.5 mm² to 1.5 mm² Max. length 300 m (with 1.5 mm² cable). Example: Belden 8471 Produc Descripion Insallaion and User Guide Transiser Dimmer (454) The DIN rail mouned 454 is a 4channel ransisor dimmer. I can operae in one of wo modes; leading edge or railing edge. All 4 channels operae

More information

I. INTRODUCTION. Keywords -- Web Server, Perceived User Latency, HTTP, Local Measuring. interchangeably.

I. INTRODUCTION. Keywords -- Web Server, Perceived User Latency, HTTP, Local Measuring. interchangeably. Evaluaing Web User Perceived Laency Using Server Side Measuremens Marik Marshak 1 and Hanoch Levy School of Compuer Science Tel Aviv Universiy, Tel-Aviv, Israel mmarshak@emc.com, hanoch@pos.au.ac.il 1

More information

Simultaneous Localization and Mapping with Stereo Vision

Simultaneous Localization and Mapping with Stereo Vision Simulaneous Localizaion and Mapping wih Sereo Vision Mahew N. Dailey Compuer Science and Informaion Managemen Asian Insiue of Technology Pahumhani, Thailand Email: mdailey@ai.ac.h Manukid Parnichkun Mecharonics

More information

Real-time 2D Video/3D LiDAR Registration

Real-time 2D Video/3D LiDAR Registration Real-ime 2D Video/3D LiDAR Regisraion C. Bodenseiner Fraunhofer IOSB chrisoph.bodenseiner@iosb.fraunhofer.de M. Arens Fraunhofer IOSB michael.arens@iosb.fraunhofer.de Absrac Progress in LiDAR scanning

More information

A Bayesian Approach to Video Object Segmentation via Merging 3D Watershed Volumes

A Bayesian Approach to Video Object Segmentation via Merging 3D Watershed Volumes A Bayesian Approach o Video Objec Segmenaion via Merging 3D Waershed Volumes Yu-Pao Tsai 1,3, Chih-Chuan Lai 1,2, Yi-Ping Hung 1,2, and Zen-Chung Shih 3 1 Insiue of Informaion Science, Academia Sinica,

More information

CONTEXT MODELS FOR CRF-BASED CLASSIFICATION OF MULTITEMPORAL REMOTE SENSING DATA

CONTEXT MODELS FOR CRF-BASED CLASSIFICATION OF MULTITEMPORAL REMOTE SENSING DATA ISPRS Annals of he Phoogrammery, Remoe Sensing and Spaial Informaion Sciences, Volume I-7, 2012 XXII ISPRS Congress, 25 Augus 01 Sepember 2012, Melbourne, Ausralia CONTEXT MODELS FOR CRF-BASED CLASSIFICATION

More information

Image Content Representation

Image Content Representation Image Conen Represenaion Represenaion for curves and shapes regions relaionships beween regions E.G.M. Perakis Image Represenaion & Recogniion 1 Reliable Represenaion Uniqueness: mus uniquely specify an

More information

AML710 CAD LECTURE 11 SPACE CURVES. Space Curves Intrinsic properties Synthetic curves

AML710 CAD LECTURE 11 SPACE CURVES. Space Curves Intrinsic properties Synthetic curves AML7 CAD LECTURE Space Curves Inrinsic properies Synheic curves A curve which may pass hrough any region of hreedimensional space, as conrased o a plane curve which mus lie on a single plane. Space curves

More information