Reading LCD/LED Displays with a Camera Cell Phone

Size: px
Start display at page:

Download "Reading LCD/LED Displays with a Camera Cell Phone"

Transcription

1 Readng LCD/LED Dsplays wth a Camera Cell Phone Huyng Shen and James Coughlan Smth-Kettlewell Eye Research Insttute San Francsco, CA {hshen, coughlan}@sk.org Abstract Beng able to read LCD/LED dsplays would be a very mportant step towards greater ndependence for persons who are blnd or have low vson. A fast graphcal model based algorthm s proposed for readng 7-segment dgts n LCD/LED dsplays. The algorthm s mplemented for Symban camera cell phones n Symban C++. The software reads one dsplay n about 2 seconds by a push of a button on the cell phone (Noka 6681, 220 MHz ARM CPU). 1. Introducton Electronc applances wth LCD/LED dsplays have become ubqutous n our daly lves. Whle they offer many convenences to sghted people, blnd people and those wth low vson have dffculty usng them. One way to allevate ths problem s to develop a devce that wll read the dsplay aloud for the targeted users. One canddate for mplementng such a devce s the camera cell phone, or "smart phone". So-called smart phones are actually small computers wth formdable computatonal power. For eample, the Noka 6681 has a 220 MHz ARM CPU and 22 MB RAM. It also has a 1.3M pel camera. Compared to the processng power afforded by typcal desktop computers used n computer vson, however, the smart phone has substantally less processng power. In our eperence, nteger-based calculatons are over an order of magntude slower on a cell phone than on a typcal desktop computer. Moreover, cell phones do not have a floatng pont processng unt (FPU) but use a software-smulated FPU nstead to do floatng pont calculatons, whch are slower stll. Thus, a computer vson algorthm mplemented on a cell phone must work wthn sgnfcant computatonal constrants n order to be practcal. We address these constrants by choosng an applcaton that s less computatonally demandng than typcal state-of-the-art computer vson applcatons desgned to run on non-embedded systems: our doman s restrcted to close-up mages of LCD/ LED numerc dsplays, wth only modest amounts of clutter that s typcally confned to areas n the mage a small dstance away from the LED/ LCD characters. We are developng a software applcaton for Symban cell phones, e.g. Noka 7610, Noka 6681/6682, to read seven-segment LCD dsplays. The user wll push the OK button to take a pcture, and the applcaton wll read out the dgts on the dsplay n dgtzed or synthetc speech. 2. Choce of Platform Usng the cell phone as a platform for ths applcaton offers many mportant advantages. The frst s that t s nepensve and most people already have one no addtonal hardware needs to be purchased. Ths s partcularly mportant snce many vsually mpared people have lmted fnancal resources (unemployment among the blnd s estmated at 70% [8]). The camera cell phone s also portable and becomng nearly ubqutous; t s mult-purpose and doesn t burden the user wth the need to carry an addtonal devce. Another advantage of the cell phone s that t s a manstream consumer product whch rases none of the cosmetc concerns that mght arse wth other assstve technology requrng custom hardware [9]. Our past eperence wth blnd people shows that they can hold a cell phone camera roughly horzontal and stll enough to avod moton blur, so that satsfactory mages can be taken wthout the need for a trpod or other mountng. We have chosen to use cell phones usng the Symban operatng system for several reasons. Frst, Symban cell phones (most produced by Noka) have the bggest market share. Second, the Symban operatng system and C++ compler are open and well documented, so that anyone can develop software for Symban OS. In the future we plan to allow open access to our source code, whch wll allow other researchers and developers to modfy or mprove our software. Fnally, the camera API s an ntegrated part of the OS, whch allows straghtforward control of the mage acquston process. We note that the cell phone platform allows us to bypass the need for manufacturng and dstrbutng a physcal product altogether (whch s necessary even for custom hardware assembled usng off-the-shelf components). Our fnal product wll ultmately be an eecutable fle that can be downloaded for free from our 1

2 webste and nstalled on any Symban camera phone. 3. Related Work We are aware of no publshed work specfcally tacklng the problem of readng mages of LCD/LED dsplays, although ths functon has been proposed for a vsual-to-audtory sensory substtuton devce called The voice [10], and a commercal product to perform ths task s under development at Blndsght [1]. A large body of work addresses the more general problem of detectng and readng prnted tet, but so far ths problem s consdered solved only n the doman of OCR (optcal character recognton). Ths doman s lmted to the analyss of hgh-resoluton, hgh-contrast mages of prnted tet wth lttle background clutter. Recently we have developed a camera cell phone-based system to help blnd/low vson users navgate ndoor envronments [4], but ths system requres the use of specal machne-readable barcodes. The broader challenge of detectng and readng tet n hghly cluttered scenes, such as ndoor or outdoor scenes wth nformatonal sgns, s much more dffcult and s a topc of ongong research. We draw on a common algorthmc framework used n ths feld of research, n whch bottom-up processes are used to group tet features nto canddate tet regons usng features such as edges, color or teture [5,6,7,14], n some cases usng a flter cascade learned from a manually segmented mage database [2]. Our approach combnes a bottom-up search for lkely dgt features, based on groupng sets of smple, rapdly detected features, wth a graphcal model framework that allows us to group the canddate features nto fgure (.e. target dgts) and ground (clutter). Ths framework s based on graphcal models that are data-drven n that ther structure and connectvty s determned by the set of canddate tet features detected n each mage. Such a model provdes a way of prunng out false canddates usng the contet of nearby canddates. Besdes provdng a natural framework for modelng the role of contet n segmentaton, another beneft of the graphcal model framework s the ablty to learn the model parameters automatcally from labeled data (though we have not done ths n our prelmnary eperments). Recent work related to ours also uses a graphcal model framework for tet segmentaton n documents [18] and n natural scenes [17]. Unlke our approach, these works requre ether mages wth lttle clutter or colored tet to ntate the segmentaton. By contrast, we have desgned our algorthm to process cluttered grayscale mages wthout relyng on color cues, snce dgts come n a varety of colors (black for LCDs and green, blue or red for LEDs). 4. Algorthm An eample of a pcture of an LCD dsplay s shown n Fg 1. The dsplay has low contrast, and the LCD dgts are surrounded by clutter such as the dsplay case and controls. Our goal s to construct an algorthm to fnd and read the group of 7-segment dgts n the mage. Fgure 1: An electronc current/voltage meter. It can be seen from Fg. 1 that 1) all the dgts are of smlar heght (h) and wdth (w), 2) dgts are horzontally net to each other and 3) neghborng dgts are appromately at the same level. One can also see that for each dgt, the rato w/h s a number around 0.5. Our algorthm wll eplot these observatons Feature Etracton and Buldng Compared to today s powerful desktop computers, a cell phone has very lmted computatonal resources. Comple feature etracton algorthms and those usng etensve floatng pont computatons must be avoded. Therefore, we wll only etract smple features, and buld up needed features herarchcally. The basc features we are etractng from the mage are horzontal and vertcal edge pels. Each has two polartes: from lght to dark, and from dark to lght. Fg. 2 shows horzontal edge pels of two polartes: green pels are edge transtons from lght to dark (traversng the mage downwards), and the blue are ones from dark to lght. The edge pels are determned by fndng local mama and mnma n the horzontal and vertcal dervatves of the mage ntensty. Fgure 2: Horzontal edge pels of two polartes: green for edges from lght to dark, gong downwards, and blue for ones from dark to lght. 2

