where p is the centroid of the neighbors of p. Consider the eigenvector problem

Size: px
Start display at page:

Download "where p is the centroid of the neighbors of p. Consider the eigenvector problem"

Transcription

1 Vrtual avgato of teror structures by ldar Yogja X a, Xaolg L a, Ye Dua a, Norbert Maerz b a Uversty of Mssour at Columba b Mssour Uversty of Scece ad Techology ABSTRACT I ths project, we propose to develop a prototype system that ca automatcally recostruct 3D scees of the teror of a buldg, cave or other structure usg groud-based LIDAR scag techology. We develop a user-fredly real-tme vsualzato software package that wll allow the users to teractvely vsualze, avgate ad walk through the room from dfferet vew agles, zoom ad out, etc. Keywords: LIDAR, Vrtual avgato, vsualzato. INTRODUCTION I ths project, we propose to develop a prototype system that ca automatcally recostruct 3D scees of the teror of a buldg, cave or other structure usg groud-based LIDAR scag techology. We develop a user-fredly real-tme vsualzato software package that wll allow the users to teractvely vsualze, avgate ad walk through the room from dfferet vew agles, zoom ad out, etc. To meet the challeges of occlusos, large gaps/holes, ad sgfcat ose LIDAR data, we employ ad develop robust, effcet algorthms for all major compoets of the system (Fgure ) cludg robust model estmato based o Radom Sample Cosesus (RANSAC) ad Prcpal Compoet Aalyss (PCA); fast ad effcet teror object classfcato/recogto; ad robust 3D recostructo algorthm. Fgure : System flow chart.. Herarchcal LIDAR data segmetato Gve the LIDAR data of a teror room (Fgure (a)), we wll coduct herarchcal segmetato ad groupg. More specfcally, we wll frst detfy all the major plaar regos such as floor, celg ad vertcal walls of the room (Fgure (b)). Next, we wll detfy ad extract dvdual objects such as chars, tables, etc that are lyg/attachg to floors/celg/walls (Fgure (c)). Fally, we wll further segmet each extracted object such as char to homogeous clusters (Fgure (d)), whch wll the be used the subsequet local shape prmtve fttg ad classfcato process... Idetfcato of floor, celg ad walls We wll frst compute the boudg box that ecloses the LIDAR data. Assumg that the LIDAR data s scaed from oe sde of the boudg box such as the wdows of the room, we wll the search for major plaar regos such as floor, celg ad walls the eghborhood of the other fve sdes of the boudg box. More specfcally, for each sde of the boudg box, we wll frst extract all the pot clouds that are wth a certa dstace of the curret sde of boudg box. We wll the use RANSAC [4] to fd the best plae that ft these selected pot clouds. RANSAC s a

2 hypothess geerato ad testg algorthm that s very robust for outlers. The ma dea behd the techque s to use a mmal umber of data pots eeded to estmate the model (.e. ftted plae), ad the cout how may of the remag data pots are compatble wth the estmated model, the sese of fallg wth a chose threshold. The plae fttg wll be based o the robust PCA algorthm whch ca compute local surface propertes based o local eghborhoods of sample pots. We wll fd the k-earest eghbors of a sample pot p, deoted by the dex set N p, The local surface propertes of the pot clouds ca be effcetly estmated by the egeaalyss of the covarace matrx C of a local eghborhood at sample pot p: where p s the cetrod of the eghbors of p. Cosder the egevector problem Sce C s symmetrc ad postve sem-defte, all ts three egevalues are real-valued ad the egevectors v l form a orthogoal frame, correspodg to the prcpal compoets of the pot set. Thus v approxmates the surface ormal at p, or other words, v ad v spa the taget plae at p. Note that s the sze of the eghborhood, whch serves as the scale-cotrol parameter, ad s depedet o the laser scaer resoluto,.e. how dese the pot clouds data wll be. For geerc teror scees, the above sx-sded rectagular cube assumpto of the teror scee wll ot always hold. Thus ths case, we mplemeted a ew rego-growg based segmetato algorthm. The basc dea of the regogrowg algorthm s: start wth a uvsted pot p, teratvely clude ts eghborg pot q, f the dstace betwee p ad q s smaller tha a threshold (e.g. the samplg desty), ad the dfferece betwee the ormal at p ad the ormal at q s also smaller tha a threshold ( degrees our case). Ths ca be doe a breadth-frst search, ad stop whe the above crtera s o loger hold. The the algorthm move o to the ext uvsted pot, utl all the pots are vsted. To speed up the computato, we employed volumetrc grd to store the pots, thus the coectvty ferece ca be doe statly by grd dexg. The surface ormal s estmated by the aforemetoed Prcpal Compoet Aalyss (PCA). After the rego growg, we further merge clusters that are co-plaar,.e. we would lke to merge all the clusters that belog to a bgger plae eve though they are ot coected. More specfcally, a cluster s merged wth aother f the ormal of both clusters are wth degrees of each other, AND the vector potg from the frst cluster's mdpot to the secod cluster's mdpot s more tha 85 degrees apart from the average of the two cluster's ormals (by the frst codto, these two ormals wll be already early detcal)... Idetfcato of dvdual objects ad extracto Oce all the pot clouds these major plaar regos such as floor, celg ad walls are detfed ad removed, there are suffcet separato betwee pots of dvdual objects such as chars, tables, etc that are lyg/attachg to the groud, celg, ad walls. We the proceed to group all these pots based o ther proxmty to each other by fdg coected compoets such that each pot a coected compoet s wth a gve dstace to at least oe more pot that compoet. Hece, all the pots belogg to a dvdual object such as a char would le a sgle coected compoet. We employed effcet grd-based rage-fdg algorthms by usg a volumetrc grd to store the pots to speed up the coected compoet aalyss process...3 Segmetato of dvdual objects to homogeous clusters Oce we segmet the whole LIDAR data to dvdual coected compoets whch may correspod to objects such as chars, tables, fas, etc, we wll proceed to further segmet (.e. dvde) each objects to homogeous patches/clusters based o some smlarty metrcs (e.g. dstace, ormal, curvature, etc). The segmeted homogeous clusters wll the be used the subsequet local shape prmtve fttg process. I ths project, we employed a rego-growg based segmetato algorthm. Ths s the same method we used for user-guded sem-automatc plaes detfcato for

