Maximal margin classifiers applied to DGA-based diagnosis of power transformers

Size: px
Start display at page:

Download "Maximal margin classifiers applied to DGA-based diagnosis of power transformers"

Transcription

1 Piotr S. SZCZEPANIAK, Marcin KŁOSIŃSKI Institute of Information Technology, Technical University of Łódź Maximal margin classifiers alied to DGA-based diagnosis of ower transformers Abstract. The aer addresses a modern aroach to the roblem of ower transformer diagnosis. The method called suort vector machines enables the creation of an exert system for oil transformer technical condition diagnosis. The system, which is based on real results of chromatograhy of gases dissolved in transformer oil (DGA), erforms better than an internationally acknowledged standard the IEC code. Streszczenie. Przedstawiono nową metodę diagnostyki transformatora mocy bazująca na algorytmie suort vector machine. W systemie bada się chromatograficznie gazy rozuszczone w oleju transformatorowym. (Zastosowanie klasyfikatora do diagnozy gazów rozuszczonych w oleju transformatora mocy) Keywords: ower transformers, DGA, IEC, classification, maximal margin classifiers, SVM Słowa kluczowe: transformator mocy, analiza oleju, klasyfikator, SVM. Introduction to DGA-based diagnosis The analysis of gases dissolved (DGA) in oil is one of the basic methods alied to diagnosing technical condition of transformers. The internationally acknowledged rules for interretation of concentration of gases are reflected in the IEC code [IEC(1979)]. owever, basing on their own exerience, different countries have worked out different transformer diagnosing methods. All those methods base on rigid mathematical deendencies. Data used to evaluate a transformer are defined by three variables (x,y,z) as shown in (1). (1) C x C C y C z C where, C, C, C, and C denote the amount of hydrogen, methane, acetylene, ethylene, and ethane in the gas under examination (in m units arts er one million), resectively. The meaning of these variables is the same as in the IEC code; they reflect the DGA results. Following the IEC code, it has been assumed that there are nine classes describing the state of the transformer: No fault Partial discharge of low energy Partial discharge of high energy Disrutive discharge of low energy Disrutive discharge of high energy Overheating below 150 o C Overheating between 150oC and 300 o C, Overheating between 300oC and 700 o C Overheating over 700 o C. Consequently, every trile enables reasoning about the technical condition of the examined transformer. The ranges of quotient values are coded with three integer numbers {0,1,} (see Table 1.). According to the IEC code, there are nine classes (see Table.), which are roerly defined from an engineering ersective with an additional class containing unrecognized cases. Such exert knowledge can be reresented in the form of logic rules: () If code{d x, d y, d z }, then transformer s state. These are cris logic rules, which are unambiguous and mutually exclusive. Table 1. IEC codes Transformer state code C C Table. Classification according to IEC code quotient C C C Value C C [0; 0,1) [0,1; 1) [1; 3) 1 1 Value > 3 Visually, the IEC coding system creates a searation in three-dimensional sace by introducing a set of disjoint fragments (Fig.1). Of course, the biggest fragment is the one reresenting an unrecognized state. To summarize, to each trile (x, y, z), or to each trile resented in Table one can assign an additional value describing (in an encoded or linguistic way) the technical condition of a transformer. This value, which is figured out on the basis of the insection of an unlugged transformer or an exert oinion, can be actually interreted as a diagnosis of the object s condition. The idea resented in this aer is as follows. aving a sufficient number of reresentative results for a series of transformers, one should be able to find regions related to the above nine classes. The examination of a new DGA result would be then straightforward. So far, the IEC, as well as every other national system of classification, has offered the arbitrary division of the sace. In the resented roosition, the determination of regions related to the nine ) Code 10 is usually interreted as full discharge of high energy, that is, the diagnosis full discharge of low energy is associated with one of the three codes: {101}, {01} or {0}. C C C Without fault Partial discharge of low energy Partial discharge of high energy Disrutive discharge of low energy 1 or 1 or 0 Disrutive discharge of high energy 1 0 Overheating below 150 C Overheating between 150 C and 300 C 0 0 Overheating between 300 C and 700 C 0 1 Overheating over 700 C 0 Unrecognized fault Other codes 100 PRZEGLĄD ELEKTROTECNICZNY (Electrical Review), ISSN , R. 88 NR /01