3 When two edge pels of opposte polartes are net to each other, we construct an edge par pel. In Fg. 2, when there s a green pel rght above blue pel, one can fnd a horzontal edge par pel, shown n yellow, n Fg. 3. Fgure 3: Horzontal edge par pels: when two edge pels of opposte polartes are net to each other, an edge par pel s constructed, located between them. We can group horzontal edge par pels nto horzontal strokes. Smlarly, we can fnd vertcal strokes. Fg. 4 shows both horzontal strokes (yellow) and vertcal ones (red). Note that long strokes are not shown n Fg. 4, as they are too large for the scale of dgts we are lookng for and are elmnated from further consderaton. Fgure 4: Horzontal (yellow) and vertcal (red) strokes. When vertcal and horzontal strokes are suffcently close, we can construct stroke clusters, as shown n Fg. 5. These stroke clusters serve as canddates for 7-segment dgts. Fgure 5: Stroke clusters: when vertcal and horzontal strokes are close to each other, stroke clusters are constructed Fgure-Ground Segmentaton Whle smple clusterng gves good segmentaton results n many cases, there are stll false postves that need to be elmnated (as well as some false negatves to be flled n ). We use a fgure-ground segmentaton algorthm to elmnate the false postves from the clusterng results, buldng on our prevous work on detectng pedestran crosswalks [3]. Ths approach was nspred by work on clusterng wth graphcal models [11], normalzed cut-based segmentaton [12] and obectspecfc fgure-ground segmentaton [16]. In ths study, a data-drven graphc model s constructed for each mage, and belef propagaton s used for fgure-ground segmentaton of stroke clusters. Ths technque may be overly comple for the mages shown n ths paper, but we antcpate that t wll be useful for noser mages taken by blnd users, and t wll be straghtforward to etend to alphanumerc characters n the future. Each stroke cluster, represented by ts boundng rectangle ( mn, y mn, ma, y ma ), defnes a node n the datadrven graph. Two nodes nteract wth each other when they are close enough. The goal of the fgure-ground process s to assgn fgure labels to the nodes that belong to the target (LED/LCD dgts) and ground labels to the other nodes Belef Propagaton for Fed Pont Computaton Most embedded systems, ncludng handheld computers and smart cell phones, do not have a floatng pont processng unt (FPU). Symban cell phones are no ecepton. Symban OS does have a software smulated FPU, but ths s one to two orders of magntude slower than nteger computaton. Tradtonal belef propagaton (BP) algorthms are computatonally ntensve, and typcally requre floatng pont computaton. In ths study, we perform ma-product BP [15] n the log doman so that all message updates can be performed wth addton and subtracton. Further, the messages can be appromated as ntegers by a sutable rescalng factor, so that only nteger arthmetc s requred. The ma-product message update equaton s epressed as follows: m ( ) = c ma { ψ (, ) ψ ( ) m ( )} k N ( )\ k where m ) s the message from node to node state ( of node., ) between state ψ ( s the compatblty functon of node and of node. ψ ( ) s untary potental of node for state. N() s the set of 3

4 nodes neghborng (.e. drectly connected to) node, and N()\ denotes the set of nodes neghborng ecept for. c s an arbtrary normalzaton constant. Takng the log of both sdes of the equaton, we have: L ( ) = ma{ E (, ) + E ( ) + L k ( )} + k N( )\ where L ( ) = log( m ( ) ), E (, ) = log( ψ (, ) ), E ( ) = log( ψ ( ) ), and z = log( c ). z s chosen such that L ( ) wll not over-or underflow. In our fgure-ground segmentaton applcaton, each node has only two possble states: =0 for the ground state and =1 for the fgure state. One can see from the equaton above that only addton/subtracton s needed for message updatng. For C++, whch we choose to use on the Symban cell phone, we can perform the addton/subtracton usng only nteger calculatons and no floatng pont. Ths allows the algorthm to run fast enough to be practcal on the cell phone Untary Energy The untary energy E ( ) represents how lkely node s to be at state. Wthout losng generalty, we set E ( = 0) = 0 for all nodes n the graph, snce only the dfference between E ( = 0) and E ( = 1), matters. As stated prevously, each stroke cluster s represented by a rectangle ( mn, y mn, ma, y ma ), and ts wdth and wdth are w = ma,- mn,and h = y ma - y mn, respectvely. For the fgure state, E ( = 1) represents how lkely a stroke cluster s a 7-segment dgt by lookng at the cluster tself. We use the wdth/heght rato (R wh ) to determne ths value: E ( = 1) =0 when R wh >0.3 and R wh <0.6, E ( = 1) =0.5 when R wh >0.6 and R wh <1.0, and E ( = 1) =2.0 otherwse Bnary Energy Bnary E (, ) represents the compatblty of node havng state and node havng state. Snce E ( = 0, = 0), the ground-ground energy, and E ( = 0, = 1), the ground-fgure energy, are z dffcult to learn, we wll set them to the same constant, E b (say, 1.5) for all the nodes. E ( = 1, = 1) represents how lkely t s that nodes and are both fgure. E ( = 1, = 1) = c + c y y + c h h + c w w where = mn( mn ma, ma mn ), y = mn( y mn y mn, yma yma ), h = mn( h h, h 2h, 2h h ), w = h h. The c s are coeffcents to be determned by eperence and/or statstcal learnng. There s a cutoff value for E ( = 1, = 1) : when t s greater than E b, t s set to E b. In other words, when node and can t send postve messages to help each other be classfed as fgure, they don t say anythng negatve ether Read the Dgts After stroke clusters are dentfed as fgure, they are mapped to the 7-segment template, see Fg. 6. Fgure 6: Seven-segment dgt template. The numbers n the mage ndcate the orderng of the segments. A mappng result s a seres of seven 0 s and 1 s, wth 1 s ndcatng the stroke ests, and 0 ndcatng the stroke s mssng. For eample, a mappng result of ndcates that strokes 4 and 6 are mssng, whch consequently means the dgt s means the dgt s a 6. To determne each dgt, each strng of 0 s and 1 s s matched to the dgt wth the most smlar sequence. Sometmes a segment can be mssng (.e. false negatve). In ths case the cluster s then mapped to the closest dgt. For eample, the cluster on top of the dgt 3 n Fg. 5 s mssng segment 1, and the mappng result wll be Stll t s best mapped to dgt 3. 4

5 5. Results The algorthm s mplemented and nstalled on a Noka 6681 cell phone. The eecutable.sis fle (compled on a desktop computer) s only about 73 KB, whch means that t leaves plenty of space on the cell phone s flash memory for other applcatons and data. After the applcaton s launched, t s n vdeo prevew mode: the screen shows that the camera s capturng. (The dsplay s used for debuggng purposes but obvously may not be useful for a low vson or blnd user.) When the user pushes the OK button, the software wll take a pcture, run the dsplay reader algorthm, and read aloud the numbers on the screen. (Ths s currently done usng pre-recorded.wav fles for each dgt, but a tet-to-speech system sutable for the Symban OS wll be used n the future.) The whole process takes appromately 2 seconds. We show several results n Fg. 7. Note that the dsplays are only roughly horzontal n the mages. There are few false postves, and those that occur (as n the last mage n Fg. 7) are reected by the dgt-readng algorthm. Fgure 8: Epermental result for LED dsplay. Left: orgnal mage. Rght: results (same conventon as n prevous fgure). 6. Summary and Dscusson Beng able to read LCD/LED dsplays would be a very mportant step to help blnd/low vson persons gan more ndependence. Ths paper presents an algorthm to perform ths task, mplemented on a cell phone. It reads 7- segment LCD/LED dgts n about 2 seconds by the push of a button on the phone. The algorthm etracts only very smple features (edges n four orentatons) from the mage, and bulds up comple features herarchcally: edge pars, vertcal and horzontal strokes, and stroke clusters. A data-drven graph s constructed and a belef propagaton (BP) algorthm s used to classfy stroke clusters as fgure or ground. The stroke clusters labeled as fgure are read by matchng them to dgt templates (0 through 9). Future work wll nclude thorough testng of the algorthm by blnd and vsually mpared users, who wll furnsh a dataset of dsplay mages that wll be useful for mprovng and tunng the algorthm. We also are n the process of etendng the fgure-ground framework to handle alphanumerc dsplays, as well as to detect tet sgns n natural scenes, such as street names and addresses. Fgure 7: Epermental results for LCD dsplays. Stroke clusters assgned to fgure are shown n green and ground n blue. False postve n bottom of last mage s reected by the algorthm for readng ndvdual dgts. We also show a result for an LED dsplay n Fg. 8. In order to read ths dsplay, the mage contrast was manually nverted so that the dgts became dark on a lght background, the same as for LCD dgts. In the future we wll search for dgts wth both mage polartes so that both types of dsplay are accommodated. Acknowledgments We would lke to thank John Brabyn for many helpful dscussons. The authors were supported by the Natonal Insttute on Dsablty and Rehabltaton Research (grant no. H133G030080), the Natonal Scence Foundaton (grant no. IIS ) and the Natonal Eye Insttute (grant no. EY A2). References [1] [2] X. Chen and A. L. Yulle. ``Detectng and Readng Tet n Natural Scenes.'' CVPR [3] J. Coughlan and H. Shen. A Fast Algorthm for Fndng Crosswalks usng Fgure-Ground Segmentaton. 2nd Workshop on Applcatons of Computer Vson, n conuncton wth ECCV Graz, Austra. May [4] J. Coughlan, R. Manduch and H. Shen. "Cell Phone-based Wayfndng for the Vsually Impared." 1st Internatonal Workshop on Moble Vson, n conuncton wth ECCV Graz, Austra. May [5] J. Gao and J. Yang. ``An Adaptve Algorthm for Tet Detecton from Natural Scenes.'' CVPR [6] A.K. Jan and B. Tu. ``Automatc Tet Localzaton n Images and Vdeo Frames.'' Pattern Recognton. 31(12), pp

6 [7] H. L, D. Doermann and O. Ka. Automatc tet detecton and trackng n dgtal vdeos. IEEE Transactons on Image Processng, 9(1): , January [8] The Natonal Federaton for the Blnd. What s the Natonal Federaton of the Blnd? [9] M. J. Scherer. ``Lvng n the State of Stuck: How Assstve Technology Impacts the Lves of People Wth Dsabltes.'' Brooklne Books. 4th edton [10] [11] N. Shental, A. Zomet, T. Hertz and Y. Wess. ``Parwse Clusterng and Graphcal Models.'' NIPS [12] J. Sh and J. Malk. "Normalzed Cuts and Image Segmentaton." IEEE Transactons on Pattern Analyss and Machne Intellgence, 22(8), , August [13] [14] V. Wu, R. Manmatha, and E. M. Rseman. Fndng Tet In Images. Proc. of the 2nd ntl. conf. on Dgtal Lbrares. Phladapha, PA, pages 1-10, July [15] J.S. Yedda, W.T. Freeman, Y. Wess. ``Bethe Free Energes, Kkuch Appromatons, and Belef Propagaton Algorthms'' MERL Cambrdge Research Techncal Report TR [16] S. X. Yu and J. Sh. ``Obect-Specfc Fgure-Ground Segregaton.'' CVPR [17] D.Q. Zhang and S.F. Chang, ``Learnng to Detect Scene Tet Usng a Hgher-Order MRF wth Belef Propagaton.'' CVPR 04. [18] Y. Zheng, H. L and D. Doermann, ``Tet Identfcaton n Nosy Document Images Usng Markov Random Feld.'' Proceedngs of the Seventh Internatonal Conference on Document Analyss and Recognton (ICDAR 2003). 6

Vision Mouse. Saurabh Sarkar a* University of Cincinnati, Cincinnati, USA ABSTRACT 1. INTRODUCTION

Vision Mouse. Saurabh Sarkar a* University of Cincinnati, Cincinnati, USA ABSTRACT 1. INTRODUCTION Vson Mouse Saurabh Sarkar a* a Unversty of Cncnnat, Cncnnat, USA ABSTRACT The report dscusses a vson based approach towards trackng of eyes and fngers. The report descrbes the process of locatng the possble

More information

Institute of Informatics, Faculty of Business and Management, Brno University of Technology,Czech Republic

Institute of Informatics, Faculty of Business and Management, Brno University of Technology,Czech Republic Lagrange Multplers as Quanttatve Indcators n Economcs Ivan Mezník Insttute of Informatcs, Faculty of Busness and Management, Brno Unversty of TechnologCzech Republc Abstract The quanttatve role of Lagrange

More information

Module 2 LOSSLESS IMAGE COMPRESSION SYSTEMS. Version 2 ECE IIT, Kharagpur

Module 2 LOSSLESS IMAGE COMPRESSION SYSTEMS. Version 2 ECE IIT, Kharagpur Module LOSSLESS IMAGE COMPRESSION SYSTEMS Lesson 3 Lossless Compresson: Huffman Codng Instructonal Objectves At the end of ths lesson, the students should be able to:. Defne and measure source entropy..

More information

An Enhanced Super-Resolution System with Improved Image Registration, Automatic Image Selection, and Image Enhancement

An Enhanced Super-Resolution System with Improved Image Registration, Automatic Image Selection, and Image Enhancement An Enhanced Super-Resoluton System wth Improved Image Regstraton, Automatc Image Selecton, and Image Enhancement Yu-Chuan Kuo ( ), Chen-Yu Chen ( ), and Chou-Shann Fuh ( ) Department of Computer Scence

More information

The Development of Web Log Mining Based on Improve-K-Means Clustering Analysis

The Development of Web Log Mining Based on Improve-K-Means Clustering Analysis The Development of Web Log Mnng Based on Improve-K-Means Clusterng Analyss TngZhong Wang * College of Informaton Technology, Luoyang Normal Unversty, Luoyang, 471022, Chna [email protected] Abstract.

More information

What is Candidate Sampling

What is Candidate Sampling What s Canddate Samplng Say we have a multclass or mult label problem where each tranng example ( x, T ) conssts of a context x a small (mult)set of target classes T out of a large unverse L of possble

More information

How To Understand The Results Of The German Meris Cloud And Water Vapour Product

How To Understand The Results Of The German Meris Cloud And Water Vapour Product Ttel: Project: Doc. No.: MERIS level 3 cloud and water vapour products MAPP MAPP-ATBD-ClWVL3 Issue: 1 Revson: 0 Date: 9.12.1998 Functon Name Organsaton Sgnature Date Author: Bennartz FUB Preusker FUB Schüller

More information

Vehicle Detection and Tracking in Video from Moving Airborne Platform

Vehicle Detection and Tracking in Video from Moving Airborne Platform Journal of Computatonal Informaton Systems 10: 12 (2014) 4965 4972 Avalable at http://www.jofcs.com Vehcle Detecton and Trackng n Vdeo from Movng Arborne Platform Lye ZHANG 1,2,, Hua WANG 3, L LI 2 1 School

More information

Luby s Alg. for Maximal Independent Sets using Pairwise Independence

Luby s Alg. for Maximal Independent Sets using Pairwise Independence Lecture Notes for Randomzed Algorthms Luby s Alg. for Maxmal Independent Sets usng Parwse Independence Last Updated by Erc Vgoda on February, 006 8. Maxmal Independent Sets For a graph G = (V, E), an ndependent

More information

An interactive system for structure-based ASCII art creation

An interactive system for structure-based ASCII art creation An nteractve system for structure-based ASCII art creaton Katsunor Myake Henry Johan Tomoyuk Nshta The Unversty of Tokyo Nanyang Technologcal Unversty Abstract Non-Photorealstc Renderng (NPR), whose am

More information

Can Auto Liability Insurance Purchases Signal Risk Attitude?

Can Auto Liability Insurance Purchases Signal Risk Attitude? Internatonal Journal of Busness and Economcs, 2011, Vol. 10, No. 2, 159-164 Can Auto Lablty Insurance Purchases Sgnal Rsk Atttude? Chu-Shu L Department of Internatonal Busness, Asa Unversty, Tawan Sheng-Chang

More information

MACHINE VISION SYSTEM FOR SPECULAR SURFACE INSPECTION: USE OF SIMULATION PROCESS AS A TOOL FOR DESIGN AND OPTIMIZATION

MACHINE VISION SYSTEM FOR SPECULAR SURFACE INSPECTION: USE OF SIMULATION PROCESS AS A TOOL FOR DESIGN AND OPTIMIZATION MACHINE VISION SYSTEM FOR SPECULAR SURFACE INSPECTION: USE OF SIMULATION PROCESS AS A TOOL FOR DESIGN AND OPTIMIZATION R. SEULIN, F. MERIENNE and P. GORRIA Laboratore Le2, CNRS FRE2309, EA 242, Unversté

More information

Frequency Selective IQ Phase and IQ Amplitude Imbalance Adjustments for OFDM Direct Conversion Transmitters

Frequency Selective IQ Phase and IQ Amplitude Imbalance Adjustments for OFDM Direct Conversion Transmitters Frequency Selectve IQ Phase and IQ Ampltude Imbalance Adjustments for OFDM Drect Converson ransmtters Edmund Coersmeer, Ernst Zelnsk Noka, Meesmannstrasse 103, 44807 Bochum, Germany [email protected],

More information

Descriptive Models. Cluster Analysis. Example. General Applications of Clustering. Examples of Clustering Applications

Descriptive Models. Cluster Analysis. Example. General Applications of Clustering. Examples of Clustering Applications CMSC828G Prncples of Data Mnng Lecture #9 Today s Readng: HMS, chapter 9 Today s Lecture: Descrptve Modelng Clusterng Algorthms Descrptve Models model presents the man features of the data, a global summary

More information

Traffic-light a stress test for life insurance provisions

Traffic-light a stress test for life insurance provisions MEMORANDUM Date 006-09-7 Authors Bengt von Bahr, Göran Ronge Traffc-lght a stress test for lfe nsurance provsons Fnansnspetonen P.O. Box 6750 SE-113 85 Stocholm [Sveavägen 167] Tel +46 8 787 80 00 Fax

More information

BRNO UNIVERSITY OF TECHNOLOGY

BRNO UNIVERSITY OF TECHNOLOGY BRNO UNIVERSITY OF TECHNOLOGY FACULTY OF INFORMATION TECHNOLOGY DEPARTMENT OF INTELLIGENT SYSTEMS ALGORITHMIC AND MATHEMATICAL PRINCIPLES OF AUTOMATIC NUMBER PLATE RECOGNITION SYSTEMS B.SC. THESIS AUTHOR

More information

An Evaluation of the Extended Logistic, Simple Logistic, and Gompertz Models for Forecasting Short Lifecycle Products and Services

An Evaluation of the Extended Logistic, Simple Logistic, and Gompertz Models for Forecasting Short Lifecycle Products and Services An Evaluaton of the Extended Logstc, Smple Logstc, and Gompertz Models for Forecastng Short Lfecycle Products and Servces Charles V. Trappey a,1, Hsn-yng Wu b a Professor (Management Scence), Natonal Chao

More information

A Crossplatform ECG Compression Library for Mobile HealthCare Services

A Crossplatform ECG Compression Library for Mobile HealthCare Services A Crossplatform ECG Compresson Lbrary for Moble HealthCare Servces Alexander Borodn, Yulya Zavyalova Department of Computer Scence Petrozavodsk State Unversty Petrozavodsk, Russa {aborod, yzavyalo}@cs.petrsu.ru

More information

Credit Limit Optimization (CLO) for Credit Cards

Credit Limit Optimization (CLO) for Credit Cards Credt Lmt Optmzaton (CLO) for Credt Cards Vay S. Desa CSCC IX, Ednburgh September 8, 2005 Copyrght 2003, SAS Insttute Inc. All rghts reserved. SAS Propretary Agenda Background Tradtonal approaches to credt

More information

Extending Probabilistic Dynamic Epistemic Logic

Extending Probabilistic Dynamic Epistemic Logic Extendng Probablstc Dynamc Epstemc Logc Joshua Sack May 29, 2008 Probablty Space Defnton A probablty space s a tuple (S, A, µ), where 1 S s a set called the sample space. 2 A P(S) s a σ-algebra: a set

More information

"Research Note" APPLICATION OF CHARGE SIMULATION METHOD TO ELECTRIC FIELD CALCULATION IN THE POWER CABLES *

Research Note APPLICATION OF CHARGE SIMULATION METHOD TO ELECTRIC FIELD CALCULATION IN THE POWER CABLES * Iranan Journal of Scence & Technology, Transacton B, Engneerng, ol. 30, No. B6, 789-794 rnted n The Islamc Republc of Iran, 006 Shraz Unversty "Research Note" ALICATION OF CHARGE SIMULATION METHOD TO ELECTRIC

More information

Forecasting the Direction and Strength of Stock Market Movement

Forecasting the Direction and Strength of Stock Market Movement Forecastng the Drecton and Strength of Stock Market Movement Jngwe Chen Mng Chen Nan Ye [email protected] [email protected] [email protected] Abstract - Stock market s one of the most complcated systems

More information

IMPACT ANALYSIS OF A CELLULAR PHONE

IMPACT ANALYSIS OF A CELLULAR PHONE 4 th ASA & μeta Internatonal Conference IMPACT AALYSIS OF A CELLULAR PHOE We Lu, 2 Hongy L Bejng FEAonlne Engneerng Co.,Ltd. Bejng, Chna ABSTRACT Drop test smulaton plays an mportant role n nvestgatng

More information

An Interest-Oriented Network Evolution Mechanism for Online Communities

An Interest-Oriented Network Evolution Mechanism for Online Communities An Interest-Orented Network Evoluton Mechansm for Onlne Communtes Cahong Sun and Xaopng Yang School of Informaton, Renmn Unversty of Chna, Bejng 100872, P.R. Chna {chsun,yang}@ruc.edu.cn Abstract. Onlne

More information

A Multi-Camera System on PC-Cluster for Real-time 3-D Tracking

A Multi-Camera System on PC-Cluster for Real-time 3-D Tracking The 23 rd Conference of the Mechancal Engneerng Network of Thaland November 4 7, 2009, Chang Ma A Mult-Camera System on PC-Cluster for Real-tme 3-D Trackng Vboon Sangveraphunsr*, Krtsana Uttamang, and

More information

Automated Mobile ph Reader on a Camera Phone

Automated Mobile ph Reader on a Camera Phone Automated Moble ph Reader on a Camera Phone B.Y. Loh, N.K. Vuong, S. Chan and C.. Lau AbstractA robust classfcaton algorthm that apples color scence and mage processng technques s developed to automatcally

More information

The OC Curve of Attribute Acceptance Plans

The OC Curve of Attribute Acceptance Plans The OC Curve of Attrbute Acceptance Plans The Operatng Characterstc (OC) curve descrbes the probablty of acceptng a lot as a functon of the lot s qualty. Fgure 1 shows a typcal OC Curve. 10 8 6 4 1 3 4

More information

An Alternative Way to Measure Private Equity Performance

An Alternative Way to Measure Private Equity Performance An Alternatve Way to Measure Prvate Equty Performance Peter Todd Parlux Investment Technology LLC Summary Internal Rate of Return (IRR) s probably the most common way to measure the performance of prvate

More information

Support Vector Machines

Support Vector Machines Support Vector Machnes Max Wellng Department of Computer Scence Unversty of Toronto 10 Kng s College Road Toronto, M5S 3G5 Canada [email protected] Abstract Ths s a note to explan support vector machnes.

More information

Course outline. Financial Time Series Analysis. Overview. Data analysis. Predictive signal. Trading strategy

Course outline. Financial Time Series Analysis. Overview. Data analysis. Predictive signal. Trading strategy Fnancal Tme Seres Analyss Patrck McSharry [email protected] www.mcsharry.net Trnty Term 2014 Mathematcal Insttute Unversty of Oxford Course outlne 1. Data analyss, probablty, correlatons, vsualsaton

More information

Face Verification Problem. Face Recognition Problem. Application: Access Control. Biometric Authentication. Face Verification (1:1 matching)

Face Verification Problem. Face Recognition Problem. Application: Access Control. Biometric Authentication. Face Verification (1:1 matching) Face Recognton Problem Face Verfcaton Problem Face Verfcaton (1:1 matchng) Querymage face query Face Recognton (1:N matchng) database Applcaton: Access Control www.vsage.com www.vsoncs.com Bometrc Authentcaton

More information

A Multi-mode Image Tracking System Based on Distributed Fusion

A Multi-mode Image Tracking System Based on Distributed Fusion A Mult-mode Image Tracng System Based on Dstrbuted Fuson Ln zheng Chongzhao Han Dongguang Zuo Hongsen Yan School of Electroncs & nformaton engneerng, X an Jaotong Unversty X an, Shaanx, Chna [email protected]

More information

Logistic Regression. Lecture 4: More classifiers and classes. Logistic regression. Adaboost. Optimization. Multiple class classification

Logistic Regression. Lecture 4: More classifiers and classes. Logistic regression. Adaboost. Optimization. Multiple class classification Lecture 4: More classfers and classes C4B Machne Learnng Hlary 20 A. Zsserman Logstc regresson Loss functons revsted Adaboost Loss functons revsted Optmzaton Multple class classfcaton Logstc Regresson

More information

How To Know The Components Of Mean Squared Error Of Herarchcal Estmator S

How To Know The Components Of Mean Squared Error Of Herarchcal Estmator S S C H E D A E I N F O R M A T I C A E VOLUME 0 0 On Mean Squared Error of Herarchcal Estmator Stans law Brodowsk Faculty of Physcs, Astronomy, and Appled Computer Scence, Jagellonan Unversty, Reymonta

More information

Forecasting the Demand of Emergency Supplies: Based on the CBR Theory and BP Neural Network

Forecasting the Demand of Emergency Supplies: Based on the CBR Theory and BP Neural Network 700 Proceedngs of the 8th Internatonal Conference on Innovaton & Management Forecastng the Demand of Emergency Supples: Based on the CBR Theory and BP Neural Network Fu Deqang, Lu Yun, L Changbng School

More information

A Simple Approach to Clustering in Excel

A Simple Approach to Clustering in Excel A Smple Approach to Clusterng n Excel Aravnd H Center for Computatonal Engneerng and Networng Amrta Vshwa Vdyapeetham, Combatore, Inda C Rajgopal Center for Computatonal Engneerng and Networng Amrta Vshwa

More information

STATISTICAL DATA ANALYSIS IN EXCEL

STATISTICAL DATA ANALYSIS IN EXCEL Mcroarray Center STATISTICAL DATA ANALYSIS IN EXCEL Lecture 6 Some Advanced Topcs Dr. Petr Nazarov 14-01-013 [email protected] Statstcal data analyss n Ecel. 6. Some advanced topcs Correcton for

More information

On-Line Fault Detection in Wind Turbine Transmission System using Adaptive Filter and Robust Statistical Features

On-Line Fault Detection in Wind Turbine Transmission System using Adaptive Filter and Robust Statistical Features On-Lne Fault Detecton n Wnd Turbne Transmsson System usng Adaptve Flter and Robust Statstcal Features Ruoyu L Remote Dagnostcs Center SKF USA Inc. 3443 N. Sam Houston Pkwy., Houston TX 77086 Emal: [email protected]

More information

Activity Scheduling for Cost-Time Investment Optimization in Project Management

Activity Scheduling for Cost-Time Investment Optimization in Project Management PROJECT MANAGEMENT 4 th Internatonal Conference on Industral Engneerng and Industral Management XIV Congreso de Ingenería de Organzacón Donosta- San Sebastán, September 8 th -10 th 010 Actvty Schedulng

More information

Calculation of Sampling Weights

Calculation of Sampling Weights Perre Foy Statstcs Canada 4 Calculaton of Samplng Weghts 4.1 OVERVIEW The basc sample desgn used n TIMSS Populatons 1 and 2 was a two-stage stratfed cluster desgn. 1 The frst stage conssted of a sample

More information

Project Networks With Mixed-Time Constraints

Project Networks With Mixed-Time Constraints Project Networs Wth Mxed-Tme Constrants L Caccetta and B Wattananon Western Australan Centre of Excellence n Industral Optmsaton (WACEIO) Curtn Unversty of Technology GPO Box U1987 Perth Western Australa

More information

Single and multiple stage classifiers implementing logistic discrimination

Single and multiple stage classifiers implementing logistic discrimination Sngle and multple stage classfers mplementng logstc dscrmnaton Hélo Radke Bttencourt 1 Dens Alter de Olvera Moraes 2 Vctor Haertel 2 1 Pontfíca Unversdade Católca do Ro Grande do Sul - PUCRS Av. Ipranga,

More information

Hollinger Canadian Publishing Holdings Co. ( HCPH ) proceeding under the Companies Creditors Arrangement Act ( CCAA )

Hollinger Canadian Publishing Holdings Co. ( HCPH ) proceeding under the Companies Creditors Arrangement Act ( CCAA ) February 17, 2011 Andrew J. Hatnay [email protected] Dear Sr/Madam: Re: Re: Hollnger Canadan Publshng Holdngs Co. ( HCPH ) proceedng under the Companes Credtors Arrangement Act ( CCAA ) Update on CCAA Proceedngs

More information

Inter-Ing 2007. INTERDISCIPLINARITY IN ENGINEERING SCIENTIFIC INTERNATIONAL CONFERENCE, TG. MUREŞ ROMÂNIA, 15-16 November 2007.

Inter-Ing 2007. INTERDISCIPLINARITY IN ENGINEERING SCIENTIFIC INTERNATIONAL CONFERENCE, TG. MUREŞ ROMÂNIA, 15-16 November 2007. Inter-Ing 2007 INTERDISCIPLINARITY IN ENGINEERING SCIENTIFIC INTERNATIONAL CONFERENCE, TG. MUREŞ ROMÂNIA, 15-16 November 2007. UNCERTAINTY REGION SIMULATION FOR A SERIAL ROBOT STRUCTURE MARIUS SEBASTIAN

More information

Lecture 2: Single Layer Perceptrons Kevin Swingler

Lecture 2: Single Layer Perceptrons Kevin Swingler Lecture 2: Sngle Layer Perceptrons Kevn Sngler [email protected] Recap: McCulloch-Ptts Neuron Ths vastly smplfed model of real neurons s also knon as a Threshold Logc Unt: W 2 A Y 3 n W n. A set of synapses

More information

APPLICATION OF PROBE DATA COLLECTED VIA INFRARED BEACONS TO TRAFFIC MANEGEMENT

APPLICATION OF PROBE DATA COLLECTED VIA INFRARED BEACONS TO TRAFFIC MANEGEMENT APPLICATION OF PROBE DATA COLLECTED VIA INFRARED BEACONS TO TRAFFIC MANEGEMENT Toshhko Oda (1), Kochro Iwaoka (2) (1), (2) Infrastructure Systems Busness Unt, Panasonc System Networks Co., Ltd. Saedo-cho

More information

Daily Mood Assessment based on Mobile Phone Sensing

Daily Mood Assessment based on Mobile Phone Sensing 2012 Nnth Internatonal Conference on Wearable and Implantable Body Sensor Networks Daly Mood Assessment based on Moble Phone Sensng Yuanchao Ma Bn Xu Yn Ba Guodong Sun Department of Computer Scence and

More information

How Sets of Coherent Probabilities May Serve as Models for Degrees of Incoherence

How Sets of Coherent Probabilities May Serve as Models for Degrees of Incoherence 1 st Internatonal Symposum on Imprecse Probabltes and Ther Applcatons, Ghent, Belgum, 29 June 2 July 1999 How Sets of Coherent Probabltes May Serve as Models for Degrees of Incoherence Mar J. Schervsh

More information

Detecting Global Motion Patterns in Complex Videos

Detecting Global Motion Patterns in Complex Videos Detectng Global Moton Patterns n Complex Vdeos Mn Hu, Saad Al, Mubarak Shah Computer Vson Lab, Unversty of Central Florda {mhu,sal,shah}@eecs.ucf.edu Abstract Learnng domnant moton patterns or actvtes

More information

Time Delayed Independent Component Analysis for Data Quality Monitoring

Time Delayed Independent Component Analysis for Data Quality Monitoring IWSSIP 1-17th Internatonal Conference on Systems, Sgnals and Image Processng Tme Delayed Independent Component Analyss for Data Qualty Montorng José Márco Faer Sgnal Processng Laboratory, COE/Pol Federal

More information

Updating the E5810B firmware

Updating the E5810B firmware Updatng the E5810B frmware NOTE Do not update your E5810B frmware unless you have a specfc need to do so, such as defect repar or nstrument enhancements. If the frmware update fals, the E5810B wll revert

More information

Damage detection in composite laminates using coin-tap method

Damage detection in composite laminates using coin-tap method Damage detecton n composte lamnates usng con-tap method S.J. Km Korea Aerospace Research Insttute, 45 Eoeun-Dong, Youseong-Gu, 35-333 Daejeon, Republc of Korea [email protected] 45 The con-tap test has the

More information

The Use of Analytics for Claim Fraud Detection Roosevelt C. Mosley, Jr., FCAS, MAAA Nick Kucera Pinnacle Actuarial Resources Inc.

The Use of Analytics for Claim Fraud Detection Roosevelt C. Mosley, Jr., FCAS, MAAA Nick Kucera Pinnacle Actuarial Resources Inc. Paper 1837-2014 The Use of Analytcs for Clam Fraud Detecton Roosevelt C. Mosley, Jr., FCAS, MAAA Nck Kucera Pnnacle Actuaral Resources Inc., Bloomngton, IL ABSTRACT As t has been wdely reported n the nsurance

More information

VEHICLE DETECTION BY USING REAR PARTS AND TRACKING SYSTEM

VEHICLE DETECTION BY USING REAR PARTS AND TRACKING SYSTEM IJRET: Internatonal Journal of Research n Engneerng and Technology eissn: 2319-1163 pissn: 2321-7308 VEHICLE DETECTION BY USING REAR PARTS AND TRACKING SYSTEM Yogn Ashokrao Kanhegaonkar 1, Jagtap Rupal

More information

Statistical Approach for Offline Handwritten Signature Verification

Statistical Approach for Offline Handwritten Signature Verification Journal of Computer Scence 4 (3): 181-185, 2008 ISSN 1549-3636 2008 Scence Publcatons Statstcal Approach for Offlne Handwrtten Sgnature Verfcaton 2 Debnath Bhattacharyya, 1 Samr Kumar Bandyopadhyay, 2

More information

Performance Analysis of Energy Consumption of Smartphone Running Mobile Hotspot Application

Performance Analysis of Energy Consumption of Smartphone Running Mobile Hotspot Application Internatonal Journal of mart Grd and lean Energy Performance Analyss of Energy onsumpton of martphone Runnng Moble Hotspot Applcaton Yun on hung a chool of Electronc Engneerng, oongsl Unversty, 511 angdo-dong,

More information

benefit is 2, paid if the policyholder dies within the year, and probability of death within the year is ).