3 geerc teror scees, descrbed Secto... The rego-growg based segmetato algorthm works very well our expermets...4 Statstcs based local shape prmtve fttg Oce we segmet the whole LIDAR data to dvdual coected compoets whch may correspod to objects such as chars, tables, fas, etc, f eeded, we ca proceed to further segmet (.e. dvde) each objects to homogeous patches/clusters based o some smlarty metrcs (e.g. dstace, ormal, curvature, etc). We frst segmet the object to dvdual clusters based o the same aforemetoed rego growg algorthm for each dvdual objects. We the dvde each segmet to quadratc patches. More specfcally, for each segmet: a. Ft quadratc to the curret segmet (use RANSAC method to oly ft lers) b. Calculate the error per pot the segmet (dstace from pot to quadratc) c. If the average error for the etre segmet s greater tha +/-%. Splt the segmet to 8 equal segmets. Repeat step a. The followg are the detaled mplemetato:. Gve a segmeted cluster, we compute ts local coordate system wth local org c by coductg Prcpal Compoet Aalyss (PCA) of all the pots ths cluster.. Trasform all the pots ths cluster to the local coordate system. 3. Wth the curret local coordate system, ft a local bvarate quadratc polyomal fucto Q(u, v, w) = w (Au*u + Bu*v + Cv*v + Du + Ev + F) of all the pots the cluster, by coductg weghted least square optmzato to mmze: Q( p ) ( p c ), where p are pots the cluster, ad s a oegatve, smooth, radal, mootoously decreasg fucto, usually wth fte support, e.g. a trucated Gaussa fucto. Sce the pots may cota outlers such as ose or artfacts, we further employed Radom Sample Cosesus (RANSAC) algorthm to tegrate wth the above quadratc fttg, so that the algorthm wll be robust to ose. RANSAC s a hypothess geerato ad testg algorthm that s very robust for outlers. The ma dea behd the techque s to use a mmal umber of data pots eeded to estmate the model (.e. quadratc fucto), ad the cout how may of the remag data pots are compatble wth the estmated model, the sese of fallg wth a chose threshold (we use the average fttg error evaluated from the quadratc fucto Q).. Progressve surface recostructo Sce the orgal LIDAR data ca be qute large, thus ths project, we developed a progressve surface recostructo algorthm. More specfcally, we wll utlze the result from the prevous herarchcal segmetato, ad progressvely trasmt the data to the surface recostructo algorthm cluster by cluster. There wll be two major types of data, oe s the plaar data, oe s the o-plaar object data. To hadle extreme large data, we further exted the aforemetoed data segmetato algorthm to two herarchcal steps. I the frst step, we coduct grd-based data segmetato usg a subset of the orgal data. For example, we sequetally subsample the data (e.g. %), ad coduct clusterg as descrbed before. We the label the cells the embeddg grd by the clusters. I the ext step, we load the whole set of the orgal data sequetally, ad label each data pots based o the label of the grd cell t belogs to. The recostructo results (tragle meshes) are the put together the fal model. The recostructo s based o a oparametrc asotropc kerel-based method we developed for 3D surface recostructo from osy LIDAR data. I partcular, we proposed a asotropc kerel based oparametrc desty estmato method for outler removal, ad a asotropc desty ad ormal propagato techques for salecy feld extracto, ad a o-maxmum suppresso for 3D surface recostructo, whch we wll descrbe the followg... Asotropc kerel desty estmato Pots outsde the object surface are outlers that have to be removed. Sce the real object surface s ukow, t s hard to specfy a geeral crtero to detect outlers. We propose to employ parze-wdow based oparametrc desty estmato method for outler removal. Parze wdow based kerel desty estmato s the most popular oparametrc desty estmato method [4]. Gve data pots x, =,, the d-dmesoal Eucldea space