2 classes of diagnosis deends on the real results of revious examinations erformed on transformers working in real conditions. The regions are determined using the suort vector machines. Fig.. Linearly searable data; two classes In SVM method, it is suggested that the otimal hyerlane should be the one which rovides maximal (symmetric in relation to searating lane) searation margin of training data. It should be emhasized at this oint that the searation is not made using all available data, but only a small art of them (Fig. ). Intuitively, the searation line should be found basing on the nearest data oints. The way we can maximize the margin is the minimization of weight vector norm w which means the minimization of w T w = w i. Consequently, we should minimize w T w (a) Fig.1. Visualization of IEC codes classification Basics of Suort Vector Machines The resented classifiers are Suort Vector Machines, which were first introduced by Vanik et al. [Boser, et al. (199), Vanik (1995,1998)]. When regarded as a maximization of margin distance that searates different classes, SVM method can be called also maximal margin classifier. The weakness of the term classifier is that this method can be also used in regression roblems. There are a growing number of ublications in this field: Schölkof (1998), Schölkof, et al. (1999, 00), Decoste, et al. (00), Lin, et al. (00). Additionally, there are a lenty of Internet resources (htt:// htt:// where one can find also introduction lectures such as Christianini (001), Chen, et al. (001). The aim of this method is to erform some data searation, which simultaneously conforms to tough statistic requirements. This can be achieved by searching for a global minimum of some convex cost function. Since its first ublication, the method has been under develoment and one can find different kinds of it. The rimary task can be defined as follows: Given a set of linearly searable data (Fig.) (3) (x, y ), =1,,..., P, x R n, y { 1,+1}. Construct a searating hyer-lane y(x; w, b) so as the searation margin = w is maximal. ere, w, and b are arameters which determine the hyerlane. subject to y (w T x + b) 1 (b) Task (a), (b) is well known in the otimization theory as square otimization with inequity constraints. Such roblems are usually solved by introducing non-negative arameters, the so called Lagrange multiliers and Lagrange function in the form of: P 1 T T 1 (5) L(w, b, ) = w w - α [ y ( w x b ) 1] Providing that 0. The 1 coefficient is used for convenience reasons only it does not break the generality of the given solution. The function must be minimized for w and b and maximized for. It means that we are looking for a saddle oint. It occurs very often that the data are not linearly searable. To ensure the searability of data, some transformation to a higher dimensional sace can be introduced. Such a transformation should be subject to Cover theorem [Cover (195)] about data searability. This theorem says that sace can be transformed with high robability to higher multi-dimensional sace, in which data are linearly searable. Such a higher-dimensional sace is called feature sace. It is noteworthy that for such high-dimensional saces all calculations become extremely difficult. On the other hand, all calculations in SVM method are done using dot roducts, which means that a secific sort of transformation function can be used, namely kernel function. PRZEGLĄD ELEKTROTECNICZNY (Electrical Review), ISSN , R. 88 NR /01 101

3 Definition: Kernel is a function K such as for all u,v X : () K( u,v ) ( u ), ( v ) where is the real transform from one sace to another. As stated, the non-linear transform does not have to be given exlicitly. On the other hand, all dot roducts can be easily calculated in higher-dimensional sace using the kernel function, without even knowing exactly what the transform is. There are lenty of kernel function tyes, the most often used being: Polynomial: K( u,v ) u,v 1 (7) n set by the author and it remains unchanged during the otimal classifier training. The higher the C value, the bigger the enalty value for errors. As a result, there are fewer wrongly classified oints. A smaller C value lets us decrease the margin and tolerate more incorrect classifications. Diagnosis aving a sufficient number of training data collected for a articular transformer fault tye, one can introduce an exert system able to suort the diagnosis of transformers. This would mean creating a classifier which could categorize new data (x, y, z) based on the teaching atterns from a database. Such a classifier would enable one to introduce a more flexible way for aligning classification tyes with certain transformer tyes. This seems to be a much better aroach than the IEC method. Gaussian (radial basis): 1 (8) K ( u,v ) ex u v r yer tangens: (9) K ( u,v ) tanh u, v In this aer, two kernel functions have been used: linear (that is olynomial with n = 1) and radial with various r values. The method described above may not work if the data are distorted and not linearly searable even in the feature sace. Such data have an aarently good margin, which causes constraints (b) not to be fulfilled. Also the classes very often overla each other. When those constraints are not fulfilled, the value of resective Lagrange coefficients is also increased. The way we can accet such distortions of data is to introduce some tolerance for not fulfilling constraints. In other words, we introduce a way to soften the constraints (soft margin classifiers) [Cortes, et al. (1995), Cristianini, et al. (003), Kecman (001)]. The exceeding value of margins is limited and the limits are set for each examle searately. Instead of fulfilling constraints (b), that is: y (w T x + b) 1 (=1,...,P), one should lace the examles within borders: (w T x + b) 1 for y = +1 ; (w T x + b) 1+ for y = 1. We can formulate two roblems deending on the way we consider tolerance 0 in the quality assessment: ( ) (10a) I: minimize w T w + C II: minimize subject to y (w T x + b) 1. (10b) w T w + C (11a) subject to y (w T x + b) 1, (11b) 0. (11c) C arameter is used to balance the number of incorrect classifications and the size of the margin this arameter is Fig.3. Samle distribution of learning data belonging to nine classes Because real data collected on ower transformers (Fig.3) are distributed in a Cartesian coordinate system, it is difficult to effectively define the boundaries of regions they belong to. Although a art of the data is located in regions that can be quite easily isolated from each other, much of them is groued and artly mixed near the centre of the coordinate system and one of its axes. Additionally, a art of the decision area contains a small number of data (in ractice, some cases occur soradically and that is why few of them are recorded). What might also cause some difficulty is the disroortion between the numbers of data belonging to each category (Table 3), which is characteristic of this kind of technical roblems (in ractice, diagnosis is erformed on transformers that are heavily damaged). This makes the test even more challenging. Table 3. Number of measurements classified according to IEC code Category of technical condition Number of measurements No fault 33 Partial disrution of low energy 11 Partial disrution of high energy Full disrution of low energy 10 Full disrution of high energy 0 Overheating below C 9 Overheating (150 0 C, C Overheating (300 0 C, C 79 Overheating by more than C 9 Unrecognized fault IEC code not alicable 78 Total: 10 PRZEGLĄD ELEKTROTECNICZNY (Electrical Review), ISSN , R. 88 NR /01

4 As shown in Table 3, in the majority of cases we observe overheating by more than C and C. In a considerable number of cases the diagnosis cannot be made. Partial disrutions of energy are not very frequent. There is also quite a low number of transformers with no faults. This can be exlained by the fact that we more often insect those transformers whose erformance is visibly worse, in order to revent a serious fault or total damage. For verification of the method, measurements from 7 network transformers 50 MVA were available. From this set, the reeating and ambiguous cases must be sorted out. After removing them, there remain 391 examles, 15 out of which being unrecognized faults. Alication of the classifier based on the IEC reference to the mentioned data yields general correctness rate of about 5%. owever, in order to test the ability to create a learning machine, the given set should be slit into two sets one for training and one for testing. In Table detailed results for classification are resented. In the first column, different tyes of training datasets are listed and in the remaining columns there are classification results in the form of ercentage of correctly labeled objects for different SVM configurations, and IEC for comarison. The following datasets have been used: (1) All available oints have been used to train the classifier and then it has been tested on the same oint set. () alf of the oints have been taken for a training set whereas the remaining half - for testing (no reeating data). (3) 80% oint have been used for training, 0% for testing, again no reeating data. For the configuration, the following abbreviations have been used: (a) Linear kernel (see 7), C = 10 (b) Linear kernel, C = 50 (c) Radial kernel (see 8), r = 10, C = 50 (d) Radial kernel, r = 50, C = 50 (e) Radial kernel, r = 100, C = 50 (f) IEC Table. Classification results (in %) for different tyes of datasets Dataset (a) (b) (c) (d) (e) (f) (1) () (3) It follows from the above that SVM method yields better correctness in comarison to IEC code. Additionally, it emerges that radial basis kernel function allows achieving much better correctness in comarison to linear kernel. Fig. resents how C coefficient influences the fraction of correctly classified testing vectors in () dataset. As x values the C arameter was changed from 10 to 75 with ste 10, as y there are fractions of correctly classified vectors ( y 0,1 ). In fact, changing the enalty factor value does not influence much the classification correctness. The threshold value is about 30, after which there are virtually no changes in correctness. Because in SVM classifiers with radial kernel have definitely yielded better results, one should examine how exactly that kernel works. Fig. 5 resents the deendencies between radius value in the radial kernel function and the yielded correctness in () dataset. On the x axis there is r value from formula (8) changed from 5 to 75 with ste 5, the y axis contains again fraction of correctly classified vectors. The lower series deicts correctness achieved on a testing set. correctness 0, 0,598 0,59 0,59 0,59 0, arameter C Fig. The influence of C on the classification s correctness correctness 0,9 0,85 0,8 0,75 0,7 0,5 0, arameter r Fig 5. The influence of r on the classification s correctness Fig. IEC (to) versus SVM (bottom) results Obviously, the higher r value, the better is the correctness. On the other hand, higher r causes the classifier to be overtrained, which is tyical for a attern learning rocess. It means that r value must be a comromise between good correctness on training set and the ability to generalize knowledge, which in turn is deicted by correctness on a testing set. Fig. deicts the regions created by SVM as comared to the IEC ones. One can easily notice the difference: while IEC leaves most of the feature sace unrecognized, SVM PRZEGLĄD ELEKTROTECNICZNY (Electrical Review), ISSN , R. 88 NR /01 103

5 classifier introduces classification in the whole sace by extraolating the rules learnt from the training atterns. Eventually, the SVM method enables one to create a classifier which is caable of introducing feature sace searation that is about 15 0 ercent more accurate than the standard IEC aroach Summary The maximal margin classifier enables the creation of an exert system which diagnoses technical condition of an oil transformer basing on results of chromatograhy of gases dissolved in transformer oil (Dissolved Gas Analysis DGA). The system is designed to diagnose small and medium size units for which DGA is an essential source of information on their technical condition. The diagnosis is based on the searation of learning data, which enables the creation of regions reflecting the same state of the transformer. On that basis, new results of DGA can be examined more accurately than in the case of the IEC method. Therefore, a new method for transformer diagnosis suort has been develoed. The method, based on real measure data collected from a articular category of transformers, reflects in a way the rocess of learning from exerience. Of course, the imlementation of the resented system in industry will demand much further research and testing on numerous learning sets, articularly for the categories that are rarely recorded in ractice. The method resented can be also emloyed in other tasks of grouing and classification of hardly searable data. REFERENCES [1] I E C (1979): International Electrotechnical Commission, Interretation of the Analysis of Gases in Transformers and other Oil-Filled Electrical Equiment in Service. Geneva, [] B.E.B o s e r, I.M.Guyon, V.N.Vanik (199): A training algorithm for otimal margin classifier. In: D.aussler (Ed.): 5th Annual ACM Worksho on COLT. Pittsburg, PA, ACM Press, [3] V.N.Vanik (1995): The Nature of Statistical Learning Theory. Sringer-Verlag, Berlin, [] V.N.Vanik (1998): Statistical Learning Theory. Wiley, New York. [5] N.C r i s tianini (001): ICML 01 Tutorial. htt:// [] N.C r i s tianini, J.Shawe-Taylor (003): Suort Vectors and Kernel Methods. In: M.Berthold, D.J.and (Eds.): Intelligent Data Analysis; An Introduction. Sringer-Verlag, Berlin, eidelberg. [7] P.-.Chen, C.-J.Lin, B.Schölkof (001): A tutorial on - Suort Vector Machines. htt:// [8] C.C o r t e s, V.N.V a nik (1995): Suort Vector Networks. Machine Learning, 0, [9] T.M.C o v e r (195): Geometrical and Statistical Proerties of Systems of Linear Inequalities with Alications in Pattern Recognition. IEEE Trans. on Electronic Comuters, 1, [10] D.D e c o ste, B.S c h ölkof (00): Training Invariant Suort Machines. Machine Learning,, [11] V.K e cman (001): Learning and Soft Comuting. The MIT Press, Cambridge, Massachusetts. [1] B. Schölkof, C.J.C.Burges, A.J.Smola (Eds.): Advances in Kernel Methods: Suort Vector Learning. The MIT Press, Cambridge, MA; [13] Y.Lin, Y.Lee, G.Wahba (00): Suort vector machines for classification in nonstandard situations. Machine Learning,, nos.1-3; [1] B. S c hölkof (1997): Suort vector learning. R.Oldenbourg Verlag, München. Doktorarbeit, TU Berlin; htt:// [15] B.S c h ölkof, A.S m ola (00): Learning with Kernels: Suort Vector Machines, Regularization, Otimization and Beyond. MIT Press, 00. [1] M.U l e wi cz (003): Suort Vector Machines with Distortions for andwritten Digits Recognition. In: M.Kurzyński, E.Puchała, M.Woźniak (Eds.), KOSYR 003 Comuter Recognition Systems, Wrocław, Authors: rof. dr hab. inż. Piotr S. Szczeaniak, Technical University of Łódź, Institute of Information Technology, ul. Wólczańska 15, 90-9 Łódź, Poland, iotr@ics..lodz.l; mgr inż. Marcin Kłosiński, Technical University of Łódź, Institute of Information Technology, ul. Wólczańska 15, 90-9 Łódź, Poland, klosinskim@tt.com.l; 10 PRZEGLĄD ELEKTROTECNICZNY (Electrical Review), ISSN , R. 88 NR /01

arxiv: v1 [physics.data-an] 26 Oct 2012

arxiv: v1 [physics.data-an] 26 Oct 2012 Constraints on Yield Parameters in Extended Maximum Likelihood Fits Till Moritz Karbach a, Maximilian Schlu b a TU Dortmund, Germany, moritz.karbach@cern.ch b TU Dortmund, Germany, maximilian.schlu@cern.ch

More information

AI*IA 2003 Fusion of Multiple Pattern Classifiers PART III

AI*IA 2003 Fusion of Multiple Pattern Classifiers PART III AI*IA 23 Fusion of Multile Pattern Classifiers PART III AI*IA 23 Tutorial on Fusion of Multile Pattern Classifiers by F. Roli 49 Methods for fusing multile classifiers Methods for fusing multile classifiers

More information

Elliptic Curves and Cryptography

Elliptic Curves and Cryptography Ellitic Curves and Crytograhy Background in Ellitic Curves We'll now turn to the fascinating theory of ellitic curves. For simlicity, we'll restrict our discussion to ellitic curves over Z, where is a

More information

CHAPTER 5 STATISTICAL INFERENCE. 1.0 Hypothesis Testing. 2.0 Decision Errors. 3.0 How a Hypothesis is Tested. 4.0 Test for Goodness of Fit

CHAPTER 5 STATISTICAL INFERENCE. 1.0 Hypothesis Testing. 2.0 Decision Errors. 3.0 How a Hypothesis is Tested. 4.0 Test for Goodness of Fit Chater 5 Statistical Inference 69 CHAPTER 5 STATISTICAL INFERENCE.0 Hyothesis Testing.0 Decision Errors 3.0 How a Hyothesis is Tested 4.0 Test for Goodness of Fit 5.0 Inferences about Two Means It ain't

More information

Convex Optimization methods for Computing Channel Capacity

Convex Optimization methods for Computing Channel Capacity Convex Otimization methods for Comuting Channel Caacity Abhishek Sinha Laboratory for Information and Decision Systems (LIDS), MIT sinhaa@mit.edu May 15, 2014 We consider a classical comutational roblem

More information

Solved Problems. (a) (b) (c) Figure P4.1 Simple Classification Problems First we draw a line between each set of dark and light data points.

Solved Problems. (a) (b) (c) Figure P4.1 Simple Classification Problems First we draw a line between each set of dark and light data points. Solved Problems Solved Problems P Solve the three simle classification roblems shown in Figure P by drawing a decision boundary Find weight and bias values that result in single-neuron ercetrons with the

More information

Combining Logistic Regression with Kriging for Mapping the Risk of Occurrence of Unexploded Ordnance (UXO)

Combining Logistic Regression with Kriging for Mapping the Risk of Occurrence of Unexploded Ordnance (UXO) Combining Logistic Regression with Kriging for Maing the Risk of Occurrence of Unexloded Ordnance (UXO) H. Saito (), P. Goovaerts (), S. A. McKenna (2) Environmental and Water Resources Engineering, Deartment

More information

Probability Estimates for Multi-class Classification by Pairwise Coupling

Probability Estimates for Multi-class Classification by Pairwise Coupling Probability Estimates for Multi-class Classification by Pairwise Couling Ting-Fan Wu Chih-Jen Lin Deartment of Comuter Science National Taiwan University Taiei 06, Taiwan Ruby C. Weng Deartment of Statistics

More information

Machine Learning: Homework 4

Machine Learning: Homework 4 10-601 Machine Learning: Homework 4 Due 5.m. Monday, February 16, 2015 Instructions Late homework olicy: Homework is worth full credit if submitted before the due date, half credit during the next 48 hours,

More information

Radial Basis Function Networks: Algorithms

Radial Basis Function Networks: Algorithms Radial Basis Function Networks: Algorithms Introduction to Neural Networks : Lecture 13 John A. Bullinaria, 2004 1. The RBF Maing 2. The RBF Network Architecture 3. Comutational Power of RBF Networks 4.

More information

where x i is the ith coordinate of x R N. 1. Show that the following upper bound holds for the growth function of H:

where x i is the ith coordinate of x R N. 1. Show that the following upper bound holds for the growth function of H: Mehryar Mohri Foundations of Machine Learning Courant Institute of Mathematical Sciences Homework assignment 2 October 25, 2017 Due: November 08, 2017 A. Growth function Growth function of stum functions.

More information

Session 5: Review of Classical Astrodynamics

Session 5: Review of Classical Astrodynamics Session 5: Review of Classical Astrodynamics In revious lectures we described in detail the rocess to find the otimal secific imulse for a articular situation. Among the mission requirements that serve

More information

The Noise Power Ratio - Theory and ADC Testing

The Noise Power Ratio - Theory and ADC Testing The Noise Power Ratio - Theory and ADC Testing FH Irons, KJ Riley, and DM Hummels Abstract This aer develos theory behind the noise ower ratio (NPR) testing of ADCs. A mid-riser formulation is used for

More information

A New Perspective on Learning Linear Separators with Large L q L p Margins

A New Perspective on Learning Linear Separators with Large L q L p Margins A New Persective on Learning Linear Searators with Large L q L Margins Maria-Florina Balcan Georgia Institute of Technology Christoher Berlind Georgia Institute of Technology Abstract We give theoretical

More information

An Analysis of Reliable Classifiers through ROC Isometrics

An Analysis of Reliable Classifiers through ROC Isometrics An Analysis of Reliable Classifiers through ROC Isometrics Stijn Vanderlooy s.vanderlooy@cs.unimaas.nl Ida G. Srinkhuizen-Kuyer kuyer@cs.unimaas.nl Evgueni N. Smirnov smirnov@cs.unimaas.nl MICC-IKAT, Universiteit

More information

Pretest (Optional) Use as an additional pacing tool to guide instruction. August 21

Pretest (Optional) Use as an additional pacing tool to guide instruction. August 21 Trimester 1 Pretest (Otional) Use as an additional acing tool to guide instruction. August 21 Beyond the Basic Facts In Trimester 1, Grade 7 focus on multilication. Daily Unit 1: The Number System Part

More information

Support Vector Machines versus Artificial Neural Networks for wood Dielectric Loss Factor estimation

Support Vector Machines versus Artificial Neural Networks for wood Dielectric Loss Factor estimation Suort Vector Machines versus Artificial Neural Networks for wood Dielectric Loss Factor estimation Lazaros Iliadis 1*, Stavros Tachos, Stavros Avramidis 3 Shawn Mansfield 3 1 Democritus University of Thrace,

More information

Multi-instance Support Vector Machine Based on Convex Combination

Multi-instance Support Vector Machine Based on Convex Combination The Eighth International Symosium on Oerations Research and Its Alications (ISORA 09) Zhangjiajie, China, Setember 20 22, 2009 Coyright 2009 ORSC & APORC,. 48 487 Multi-instance Suort Vector Machine Based

More information

John Weatherwax. Analysis of Parallel Depth First Search Algorithms

John Weatherwax. Analysis of Parallel Depth First Search Algorithms Sulementary Discussions and Solutions to Selected Problems in: Introduction to Parallel Comuting by Viin Kumar, Ananth Grama, Anshul Guta, & George Karyis John Weatherwax Chater 8 Analysis of Parallel

More information

Multi-Operation Multi-Machine Scheduling

Multi-Operation Multi-Machine Scheduling Multi-Oeration Multi-Machine Scheduling Weizhen Mao he College of William and Mary, Williamsburg VA 3185, USA Abstract. In the multi-oeration scheduling that arises in industrial engineering, each job

More information

Feedback-error control

Feedback-error control Chater 4 Feedback-error control 4.1 Introduction This chater exlains the feedback-error (FBE) control scheme originally described by Kawato [, 87, 8]. FBE is a widely used neural network based controller

More information

GOOD MODELS FOR CUBIC SURFACES. 1. Introduction

GOOD MODELS FOR CUBIC SURFACES. 1. Introduction GOOD MODELS FOR CUBIC SURFACES ANDREAS-STEPHAN ELSENHANS Abstract. This article describes an algorithm for finding a model of a hyersurface with small coefficients. It is shown that the aroach works in

More information

Research Note REGRESSION ANALYSIS IN MARKOV CHAIN * A. Y. ALAMUTI AND M. R. MESHKANI **

Research Note REGRESSION ANALYSIS IN MARKOV CHAIN * A. Y. ALAMUTI AND M. R. MESHKANI ** Iranian Journal of Science & Technology, Transaction A, Vol 3, No A3 Printed in The Islamic Reublic of Iran, 26 Shiraz University Research Note REGRESSION ANALYSIS IN MARKOV HAIN * A Y ALAMUTI AND M R

More information

State Estimation with ARMarkov Models

State Estimation with ARMarkov Models Deartment of Mechanical and Aerosace Engineering Technical Reort No. 3046, October 1998. Princeton University, Princeton, NJ. State Estimation with ARMarkov Models Ryoung K. Lim 1 Columbia University,

More information

CHAPTER-II Control Charts for Fraction Nonconforming using m-of-m Runs Rules

CHAPTER-II Control Charts for Fraction Nonconforming using m-of-m Runs Rules CHAPTER-II Control Charts for Fraction Nonconforming using m-of-m Runs Rules. Introduction: The is widely used in industry to monitor the number of fraction nonconforming units. A nonconforming unit is

More information

Named Entity Recognition using Maximum Entropy Model SEEM5680

Named Entity Recognition using Maximum Entropy Model SEEM5680 Named Entity Recognition using Maximum Entroy Model SEEM5680 Named Entity Recognition System Named Entity Recognition (NER): Identifying certain hrases/word sequences in a free text. Generally it involves

More information

MODULAR LINEAR TRANSVERSE FLUX RELUCTANCE MOTORS

MODULAR LINEAR TRANSVERSE FLUX RELUCTANCE MOTORS MODULAR LINEAR TRANSVERSE FLUX RELUCTANCE MOTORS Dan-Cristian POPA, Vasile IANCU, Loránd SZABÓ, Deartment of Electrical Machines, Technical University of Cluj-Naoca RO-400020 Cluj-Naoca, Romania; e-mail:

More information

Lower Confidence Bound for Process-Yield Index S pk with Autocorrelated Process Data

Lower Confidence Bound for Process-Yield Index S pk with Autocorrelated Process Data Quality Technology & Quantitative Management Vol. 1, No.,. 51-65, 15 QTQM IAQM 15 Lower onfidence Bound for Process-Yield Index with Autocorrelated Process Data Fu-Kwun Wang * and Yeneneh Tamirat Deartment

More information

Shadow Computing: An Energy-Aware Fault Tolerant Computing Model

Shadow Computing: An Energy-Aware Fault Tolerant Computing Model Shadow Comuting: An Energy-Aware Fault Tolerant Comuting Model Bryan Mills, Taieb Znati, Rami Melhem Deartment of Comuter Science University of Pittsburgh (bmills, znati, melhem)@cs.itt.edu Index Terms

More information

Uncorrelated Multilinear Principal Component Analysis for Unsupervised Multilinear Subspace Learning

Uncorrelated Multilinear Principal Component Analysis for Unsupervised Multilinear Subspace Learning TNN-2009-P-1186.R2 1 Uncorrelated Multilinear Princial Comonent Analysis for Unsuervised Multilinear Subsace Learning Haiing Lu, K. N. Plataniotis and A. N. Venetsanooulos The Edward S. Rogers Sr. Deartment

More information

LINEAR SYSTEMS WITH POLYNOMIAL UNCERTAINTY STRUCTURE: STABILITY MARGINS AND CONTROL

LINEAR SYSTEMS WITH POLYNOMIAL UNCERTAINTY STRUCTURE: STABILITY MARGINS AND CONTROL LINEAR SYSTEMS WITH POLYNOMIAL UNCERTAINTY STRUCTURE: STABILITY MARGINS AND CONTROL Mohammad Bozorg Deatment of Mechanical Engineering University of Yazd P. O. Box 89195-741 Yazd Iran Fax: +98-351-750110

More information

Pretest (Optional) Use as an additional pacing tool to guide instruction. August 21

Pretest (Optional) Use as an additional pacing tool to guide instruction. August 21 Trimester 1 Pretest (Otional) Use as an additional acing tool to guide instruction. August 21 Beyond the Basic Facts In Trimester 1, Grade 8 focus on multilication. Daily Unit 1: Rational vs. Irrational

More information

Churilova Maria Saint-Petersburg State Polytechnical University Department of Applied Mathematics

Churilova Maria Saint-Petersburg State Polytechnical University Department of Applied Mathematics Churilova Maria Saint-Petersburg State Polytechnical University Deartment of Alied Mathematics Technology of EHIS (staming) alied to roduction of automotive arts The roblem described in this reort originated

More information

COMPARISON OF VARIOUS OPTIMIZATION TECHNIQUES FOR DESIGN FIR DIGITAL FILTERS

COMPARISON OF VARIOUS OPTIMIZATION TECHNIQUES FOR DESIGN FIR DIGITAL FILTERS NCCI 1 -National Conference on Comutational Instrumentation CSIO Chandigarh, INDIA, 19- March 1 COMPARISON OF VARIOUS OPIMIZAION ECHNIQUES FOR DESIGN FIR DIGIAL FILERS Amanjeet Panghal 1, Nitin Mittal,Devender

More information

MATH 2710: NOTES FOR ANALYSIS

MATH 2710: NOTES FOR ANALYSIS MATH 270: NOTES FOR ANALYSIS The main ideas we will learn from analysis center around the idea of a limit. Limits occurs in several settings. We will start with finite limits of sequences, then cover infinite

More information

4. Score normalization technical details We now discuss the technical details of the score normalization method.

4. Score normalization technical details We now discuss the technical details of the score normalization method. SMT SCORING SYSTEM This document describes the scoring system for the Stanford Math Tournament We begin by giving an overview of the changes to scoring and a non-technical descrition of the scoring rules

More information

Plotting the Wilson distribution

Plotting the Wilson distribution , Survey of English Usage, University College London Setember 018 1 1. Introduction We have discussed the Wilson score interval at length elsewhere (Wallis 013a, b). Given an observed Binomial roortion

More information

Unsupervised Hyperspectral Image Analysis Using Independent Component Analysis (ICA)

Unsupervised Hyperspectral Image Analysis Using Independent Component Analysis (ICA) Unsuervised Hyersectral Image Analysis Using Indeendent Comonent Analysis (ICA) Shao-Shan Chiang Chein-I Chang Irving W. Ginsberg Remote Sensing Signal and Image Processing Laboratory Deartment of Comuter

More information

Estimation of the large covariance matrix with two-step monotone missing data

Estimation of the large covariance matrix with two-step monotone missing data Estimation of the large covariance matrix with two-ste monotone missing data Masashi Hyodo, Nobumichi Shutoh 2, Takashi Seo, and Tatjana Pavlenko 3 Deartment of Mathematical Information Science, Tokyo

More information

Approximating min-max k-clustering

Approximating min-max k-clustering Aroximating min-max k-clustering Asaf Levin July 24, 2007 Abstract We consider the roblems of set artitioning into k clusters with minimum total cost and minimum of the maximum cost of a cluster. The cost

More information

Detection Algorithm of Particle Contamination in Reticle Images with Continuous Wavelet Transform

Detection Algorithm of Particle Contamination in Reticle Images with Continuous Wavelet Transform Detection Algorithm of Particle Contamination in Reticle Images with Continuous Wavelet Transform Chaoquan Chen and Guoing Qiu School of Comuter Science and IT Jubilee Camus, University of Nottingham Nottingham

More information

GENERATING FUZZY RULES FOR PROTEIN CLASSIFICATION E. G. MANSOORI, M. J. ZOLGHADRI, S. D. KATEBI, H. MOHABATKAR, R. BOOSTANI AND M. H.

GENERATING FUZZY RULES FOR PROTEIN CLASSIFICATION E. G. MANSOORI, M. J. ZOLGHADRI, S. D. KATEBI, H. MOHABATKAR, R. BOOSTANI AND M. H. Iranian Journal of Fuzzy Systems Vol. 5, No. 2, (2008). 21-33 GENERATING FUZZY RULES FOR PROTEIN CLASSIFICATION E. G. MANSOORI, M. J. ZOLGHADRI, S. D. KATEBI, H. MOHABATKAR, R. BOOSTANI AND M. H. SADREDDINI

More information

Participation Factors. However, it does not give the influence of each state on the mode.

Participation Factors. However, it does not give the influence of each state on the mode. Particiation Factors he mode shae, as indicated by the right eigenvector, gives the relative hase of each state in a articular mode. However, it does not give the influence of each state on the mode. We

More information

A Bound on the Error of Cross Validation Using the Approximation and Estimation Rates, with Consequences for the Training-Test Split

A Bound on the Error of Cross Validation Using the Approximation and Estimation Rates, with Consequences for the Training-Test Split A Bound on the Error of Cross Validation Using the Aroximation and Estimation Rates, with Consequences for the Training-Test Slit Michael Kearns AT&T Bell Laboratories Murray Hill, NJ 7974 mkearns@research.att.com

More information

Outline. EECS150 - Digital Design Lecture 26 Error Correction Codes, Linear Feedback Shift Registers (LFSRs) Simple Error Detection Coding

Outline. EECS150 - Digital Design Lecture 26 Error Correction Codes, Linear Feedback Shift Registers (LFSRs) Simple Error Detection Coding Outline EECS150 - Digital Design Lecture 26 Error Correction Codes, Linear Feedback Shift Registers (LFSRs) Error detection using arity Hamming code for error detection/correction Linear Feedback Shift

More information

Research of power plant parameter based on the Principal Component Analysis method

Research of power plant parameter based on the Principal Component Analysis method Research of ower lant arameter based on the Princial Comonent Analysis method Yang Yang *a, Di Zhang b a b School of Engineering, Bohai University, Liaoning Jinzhou, 3; Liaoning Datang international Jinzhou

More information

New Information Measures for the Generalized Normal Distribution

New Information Measures for the Generalized Normal Distribution Information,, 3-7; doi:.339/info3 OPEN ACCESS information ISSN 75-7 www.mdi.com/journal/information Article New Information Measures for the Generalized Normal Distribution Christos P. Kitsos * and Thomas

More information

Bayesian Spatially Varying Coefficient Models in the Presence of Collinearity

Bayesian Spatially Varying Coefficient Models in the Presence of Collinearity Bayesian Satially Varying Coefficient Models in the Presence of Collinearity David C. Wheeler 1, Catherine A. Calder 1 he Ohio State University 1 Abstract he belief that relationshis between exlanatory

More information

On parameter estimation in deformable models

On parameter estimation in deformable models Downloaded from orbitdtudk on: Dec 7, 07 On arameter estimation in deformable models Fisker, Rune; Carstensen, Jens Michael Published in: Proceedings of the 4th International Conference on Pattern Recognition

More information

Notes on Instrumental Variables Methods

Notes on Instrumental Variables Methods Notes on Instrumental Variables Methods Michele Pellizzari IGIER-Bocconi, IZA and frdb 1 The Instrumental Variable Estimator Instrumental variable estimation is the classical solution to the roblem of

More information

PER-PATCH METRIC LEARNING FOR ROBUST IMAGE MATCHING. Sezer Karaoglu, Ivo Everts, Jan C. van Gemert, and Theo Gevers

PER-PATCH METRIC LEARNING FOR ROBUST IMAGE MATCHING. Sezer Karaoglu, Ivo Everts, Jan C. van Gemert, and Theo Gevers PER-PATCH METRIC LEARNING FOR ROBUST IMAGE MATCHING Sezer Karaoglu, Ivo Everts, Jan C. van Gemert, and Theo Gevers Intelligent Systems Lab, Amsterdam, University of Amsterdam, 1098 XH Amsterdam, The Netherlands

More information

Monopolist s mark-up and the elasticity of substitution

Monopolist s mark-up and the elasticity of substitution Croatian Oerational Research Review 377 CRORR 8(7), 377 39 Monoolist s mark-u and the elasticity of substitution Ilko Vrankić, Mira Kran, and Tomislav Herceg Deartment of Economic Theory, Faculty of Economics

More information

#A64 INTEGERS 18 (2018) APPLYING MODULAR ARITHMETIC TO DIOPHANTINE EQUATIONS

#A64 INTEGERS 18 (2018) APPLYING MODULAR ARITHMETIC TO DIOPHANTINE EQUATIONS #A64 INTEGERS 18 (2018) APPLYING MODULAR ARITHMETIC TO DIOPHANTINE EQUATIONS Ramy F. Taki ElDin Physics and Engineering Mathematics Deartment, Faculty of Engineering, Ain Shams University, Cairo, Egyt

More information

Introduction to Support Vector Machines

Introduction to Support Vector Machines Introduction to Support Vector Machines Andreas Maletti Technische Universität Dresden Fakultät Informatik June 15, 2006 1 The Problem 2 The Basics 3 The Proposed Solution Learning by Machines Learning

More information

Uncertainty Modeling with Interval Type-2 Fuzzy Logic Systems in Mobile Robotics

Uncertainty Modeling with Interval Type-2 Fuzzy Logic Systems in Mobile Robotics Uncertainty Modeling with Interval Tye-2 Fuzzy Logic Systems in Mobile Robotics Ondrej Linda, Student Member, IEEE, Milos Manic, Senior Member, IEEE bstract Interval Tye-2 Fuzzy Logic Systems (IT2 FLSs)

More information

Using the Divergence Information Criterion for the Determination of the Order of an Autoregressive Process

Using the Divergence Information Criterion for the Determination of the Order of an Autoregressive Process Using the Divergence Information Criterion for the Determination of the Order of an Autoregressive Process P. Mantalos a1, K. Mattheou b, A. Karagrigoriou b a.deartment of Statistics University of Lund

More information

Optimal Design of Truss Structures Using a Neutrosophic Number Optimization Model under an Indeterminate Environment

Optimal Design of Truss Structures Using a Neutrosophic Number Optimization Model under an Indeterminate Environment Neutrosohic Sets and Systems Vol 14 016 93 University of New Mexico Otimal Design of Truss Structures Using a Neutrosohic Number Otimization Model under an Indeterminate Environment Wenzhong Jiang & Jun

More information

Evaluating Circuit Reliability Under Probabilistic Gate-Level Fault Models

Evaluating Circuit Reliability Under Probabilistic Gate-Level Fault Models Evaluating Circuit Reliability Under Probabilistic Gate-Level Fault Models Ketan N. Patel, Igor L. Markov and John P. Hayes University of Michigan, Ann Arbor 48109-2122 {knatel,imarkov,jhayes}@eecs.umich.edu

More information

2. Sample representativeness. That means some type of probability/random sampling.

2. Sample representativeness. That means some type of probability/random sampling. 1 Neuendorf Cluster Analysis Assumes: 1. Actually, any level of measurement (nominal, ordinal, interval/ratio) is accetable for certain tyes of clustering. The tyical methods, though, require metric (I/R)

More information

Hotelling s Two- Sample T 2

Hotelling s Two- Sample T 2 Chater 600 Hotelling s Two- Samle T Introduction This module calculates ower for the Hotelling s two-grou, T-squared (T) test statistic. Hotelling s T is an extension of the univariate two-samle t-test

More information

THE 2D CASE OF THE BOURGAIN-DEMETER-GUTH ARGUMENT

THE 2D CASE OF THE BOURGAIN-DEMETER-GUTH ARGUMENT THE 2D CASE OF THE BOURGAIN-DEMETER-GUTH ARGUMENT ZANE LI Let e(z) := e 2πiz and for g : [0, ] C and J [0, ], define the extension oerator E J g(x) := g(t)e(tx + t 2 x 2 ) dt. J For a ositive weight ν

More information

#A37 INTEGERS 15 (2015) NOTE ON A RESULT OF CHUNG ON WEIL TYPE SUMS

#A37 INTEGERS 15 (2015) NOTE ON A RESULT OF CHUNG ON WEIL TYPE SUMS #A37 INTEGERS 15 (2015) NOTE ON A RESULT OF CHUNG ON WEIL TYPE SUMS Norbert Hegyvári ELTE TTK, Eötvös University, Institute of Mathematics, Budaest, Hungary hegyvari@elte.hu François Hennecart Université

More information

A Comparison between Biased and Unbiased Estimators in Ordinary Least Squares Regression

A Comparison between Biased and Unbiased Estimators in Ordinary Least Squares Regression Journal of Modern Alied Statistical Methods Volume Issue Article 7 --03 A Comarison between Biased and Unbiased Estimators in Ordinary Least Squares Regression Ghadban Khalaf King Khalid University, Saudi

More information

Estimation of Separable Representations in Psychophysical Experiments

Estimation of Separable Representations in Psychophysical Experiments Estimation of Searable Reresentations in Psychohysical Exeriments Michele Bernasconi (mbernasconi@eco.uninsubria.it) Christine Choirat (cchoirat@eco.uninsubria.it) Raffaello Seri (rseri@eco.uninsubria.it)

More information

CMSC 425: Lecture 4 Geometry and Geometric Programming

CMSC 425: Lecture 4 Geometry and Geometric Programming CMSC 425: Lecture 4 Geometry and Geometric Programming Geometry for Game Programming and Grahics: For the next few lectures, we will discuss some of the basic elements of geometry. There are many areas

More information

Preconditioning techniques for Newton s method for the incompressible Navier Stokes equations

Preconditioning techniques for Newton s method for the incompressible Navier Stokes equations Preconditioning techniques for Newton s method for the incomressible Navier Stokes equations H. C. ELMAN 1, D. LOGHIN 2 and A. J. WATHEN 3 1 Deartment of Comuter Science, University of Maryland, College

More information

Characterizing the Behavior of a Probabilistic CMOS Switch Through Analytical Models and Its Verification Through Simulations

Characterizing the Behavior of a Probabilistic CMOS Switch Through Analytical Models and Its Verification Through Simulations Characterizing the Behavior of a Probabilistic CMOS Switch Through Analytical Models and Its Verification Through Simulations PINAR KORKMAZ, BILGE E. S. AKGUL and KRISHNA V. PALEM Georgia Institute of

More information

Chapter 1 Fundamentals

Chapter 1 Fundamentals Chater Fundamentals. Overview of Thermodynamics Industrial Revolution brought in large scale automation of many tedious tasks which were earlier being erformed through manual or animal labour. Inventors

More information

MATHEMATICAL MODELLING OF THE WIRELESS COMMUNICATION NETWORK

MATHEMATICAL MODELLING OF THE WIRELESS COMMUNICATION NETWORK Comuter Modelling and ew Technologies, 5, Vol.9, o., 3-39 Transort and Telecommunication Institute, Lomonosov, LV-9, Riga, Latvia MATHEMATICAL MODELLIG OF THE WIRELESS COMMUICATIO ETWORK M. KOPEETSK Deartment

More information

Robustness of classifiers to uniform l p and Gaussian noise Supplementary material

Robustness of classifiers to uniform l p and Gaussian noise Supplementary material Robustness of classifiers to uniform l and Gaussian noise Sulementary material Jean-Yves Franceschi Ecole Normale Suérieure de Lyon LIP UMR 5668 Omar Fawzi Ecole Normale Suérieure de Lyon LIP UMR 5668

More information

Pairwise active appearance model and its application to echocardiography tracking

Pairwise active appearance model and its application to echocardiography tracking Pairwise active aearance model and its alication to echocardiograhy tracking S. Kevin Zhou 1, J. Shao 2, B. Georgescu 1, and D. Comaniciu 1 1 Integrated Data Systems, Siemens Cororate Research, Inc., Princeton,

More information

integral invariant relations is not limited to one or two such

integral invariant relations is not limited to one or two such The Astronomical Journal, 126:3138 3142, 2003 December # 2003. The American Astronomical Society. All rights reserved. Printed in U.S.A. EFFICIENT ORBIT INTEGRATION BY SCALING AND ROTATION FOR CONSISTENCY

More information

LIMITATIONS OF RECEPTRON. XOR Problem The failure of the perceptron to successfully simple problem such as XOR (Minsky and Papert).

LIMITATIONS OF RECEPTRON. XOR Problem The failure of the perceptron to successfully simple problem such as XOR (Minsky and Papert). LIMITATIONS OF RECEPTRON XOR Problem The failure of the ercetron to successfully simle roblem such as XOR (Minsky and Paert). x y z x y z 0 0 0 0 0 0 Fig. 4. The exclusive-or logic symbol and function

More information

DETC2003/DAC AN EFFICIENT ALGORITHM FOR CONSTRUCTING OPTIMAL DESIGN OF COMPUTER EXPERIMENTS

DETC2003/DAC AN EFFICIENT ALGORITHM FOR CONSTRUCTING OPTIMAL DESIGN OF COMPUTER EXPERIMENTS Proceedings of DETC 03 ASME 003 Design Engineering Technical Conferences and Comuters and Information in Engineering Conference Chicago, Illinois USA, Setember -6, 003 DETC003/DAC-48760 AN EFFICIENT ALGORITHM

More information

Wolfgang POESSNECKER and Ulrich GROSS*

Wolfgang POESSNECKER and Ulrich GROSS* Proceedings of the Asian Thermohysical Proerties onference -4 August, 007, Fukuoka, Jaan Paer No. 0 A QUASI-STEADY YLINDER METHOD FOR THE SIMULTANEOUS DETERMINATION OF HEAT APAITY, THERMAL ONDUTIVITY AND

More information

Principles of Computed Tomography (CT)

Principles of Computed Tomography (CT) Page 298 Princiles of Comuted Tomograhy (CT) The theoretical foundation of CT dates back to Johann Radon, a mathematician from Vienna who derived a method in 1907 for rojecting a 2-D object along arallel

More information

Improved Capacity Bounds for the Binary Energy Harvesting Channel

Improved Capacity Bounds for the Binary Energy Harvesting Channel Imroved Caacity Bounds for the Binary Energy Harvesting Channel Kaya Tutuncuoglu 1, Omur Ozel 2, Aylin Yener 1, and Sennur Ulukus 2 1 Deartment of Electrical Engineering, The Pennsylvania State University,

More information

On Line Parameter Estimation of Electric Systems using the Bacterial Foraging Algorithm

On Line Parameter Estimation of Electric Systems using the Bacterial Foraging Algorithm On Line Parameter Estimation of Electric Systems using the Bacterial Foraging Algorithm Gabriel Noriega, José Restreo, Víctor Guzmán, Maribel Giménez and José Aller Universidad Simón Bolívar Valle de Sartenejas,

More information

Analysis of Group Coding of Multiple Amino Acids in Artificial Neural Network Applied to the Prediction of Protein Secondary Structure

Analysis of Group Coding of Multiple Amino Acids in Artificial Neural Network Applied to the Prediction of Protein Secondary Structure Analysis of Grou Coding of Multile Amino Acids in Artificial Neural Networ Alied to the Prediction of Protein Secondary Structure Zhu Hong-ie 1, Dai Bin 2, Zhang Ya-feng 1, Bao Jia-li 3,* 1 College of

More information

P043 Anisotropic 2.5D - 3C Finite-difference Modeling

P043 Anisotropic 2.5D - 3C Finite-difference Modeling P04 Anisotroic.5D - C Finite-difference Modeling A. Kostyukevych* (esseral echnologies Inc.), N. Marmalevskyi (Ukrainian State Geological Prosecting Institute), Y. Roganov (Ukrainian State Geological Prosecting

More information

A Quadratic Cumulative Production Model for the Material Balance of Abnormally-Pressured Gas Reservoirs

A Quadratic Cumulative Production Model for the Material Balance of Abnormally-Pressured Gas Reservoirs A Quadratic Cumulative Production Model for the Material Balance of Abnormally-Pressured as Reservoirs F.E. onale, M.S. Thesis Defense 7 October 2003 Deartment of Petroleum Engineering Texas A&M University

More information

A Unified 2D Representation of Fuzzy Reasoning, CBR, and Experience Based Reasoning

A Unified 2D Representation of Fuzzy Reasoning, CBR, and Experience Based Reasoning University of Wollongong Research Online Faculty of Commerce - aers (Archive) Faculty of Business 26 A Unified 2D Reresentation of Fuzzy Reasoning, CBR, and Exerience Based Reasoning Zhaohao Sun University

More information

A New Method of DDB Logical Structure Synthesis Using Distributed Tabu Search

A New Method of DDB Logical Structure Synthesis Using Distributed Tabu Search A New Method of DDB Logical Structure Synthesis Using Distributed Tabu Search Eduard Babkin and Margarita Karunina 2, National Research University Higher School of Economics Det of nformation Systems and

More information

A Qualitative Event-based Approach to Multiple Fault Diagnosis in Continuous Systems using Structural Model Decomposition

A Qualitative Event-based Approach to Multiple Fault Diagnosis in Continuous Systems using Structural Model Decomposition A Qualitative Event-based Aroach to Multile Fault Diagnosis in Continuous Systems using Structural Model Decomosition Matthew J. Daigle a,,, Anibal Bregon b,, Xenofon Koutsoukos c, Gautam Biswas c, Belarmino

More information

Recent Developments in Multilayer Perceptron Neural Networks

Recent Developments in Multilayer Perceptron Neural Networks Recent Develoments in Multilayer Percetron eural etworks Walter H. Delashmit Lockheed Martin Missiles and Fire Control Dallas, Texas 75265 walter.delashmit@lmco.com walter.delashmit@verizon.net Michael

More information

Modeling and Estimation of Full-Chip Leakage Current Considering Within-Die Correlation

Modeling and Estimation of Full-Chip Leakage Current Considering Within-Die Correlation 6.3 Modeling and Estimation of Full-Chi Leaage Current Considering Within-Die Correlation Khaled R. eloue, Navid Azizi, Farid N. Najm Deartment of ECE, University of Toronto,Toronto, Ontario, Canada {haled,nazizi,najm}@eecg.utoronto.ca

More information

3.4 Design Methods for Fractional Delay Allpass Filters

3.4 Design Methods for Fractional Delay Allpass Filters Chater 3. Fractional Delay Filters 15 3.4 Design Methods for Fractional Delay Allass Filters Above we have studied the design of FIR filters for fractional delay aroximation. ow we show how recursive or

More information

Hidden Predictors: A Factor Analysis Primer

Hidden Predictors: A Factor Analysis Primer Hidden Predictors: A Factor Analysis Primer Ryan C Sanchez Western Washington University Factor Analysis is a owerful statistical method in the modern research sychologist s toolbag When used roerly, factor

More information

An Adaptive Three-bus Power System Equivalent for Estimating Voltage Stability Margin from Synchronized Phasor Measurements

An Adaptive Three-bus Power System Equivalent for Estimating Voltage Stability Margin from Synchronized Phasor Measurements An Adative Three-bus Power System Equivalent for Estimating oltage Stability argin from Synchronized Phasor easurements Fengkai Hu, Kai Sun University of Tennessee Knoxville, TN, USA fengkaihu@utk.edu

More information

COMMUNICATION BETWEEN SHAREHOLDERS 1

COMMUNICATION BETWEEN SHAREHOLDERS 1 COMMUNICATION BTWN SHARHOLDRS 1 A B. O A : A D Lemma B.1. U to µ Z r 2 σ2 Z + σ2 X 2r ω 2 an additive constant that does not deend on a or θ, the agents ayoffs can be written as: 2r rθa ω2 + θ µ Y rcov

More information

Solvability and Number of Roots of Bi-Quadratic Equations over p adic Fields

Solvability and Number of Roots of Bi-Quadratic Equations over p adic Fields Malaysian Journal of Mathematical Sciences 10(S February: 15-35 (016 Secial Issue: The 3 rd International Conference on Mathematical Alications in Engineering 014 (ICMAE 14 MALAYSIAN JOURNAL OF MATHEMATICAL

More information

Sampling. Inferential statistics draws probabilistic conclusions about populations on the basis of sample statistics

Sampling. Inferential statistics draws probabilistic conclusions about populations on the basis of sample statistics Samling Inferential statistics draws robabilistic conclusions about oulations on the basis of samle statistics Probability models assume that every observation in the oulation is equally likely to be observed

More information

Using a Computational Intelligence Hybrid Approach to Recognize the Faults of Variance Shifts for a Manufacturing Process

Using a Computational Intelligence Hybrid Approach to Recognize the Faults of Variance Shifts for a Manufacturing Process Journal of Industrial and Intelligent Information Vol. 4, No. 2, March 26 Using a Comutational Intelligence Hybrid Aroach to Recognize the Faults of Variance hifts for a Manufacturing Process Yuehjen E.

More information

Uniform Law on the Unit Sphere of a Banach Space

Uniform Law on the Unit Sphere of a Banach Space Uniform Law on the Unit Shere of a Banach Sace by Bernard Beauzamy Société de Calcul Mathématique SA Faubourg Saint Honoré 75008 Paris France Setember 008 Abstract We investigate the construction of a

More information

Brownian Motion and Random Prime Factorization

Brownian Motion and Random Prime Factorization Brownian Motion and Random Prime Factorization Kendrick Tang June 4, 202 Contents Introduction 2 2 Brownian Motion 2 2. Develoing Brownian Motion.................... 2 2.. Measure Saces and Borel Sigma-Algebras.........

More information

GIVEN an input sequence x 0,..., x n 1 and the

GIVEN an input sequence x 0,..., x n 1 and the 1 Running Max/Min Filters using 1 + o(1) Comarisons er Samle Hao Yuan, Member, IEEE, and Mikhail J. Atallah, Fellow, IEEE Abstract A running max (or min) filter asks for the maximum or (minimum) elements

More information

Tests for Two Proportions in a Stratified Design (Cochran/Mantel-Haenszel Test)

Tests for Two Proportions in a Stratified Design (Cochran/Mantel-Haenszel Test) Chater 225 Tests for Two Proortions in a Stratified Design (Cochran/Mantel-Haenszel Test) Introduction In a stratified design, the subects are selected from two or more strata which are formed from imortant

More information

Notes on duality in second order and -order cone otimization E. D. Andersen Λ, C. Roos y, and T. Terlaky z Aril 6, 000 Abstract Recently, the so-calle

Notes on duality in second order and -order cone otimization E. D. Andersen Λ, C. Roos y, and T. Terlaky z Aril 6, 000 Abstract Recently, the so-calle McMaster University Advanced Otimization Laboratory Title: Notes on duality in second order and -order cone otimization Author: Erling D. Andersen, Cornelis Roos and Tamás Terlaky AdvOl-Reort No. 000/8

More information

Robust Performance Design of PID Controllers with Inverse Multiplicative Uncertainty

Robust Performance Design of PID Controllers with Inverse Multiplicative Uncertainty American Control Conference on O'Farrell Street San Francisco CA USA June 9 - July Robust Performance Design of PID Controllers with Inverse Multilicative Uncertainty Tooran Emami John M Watkins Senior

More information

Metrics Performance Evaluation: Application to Face Recognition

Metrics Performance Evaluation: Application to Face Recognition Metrics Performance Evaluation: Alication to Face Recognition Naser Zaeri, Abeer AlSadeq, and Abdallah Cherri Electrical Engineering Det., Kuwait University, P.O. Box 5969, Safat 6, Kuwait {zaery, abeer,

More information