benefit is 2, paid if the policyholder dies within the year, and probability of death within the year is ). REVIEW OF RISK MANAGEMENT CONCEPTS LOSS DISTRIBUTIONS AND INSURANCE Loss and nsurance: When someone s subject to the rsk of ncurrng a fnancal loss, the loss s generally modeled usng a random varable or

More information

Human Tracking by Fast Mean Shift Mode Seeking

Human Tracking by Fast Mean Shift Mode Seeking JOURAL OF MULTIMEDIA, VOL. 1, O. 1, APRIL 2006 1 Human Trackng by Fast Mean Shft Mode Seekng [10 font sze blank 1] [10 font sze blank 2] C. Belezna Advanced Computer Vson GmbH - ACV, Venna, Austra Emal:

More information

PSYCHOLOGICAL RESEARCH (PYC 304-C) Lecture 12

PSYCHOLOGICAL RESEARCH (PYC 304-C) Lecture 12 14 The Ch-squared dstrbuton PSYCHOLOGICAL RESEARCH (PYC 304-C) Lecture 1 If a normal varable X, havng mean µ and varance σ, s standardsed, the new varable Z has a mean 0 and varance 1. When ths standardsed

More information

Distributed Multi-Target Tracking In A Self-Configuring Camera Network

Distributed Multi-Target Tracking In A Self-Configuring Camera Network Dstrbuted Mult-Target Trackng In A Self-Confgurng Camera Network Crstan Soto, B Song, Amt K. Roy-Chowdhury Department of Electrcal Engneerng Unversty of Calforna, Rversde {cwlder,bsong,amtrc}@ee.ucr.edu