4 R d, the multvarate kerel desty estmate obtaed wth kerel K(x) ad wdow radus h, computed the pot x s defed as: f x) h d x x K( ) h ( () Wthout loss of geeralty, let s assume h = from ow o, so we could smplfy Equato () as: f ( x) K( x x ) () K(x) s geerally a sphercally symmetrc kerel fucto satsfyg: K( x) Ck, dk( x ), (3) where k(x) s the profle fucto of the kerel K(x). C k,d s the ormalzg costat such that K ( x), (4) ad K( x) dx d R, (5) x s the L orm (.e. Eucldea dstace metrc) of the d-dmesoal vector x. Employg the profle fucto otato, Equato () ca be further rewrtte as Ck, f ( x) d k( x x (6) There are three types of commoly used sphercal kerel fuctos K(x): the Epaechkov kerel, the uform kerel, ad the Gaussa kerel. The Epaechkov kerel s defed by the profle fucto k E (x): x ( x) The uform kerel s defed by the profle fucto k U (x): x x ) k E (7) ( x) x x k E (8) The Gaussa kerel s defed by the profle fucto k N (x): ( x) exp( x) x k N (9).. Outler removal by asotropc ellpsodal kerel For 3D pot cloud obtaed by laser sca, the outlers ted to spread the space radomly, whle real (we use a quotato here to emphasze the fact that the real surface s ukow) surface pots wll spread alog a th shell whch ecloses the real surface object. I other words, the dstrbuto of the outlers s relatvely sotropc, whle the dstrbuto of the real surface pots s rather asotropc. Hece we propose to employ a asotropc ellpsodal kerel based desty estmato method for outler removal. For asotropc kerel, the L orm x-x Equato (6), whch measures the Eucldea dstace metrc betwee two pots x ad x wll be replaced by the Mahalaobs dstace metrc x-x M : x x here H s the covarace matrx defed as: ad M t (( x x ) H ( x x )) /, () H DD T, () D = (x - x, x - x,, x - x). ()

5 t Geometrcally, ( x x ) H ( x x ) s a three-dmesoal ellpsod cetered at x, wth ts shape ad oretato defed by H. Usg Sgle Value Decomposto (SVD), the covarace matrx H ca be further decomposed as: H UAU T, (3) Wth 3 3 A (4) are the three egevalues of the matrx H, ad U s a orthoormal matrx whose colums are the egevectors of matrx H. To compute the asotropc kerel based desty, we apply a ellpsodal kerel E of equal sze ad shape o all the data pots. The oretato of the ellpsodal kerel E wll be determed locally. More specfcally, gve a pot x, we calculate ts covarace matrx H by pots located ts local sphercal eghborhood of a fxed radus. Wthout loss of geeralty, we assume the radus s (whch ca be doe by ormalzg the data by the radus). The U matrx of Equato (3) calculated by the covarace aalyss s kept uchaged to mata the oretato of the ellpsod. The sze ad shape of the ellpsod wll be modfed to be the same as the ellpsodal kerel E by modfyg the dagoal matrx A as: A r, (5) r s half of the legth of the mmum axs of the ellpsodal kerel E. After the desty value s estmated, we remove all the pots whose estmated desty value s smaller tha a user-defed threshold...3 Oretato propagato by mmum spag tree The ormal estmated by the PCA algorthm mght ot be cosstetly oreted as there s a ambguty of 8 degree of the obtaed egevector. Thus we eed to coduct a oretato propagato algorthm based o mmum spag tree. Ths s doe two steps. Frst, wth each volumetrc grd cell, we coduct clusterg based o the ormal formato, ad choose the oretato of the largest cluster as the oretato wth the volumetrc grd cell. The we compute the average ormal wth each grd cell ad buld a graph wth each grd cell (cotag pots) as a ode, ad the weghts of edges betwee the adjacet grd cell are defed as - *, where ad are the average ormal of the two adjacet grd cells. The mmum spag tree s mplemeted based o Kruskal s algorthm, whch s a algorthm graph theory that fds a mmum spag tree for a coected weghted graph. Ths meas t fds a subset of the edges that forms a tree that cludes every vertex, where the total weght of all the edges the tree s mmzed. If the graph s ot coected, the t fds a mmum spag forest (a mmum spag tree for each coected compoet). Kruskal's algorthm s a example of a greedy algorthm. It works as follows:. create a forest F (a set of trees), where each vertex the graph s a separate tree. create a set S cotag all the edges the graph 3. whle S s oempty a. remove a edge wth mmum weght from S b. f that edge coects two dfferet trees, the add t to the forest, combg two trees to a sgle tree c. otherwse dscard that edge. At the termato of the algorthm, the forest has oly oe compoet ad forms a mmum spag tree of the graph. Ths algorthm frst appeared 956 the Proceedgs of the Amerca Mathematcal Socety (page 48 5), wrtte by Joseph Kruskal [5].

6 ..4 Desty ad ormal propagato Oce we obta a cosstet oretato of the ormal, we propagate the ormal ad desty to the whole volumetrc grd. More specfcally, we frst embed the LDAR data by a volumetrc grd, ad coduct the aforemetoed Parzewdow based kerel desty estmato for each LDAR pot based o ts Mahalaobs dstace to ts eghborg LIDAR data (Equato ()). We the propagate the desty at dvdual pots to the volumetrc grds based o the same asotropc formula. I other words, we create a volumetrc desty feld, wth the desty value correspodg to the probablty of belogg to the so-surface of the object...5 No-maxmum suppresso based 3D surface recostructo The usged desty feld s the coverted to a sged dcator fucto by calculatg the er product of the ormal vector at the grd ode wth the gradet of the desty feld at the grd ode. Fally, we employ so-surface extracto algorthm such as Marchg Cubes to extract the so-surface, dcated by the zero-value of the sged dcator fucto..3 3-D vsualzato We developed a prototype software system based o OpeGL ad Vsual C++ that ca automatcally recostruct the 3D scee of the teror of a buldg or other structure from pot clouds acqured by the groud-based LIDAR scaer. We developed a user-fredly Graphcal User Iterface (GUI) that allows the users to teractvely vsualze, avgate ad walk through the room from dfferet vew agles, zoom ad out, etc. The recostructed 3D scee ca be exported the OBJ data format that s fully compatble ad exportable to other commercal vsualzato software. Moreover, we also developed a addtoal fuctoalty the prototype software system: automatcally geeratg the floor pla of the buldg. Ths addtoal fuctoalty ca be very useful for the user to have a hgh level uderstadg of the teror of the buldg ad s complemetary to the teractve 3D vsualzato provded by our software system.. CONCLUSION We developed a prototype system that ca automatcally recostruct 3D scees of the teror of a buldg, cave or other structure usg groud-based LIDAR scag techology. We develop a user-fredly real-tme vsualzato software package that wll allow the users to teractvely vsualze, avgate ad walk through the room from dfferet vew agles, zoom ad out, etc. REFERENCES [] M. A. Fschler ad R. C. Bolles, Radom Sample Cosesus: A Paradgm for Model Fttg wth Applcatos to Image Aalyss ad Automated Cartography. Comm. of the ACM 4: , 98. [] D. Comacu ad P. Meer, Mea Shft: A Robust Approach Toward Feature Space Aalyss. IEEE Trasactos o Patter Aalyss ad Mache Learg Vol. 4, No. 5, pp , May. [3] Ye Dua, Lu Yag, Hog Q, ad Dmtrs Samaras, Shape Recostructo from 3D ad D Data Usg PDE-Based Deformable Surfaces. Proceedgs of The 8th Europea Coferece o Computer Vso (Computer Vso - ECCV 4), Part III, May -4, 4, Prague, Czech Republc, pages (Lecture Notes Computer Scece 33). [4] Rchard O. Duda, Peter E. Hart, ad Davd G. Stork, Patter Classfcato, Wley-Iterscece, d edto, October. [5] Joseph. B. Kruskal, O the Shortest Spag Subtree of a Graph ad the Travelg Salesma Problem. Proceedgs of the Amerca Mathematcal Socety, Vol 7, No., pp. 48 5, Feburary 956.

7 (a) (b) (c) (d) Fgure : Herarchcal LIDAR data segmetato. (a) Orgal LIDAR data; (b) Floor (blue color), celg (gree color), ad vertcal walls (red, cya ad mageta colors) detfed; (c) Idvdual objects extracted (show dfferet colors); (d) Each object s segmeted to homogeous clusters (show dfferet colors).

Statistical Pattern Recognition (CE-725) Department of Computer Engineering Sharif University of Technology

Statistical Pattern Recognition (CE-725) Department of Computer Engineering Sharif University of Technology I The Name of God, The Compassoate, The ercful Name: Problems' eys Studet ID#:. Statstcal Patter Recogto (CE-725) Departmet of Computer Egeerg Sharf Uversty of Techology Fal Exam Soluto - Sprg 202 (50

More information

6.7 Network analysis. 6.7.1 Introduction. References - Network analysis. Topological analysis

6.7 Network analysis. 6.7.1 Introduction. References - Network analysis. Topological analysis 6.7 Network aalyss Le data that explctly store topologcal formato are called etwork data. Besdes spatal operatos, several methods of spatal aalyss are applcable to etwork data. Fgure: Network data Refereces

More information

Preprocess a planar map S. Given a query point p, report the face of S containing p. Goal: O(n)-size data structure that enables O(log n) query time.

Preprocess a planar map S. Given a query point p, report the face of S containing p. Goal: O(n)-size data structure that enables O(log n) query time. Computatoal Geometry Chapter 6 Pot Locato 1 Problem Defto Preprocess a plaar map S. Gve a query pot p, report the face of S cotag p. S Goal: O()-sze data structure that eables O(log ) query tme. C p E

More information

IDENTIFICATION OF THE DYNAMICS OF THE GOOGLE S RANKING ALGORITHM. A. Khaki Sedigh, Mehdi Roudaki

IDENTIFICATION OF THE DYNAMICS OF THE GOOGLE S RANKING ALGORITHM. A. Khaki Sedigh, Mehdi Roudaki IDENIFICAION OF HE DYNAMICS OF HE GOOGLE S RANKING ALGORIHM A. Khak Sedgh, Mehd Roudak Cotrol Dvso, Departmet of Electrcal Egeerg, K.N.oos Uversty of echology P. O. Box: 16315-1355, ehra, Ira sedgh@eetd.ktu.ac.r,

More information

SHAPIRO-WILK TEST FOR NORMALITY WITH KNOWN MEAN

SHAPIRO-WILK TEST FOR NORMALITY WITH KNOWN MEAN SHAPIRO-WILK TEST FOR NORMALITY WITH KNOWN MEAN Wojcech Zelńsk Departmet of Ecoometrcs ad Statstcs Warsaw Uversty of Lfe Sceces Nowoursyowska 66, -787 Warszawa e-mal: wojtekzelsk@statystykafo Zofa Hausz,

More information

n. We know that the sum of squares of p independent standard normal variables has a chi square distribution with p degrees of freedom.

n. We know that the sum of squares of p independent standard normal variables has a chi square distribution with p degrees of freedom. UMEÅ UNIVERSITET Matematsk-statstska sttutoe Multvarat dataaalys för tekologer MSTB0 PA TENTAMEN 004-0-9 LÖSNINGSFÖRSLAG TILL TENTAMEN I MATEMATISK STATISTIK Multvarat dataaalys för tekologer B, 5 poäg.

More information

ANOVA Notes Page 1. Analysis of Variance for a One-Way Classification of Data

ANOVA Notes Page 1. Analysis of Variance for a One-Way Classification of Data ANOVA Notes Page Aalss of Varace for a Oe-Wa Classfcato of Data Cosder a sgle factor or treatmet doe at levels (e, there are,, 3, dfferet varatos o the prescrbed treatmet) Wth a gve treatmet level there

More information

Robust Realtime Face Recognition And Tracking System

Robust Realtime Face Recognition And Tracking System JCS& Vol. 9 No. October 9 Robust Realtme Face Recogto Ad rackg System Ka Che,Le Ju Zhao East Cha Uversty of Scece ad echology Emal:asa85@hotmal.com Abstract here s some very mportat meag the study of realtme

More information

STATISTICAL PROPERTIES OF LEAST SQUARES ESTIMATORS. x, where. = y - ˆ " 1

STATISTICAL PROPERTIES OF LEAST SQUARES ESTIMATORS. x, where. = y - ˆ  1 STATISTICAL PROPERTIES OF LEAST SQUARES ESTIMATORS Recall Assumpto E(Y x) η 0 + η x (lear codtoal mea fucto) Data (x, y ), (x 2, y 2 ),, (x, y ) Least squares estmator ˆ E (Y x) ˆ " 0 + ˆ " x, where ˆ

More information

The Gompertz-Makeham distribution. Fredrik Norström. Supervisor: Yuri Belyaev

The Gompertz-Makeham distribution. Fredrik Norström. Supervisor: Yuri Belyaev The Gompertz-Makeham dstrbuto by Fredrk Norström Master s thess Mathematcal Statstcs, Umeå Uversty, 997 Supervsor: Yur Belyaev Abstract Ths work s about the Gompertz-Makeham dstrbuto. The dstrbuto has

More information

Numerical Methods with MS Excel

Numerical Methods with MS Excel TMME, vol4, o.1, p.84 Numercal Methods wth MS Excel M. El-Gebely & B. Yushau 1 Departmet of Mathematcal Sceces Kg Fahd Uversty of Petroleum & Merals. Dhahra, Saud Araba. Abstract: I ths ote we show how

More information

An Effectiveness of Integrated Portfolio in Bancassurance

An Effectiveness of Integrated Portfolio in Bancassurance A Effectveess of Itegrated Portfolo Bacassurace Taea Karya Research Ceter for Facal Egeerg Isttute of Ecoomc Research Kyoto versty Sayouu Kyoto 606-850 Japa arya@eryoto-uacp Itroducto As s well ow the

More information

Online Appendix: Measured Aggregate Gains from International Trade

Online Appendix: Measured Aggregate Gains from International Trade Ole Appedx: Measured Aggregate Gas from Iteratoal Trade Arel Burste UCLA ad NBER Javer Cravo Uversty of Mchga March 3, 2014 I ths ole appedx we derve addtoal results dscussed the paper. I the frst secto,

More information

The Digital Signature Scheme MQQ-SIG

The Digital Signature Scheme MQQ-SIG The Dgtal Sgature Scheme MQQ-SIG Itellectual Property Statemet ad Techcal Descrpto Frst publshed: 10 October 2010, Last update: 20 December 2010 Dalo Glgorosk 1 ad Rue Stesmo Ødegård 2 ad Rue Erled Jese

More information

Average Price Ratios

Average Price Ratios Average Prce Ratos Morgstar Methodology Paper August 3, 2005 2005 Morgstar, Ic. All rghts reserved. The formato ths documet s the property of Morgstar, Ic. Reproducto or trascrpto by ay meas, whole or

More information

The Analysis of Development of Insurance Contract Premiums of General Liability Insurance in the Business Insurance Risk

The Analysis of Development of Insurance Contract Premiums of General Liability Insurance in the Business Insurance Risk The Aalyss of Developmet of Isurace Cotract Premums of Geeral Lablty Isurace the Busess Isurace Rsk the Frame of the Czech Isurace Market 1998 011 Scetfc Coferece Jue, 10. - 14. 013 Pavla Kubová Departmet

More information

ON SLANT HELICES AND GENERAL HELICES IN EUCLIDEAN n -SPACE. Yusuf YAYLI 1, Evren ZIPLAR 2. yayli@science.ankara.edu.tr. evrenziplar@yahoo.

ON SLANT HELICES AND GENERAL HELICES IN EUCLIDEAN n -SPACE. Yusuf YAYLI 1, Evren ZIPLAR 2. yayli@science.ankara.edu.tr. evrenziplar@yahoo. ON SLANT HELICES AND ENERAL HELICES IN EUCLIDEAN -SPACE Yusuf YAYLI Evre ZIPLAR Departmet of Mathematcs Faculty of Scece Uversty of Akara Tadoğa Akara Turkey yayl@sceceakaraedutr Departmet of Mathematcs

More information

APPENDIX III THE ENVELOPE PROPERTY

APPENDIX III THE ENVELOPE PROPERTY Apped III APPENDIX III THE ENVELOPE PROPERTY Optmzato mposes a very strog structure o the problem cosdered Ths s the reaso why eoclasscal ecoomcs whch assumes optmzg behavour has bee the most successful

More information

Speeding up k-means Clustering by Bootstrap Averaging

Speeding up k-means Clustering by Bootstrap Averaging Speedg up -meas Clusterg by Bootstrap Averagg Ia Davdso ad Ashw Satyaarayaa Computer Scece Dept, SUNY Albay, NY, USA,. {davdso, ashw}@cs.albay.edu Abstract K-meas clusterg s oe of the most popular clusterg

More information

The simple linear Regression Model

The simple linear Regression Model The smple lear Regresso Model Correlato coeffcet s o-parametrc ad just dcates that two varables are assocated wth oe aother, but t does ot gve a deas of the kd of relatoshp. Regresso models help vestgatg

More information

Credibility Premium Calculation in Motor Third-Party Liability Insurance

Credibility Premium Calculation in Motor Third-Party Liability Insurance Advaces Mathematcal ad Computatoal Methods Credblty remum Calculato Motor Thrd-arty Lablty Isurace BOHA LIA, JAA KUBAOVÁ epartmet of Mathematcs ad Quattatve Methods Uversty of ardubce Studetská 95, 53

More information

Statistical Intrusion Detector with Instance-Based Learning

Statistical Intrusion Detector with Instance-Based Learning Iformatca 5 (00) xxx yyy Statstcal Itruso Detector wth Istace-Based Learg Iva Verdo, Boja Nova Faulteta za eletroteho raualštvo Uverza v Marboru Smetaova 7, 000 Marbor, Sloveja va.verdo@sol.et eywords:

More information

Optimal multi-degree reduction of Bézier curves with constraints of endpoints continuity

Optimal multi-degree reduction of Bézier curves with constraints of endpoints continuity Computer Aded Geometrc Desg 19 (2002 365 377 wwwelsevercom/locate/comad Optmal mult-degree reducto of Bézer curves wth costrats of edpots cotuty Guo-Dog Che, Guo-J Wag State Key Laboratory of CAD&CG, Isttute

More information

An IG-RS-SVM classifier for analyzing reviews of E-commerce product

An IG-RS-SVM classifier for analyzing reviews of E-commerce product Iteratoal Coferece o Iformato Techology ad Maagemet Iovato (ICITMI 205) A IG-RS-SVM classfer for aalyzg revews of E-commerce product Jaju Ye a, Hua Re b ad Hagxa Zhou c * College of Iformato Egeerg, Cha

More information

On Error Detection with Block Codes

On Error Detection with Block Codes BULGARIAN ACADEMY OF SCIENCES CYBERNETICS AND INFORMATION TECHNOLOGIES Volume 9, No 3 Sofa 2009 O Error Detecto wth Block Codes Rostza Doduekova Chalmers Uversty of Techology ad the Uversty of Gotheburg,

More information

Applications of Support Vector Machine Based on Boolean Kernel to Spam Filtering

Applications of Support Vector Machine Based on Boolean Kernel to Spam Filtering Moder Appled Scece October, 2009 Applcatos of Support Vector Mache Based o Boolea Kerel to Spam Flterg Shugag Lu & Keb Cu School of Computer scece ad techology, North Cha Electrc Power Uversty Hebe 071003,

More information

A Bayesian Networks in Intrusion Detection Systems

A Bayesian Networks in Intrusion Detection Systems Joural of Computer Scece 3 (5: 59-65, 007 ISSN 549-3636 007 Scece Publcatos A Bayesa Networs Itruso Detecto Systems M. Mehd, S. Zar, A. Aou ad M. Besebt Electrocs Departmet, Uversty of Blda, Algera Abstract:

More information

Dynamic Two-phase Truncated Rayleigh Model for Release Date Prediction of Software

Dynamic Two-phase Truncated Rayleigh Model for Release Date Prediction of Software J. Software Egeerg & Applcatos 3 63-69 do:.436/jsea..367 Publshed Ole Jue (http://www.scrp.org/joural/jsea) Dyamc Two-phase Trucated Raylegh Model for Release Date Predcto of Software Lafe Qa Qgchua Yao

More information

CH. V ME256 STATICS Center of Gravity, Centroid, and Moment of Inertia CENTER OF GRAVITY AND CENTROID

CH. V ME256 STATICS Center of Gravity, Centroid, and Moment of Inertia CENTER OF GRAVITY AND CENTROID CH. ME56 STTICS Ceter of Gravt, Cetrod, ad Momet of Ierta CENTE OF GITY ND CENTOID 5. CENTE OF GITY ND CENTE OF MSS FO SYSTEM OF PTICES Ceter of Gravt. The ceter of gravt G s a pot whch locates the resultat

More information

Settlement Prediction by Spatial-temporal Random Process

Settlement Prediction by Spatial-temporal Random Process Safety, Relablty ad Rs of Structures, Ifrastructures ad Egeerg Systems Furuta, Fragopol & Shozua (eds Taylor & Fracs Group, Lodo, ISBN 978---77- Settlemet Predcto by Spatal-temporal Radom Process P. Rugbaapha

More information

Relaxation Methods for Iterative Solution to Linear Systems of Equations

Relaxation Methods for Iterative Solution to Linear Systems of Equations Relaxato Methods for Iteratve Soluto to Lear Systems of Equatos Gerald Recktewald Portlad State Uversty Mechacal Egeerg Departmet gerry@me.pdx.edu Prmary Topcs Basc Cocepts Statoary Methods a.k.a. Relaxato

More information

A Study of Unrelated Parallel-Machine Scheduling with Deteriorating Maintenance Activities to Minimize the Total Completion Time

A Study of Unrelated Parallel-Machine Scheduling with Deteriorating Maintenance Activities to Minimize the Total Completion Time Joural of Na Ka, Vol. 0, No., pp.5-9 (20) 5 A Study of Urelated Parallel-Mache Schedulg wth Deteroratg Mateace Actvtes to Mze the Total Copleto Te Suh-Jeq Yag, Ja-Yuar Guo, Hs-Tao Lee Departet of Idustral

More information

A Smart Machine Vision System for PCB Inspection

A Smart Machine Vision System for PCB Inspection A Smart Mache Vso System for PCB Ispecto Te Q Che, JaX Zhag, YouNg Zhou ad Y Lu Murphey Please address all correspodece to Departmet of Electrcal ad Computer Egeerg Uversty of Mchga - Dearbor, Dearbor,

More information

On formula to compute primes and the n th prime

On formula to compute primes and the n th prime Joural's Ttle, Vol., 00, o., - O formula to compute prmes ad the th prme Issam Kaddoura Lebaese Iteratoal Uversty Faculty of Arts ad ceces, Lebao Emal: ssam.addoura@lu.edu.lb amh Abdul-Nab Lebaese Iteratoal

More information

Curve Fitting and Solution of Equation

Curve Fitting and Solution of Equation UNIT V Curve Fttg ad Soluto of Equato 5. CURVE FITTING I ma braches of appled mathematcs ad egeerg sceces we come across epermets ad problems, whch volve two varables. For eample, t s kow that the speed

More information

Chapter Eight. f : R R

Chapter Eight. f : R R Chapter Eght f : R R 8. Itroducto We shall ow tur our atteto to the very mportat specal case of fuctos that are real, or scalar, valued. These are sometmes called scalar felds. I the very, but mportat,

More information

ADAPTATION OF SHAPIRO-WILK TEST TO THE CASE OF KNOWN MEAN

ADAPTATION OF SHAPIRO-WILK TEST TO THE CASE OF KNOWN MEAN Colloquum Bometrcum 4 ADAPTATION OF SHAPIRO-WILK TEST TO THE CASE OF KNOWN MEAN Zofa Hausz, Joaa Tarasńska Departmet of Appled Mathematcs ad Computer Scece Uversty of Lfe Sceces Lubl Akademcka 3, -95 Lubl

More information

Maintenance Scheduling of Distribution System with Optimal Economy and Reliability

Maintenance Scheduling of Distribution System with Optimal Economy and Reliability Egeerg, 203, 5, 4-8 http://dx.do.org/0.4236/eg.203.59b003 Publshed Ole September 203 (http://www.scrp.org/joural/eg) Mateace Schedulg of Dstrbuto System wth Optmal Ecoomy ad Relablty Syua Hog, Hafeg L,

More information

Compressive Sensing over Strongly Connected Digraph and Its Application in Traffic Monitoring

Compressive Sensing over Strongly Connected Digraph and Its Application in Traffic Monitoring Compressve Sesg over Strogly Coected Dgraph ad Its Applcato Traffc Motorg Xao Q, Yogca Wag, Yuexua Wag, Lwe Xu Isttute for Iterdscplary Iformato Sceces, Tsghua Uversty, Bejg, Cha {qxao3, kyo.c}@gmal.com,

More information

CSSE463: Image Recognition Day 27

CSSE463: Image Recognition Day 27 CSSE463: Image Recogto Da 27 Ths week Toda: Alcatos of PCA Suda ght: roject las ad relm work due Questos? Prcal Comoets Aalss weght grth c ( )( ) ( )( ( )( ) ) heght sze Gve a set of samles, fd the drecto(s)

More information

Simple Linear Regression

Simple Linear Regression Smple Lear Regresso Regresso equato a equato that descrbes the average relatoshp betwee a respose (depedet) ad a eplaator (depedet) varable. 6 8 Slope-tercept equato for a le m b (,6) slope. (,) 6 6 8

More information

Fractal-Structured Karatsuba`s Algorithm for Binary Field Multiplication: FK

Fractal-Structured Karatsuba`s Algorithm for Binary Field Multiplication: FK Fractal-Structured Karatsuba`s Algorthm for Bary Feld Multplcato: FK *The authors are worg at the Isttute of Mathematcs The Academy of Sceces of DPR Korea. **Address : U Jog dstrct Kwahadog Number Pyogyag

More information

Conversion of Non-Linear Strength Envelopes into Generalized Hoek-Brown Envelopes

Conversion of Non-Linear Strength Envelopes into Generalized Hoek-Brown Envelopes Covero of No-Lear Stregth Evelope to Geeralzed Hoek-Brow Evelope Itroducto The power curve crtero commoly ued lmt-equlbrum lope tablty aaly to defe a o-lear tregth evelope (relatohp betwee hear tre, τ,

More information

ECONOMIC CHOICE OF OPTIMUM FEEDER CABLE CONSIDERING RISK ANALYSIS. University of Brasilia (UnB) and The Brazilian Regulatory Agency (ANEEL), Brazil

ECONOMIC CHOICE OF OPTIMUM FEEDER CABLE CONSIDERING RISK ANALYSIS. University of Brasilia (UnB) and The Brazilian Regulatory Agency (ANEEL), Brazil ECONOMIC CHOICE OF OPTIMUM FEEDER CABE CONSIDERING RISK ANAYSIS I Camargo, F Fgueredo, M De Olvera Uversty of Brasla (UB) ad The Brazla Regulatory Agecy (ANEE), Brazl The choce of the approprate cable

More information

Locally Adaptive Dimensionality Reduction for Indexing Large Time Series Databases

Locally Adaptive Dimensionality Reduction for Indexing Large Time Series Databases Locally Adaptve Dmesoalty educto for Idexg Large Tme Seres Databases Kaushk Chakrabart Eamo Keogh Sharad Mehrotra Mchael Pazza Mcrosoft esearch Uv. of Calfora Uv. of Calfora Uv. of Calfora edmod, WA 985

More information

STOCHASTIC approximation algorithms have several

STOCHASTIC approximation algorithms have several IEEE TRANSACTIONS ON INFORMATION THEORY, VOL 60, NO 10, OCTOBER 2014 6609 Trackg a Markov-Modulated Statoary Degree Dstrbuto of a Dyamc Radom Graph Mazyar Hamd, Vkram Krshamurthy, Fellow, IEEE, ad George

More information

A Parallel Transmission Remote Backup System

A Parallel Transmission Remote Backup System 2012 2d Iteratoal Coferece o Idustral Techology ad Maagemet (ICITM 2012) IPCSIT vol 49 (2012) (2012) IACSIT Press, Sgapore DOI: 107763/IPCSIT2012V495 2 A Parallel Trasmsso Remote Backup System Che Yu College

More information

Group Nearest Neighbor Queries

Group Nearest Neighbor Queries Group Nearest Neghbor Queres Dmtrs Papadas Qogmao She Yufe Tao Kyrakos Mouratds Departmet of Computer Scece Hog Kog Uversty of Scece ad Techology Clear Water Bay, Hog Kog {dmtrs, qmshe, kyrakos}@cs.ust.hk

More information

Near Neighbor Distribution in Sets of Fractal Nature

Near Neighbor Distribution in Sets of Fractal Nature Iteratoal Joural of Computer Iformato Systems ad Idustral Maagemet Applcatos. ISS 250-7988 Volume 5 (202) 3 pp. 59-66 MIR Labs, www.mrlabs.et/jcsm/dex.html ear eghbor Dstrbuto Sets of Fractal ature Marcel

More information

A New Bayesian Network Method for Computing Bottom Event's Structural Importance Degree using Jointree

A New Bayesian Network Method for Computing Bottom Event's Structural Importance Degree using Jointree , pp.277-288 http://dx.do.org/10.14257/juesst.2015.8.1.25 A New Bayesa Network Method for Computg Bottom Evet's Structural Importace Degree usg Jotree Wag Yao ad Su Q School of Aeroautcs, Northwester Polytechcal

More information

A COMPARATIVE STUDY BETWEEN POLYCLASS AND MULTICLASS LANGUAGE MODELS

A COMPARATIVE STUDY BETWEEN POLYCLASS AND MULTICLASS LANGUAGE MODELS A COMPARATIVE STUDY BETWEEN POLYCLASS AND MULTICLASS LANGUAGE MODELS I Ztou, K Smaïl, S Delge, F Bmbot To cte ths verso: I Ztou, K Smaïl, S Delge, F Bmbot. A COMPARATIVE STUDY BETWEEN POLY- CLASS AND MULTICLASS

More information

Models for Selecting an ERP System with Intuitionistic Trapezoidal Fuzzy Information

Models for Selecting an ERP System with Intuitionistic Trapezoidal Fuzzy Information JOURNAL OF SOFWARE, VOL 5, NO 3, MARCH 00 75 Models for Selectg a ERP System wth Itutostc rapezodal Fuzzy Iformato Guwu We, Ru L Departmet of Ecoomcs ad Maagemet, Chogqg Uversty of Arts ad Sceces, Yogchua,

More information

Regression Analysis. 1. Introduction

Regression Analysis. 1. Introduction . Itroducto Regresso aalyss s a statstcal methodology that utlzes the relato betwee two or more quattatve varables so that oe varable ca be predcted from the other, or others. Ths methodology s wdely used

More information

Impact of Mobility Prediction on the Temporal Stability of MANET Clustering Algorithms *

Impact of Mobility Prediction on the Temporal Stability of MANET Clustering Algorithms * Impact of Moblty Predcto o the Temporal Stablty of MANET Clusterg Algorthms * Aravdha Vekateswara, Vekatesh Saraga, Nataraa Gautam 1, Ra Acharya Departmet of Comp. Sc. & Egr. Pesylvaa State Uversty Uversty

More information

IP Network Topology Link Prediction Based on Improved Local Information Similarity Algorithm

IP Network Topology Link Prediction Based on Improved Local Information Similarity Algorithm Iteratoal Joural of Grd Dstrbuto Computg, pp.141-150 http://dx.do.org/10.14257/jgdc.2015.8.6.14 IP Network Topology Lk Predcto Based o Improved Local Iformato mlarty Algorthm Che Yu* 1, 2 ad Dua Zhem 1

More information

THE McELIECE CRYPTOSYSTEM WITH ARRAY CODES. MATRİS KODLAR İLE McELIECE ŞİFRELEME SİSTEMİ

THE McELIECE CRYPTOSYSTEM WITH ARRAY CODES. MATRİS KODLAR İLE McELIECE ŞİFRELEME SİSTEMİ SAÜ e Blmler Dergs, 5 Clt, 2 Sayı, THE McELIECE CRYPTOSYSTEM WITH ARRAY CODES Vedat ŞİAP* *Departmet of Mathematcs, aculty of Scece ad Art, Sakarya Uversty, 5487, Serdva, Sakarya-TURKEY vedatsap@gmalcom

More information

Optimal Packetization Interval for VoIP Applications Over IEEE 802.16 Networks

Optimal Packetization Interval for VoIP Applications Over IEEE 802.16 Networks Optmal Packetzato Iterval for VoIP Applcatos Over IEEE 802.16 Networks Sheha Perera Harsha Srsea Krzysztof Pawlkowsk Departmet of Electrcal & Computer Egeerg Uversty of Caterbury New Zealad sheha@elec.caterbury.ac.z

More information

DIGITAL AUDIO WATERMARKING: SURVEY

DIGITAL AUDIO WATERMARKING: SURVEY DIGITAL AUDIO WATERMARKING: SURVEY MIKDAM A. T. ALSALAMI * MARWAN M. AL-AKAIDI ** * Computer Scece Dept. Zara Prvate Uversty / Jorda ** School of Egeerg ad Techology - De Motfort Uversty / UK Abstract:

More information

10.5 Future Value and Present Value of a General Annuity Due

10.5 Future Value and Present Value of a General Annuity Due Chapter 10 Autes 371 5. Thomas leases a car worth $4,000 at.99% compouded mothly. He agrees to make 36 lease paymets of $330 each at the begg of every moth. What s the buyout prce (resdual value of the

More information

OPTIMAL KNOWLEDGE FLOW ON THE INTERNET

OPTIMAL KNOWLEDGE FLOW ON THE INTERNET İstabul Tcaret Üverstes Fe Blmler Dergs Yıl: 5 Sayı:0 Güz 006/ s. - OPTIMAL KNOWLEDGE FLOW ON THE INTERNET Bura ORDİN *, Urfat NURİYEV ** ABSTRACT The flow roblem ad the mmum sag tree roblem are both fudametal

More information

Raport końcowy Zadanie nr 8:

Raport końcowy Zadanie nr 8: Opracowae: Polsko- Japońska Wższa Szkoła Techk Komputerowch Wdzał amejscow Iformatk w tomu Raport końcow adae r 8: Przeprowadzee badań opracowae algortmów do projektu: adae 4 Idetfkacja zachowaa terakcj

More information

Cyber Journals: Multidisciplinary Journals in Science and Technology, Journal of Selected Areas in Telecommunications (JSAT), January Edition, 2011

Cyber Journals: Multidisciplinary Journals in Science and Technology, Journal of Selected Areas in Telecommunications (JSAT), January Edition, 2011 Cyber Jourals: Multdscplary Jourals cece ad Techology, Joural of elected Areas Telecommucatos (JAT), Jauary dto, 2011 A ovel rtual etwork Mappg Algorthm for Cost Mmzg ZHAG hu-l, QIU Xue-sog tate Key Laboratory

More information

Synthesized Articulated Behavior using Space-temporal On-line Principal Component Analysis

Synthesized Articulated Behavior using Space-temporal On-line Principal Component Analysis Sytheszed Artculated Behavor usg Space-temporal O-le Prcpal Compoet Aalyss YUICHI MOAI Uversty of Vermot, USA, ymota@uvm.edu Abstract hs paper presets a ew framework to sythesze humaod behavor by learg

More information

Using Phase Swapping to Solve Load Phase Balancing by ADSCHNN in LV Distribution Network

Using Phase Swapping to Solve Load Phase Balancing by ADSCHNN in LV Distribution Network Iteratoal Joural of Cotrol ad Automato Vol.7, No.7 (204), pp.-4 http://dx.do.org/0.4257/jca.204.7.7.0 Usg Phase Swappg to Solve Load Phase Balacg by ADSCHNN LV Dstrbuto Network Chu-guo Fe ad Ru Wag College

More information

Security Analysis of RAPP: An RFID Authentication Protocol based on Permutation

Security Analysis of RAPP: An RFID Authentication Protocol based on Permutation Securty Aalyss of RAPP: A RFID Authetcato Protocol based o Permutato Wag Shao-hu,,, Ha Zhje,, Lu Sujua,, Che Da-we, {College of Computer, Najg Uversty of Posts ad Telecommucatos, Najg 004, Cha Jagsu Hgh

More information

A Real-time Visual Tracking System in the Robot Soccer Domain

A Real-time Visual Tracking System in the Robot Soccer Domain Proceedgs of EUEL obotcs-, Salford, Eglad, th - th Aprl A eal-tme Vsual Trackg System the obot Soccer Doma Bo L, Edward Smth, Huosheg Hu, Lbor Spacek Departmet of Computer Scece, Uversty of Essex, Wvehoe

More information

Abraham Zaks. Technion I.I.T. Haifa ISRAEL. and. University of Haifa, Haifa ISRAEL. Abstract

Abraham Zaks. Technion I.I.T. Haifa ISRAEL. and. University of Haifa, Haifa ISRAEL. Abstract Preset Value of Autes Uder Radom Rates of Iterest By Abraham Zas Techo I.I.T. Hafa ISRAEL ad Uversty of Hafa, Hafa ISRAEL Abstract Some attempts were made to evaluate the future value (FV) of the expected

More information

Chapter 3. AMORTIZATION OF LOAN. SINKING FUNDS R =

Chapter 3. AMORTIZATION OF LOAN. SINKING FUNDS R = Chapter 3. AMORTIZATION OF LOAN. SINKING FUNDS Objectves of the Topc: Beg able to formalse ad solve practcal ad mathematcal problems, whch the subjects of loa amortsato ad maagemet of cumulatve fuds are

More information

Integrating Production Scheduling and Maintenance: Practical Implications

Integrating Production Scheduling and Maintenance: Practical Implications Proceedgs of the 2012 Iteratoal Coferece o Idustral Egeerg ad Operatos Maagemet Istabul, Turkey, uly 3 6, 2012 Itegratg Producto Schedulg ad Mateace: Practcal Implcatos Lath A. Hadd ad Umar M. Al-Turk

More information

Fast, Secure Encryption for Indexing in a Column-Oriented DBMS

Fast, Secure Encryption for Indexing in a Column-Oriented DBMS Fast, Secure Ecrypto for Idexg a Colum-Oreted DBMS Tgja Ge, Sta Zdok Brow Uversty {tge, sbz}@cs.brow.edu Abstract Networked formato systems requre strog securty guaratees because of the ew threats that

More information

An Approach to Evaluating the Computer Network Security with Hesitant Fuzzy Information

An Approach to Evaluating the Computer Network Security with Hesitant Fuzzy Information A Approach to Evaluatg the Computer Network Securty wth Hestat Fuzzy Iformato Jafeg Dog A Approach to Evaluatg the Computer Network Securty wth Hestat Fuzzy Iformato Jafeg Dog, Frst ad Correspodg Author

More information

We present a new approach to pricing American-style derivatives that is applicable to any Markovian setting

We present a new approach to pricing American-style derivatives that is applicable to any Markovian setting MANAGEMENT SCIENCE Vol. 52, No., Jauary 26, pp. 95 ss 25-99 ess 526-55 6 52 95 forms do.287/msc.5.447 26 INFORMS Prcg Amerca-Style Dervatves wth Europea Call Optos Scott B. Laprse BAE Systems, Advaced

More information

Trend Projection using Predictive Analytics

Trend Projection using Predictive Analytics Iteratoal Joural of Computer Applcatos (0975 8887) Tred Projecto usg Predctve Aalytcs Seema L. Vadure KLS Gogte Isttute of Techology, Udyambag, Belgaum Karataka, Ida Majula Ramaavar KLS Gogte Isttute of

More information

Common p-belief: The General Case

Common p-belief: The General Case GAMES AND ECONOMIC BEHAVIOR 8, 738 997 ARTICLE NO. GA97053 Commo p-belef: The Geeral Case Atsush Kaj* ad Stephe Morrs Departmet of Ecoomcs, Uersty of Pesylaa Receved February, 995 We develop belef operators

More information

T = 1/freq, T = 2/freq, T = i/freq, T = n (number of cash flows = freq n) are :

T = 1/freq, T = 2/freq, T = i/freq, T = n (number of cash flows = freq n) are : Bullets bods Let s descrbe frst a fxed rate bod wthout amortzg a more geeral way : Let s ote : C the aual fxed rate t s a percetage N the otoal freq ( 2 4 ) the umber of coupo per year R the redempto of

More information

Dynamic Provisioning Modeling for Virtualized Multi-tier Applications in Cloud Data Center

Dynamic Provisioning Modeling for Virtualized Multi-tier Applications in Cloud Data Center 200 IEEE 3rd Iteratoal Coferece o Cloud Computg Dyamc Provsog Modelg for Vrtualzed Mult-ter Applcatos Cloud Data Ceter Jg B 3 Zhlag Zhu 2 Ruxog Ta 3 Qgbo Wag 3 School of Iformato Scece ad Egeerg College

More information

The impact of service-oriented architecture on the scheduling algorithm in cloud computing

The impact of service-oriented architecture on the scheduling algorithm in cloud computing Iteratoal Research Joural of Appled ad Basc Sceces 2015 Avalable ole at www.rjabs.com ISSN 2251-838X / Vol, 9 (3): 387-392 Scece Explorer Publcatos The mpact of servce-oreted archtecture o the schedulg

More information

A particle swarm optimization to vehicle routing problem with fuzzy demands

A particle swarm optimization to vehicle routing problem with fuzzy demands A partcle swarm optmzato to vehcle routg problem wth fuzzy demads Yag Peg, Ye-me Qa A partcle swarm optmzato to vehcle routg problem wth fuzzy demads Yag Peg 1,Ye-me Qa 1 School of computer ad formato

More information

Analysis of one-dimensional consolidation of soft soils with non-darcian flow caused by non-newtonian liquid

Analysis of one-dimensional consolidation of soft soils with non-darcian flow caused by non-newtonian liquid Joural of Rock Mechacs ad Geotechcal Egeerg., 4 (3): 5 57 Aalyss of oe-dmesoal cosoldato of soft sols wth o-darca flow caused by o-newtoa lqud Kaghe Xe, Chuaxu L, *, Xgwag Lu 3, Yul Wag Isttute of Geotechcal

More information

An Evaluation of Naïve Bayesian Anti-Spam Filtering Techniques

An Evaluation of Naïve Bayesian Anti-Spam Filtering Techniques Proceedgs of the 2007 IEEE Workshop o Iformato Assurace Uted tates Mltary Academy, West Pot, Y 20-22 Jue 2007 A Evaluato of aïve Bayesa At-pam Flterg Techques Vkas P. Deshpade, Robert F. Erbacher, ad Chrs

More information

Green Master based on MapReduce Cluster

Green Master based on MapReduce Cluster Gree Master based o MapReduce Cluster Mg-Zh Wu, Yu-Chag L, We-Tsog Lee, Yu-Su L, Fog-Hao Lu Dept of Electrcal Egeerg Tamkag Uversty, Tawa, ROC Dept of Electrcal Egeerg Tamkag Uversty, Tawa, ROC Dept of

More information

The analysis of annuities relies on the formula for geometric sums: r k = rn+1 1 r 1. (2.1) k=0

The analysis of annuities relies on the formula for geometric sums: r k = rn+1 1 r 1. (2.1) k=0 Chapter 2 Autes ad loas A auty s a sequece of paymets wth fxed frequecy. The term auty orgally referred to aual paymets (hece the ame), but t s ow also used for paymets wth ay frequecy. Autes appear may

More information

Bayesian Network Representation

Bayesian Network Representation Readgs: K&F 3., 3.2, 3.3, 3.4. Bayesa Network Represetato Lecture 2 Mar 30, 20 CSE 55, Statstcal Methods, Sprg 20 Istructor: Su-I Lee Uversty of Washgto, Seattle Last tme & today Last tme Probablty theory

More information

A REGULARIZATION APPROACH FOR RECONSTRUCTION AND VISUALIZATION OF 3-D DATA. Hebert Montegranario Riascos, M.Sc.

A REGULARIZATION APPROACH FOR RECONSTRUCTION AND VISUALIZATION OF 3-D DATA. Hebert Montegranario Riascos, M.Sc. A REGULARIZATION APPROACH FOR RECONSTRUCTION AND VISUALIZATION OF 3-D DATA Hebert otegraaro Rascos,.Sc. Thess submtted partal fulfllmet of the requremets for the Degree of Doctor of Phlosophy Advsor Prof.

More information

Load and Resistance Factor Design (LRFD)

Load and Resistance Factor Design (LRFD) 53:134 Structural Desg II Load ad Resstace Factor Desg (LRFD) Specfcatos ad Buldg Codes: Structural steel desg of buldgs the US s prcpally based o the specfcatos of the Amerca Isttute of Steel Costructo

More information

Banking (Early Repayment of Housing Loans) Order, 5762 2002 1

Banking (Early Repayment of Housing Loans) Order, 5762 2002 1 akg (Early Repaymet of Housg Loas) Order, 5762 2002 y vrtue of the power vested me uder Secto 3 of the akg Ordace 94 (hereafter, the Ordace ), followg cosultato wth the Commttee, ad wth the approval of

More information

RQM: A new rate-based active queue management algorithm

RQM: A new rate-based active queue management algorithm : A ew rate-based actve queue maagemet algorthm Jeff Edmods, Suprakash Datta, Patrck Dymod, Kashf Al Computer Scece ad Egeerg Departmet, York Uversty, Toroto, Caada Abstract I ths paper, we propose a ew

More information

A Comparative Study for Email Classification

A Comparative Study for Email Classification A Coparatve Study for Eal Classfcato Seogwook You ad Des McLeod Uversty of Souther Calfora, Los Ageles, CA 90089 USA Abstract - Eal has becoe oe of the fastest ad ost ecoocal fors of coucato. However,

More information

A Hybrid Data-Model Fusion Approach to Calibrate a Flush Air Data Sensing System

A Hybrid Data-Model Fusion Approach to Calibrate a Flush Air Data Sensing System AIAA Ifotech@Aerospace - Aprl, Atlata, Georga AIAA -3347 A Hybrd Data-Model Fuso Approach to Calbrate a Flush Ar Data Sesg System Akur Srvastava Rce Uversty, Housto, Texas, 775 Adrew J. Meade Rce Uversty,

More information

MDM 4U PRACTICE EXAMINATION

MDM 4U PRACTICE EXAMINATION MDM 4U RCTICE EXMINTION Ths s a ractce eam. It does ot cover all the materal ths course ad should ot be the oly revew that you do rearato for your fal eam. Your eam may cota questos that do ot aear o ths

More information

1. The Time Value of Money

1. The Time Value of Money Corporate Face [00-0345]. The Tme Value of Moey. Compoudg ad Dscoutg Captalzato (compoudg, fdg future values) s a process of movg a value forward tme. It yelds the future value gve the relevat compoudg

More information

A DISTRIBUTED REPUTATION BROKER FRAMEWORK FOR WEB SERVICE APPLICATIONS

A DISTRIBUTED REPUTATION BROKER FRAMEWORK FOR WEB SERVICE APPLICATIONS L et al.: A Dstrbuted Reputato Broker Framework for Web Servce Applcatos A DISTRIBUTED REPUTATION BROKER FRAMEWORK FOR WEB SERVICE APPLICATIONS Kwe-Jay L Departmet of Electrcal Egeerg ad Computer Scece

More information

Forecasting Trend and Stock Price with Adaptive Extended Kalman Filter Data Fusion

Forecasting Trend and Stock Price with Adaptive Extended Kalman Filter Data Fusion 2011 Iteratoal Coferece o Ecoomcs ad Face Research IPEDR vol.4 (2011 (2011 IACSIT Press, Sgapore Forecastg Tred ad Stoc Prce wth Adaptve Exteded alma Flter Data Fuso Betollah Abar Moghaddam Faculty of

More information

ANALYTICAL MODEL FOR TCP FILE TRANSFERS OVER UMTS. Janne Peisa Ericsson Research 02420 Jorvas, Finland. Michael Meyer Ericsson Research, Germany

ANALYTICAL MODEL FOR TCP FILE TRANSFERS OVER UMTS. Janne Peisa Ericsson Research 02420 Jorvas, Finland. Michael Meyer Ericsson Research, Germany ANALYTICAL MODEL FOR TCP FILE TRANSFERS OVER UMTS Jae Pesa Erco Research 4 Jorvas, Flad Mchael Meyer Erco Research, Germay Abstract Ths paper proposes a farly complex model to aalyze the performace of

More information

ISyE 512 Chapter 7. Control Charts for Attributes. Instructor: Prof. Kaibo Liu. Department of Industrial and Systems Engineering UW-Madison

ISyE 512 Chapter 7. Control Charts for Attributes. Instructor: Prof. Kaibo Liu. Department of Industrial and Systems Engineering UW-Madison ISyE 512 Chapter 7 Cotrol Charts for Attrbutes Istructor: Prof. Kabo Lu Departmet of Idustral ad Systems Egeerg UW-Madso Emal: klu8@wsc.edu Offce: Room 3017 (Mechacal Egeerg Buldg) 1 Lst of Topcs Chapter

More information

USEFULNESS OF BOOTSTRAPPING IN PORTFOLIO MANAGEMENT

USEFULNESS OF BOOTSTRAPPING IN PORTFOLIO MANAGEMENT USEFULNESS OF BOOTSTRAPPING IN PORTFOLIO MANAGEMENT Radovaov Bors Faculty of Ecoomcs Subotca Segedsk put 9-11 Subotca 24000 E-mal: radovaovb@ef.us.ac.rs Marckć Aleksadra Faculty of Ecoomcs Subotca Segedsk

More information

Load Balancing Algorithm based Virtual Machine Dynamic Migration Scheme for Datacenter Application with Optical Networks

Load Balancing Algorithm based Virtual Machine Dynamic Migration Scheme for Datacenter Application with Optical Networks 0 7th Iteratoal ICST Coferece o Commucatos ad Networkg Cha (CHINACOM) Load Balacg Algorthm based Vrtual Mache Dyamc Mgrato Scheme for Dataceter Applcato wth Optcal Networks Xyu Zhag, Yogl Zhao, X Su, Ruyg

More information

A probabilistic part-of-speech tagger for Swedish

A probabilistic part-of-speech tagger for Swedish A probablstc part-of-speech tagger for Swedsh eter Nlsso Departmet of Computer Scece Uversty of Lud Lud, Swede dat00pe@ludat.lth.se Abstract Ths paper presets a project for mplemetg ad evaluatg a probablstc

More information

RESEARCH ON PERFORMANCE MODELING OF TRANSACTIONAL CLOUD APPLICATIONS

RESEARCH ON PERFORMANCE MODELING OF TRANSACTIONAL CLOUD APPLICATIONS Joural of Theoretcal ad Appled Iformato Techology 3 st October 22. Vol. 44 No.2 25-22 JATIT & LLS. All rghts reserved. ISSN: 992-8645 www.jatt.org E-ISSN: 87-395 RESEARCH ON PERFORMANCE MODELING OF TRANSACTIONAL

More information

DETERMINISTIC AND STOCHASTIC MODELLING OF TECHNICAL RESERVES IN SHORT-TERM INSURANCE CONTRACTS

DETERMINISTIC AND STOCHASTIC MODELLING OF TECHNICAL RESERVES IN SHORT-TERM INSURANCE CONTRACTS DETERMINISTI AND STOHASTI MODELLING OF TEHNIAL RESERVES IN SHORT-TERM INSURANE ONTRATS Patrck G O Weke School of Mathematcs, Uversty of Narob, Keya Emal: pweke@uobacke ABSTART lams reservg for geeral surace

More information