More information

Quantization Effects in Digital Filters

Quantization Effects in Digital Filters Quantzaton Effects n Dgtal Flters Dstrbuton of Truncaton Errors In two's complement representaton an exact number would have nfntely many bts (n general). When we lmt the number of bts to some fnte value

More information

DEFINING %COMPLETE IN MICROSOFT PROJECT

DEFINING %COMPLETE IN MICROSOFT PROJECT CelersSystems DEFINING %COMPLETE IN MICROSOFT PROJECT PREPARED BY James E Aksel, PMP, PMI-SP, MVP For Addtonal Informaton about Earned Value Management Systems and reportng, please contact: CelersSystems,

More information

Web Object Indexing Using Domain Knowledge *

Web Object Indexing Using Domain Knowledge * Web Object Indexng Usng Doman Knowledge * Muyuan Wang Department of Automaton Tsnghua Unversty Bejng 100084, Chna (86-10)51774518 Zhwe L, Le Lu, We-Yng Ma Mcrosoft Research Asa Sgma Center, Hadan Dstrct

More information

21 Vectors: The Cross Product & Torque

21 Vectors: The Cross Product & Torque 21 Vectors: The Cross Product & Torque Do not use our left hand when applng ether the rght-hand rule for the cross product of two vectors dscussed n ths chapter or the rght-hand rule for somethng curl

More information

Calculating the high frequency transmission line parameters of power cables

Calculating the high frequency transmission line parameters of power cables < ' Calculatng the hgh frequency transmsson lne parameters of power cables Authors: Dr. John Dcknson, Laboratory Servces Manager, N 0 RW E B Communcatons Mr. Peter J. Ncholson, Project Assgnment Manager,

More information

Biometric Signature Processing & Recognition Using Radial Basis Function Network

Biometric Signature Processing & Recognition Using Radial Basis Function Network Bometrc Sgnature Processng & Recognton Usng Radal Bass Functon Network Ankt Chadha, Neha Satam, and Vbha Wal Abstract- Automatc recognton of sgnature s a challengng problem whch has receved much attenton

More information

A Probabilistic Theory of Coherence

A Probabilistic Theory of Coherence A Probablstc Theory of Coherence BRANDEN FITELSON. The Coherence Measure C Let E be a set of n propostons E,..., E n. We seek a probablstc measure C(E) of the degree of coherence of E. Intutvely, we want

More information

An RFID Distance Bounding Protocol

An RFID Distance Bounding Protocol An RFID Dstance Boundng Protocol Gerhard P. Hancke and Markus G. Kuhn May 22, 2006 An RFID Dstance Boundng Protocol p. 1 Dstance boundng Verfer d Prover Places an upper bound on physcal dstance Does not

More information

NPAR TESTS. One-Sample Chi-Square Test. Cell Specification. Observed Frequencies 1O i 6. Expected Frequencies 1EXP i 6

NPAR TESTS. One-Sample Chi-Square Test. Cell Specification. Observed Frequencies 1O i 6. Expected Frequencies 1EXP i 6 PAR TESTS If a WEIGHT varable s specfed, t s used to replcate a case as many tmes as ndcated by the weght value rounded to the nearest nteger. If the workspace requrements are exceeded and samplng has

More information

Statistical Methods to Develop Rating Models

Statistical Methods to Develop Rating Models Statstcal Methods to Develop Ratng Models [Evelyn Hayden and Danel Porath, Österrechsche Natonalbank and Unversty of Appled Scences at Manz] Source: The Basel II Rsk Parameters Estmaton, Valdaton, and

More information

J. Parallel Distrib. Comput.

J. Parallel Distrib. Comput. J. Parallel Dstrb. Comput. 71 (2011) 62 76 Contents lsts avalable at ScenceDrect J. Parallel Dstrb. Comput. journal homepage: www.elsever.com/locate/jpdc Optmzng server placement n dstrbuted systems n

More information

Intra-year Cash Flow Patterns: A Simple Solution for an Unnecessary Appraisal Error

Intra-year Cash Flow Patterns: A Simple Solution for an Unnecessary Appraisal Error Intra-year Cash Flow Patterns: A Smple Soluton for an Unnecessary Apprasal Error By C. Donald Wggns (Professor of Accountng and Fnance, the Unversty of North Florda), B. Perry Woodsde (Assocate Professor

More information

Vembu StoreGrid Windows Client Installation Guide

Vembu StoreGrid Windows Client Installation Guide Ser v cepr ov dered t on Cl enti nst al l at ongu de W ndows Vembu StoreGrd Wndows Clent Installaton Gude Download the Wndows nstaller, VembuStoreGrd_4_2_0_SP_Clent_Only.exe To nstall StoreGrd clent on

More information

A Secure Password-Authenticated Key Agreement Using Smart Cards

A Secure Password-Authenticated Key Agreement Using Smart Cards A Secure Password-Authentcated Key Agreement Usng Smart Cards Ka Chan 1, Wen-Chung Kuo 2 and Jn-Chou Cheng 3 1 Department of Computer and Informaton Scence, R.O.C. Mltary Academy, Kaohsung 83059, Tawan,

More information

Answer: A). There is a flatter IS curve in the high MPC economy. Original LM LM after increase in M. IS curve for low MPC economy

Answer: A). There is a flatter IS curve in the high MPC economy. Original LM LM after increase in M. IS curve for low MPC economy 4.02 Quz Solutons Fall 2004 Multple-Choce Questons (30/00 ponts) Please, crcle the correct answer for each of the followng 0 multple-choce questons. For each queston, only one of the answers s correct.

More information

Ring structure of splines on triangulations

Ring structure of splines on triangulations www.oeaw.ac.at Rng structure of splnes on trangulatons N. Vllamzar RICAM-Report 2014-48 www.rcam.oeaw.ac.at RING STRUCTURE OF SPLINES ON TRIANGULATIONS NELLY VILLAMIZAR Introducton For a trangulated regon

More information

How Much to Bet on Video Poker

How Much to Bet on Video Poker How Much to Bet on Vdeo Poker Trstan Barnett A queston that arses whenever a gae s favorable to the player s how uch to wager on each event? Whle conservatve play (or nu bet nzes large fluctuatons, t lacks

More information

FREQUENCY OF OCCURRENCE OF CERTAIN CHEMICAL CLASSES OF GSR FROM VARIOUS AMMUNITION TYPES

FREQUENCY OF OCCURRENCE OF CERTAIN CHEMICAL CLASSES OF GSR FROM VARIOUS AMMUNITION TYPES FREQUENCY OF OCCURRENCE OF CERTAIN CHEMICAL CLASSES OF GSR FROM VARIOUS AMMUNITION TYPES Zuzanna BRO EK-MUCHA, Grzegorz ZADORA, 2 Insttute of Forensc Research, Cracow, Poland 2 Faculty of Chemstry, Jagellonan

More information

Traffic-light extended with stress test for insurance and expense risks in life insurance

Traffic-light extended with stress test for insurance and expense risks in life insurance PROMEMORIA Datum 0 July 007 FI Dnr 07-1171-30 Fnansnspetonen Författare Bengt von Bahr, Göran Ronge Traffc-lght extended wth stress test for nsurance and expense rss n lfe nsurance Summary Ths memorandum

More information

CHAPTER 14 MORE ABOUT REGRESSION

CHAPTER 14 MORE ABOUT REGRESSION CHAPTER 14 MORE ABOUT REGRESSION We learned n Chapter 5 that often a straght lne descrbes the pattern of a relatonshp between two quanttatve varables. For nstance, n Example 5.1 we explored the relatonshp

More information

A DATA MINING APPLICATION IN A STUDENT DATABASE

A DATA MINING APPLICATION IN A STUDENT DATABASE JOURNAL OF AERONAUTICS AND SPACE TECHNOLOGIES JULY 005 VOLUME NUMBER (53-57) A DATA MINING APPLICATION IN A STUDENT DATABASE Şenol Zafer ERDOĞAN Maltepe Ünversty Faculty of Engneerng Büyükbakkalköy-Istanbul

More information

Trade Adjustment and Productivity in Large Crises. Online Appendix May 2013. Appendix A: Derivation of Equations for Productivity

Trade Adjustment and Productivity in Large Crises. Online Appendix May 2013. Appendix A: Derivation of Equations for Productivity Trade Adjustment Productvty n Large Crses Gta Gopnath Department of Economcs Harvard Unversty NBER Brent Neman Booth School of Busness Unversty of Chcago NBER Onlne Appendx May 2013 Appendx A: Dervaton

More information

Detecting Credit Card Fraud using Periodic Features

Detecting Credit Card Fraud using Periodic Features Detectng Credt Card Fraud usng Perodc Features Alejandro Correa Bahnsen, Djamla Aouada, Aleksandar Stojanovc and Björn Ottersten Interdscplnary Centre for Securty, Relablty and Trust Unversty of Luxembourg,

More information

THE APPLICATION OF DATA MINING TECHNIQUES AND MULTIPLE CLASSIFIERS TO MARKETING DECISION

THE APPLICATION OF DATA MINING TECHNIQUES AND MULTIPLE CLASSIFIERS TO MARKETING DECISION Internatonal Journal of Electronc Busness Management, Vol. 3, No. 4, pp. 30-30 (2005) 30 THE APPLICATION OF DATA MINING TECHNIQUES AND MULTIPLE CLASSIFIERS TO MARKETING DECISION Yu-Mn Chang *, Yu-Cheh

More information

L10: Linear discriminants analysis

L10: Linear discriminants analysis L0: Lnear dscrmnants analyss Lnear dscrmnant analyss, two classes Lnear dscrmnant analyss, C classes LDA vs. PCA Lmtatons of LDA Varants of LDA Other dmensonalty reducton methods CSCE 666 Pattern Analyss

More information

We assume your students are learning about self-regulation (how to change how alert they feel) through the Alert Program with its three stages:

We assume your students are learning about self-regulation (how to change how alert they feel) through the Alert Program with its three stages: Welcome to ALERT BINGO, a fun-flled and educatonal way to learn the fve ways to change engnes levels (Put somethng n your Mouth, Move, Touch, Look, and Lsten) as descrbed n the How Does Your Engne Run?

More information

Conferencing protocols and Petri net analysis

Conferencing protocols and Petri net analysis Conferencng protocols and Petr net analyss E. ANTONIDAKIS Department of Electroncs, Technologcal Educatonal Insttute of Crete, GREECE [email protected] Abstract: Durng a computer conference, users desre

More information

NOTE: The Flatpak version has the same pinouts (Connection Diagram) as the Dual In-Line Package. *MR for LS160A and LS161A *SR for LS162A and LS163A

NOTE: The Flatpak version has the same pinouts (Connection Diagram) as the Dual In-Line Package. *MR for LS160A and LS161A *SR for LS162A and LS163A BCD DECADE COUNTERS/ 4-BIT BINARY COUNTERS The LS160A/ 161A/ 162A/ 163A are hgh-speed 4-bt synchronous counters. They are edge-trggered, synchronously presettable, and cascadable MSI buldng blocks for

More information

Laddered Multilevel DC/AC Inverters used in Solar Panel Energy Systems

Laddered Multilevel DC/AC Inverters used in Solar Panel Energy Systems Proceedngs of the nd Internatonal Conference on Computer Scence and Electroncs Engneerng (ICCSEE 03) Laddered Multlevel DC/AC Inverters used n Solar Panel Energy Systems Fang Ln Luo, Senor Member IEEE

More information

Traffic State Estimation in the Traffic Management Center of Berlin

Traffic State Estimation in the Traffic Management Center of Berlin Traffc State Estmaton n the Traffc Management Center of Berln Authors: Peter Vortsch, PTV AG, Stumpfstrasse, D-763 Karlsruhe, Germany phone ++49/72/965/35, emal [email protected] Peter Möhl, PTV AG,

More information

Gender Classification for Real-Time Audience Analysis System

Gender Classification for Real-Time Audience Analysis System Gender Classfcaton for Real-Tme Audence Analyss System Vladmr Khryashchev, Lev Shmaglt, Andrey Shemyakov, Anton Lebedev Yaroslavl State Unversty Yaroslavl, Russa [email protected], [email protected], [email protected],

More information

SIMPLE LINEAR CORRELATION

SIMPLE LINEAR CORRELATION SIMPLE LINEAR CORRELATION Smple lnear correlaton s a measure of the degree to whch two varables vary together, or a measure of the ntensty of the assocaton between two varables. Correlaton often s abused.

More information