Learning Multi-class Theories in ILP

Size: px
Start display at page:

Download "Learning Multi-class Theories in ILP"

Transcription

1 Learig Multi-class Theories i ILP Tarek Abudawood ad Peter A. Flach Itelliget Systems Laboratory, Uiversity of Bristol, UK Dawood@cs.bris.ac.uk ad Peter.Flach@bristol.ac.uk Abstract. I this paper we ivestigate the lack of reliability ad cosistecy of those biary rule learers i ILP that employ the oe-vs-rest biarisatio techique whe dealig with multi-class domais. We show that we ca lear a simple, cosistet ad reliable multi-class theory by combiig the rules of the multiple oe-vs-rest theories ito oe rule list or set. We experimetally show that our proposed methods produce coheret ad accurate rule models from the rules leared by a well kow ILP learer Aleph. 1 Itroductio Iductive Logic Programmig (ILP) is cocered with iducig first-order clausal models from examples ad backgroud kowledge. Symbolic rule learig systems i ILP, such as FOIL [1], PROGOL [2] ad Aleph [3], lear rules from positive ad egative examples. They are kow for their ability to lear from complex structured data ad build effective classificatio models i a rage of domais. Ufortuately, they struggle i dealig with multi-class problems. I most situatios they reduce a multi-class problem ito multiple biary problems followig the pairwise oe-vs-oe or oe-vs-rest biarisatio techiques. Aleph, for example, ca lear a multi-class theory i the oe-vs-rest paradigm where the outcome of its iductio ca be see as a combiatio of several black-box models. Each model iduces rules for oe specific (positive) class, ad a default rule is added to predict the remaiig classes. This oe-vs-rest approach is a commoly used machie learig techique due to its simplicity i solvig multi-class problems. It has bee prove to be powerful whe compared to other multi-class approaches [4]. However, we argue i this paper that the oe-vs-rest techique is ot suitable for first-order rule learers as there is a strog bias toward the egative classes leadig to urealistic estimates of predictive power. I additio, the lack of itegrity betwee the differet biary models leads to icosistet predictios. We ivestigate the reliability (how much oe ca rely o the quality of a model) ad cosistecy (how cosistet are the predictios of multiple related models) of oevs-rest biary models ad illustrate the differece with a proper multi-class model i Sect. 2. I Sect. 3 our goal is to ivestigate several methods to overcome the problems of the curret applicatio of oe-vs-rest techique i ILP rule learers. We experimetally demostrate the performace of our suggested methods i Sect. 4 ad compare them with the stadard biary method of Aleph. I Sect. 5 we briefly revisit related work before we draw the coclusio i the fial sectio.

2 2 2 Motivatio I machie learig accuracy is commoly used for comparig the classificatio performace ad thus may researchers report their results i terms of accuracy, ad compare their results agaist accuracies of other algorithms. The accuracy of a model ca be iterpreted as the expectatio of correctly classifyig a radomly selected example. c + c Tot. c Act. + T P FN E + c FP T N E Tot. Ê + Ê E (a) c 1 c 2 c 3... c Tot. c 1 T P 1 FN 1 FN 1... FN 1 E 1 c 2 FN 2 T P 2 FN 2... FN 2 E 2 Act. c 3 FN 3 FN 3 T P 3... FN 3 E c FN FN FN... T P E Tot. Ê i Ê 2 Ê 3... Ê E (b) Fig. 1. Cotigecy tables for a biary model (a) ad a multi-class model (b). Usig the otatio explaied i Fig. 1, we itroduce the followig defiitios. Defiitio 1 (Recall). The recall of a give class c i, deoted Recall i or Recall i +, is the proportio of examples of class c i that is correctly classified by a model (Recall i = T P i /E i ). The egative recall of class c i, deoted Recalli, is the proportio of examples of class c i icorrectly classified (Recalli = 1 T P i /E i ). I case of two classes, positive ad egative, we deote the recall of the positive class as Recall + = T P/E + ad of the egative class as Recall = T N/E. Defiitio 2 (Accuracy). Give two classes c + ad c, the biary accuracy of a model is defied as Accuracy bi = T P + T N E = E+ E Recall+ + E E Recall That is, biary accuracy is a weighted average of the positive ad egative recall, weighted by the class prior. This exteds to multiple classes: Accuracy = T P i E = E i T P i = E E i E i E Recall+ i For this reaso we sometimes refer to accuracy as (weighted) average positive recall. Defiitio 3 (Multi-Model Accuracy). Give classes ad oe-vs-rest models, oe for each class, the multi-model accuracy is defied as the average biary accuracy of the models: Accuracy mm = 1 ( E+ i E Recall+ i + E i E Recall i ) The followig simple result is worth otig.

3 3 Lemma 1. The accuracy of a sigle multi-class model is ot equivalet to the multimodel accuracy of the oe-vs-rest models derived from the multi-class model. Proof. Accuracy mm = 1 = 1 ( E+ i E Recall+ i E + i E Recall+ i = 1 Accuracy E i E Recall i ) (1) + 1 E i E Recall i (2) E i E Recall i (3) I goig from (2) to (3) we rely o the fact that the oe-vs-rest models are derived from a sigle multi-class model. If this is t the case (as i Aleph, for istace), the weighted average positive recall is ot the same as accuracy, which compouds the issue. It ca be see from Lemma 1 that the two accuracies are differet. Accuracy of a multiclass model relies o the positive recalls weighted by the class priors. O the other had, the average accuracy of multiple biary models relies o the recalls of both classes where the importace of the positive recalls is decreased times, hece, there is a icrease of the importace of classifyig a egative example times. The followig example demostrates why multi-model accuracy is misleadig. Example 1 (A radom classifier). Let us cosider a 3-class problem comprisig 108 examples uiformly distributed amog the classes. A radom 3-class classifier would result i the uiform cotigecy table show i Fig. 2(a). O the other had, if a radom biary classifier is applied to the three oe-vs-rest biary problems we obtai the three cotigecy tables i Figs. 2(b)-2(d). The accuracy of the multi-class model is 0.33, while the multi-model accuracy of the biary models is c 1 c 2 c 3 Tot. c Act. c c Tot (a) c 1 c 2,3 Tot. c Act c 2, Tot (b) c 2 c 1,3 Tot. c Act c 1, Tot (c) c 3 c 1,2 Tot. c Act c 1, Tot (d) Fig. 2. Four cotigecy tables o a three-class problem showig the predictios of a radom multi-class classifier (a) ad three radom oe-vs-rest classifiers (b)-(d). It is clear that the average accuracy of the biary models is 1.5 times more tha the accuracy of the multi-class model because the weight of the egative class is twice the weight of the positive class. Whe havig a proper multi-class model, there are oly credits for classifyig examples correctly. Averagig the positive ad egative recalls for multiple oe-vs-oe theories could be misleadig but it is eve more harmful whe it comes to oe-vs-rest theories as the problem is propagated.

4 4 Aother problem arisig whe iducig multiple idepedet biary theories is the lack of itegrity betwee the predictios of the differet biary theories. This may cause a example to have differet possible predictios i several cotigecy tables because each model produces predictios idepedetly of the others. The predictios of the models o each example should be cosistet. For istace, by cosiderig oe-vsrest models where each model is traied to predict oe class as positive, the the predictio for a example x o the i-th model should be be cosistet with its predictio o the j-th model, ĉ i (x) = +ve ad cˆ j (x) = ve j i, where cˆ j (x) ad cˆ j (x) express the predictio of the i-th ad the jth biary model respectively for example x. If the predictios are icosistet the such coflicts eed to be solved to esure the cosistecy i the predictios for each example i all models. All oe-vs-rest models of support vector machies ad aive Bayes [5] resolve these collisios by obtaiig scores from each oe of the models ad the model with the maximum score wis the predictio [4]. A rule learer such as CN2 [6] lears ordered rule lists i oe of its settigs to avoid such coflicts. I pairwise techiques votig methods [7 10] ca be cosidered to itegrate the predictios. The discussio about ureliability ad icosistecy holds geerally whe applyig oe-vs-rest techique i ay learig system but we would like to emphasise the importace of this issue particularly i ILP biary rule learig systems such as Aleph. This is because we oly iduce rules for the positive class i each oe-vs-rest model while a default rule that always predicts the egative class is added i case a example ca ot be classified by ay iduced rule. The default rules give credits for ot classifyig egative examples which makes it easy to obtai high egative recalls without iducig ay rules for the egatives. For istace, oe could obtai 0.67 multi-model accuracy with three empty theories 1 o the problem of Example 1. Hece, there is a eed to itegrate the differet biary models of such rule learig systems i order to esure the reliability ad cosistecy of their predictios. 3 Improved Learig of Multi-class Theories I this sectio we ivestigate how oe could improve the reliability of the all oe-vsrest theories i ILP by combiig their biary models ito a sigle rule listor rule set model. Our approach is differet from the other first-order rule learig approaches i various respects. First, it does ot treat the various models as idepedet black-box models, but istead combies the rules of all the models ito a sigle model. Secodly, there is oly oe default rule ad the class of the default rule is determied probabilistically accordig to the distributio of the ucovered traiig examples of all the classes. Fially, a sigle predictio is obtaied for each example i oe multi-class cotigecy table. Despite the simplicity of our approaches, their predictios are reliable, cosistet ad accurate, as we will show i our experimets. I ay rule list model, the rules are ordered i the fial theory accordig to a certai criterio. Whe a usee example is ecoutered, the rules are tried oe by oe i the order of the list ad the first rule that fires determies the class of the example. So the 1 A empty theory is a theory where a biary rule learer fails to iduce ay rule for the positive examples.

5 5 key idea is how to order these rules. Oe eeds to evaluate the rules iduced by the models ad assig them scores. We adopt Chi 2 as our multi-class evaluatio measure for the rules ad used it to build a Multi-class Rule List (MRL) model. Defiitio 4 (Chi-Squared [11]). The Chi-squared score of a rule r j of the i-th class is defied as Chi 2 (r j ) = [e i E ee i ] 2 ee i (E e) where e is the umber of examples covered by r j, e i the umber of examples correctly classified by r j, E i is the total umber of examples of the i-th class, ad E is the total umber of examples. MRL I this method, after learig rules for all classes, the rules are re-ordered o decreasig Chi 2. The ties are broke radomly. If a rule is added to the rule list, the all examples it covers are removed from the traiig set ad the rest of the rules are re-evaluated based o the remaiig examples util o further rule is left. At the ed, a sigle default rule is assiged predictig the majority class of the ucovered examples. I a rule set model, the rules are uordered ad the class of a ew example is determied based o the traiig statistics of all rules that fire for that particular example. For istace, the CN2 rule learer [6] lears a rule set model ad tags the rules with their coverage over all the classes. If a ew example is to be classified, CN2 sums up the coverage of all rules that fire over each class ad the class with the highest coverage wis. We propose two methods to hadle multi-class rule set theories, the Multi-class Rule Set Itersectio (MRSI) method ad the Multi-class Rule Set Uio (MRSU) method. The descriptios of the two methods are discussed below. MRSI I MRSI every rule from the multiple oe-vs-rest models is evaluated over the etire traiig set oce, ad the idetifiers of the examples they cover are stored. A default rule is formed based o the majority class of the ucovered traiig examples. If a ew example is to be classified, all the rules are tried. For those rules that fire, we determie the itersectio of their traiig set coverage usig the example idetifiers, ad their class distributio gives us the empirical probability of each class. The class with the maximum probability is predicted for the example. Agai the ties are broke radomly. I the case of a empty itersectio, the majority class is assiged to the example. MRSU The MRSU method differs from the MRSI method i that it determies the class of a ew example based o the uio of the traiig coverage of all rules that cover the ew example, istead of the itersectio. The MRSU method is closer i spirit to the CN2 method, which adds up the coverage of all rules that fire. However, by usig example idetifiers we avoid doublecoutig of examples that are covered by several rules, which meas that we obtai proper empirical probabilities rather tha CN2 s estimates. 4 Empirical Evaluatio I this sectio we evaluate ad compare our proposed sigle multi-class theory learig methods (MRL, MRSU ad MRSI) over 6 multi-class data sets ad 5 biary data sets

6 6 Table 1. Data sets used i the experimets. The group to the left are multi-class data sets while the group to the right are biary data sets. Starred data sets are propositioal; the rest is relatioal. Data set o. Name Class dist. Data set o. Class. dist 1 Car* 1210, 384, 69, 65 7 Mutageesis 125, 63 2 Diterpee 447, 355, 352, 155, 71 8 Amie (Alzheimer) 1026, Ecoli* 143, 77, 52 9 Cholie (Alzheimer) 1026, Eglish 50, 50, Scopolamie (Alzheimer) 1026, Protei 116, 115, 77, Toxic (Alzheimer) 1026, Scale* 288, 288, 49 (Table 1). We use Aleph as our base-learer, learig rules for each class i tur. We the tur the rules leared by Aleph ito coheret multi-class models usig the techiques proposed i this paper. We compare agaist the CN2 rule set method described above. For each data set, cross-validated accuracies (Table 2) ad AUCs (Table 3) were recorded. MRL method does ot produce class probabilities ad hece produces a sigle poit i a ROC plot: i this case, AUC boils dow to the (uweighted) average of true positive ad true egative rates. MRSU, MRSI ad CN2 produce class probabilities ad hece AUC evaluates their rakig performace i the usual way. A multi-class AUC is obtaied by averagig each oe-vs-rest AUC weighted by the class prior. Sice averagig performace across data sets has limited meaig as the values may ot be commesurate, we report the raks (1 is best, 4 is worst) of the accuracies ad AUCs o each data set. We use the Friedma sigificace test o these raks at p = 0.05 with Boferroi-Du post-hoc test o our three proposed methods. I the Friedma test we record wis ad losses i the form of raks ad igore the magitude of these wis ad losses. The use of the Friedma test to evaluate multiple classifiers o multiple data sets is cosidered to be more appropriate tha the covetioal tests, see [12] for further details. By lookig at the average performace rak, ad calculatig the post-hoc test ad Critical Differece (CD = 1.78/2) with CN2 as cotrol, o the multi-class data sets, MRSI is sigificatly better tha CN2 o both accuracy ad AUC, while MRSU performs sigificatly worse o AUC. If we take a look at the biary data sets (CD = 1.95/2) we ca see that both MRL ad MRSI are sigificatly superior over CN2 w.r.t. AUC while o statistical sigificace is reported regardig their accuracies. The coclusio seems warrated that MRSI is preferable for multi-class data sets, while MRL is preferable for biary data sets. 5 Related Work As discussed earlier, may ILP rule learig systems icludig Aleph, PROGOL ad FOIL ca oly iduce biary theories ad multi-class theories are obtaied by covertig a multi-class problem ito several biary problems. The rules of the fial model are, i practice, a combiatio of idepedet multiple biary theories. Iductive Logic Costrait (ICL) [13] upgraded the propositioal CN2 to hadle multi-class first-order theories. Our CN2 implemetatio is similar to ICL (learig from ad hadlig multiclass structural domais) but was built over Aleph. The experimets demostrate that we ca improve over the CN2 probability estimatio method.

7 Table 2. Accuracies of our ew multi-class methods (MRL, MRSU ad MRSI) compared agaist CN2 accuracy, with average raks i brackets. The 6th colum shows the multi-model accuracy as reported by Aleph, which is particularly optimistic for multi-class problems due to overemphasisig the default rules. The right-most colum shows the average positive recall, which igores the default rules but is still ot equal to multi-class accuracy as coflictig predictios are ot take ito accout. MRL MRSU MRSI CN2 Aleph Stadard Multi-class accuracy Multi-model accuracy Average recall (2.00) (4.00) (1.00) (3.00) (2.00) (3.50) (1.00) (3.50) (1.00) (4.00) (2.00) (3.00) (3.00) (4.00) (1.00) (2.00) (3.00) (2.00) (4.00) (1.00) (2.00) (4.00) (1.00) (3.00) Average (2.17) (3.58) (1.67) (2.58) (2.00) (2.00) (4.00) (2.00) (4.00) (3.00) (1.00) (2.00) (1.00) (3.00) (2.00) (4.00) (2.00) (2.00) (4.00) (2.00) (3.00) (2.00) (4.00) (1.00) Average (2.40) (2.40) (3.00) (2.20) Table 3. Average oe-vs-rest AUCs of our multi-class methods (MRL, MRSU ad MRSI) compared agaist CN2, with average raks i brackets. The AUCs reported for Aleph are for referece oly, as these arise from over-emphasisig the default rules. MRL MRSU MRSI CN2 Aleph Stadard (1.00) (3.00) (4.00) (2.00) (4.00) (1.00) (3.00) (2.00) (3.00) (2.00) (1.00) (4.00) (4.00) (2.00) (1.00) (3.00) (2.00) (4.00) (1.00) (3.00) (1.00) (3.00) (2.00) (4.00) Average (2.50) (2.50) (2.00) (3.00) (1.00) (4.00) (2.00) (3.00) (1.00) (3.00) (2.00) (4.00) (1.00) (3.00) (2.00) (4.00) (1.00) (3.50) (2.00) (3.50) (1.00) (3.00) (2.00) (4.00) Average (1.00) (3.30) (2.00) (3.70) While most of the ILP systems implemet the coverig approach (separate-adcoquer), TILDE [14] implemets a divide-ad-coquer approach ad iduces a sigle first-order logic multi-class theory that take a form of decisio tree. Tree models hadle multiple classes aturally. We pla a experimetal compariso with TILDE i future work. Several papers suggested differet approaches of dealig with multiple biary models [4, 5, 7 10, 15]. A compariso of may such approaches were made i [4] suggestig a superiority of the oe-vs-rest approach i geeral but they also poited out that the choice of the biarisatio techique makes little differece oce we lear good biary models. 6 Cocludig Remarks I this paper we ivestigated the lack of reliability ad cosistecy of the oe-vs-rest techique o multi-class domais. We showed that we could lear a simple ad sigle

8 8 multi-class rule list (MRLmethod) or rule set (MRSU ad MRSI methods) model by combiig the rules of all oe-vs-rest models ad tur them ito a coheret multi-class classifier. Our proposed methods geerate cosistet ad reliable multi-class predictios ad we experimetally showed that they produce sigificat results, w.r.t. accuracy ad AUC, o both multi-class ad biary domais whe compared agaist the CN2 method. Whe classificatio is made based o rule itersectio, MRSI, the best accuracies ad AUCs were achieved takig the multi-class data sets ito accout. Multi-class rule list, MRL, method seem to be suitable for two-class problems. The origi of this differece is subject of ogoig ivestigatios. Refereces 1. Quila, J.R., Camero-Joes, R.M.: FOIL: A Midterm Report. I: Proc. Europea Cof. o Machie Learig, Spriger-Verlag (1993) Muggleto, S.: Iverse Etailmet ad Progol. I: Proc. 6th Iteratioal Workshop o Iductive Logic Programmig. Volume 13., Spriger (1995) Sriivasa, A.: The Aleph Maual. Techical report, Uiversity of Oxford (2001) 4. Rifki, R., Klautau, A.: I Defese of Oe-Vs-All Classificatio. Machie Learig Research 5 (2004) Zadrozy, B., Elka, C.: Trasformig Classifier Scores Ito Accurate Multiclass Probability Estimates. I: Proc. 8th ACM SIGKDD It. Cof. o Kowledge Discovery ad Data Miig, New York, USA, ACM (2002) Clark, P., Niblett, T.: The CN2 Iductio Algorithm. Machie Learig 3 (1989) Friedma, J.H.: Aother approach to polychotomous classificatio. Techical report, Staford Uiversity, Departmet of Statistics (1996) 8. Platt, J.C., Cristiaii, N.: Large Margi DAGs for Multiclass Classificatio. I: Advaces i Neural Iformatio Processig Systems. Volume 12., MIT Press (2000) 9. Kijsirikul, B., Ussivakul, N., Mekavi, S.: Adaptive Directed Acyclic Graphs for Multiclass Classificatio. I: Proc. 7th Pacific Rim It. Cof. o Artificial Itelligece: Treds i Artificial Itelligece. Volume 2417., Spriger (2002) Dietterich, T.G., Bakiri, G.: Solvig Multiclass Learig Problems via Error-Correctig Output Codes. Artificial Itelligece Research 2 (1995) Abudawood, T., Flach, P.: Evaluatio Measures for Multi-class Subgroup Discovery. I: Europea Cof. o Machie Learig ad Priciples ad Practice of Kowledge Discovery i Databases. Volume 5781., Spriger (2009) Demšar, J.: Statistical Comparisos of Classifiers Over Multiple Data Sets. Machie Learig Research 7 (2006) De Raedt, L., Va Laer, W.: Iductive Costrait Logic. I: Algorithmic Learig Theory, Spriger (1995) Blockeel, H., De Raedt, L.: Top-dow Iductio of Logical Decisio Trees. I: Artificial Itelligece. Volume 101. (1997) Hsu, C.W., Li, C.J.: A Compariso of Methods for Multiclass Support Vector Machies. Neural Networks 13 (March 2002) Fawcett, T.: A Itroductio to ROC Aalysis. Patter Recogitio Letters 27(8) (Jue 2006)

Marquette University MATH 1700 Class 9 Copyright 2017 by D.B. Rowe

Marquette University MATH 1700 Class 9 Copyright 2017 by D.B. Rowe Class 9 Daiel B. Rowe, Ph.D. Departmet of Mathematics, Statistics, ad Computer Sciece Copyright 207 by D.B. Rowe Ageda: Recap Chapter 5. - 5.3 Lecture 5.3 cotiued Review Chapter 3.2-4 for Eam 2 2 Recap

More information

An empirical correlation for oil FVF prediction

An empirical correlation for oil FVF prediction RESERVOIR ENGINEERING A empirical correlatio for oil FVF predictio GHASSAN H. ABDUL-MAJEED ad NAEEMA H. SALMAN Petroleum ad Miig Egieerig Departmet Uiversity of Baghdad Baghdad, Iraq ABSTRACT A ew empirical

More information

INTRODUCTION TO THE ORDERED FAMILIES OF CONSTRUCTIONS

INTRODUCTION TO THE ORDERED FAMILIES OF CONSTRUCTIONS Iteratioal Joural of Moder Maufacturig Techologies ISSN 2067 3604, Vol. VI, No. 2 / 2014 INTRODUCTION TO THE ORDERED FAMILIES OF CONSTRUCTIONS Domii Rabszty 1 1 Silesia Uiversity of Techology i Gliwice,

More information

Frequently asked questions about battery chargers

Frequently asked questions about battery chargers Frequetly asked questios about battery chargers What factors should I cosider whe choosig a battery charger? 1. How may battery baks will you be chargig? Take ito accout mai, starter, bowthruster, etc.

More information

UNIT 4C Itera,on: Correctness and Efficiency. General Idea: Any one Itera,on. i L SORTED SORTED

UNIT 4C Itera,on: Correctness and Efficiency. General Idea: Any one Itera,on. i L SORTED SORTED UNIT 4C Itera,o: Correctess ad Efficiecy 1 L Geeral Idea: Ay oe Itera,o SORTED i i L SORTED 2 1 Look Closer at Iser,o Sort Give a list L of legth, > 0. 1. Set i = 1. 2. While i is ot equal to, do the followig:

More information

Lecture 6. Case Study: Design of a Brake Assembly

Lecture 6. Case Study: Design of a Brake Assembly Lecture 6 Case Study: Desig of a Brake Assembly Problem Descriptio 50 45 [3] Pads [2] Caliper [1] Brake fluid pressure Brake torque (y) 40 35 30 25 20 15 10 5 0 0.000 0.008 0.016 0.024 0.032 0.040 0.048

More information

A Generalization of the Rate-Distortion Function for Wyner-Ziv Coding of Noisy Sources in the Quadratic-Gaussian Case

A Generalization of the Rate-Distortion Function for Wyner-Ziv Coding of Noisy Sources in the Quadratic-Gaussian Case A Geeralizatio of the Rate-Distortio Fuctio for Wyer-Ziv Codig of Noisy Sources i the Quadratic-Gaussia Case David Rebollo-Moedero ad Berd Girod Iformatio Systems Lab. Electrical Eg. Dept. Staford Uiversity

More information

EU focuses on green fans

EU focuses on green fans gettyimages/steve Che 9 Fas i GreeTech EC techology exceed the legal specificatios By adoptig the Kyoto Protocol, the Europea Uio has udertake to reduce CO2 emissios by at least 20 % by 2020. Oe measure

More information

Researching on Discharge Efficiency of Battery Pack with Redundant Cells

Researching on Discharge Efficiency of Battery Pack with Redundant Cells Iteratioal Joural of Research i Egieerig ad Sciece (IJRES) ISSN (Olie): 232-9364, ISSN (Prit): 232-9356 Volume 4 Issue 7 ǁ July. 216 ǁ PP. 1-5 Researchig o Discharge Effiecy of Battery Pack with Redudat

More information

Operational Status Evaluation for Electric Vehicle Chargers based on Layered Radar Map Method

Operational Status Evaluation for Electric Vehicle Chargers based on Layered Radar Map Method Iteratioal Coferece o Eergy ad Evirometal Protectio (ICEEP 206) Operatioal Status Evaluatio for Electric Vehicle Chargers based o Layered Radar Map Method Tao Jiag,a, Weiyog u,b, Jia Hu, c, Zhe Luo,d,

More information

Data Structures Week #9. Sorting

Data Structures Week #9. Sorting Data Structures Week #9 Sortig Outlie Motivatio Types of Sortig Elemetary O 2 )) Sortig Techiques Other O*log))) Sortig Techiques October 5, 2015 Boraha Tümer, Ph.D. 2 Sortig October 5, 2015 Boraha Tümer,

More information

Application of Ranked Positional Weight Method for Assembly Line Balancing A Case Study

Application of Ranked Positional Weight Method for Assembly Line Balancing A Case Study Applicatio of Raked Positioal Weight Method for Assembly Lie Balacig A Case Study Vivek A. Deshpade, Aad Y Joshi, Lecturer i Mechaical Egg.,, G.H.Patel College of Egg. & ch., Vallabh Vidyaagar, Gujarat.

More information

Research Article A Fault Diagnosis Approach for Gas Turbine Exhaust Gas Temperature Based on Fuzzy C-Means Clustering and Support Vector Machine

Research Article A Fault Diagnosis Approach for Gas Turbine Exhaust Gas Temperature Based on Fuzzy C-Means Clustering and Support Vector Machine Mathematical Problems i Egieerig Volume 215, Article ID 24267, 11 pages http://dxdoiorg/11155/215/24267 Research Article A Fault Diagosis Approach for Gas Turbie Exhaust Gas Temperature Based o Fuzzy C-Meas

More information

A PONDERING OF THE PASTEL PONY PIGMENTATION PUZZLE

A PONDERING OF THE PASTEL PONY PIGMENTATION PUZZLE Proceedigs of the CCCCCCC The Completely Cofirmable Coferece o Colorful Cartoo Character Classificatios Dec. 10, 015 001 A PONDERING OF THE PASTEL PONY PIGMENTATION PUZZLE By Hydrus Beta INTRODUCTION Sice

More information

Reliability Analysis of a Diesel Engine Driven Electric Power Unit E.C. NASIOULAS 1, G.J. TSEKOURAS 1, F.D. KANELLOS 2

Reliability Analysis of a Diesel Engine Driven Electric Power Unit E.C. NASIOULAS 1, G.J. TSEKOURAS 1, F.D. KANELLOS 2 Reliability Aalysis of a Diesel Egie Drive Electric Power Uit E.C. NASIOULAS, G.J. TSEKOURAS, F.D. KANELLOS 2 Departmet of Electrical & Computer 2 Productio Egieerig & Maagemet Sciece, Helleic Naval Academy

More information

Expert Systems with Applications

Expert Systems with Applications Expert Systems with Applicatios 37 (2010) 3666 3675 Cotets lists available at ScieceDirect Expert Systems with Applicatios joural homepage: wwwelseviercom/locate/eswa A eutral DEA model for cross-efficiecy

More information

Soft Sensors for Diesel Fuel Property Estimation

Soft Sensors for Diesel Fuel Property Estimation CHEMICAL ENGINEERING TRANSACTIONS Volume 21, 2010 Editor J. J. Klemeš, H. L. Lam, P. S. Varbaov Copyright 2010, AIDIC Servizi S.r.l., ISBN 978-88-95608-05-1 ISSN 1974-9791 DOI: 10.3303/CET1021238 1423

More information

A New Mechanical Oil Sensor Technology

A New Mechanical Oil Sensor Technology Purdue Uiversity Purdue e-pubs Iteratioal Compressor Egieerig Coferece School of Mechaical Egieerig 01 A New Mechaical Oil Sesor Techology Weihua Guo warer.guo@emerso.com Qiag Liu Ruiqiag Wag Hogsha Li

More information

Evaluation and Analysis of Innovation Capability of High and New Technology Park

Evaluation and Analysis of Innovation Capability of High and New Technology Park Evaluatio ad Aalysis of Iovatio Capability of High ad New Techology Park Xiagjie Zheg School of Ecoomic Maagemet, Shagqiu Normal Uiversity, Shagqiu, Chia 476000, Chia Abstract The emergece of high ad ew

More information

Prediction of Radial-Ply Tire Deflection Based on Section Width, Overall Unloaded Diameter, Inflation Pressure and Vertical Load

Prediction of Radial-Ply Tire Deflection Based on Section Width, Overall Unloaded Diameter, Inflation Pressure and Vertical Load World Applied Scieces Joural 1 (1): 1804-1811, 013 ISSN 1818-495 IDOSI Publicatios, 013 DOI: 10.589/idosi.wasj.013.1.1.953 Predictio of Radial-Ply Tire Deflectio ased o Sectio Width, Overall Uloaded Diameter,

More information

Prediction of Bias-Ply Tire Rolling Resistance Based on Section Width, Inflation Pressure and Vertical Load

Prediction of Bias-Ply Tire Rolling Resistance Based on Section Width, Inflation Pressure and Vertical Load Agricultural Egieerig Research Joural 3 (1): 01-06, 013 ISSN 18-3906 IDOSI Publicatios, 013 DOI: 10.589/idosi.aerj.013.3.1.1106 Predictio of Bias-Ply Tire Rollig Resistace Based o Sectio Width, Iflatio

More information

Elasto-plastic analysis of the rotor and wedges supercritical turbo generator

Elasto-plastic analysis of the rotor and wedges supercritical turbo generator 3rd Iteratioal Coferece o Mechatroics ad Iformatio Techology (ICMIT 06) Elasto-plastic aalysis of the rotor ad wedges supercritical turbo geerator Xigtia Qu,a, Yogbig Zhao,b, Jiabig Cheg3, c,shegyu Wu4,

More information

The Analysis and Research Based on DEA Model and Super Efficiency DEA Model for Assessment of Classified Protection of Information Systems Security

The Analysis and Research Based on DEA Model and Super Efficiency DEA Model for Assessment of Classified Protection of Information Systems Security Trasactios o Computer Sciece ad Techology December 214, Volume 3, Issue 4, PP.14-145 The Aalysis ad Research Based o DEA Model ad Super Efficiecy DEA Model for Assessmet of Classified Protectio of Iformatio

More information

GLOBAL REGISTRY. Addendum. Global technical regulation No. 2. Corrigendum 1

GLOBAL REGISTRY. Addendum. Global technical regulation No. 2. Corrigendum 1 ECE/TRANS/80/Add.2/Corr.2 9 September 2009 GLOBAL REGISTRY Created o 8 Noember 2004, pursuat to Article 6 of the AGREEMENT CONCERNING THE ESTABLISHING OF GLOBAL TECHNICAL REGULATIONS FOR WHEELED VEHICLES,

More information

Ground Rules for SET Index Series

Ground Rules for SET Index Series Groud Rules for SET Idex Series Fixed Icome ad Other Product Departmet The Stock Exchage of Thailad November 2018 1 Table of Cotets 1. Overview... 3 2. SET Idex Committee... 4 3. Idex Calculatio... 5 3.1.

More information

1.1.1 Refer Part XIV, Chapter 16 for tailpipe emission of Hybrid Electric Vehicles.

1.1.1 Refer Part XIV, Chapter 16 for tailpipe emission of Hybrid Electric Vehicles. Chapter OVERALL REQUIREMETS. Scope. This Part applies to the tailpipe emissio of 2/3 wheelers vehicles equipped with spark igitio egies (Petrol, CG, LPG) ad compressio igitio egies (Diesel) for Bharat

More information

charge Positive Electrode: Ni(OH) 2 + OH - NiOOH + H 2 O + e - discharge charge Negative Electrode: M + H 2 O + e - MH + OH - discharge

charge Positive Electrode: Ni(OH) 2 + OH - NiOOH + H 2 O + e - discharge charge Negative Electrode: M + H 2 O + e - MH + OH - discharge Nickel Metal Hydride 3.0 Nickel Metal Hydride (NiMH) 3.1 NiMH Priciples of Operatio The priciples i which NiMH cells operate are based o their ability to absorb, release, ad trasport (move) hydroge betwee

More information

CONTENTS. Introd uction...

CONTENTS. Introd uction... CONTENTS Summary.. 1 Itr... 2 Methodology... 3 Aalysis of the Data.. 4 - Seat Belt Use.. 4 - Cell Phoe Use.. 11 Questioaire Results... 12 Appedix A... 13 Appedix B... 17 Itrod u......... LIST OF FIGURES

More information

Safety Shock Absorbers SDP63 to SDP160

Safety Shock Absorbers SDP63 to SDP160 s SDP63 to SDP160 76 AE safety shock absorbers are selfcotaied ad maiteace-free. They are desiged for emergecy deceleratio ad are a ecoomic alterative to idustrial shock absorbers. The primary oil seals

More information

Prediction of Bias-Ply Tire Contact Area Based on Contact Area Index, Inflation Pressure and Vertical Load

Prediction of Bias-Ply Tire Contact Area Based on Contact Area Index, Inflation Pressure and Vertical Load America-Eurasia J. Agric. & Eviro. Sci., 13 (4): 575-580, 013 ISSN 1818-6769 IDOSI Publicatios, 013 DOI: 10.589/idosi.aejaes.013.13.04.1987 Predictio of Bias-Ply Tire Cotact Area Based o Cotact Area Idex,

More information

Quantifying the delay in receiving biologics and conventional DMARDs

Quantifying the delay in receiving biologics and conventional DMARDs Quatifyig the delay i receivig biologics ad covetioal DMARDs Biologic ad covetioal disease-modifyig atirheumatic drugs (DMARDs) are used to treat iflammatory coditios such as rheumatoid arthritis (RA),

More information

Evaluation on Intelligent Energy Management System for PHEVs/PEVs Using Monte Carlo Method

Evaluation on Intelligent Energy Management System for PHEVs/PEVs Using Monte Carlo Method Evaluatio o Itelliget Eergy Maagemet System for PHEVs/PEVs Usig Mote Carlo Method Wecog Su, Studet Member, IEEE Departmet of Electrical ad Computer Egieerig North Carolia State Uiversity Raleigh, NC, USA

More information

Built with. Donaldson. Technology.

Built with. Donaldson. Technology. EPB ERB2 Air Cleaer Primary Dry RadialSeal Air Cleaers which offer improved reliability ad durability, reduced weight ad costs ad better serviceability. The EPB-ERB2 Primary Dry RadialSeal Air Cleaers

More information

RTG Electrification. The numbers really add up.

RTG Electrification. The numbers really add up. RTG Electrificatio. The umbers really add up. The beefits of electrificatio ca really add up. Electrifyig your curret RTG fleet will brig both fiacial ad evirometal beefits to your busiess: Reap the rewards

More information

Single Shaft Shredder G X V P. Harness The Power of Nature. l l l

Single Shaft Shredder G X V P. Harness The Power of Nature. l l l Sigle Shaft Shredder l l l G X V P Haress The Power of Nature Head waste Wove bags Bales Drums Lumps Tyres E-waste Cardboard Pallets Paper Film Cables Purgigs Rubber Raffia Barrels PET Bottles MSW Pipes

More information

Assessing Article 2(6a) in light of the Biodiesel rulings

Assessing Article 2(6a) in light of the Biodiesel rulings Assessig Article 2(6a) i light of the Biodiesel ruligs Richard Luff Parter, Va Bael & Bellis Coferece o Trade Defece Istrumets Brussels, 26 October 2018 1 Outlie v The Biodiesel cases AB Report, EU Biodiesel

More information

Estimating the Macroeconomic Costs of CO 2 Emission Reduction in China Based on Multi-objective Programming

Estimating the Macroeconomic Costs of CO 2 Emission Reduction in China Based on Multi-objective Programming ADVANCES IN CLIMATE CHANGE RESEARCH 1(1): 733, 010 www.climatechage.c DOI: 10.374/SP.J.148.010.0007 ARTICLE Estimatig the Macroecoomic Costs of CO Emissio Reductio i Chia Based o Multi-objective Programmig

More information

Power Semiconductor Devices

Power Semiconductor Devices 1.4. Thyristor (SCR) A thyristor is a four layered semicoductor that is ofte used or hadlig large amouts of ower. It ca be tured ON or OFF, it ca regulate ower usig somethig called hase agle cotrol. It

More information

Traveling Comfortably and Economically. DIWA.3E

Traveling Comfortably and Economically. DIWA.3E Travelig Comfortably ad Ecoomically. DIWA.E 1 DIWA-Trasmissios Ecoomy ad Comfort Through Covicig Techology. Today, virtually all midi, city ad log-distace buses ca be fitted with Voith automatic trasmissios.

More information

Brammer Standard Company, Inc.

Brammer Standard Company, Inc. Brammer Stadard Compay, Ic. Certificate of Aalysis BS 936 Certified Referece Material for Broze CDA 936 - UNS Number C93600 Certified Estimate of Certified Values 3 Certified Estimate of Value 1 Ucertaity

More information

TEKIN DIS-350 BATTERY DISCHARGER TABLE OF CONTENTS OWNER S MANUAL ELECTRONICS, INC.

TEKIN DIS-350 BATTERY DISCHARGER TABLE OF CONTENTS OWNER S MANUAL ELECTRONICS, INC. DIS-350 BATTERY DISCHARGER A OWNER S MANUAL B C D E F G MADE IN USA A) Iput Cable B) Custom Digital Display C) Idicator LED D) Mode Select Butto E) Set Buttos F) Discharge Start Butto G)Mode Idicator LED

More information

Steel or Chrome Plated Cylindrical Plug n Inch and Metric Sizes GO 1629 Double End 1659 NO GO

Steel or Chrome Plated Cylindrical Plug n Inch and Metric Sizes GO 1629 Double End 1659 NO GO Plai Gages Reversible Steel or Chrome Plated Cylidrical Plug Ich ad Metric Sizes 890123456789012890123456789012 890123456789012890123456789012 890123456789012890123456789012 890123456789012890123456789012

More information

Integra SURGICAL TECHNIQUE. MemoFix Super Elastic Nitinol Staple System. Super Elastic Nitinol Staple System

Integra SURGICAL TECHNIQUE. MemoFix Super Elastic Nitinol Staple System. Super Elastic Nitinol Staple System Itegra MemoFix Super Elastic Nitiol Staple System SURGICAL TECHNIQUE Super Elastic Nitiol Staple System Table of Cotets Desig Ratioale...2 System Features...2 Idicatios...2 Cotraidicatios...2 Surgical

More information

Roll No. :... Invigilator's Signature :. CS/B.Tech(EE-OLD)/SEM-4/ME(EE)-411/ THERMAL POWER ENGINEERING

Roll No. :... Invigilator's Signature :. CS/B.Tech(EE-OLD)/SEM-4/ME(EE)-411/ THERMAL POWER ENGINEERING Name : Roll No. :... Ivigilator's Sigature :. 01 THERMAL POWER ENGINEERING Time Allotted : 3 Hours Full Marks : 70 The figures i the margi idicate full marks. Cadidates are required to give their aswers

More information

Heavy vehicle path stability control for collision avoidance applications

Heavy vehicle path stability control for collision avoidance applications Heavy vehicle path stability cotrol for collisio avoidace applicatios Master s Thesis i the Automotive Egieerig program ARMAN NOZAD Departmet of Applied Mechaics Divisio of Automotive Egieerig ad Autoomous

More information

Tuning of utility function parameters to achieve smart charging of PHEVs. Semester Thesis. Author: Felix Wietor

Tuning of utility function parameters to achieve smart charging of PHEVs. Semester Thesis. Author: Felix Wietor eeh power systems laboratory Tuig of utility fuctio parameters to achieve smart chargig of PHEVs Semester Thesis Author: Felix Wietor Departmet: EEH Power Systems Laboratory, ETH Zurich Expert: Prof. Dr.

More information

Brammer Standard Company, Inc.

Brammer Standard Company, Inc. Brammer Stadard Compay, Ic. Certificate of Aalysis BS 431 Certified Referece Material for Stailess Steel Grade 431 - UNS Number S43100 Certified Estimate of Certified Values 3 Certified Estimate of Value

More information

Optimal Decentralized Protocol for Electric Vehicle Charging

Optimal Decentralized Protocol for Electric Vehicle Charging Optimal Decetralized Protocol for Electric Vehicle Chargig Ligwe Ga Ufuk Topcu Steve Low Abstract Motivated by the power-grid-side challeges i the itegratio of electric vehicles, we propose a decetralized

More information

Brammer Standard Company, Inc.

Brammer Standard Company, Inc. Brammer Stadard Compay, Ic. Certificate of Aalysis BS 937C Certified Referece Material for Broze CDA Grade 937- UNS Number C93700 Certified Estimate of Certified Values 3 Certified Estimate of Value 1

More information

Research into the impact of biodiesel usage in transport on sustainable development

Research into the impact of biodiesel usage in transport on sustainable development Urba Trasport XIII: Urba Trasport ad the Eviromet i the 2st Cetury 503 Research ito the impact of biodiesel usage i trasport o sustaiable developmet Z. azaras, A. Kersys, R. Kersys, N. Kersiee & R. Raudys

More information

Brammer Standard Company, Inc.

Brammer Standard Company, Inc. Brammer Stadard Compay, Ic. Certificate of Aalysis BS 510B Certified Referece Material for Phosphor Broze Grade CDA 510 - UNS Number C51000 Certified Estimate of Certified Values 3 Certified Estimate of

More information

Equivalent Consumption Minimization Strategy for Hybrid All- Electric Tugboats to Optimize Fuel Savings

Equivalent Consumption Minimization Strategy for Hybrid All- Electric Tugboats to Optimize Fuel Savings 216 America Cotrol Coferece (ACC) Bosto Marriott Copley Place July 6-8, 216. Bosto, MA, USA Equivalet Cosumptio Miimizatio Strategy for Hybrid All- Electric Tugboats to Optimize Fuel Savigs Liza Chua Wa

More information

DLRO100H, DLRO100HB Megger Digital Low Resistance Ohmmeters

DLRO100H, DLRO100HB Megger Digital Low Resistance Ohmmeters 99 Washigto Street Melrose, MA 02176 Phoe 781-665-1400 Toll Free 1-800-517-8431 Visit us at www.testequipmetdepot.com DLRO100H, DLRO100HB Megger Digital Low Resistace Ohmmeters DLRO100H, DLRO100HB Megger

More information

Brammer Standard Company, Inc.

Brammer Standard Company, Inc. Brammer Stadard Compay, Ic. Certificate of Aalysis BS 48B Certified Referece Material for ASTM A182 Grade F9 Cr-Mo Steel Alloy - UNS Number K90941 Certified Estimate of Certified Values 3 Certified Estimate

More information

MAN Lion s Intercity.

MAN Lion s Intercity. MAN Lio s Itercity. The perfect solutio for itercity travel. MAN Truck & Bus AG Postfach 50 06 20 D-80976 Müche www.bus.ma D112.553/E ort09172 Prited i Germay Texts ad illustratios are o-bidig. We reserve

More information

Brammer Standard Company, Inc.

Brammer Standard Company, Inc. Brammer Stadard Compay, Ic. Certificate of Aalysis BS 4340A Certified Referece Material for ow Alloy Steel Grade 4340 - UNS Number G43400 Certified Estimate of Certified Values 3 Certified Estimate of

More information

Air Preparation Units Filters, Regulators, and Lubricators Jamieson Equipmen toll free 800

Air Preparation Units Filters, Regulators, and Lubricators Jamieson Equipmen   toll free 800 ir Preparatio Uits ilters, Regulators, ad Lubricators Micro-Mist Lubricators ir Preparatio Uits Micro-Mist Lubricators Pipe Sizes / thru / Ich lows to 9 SM Pressures to PSIG Readig low harts to Size Micro-Mist

More information

Flux Weakening Control for Stator-Doubly-Fed Doubly Salient Motor

Flux Weakening Control for Stator-Doubly-Fed Doubly Salient Motor Page000567 EVS25 Shezhe, Chia, Nov 5-9, 2010 Flux Weakeig Cotrol for Stator-Doubly-Fed Doubly Saliet Motor Mig Cheg, Yagag Shu School of Electrical Egieerig, Southeast Uiversity, Najig 210096, Chia Phoe:

More information

Brammer Standard Company, Inc.

Brammer Standard Company, Inc. Brammer Stadard Compay, Ic. Certificate of Aalysis BS 316E Certified Referece Material for Stailess Steel Grade 316 - UNS Number S31600 Certified Estimate of Certified Values 3 Certified Estimate of Value

More information

Brammer Standard Company, Inc.

Brammer Standard Company, Inc. Brammer Stadard Compay, Ic. Certificate of Aalysis BS 1144A Certified Referece Material for Grade 1144 - UNS Number G11440 Certified Estimate of Certified Values 3 Certified Estimate of Value 1 Ucertaity

More information

Brammer Standard Company, Inc.

Brammer Standard Company, Inc. Brammer Stadard Compay, Ic. Certificate of Aalysis BS 4340 Certified Referece Material for ow Alloy Steel Grade 4340 - UNS Number G43400 Certified Estimate of Certified Values 3 Certified Estimate of Value

More information

Brammer Standard Company, Inc.

Brammer Standard Company, Inc. Brammer Stadard Compay, Ic. Certificate of Aalysis BS 8620C Certified Referece Material for ASTM A331 Grade 8620 - UNS Number G86200 Certified Estimate of Certified Values 3 Certified Estimate of Value

More information

Understanding Market potential for biodiesel in Spain: A Pilot study based on consumer preferences

Understanding Market potential for biodiesel in Spain: A Pilot study based on consumer preferences 1 Uderstadig Market potetial for biodiesel i Spai: A Pilot study based o cosumer prefereces A. Gracia, J. Barreiro-Hurlé & L. Pérez y Pérez Agrifood Research ad Techology Cetre of Arago (CITA) Avda Motaaa,

More information

Brammer Standard Company, Inc.

Brammer Standard Company, Inc. Brammer Stadard Compay, Ic. Certificate of Aalysis BS F2B Certified Referece Material for ASTM A350 (F2) Carbo Steel - UNS Number K03011 Certified Estimate of Certified Values 3 Certified Estimate of Value

More information

Brammer Standard Company, Inc.

Brammer Standard Company, Inc. Brammer Stadard Compay, Ic. Certificate of Aalysis BS 4942A Certified Referece Material for ASTM Steel Grade A193 - UNS Number K14072 Certified Estimate of Certified Values 3 Certified Estimate of Value

More information

0580 MATHEMATICS 0580/42 Paper 42 (Extended), maximum raw mark 130

0580 MATHEMATICS 0580/42 Paper 42 (Extended), maximum raw mark 130 UNIVERSITY OF CAMBRIDGE INTERNATIONAL EXAMINATIONS Iteratioal Geeral Certificate of Secodary Educatio MARK SCHEME for the May/Jue 00 questio paper for the guidace of teachers 0580 MATHEMATICS 0580/4 Paper

More information

Brammer Standard Company, Inc.

Brammer Standard Company, Inc. Brammer Stadard Compay, Ic. Certificate of Aalysis BS XCCS-1 Certified Referece Material for Carbo Steel Certified Estimate of Certified Values 3 Certified Estimate of Value 1 Ucertaity 2 Value 1 Ucertaity

More information

An Improved Energy Management Strategy for Hybrid Energy Storage System in Light Rail Vehicles

An Improved Energy Management Strategy for Hybrid Energy Storage System in Light Rail Vehicles eergies Article A Improved Eergy Maagemet Strategy for Hybrid Eergy Storage System i Light Rail Vehicles Log Cheg * ID, Wei Wag, Shaoyua Wei, Hogtao Li ad Zhidog Jia Natioal Active Distributio Network

More information

Brammer Standard Company, Inc.

Brammer Standard Company, Inc. Brammer Stadard Compay, Ic. Certificate of Aalysis BS HiCal-1 Certified Referece Material for Calcium Treated ow Alloy Steel Certified Estimate of Certified Values 3 Certified Estimate of Value 1 Ucertaity

More information

FUEL-BURNING EQUIPMENT - OXIDES OF NITROGEN (Effective 7/1/71: Rev. Effective 9/20/94)

FUEL-BURNING EQUIPMENT - OXIDES OF NITROGEN (Effective 7/1/71: Rev. Effective 9/20/94) RULE 68. FUEL-BURNING EQUIPMENT - OXIDES OF NITROGEN (Effective 7/1/71: Rev. Effective 9/20/94) (a) APPLICABILITY Except as provided i Sectio (b), this rule is applicable to ay o-vehicular, fuelburig equipmet

More information

HI-PRODUCTIVITY WELDING SYSTEMS. Increase Arc Time 15-30%

HI-PRODUCTIVITY WELDING SYSTEMS. Increase Arc Time 15-30% HI-PRODUCTIVITY WELDING SYSTEMS Icrease Arc Time 15-30% Advaced Mig Weldig System The WELDPRO 360 Mig Weldig System is a comprehesive weldig boom, desiged to miimize o-arc time activities. Arc-O time gais

More information

Application Study on the Dynamic Programming Algorithm for Energy Management of Plug-in Hybrid Electric Vehicles

Application Study on the Dynamic Programming Algorithm for Energy Management of Plug-in Hybrid Electric Vehicles Eergies 05, 8, 35-344; doi:0.3390/e80435 Article OPEN ACCESS eergies ISSN 996-073 www.mdpi.com/joural/eergies Applicatio Study o the Dyamic Programmig Algorithm for Eergy Maagemet of Plug-i Hybrid Electric

More information

Brammer Standard Company, Inc.

Brammer Standard Company, Inc. Brammer Stadard Compay, Ic. Certificate of Aalysis BS 188B Certified Referece Material for Stailess Steel Grade A286 - UNS Number S66286 Certified Estimate of Certified Values 3 Certified Estimate of Value

More information

Brammer Standard Company, Inc.

Brammer Standard Company, Inc. Brammer Stadard Compay, Ic. Certificate of Aalysis BS 9905A Certified Referece Material for Steel Alloy umber F-91 (ASTM 182) - UNS Number K90901 Certified Estimate of Certified Values 3 Certified Estimate

More information

Brammer Standard Company, Inc.

Brammer Standard Company, Inc. Brammer Stadard Compay, Ic. Certificate of Aalysis BS 500E Certified Referece Material for Moel K500 plus Silico Certified Estimate of Certified Values 3 Certified Estimate of Value 1 Ucertaity 2 Value

More information

Definitions and reference values for battery systems in electrical power grids

Definitions and reference values for battery systems in electrical power grids efiitios ad erece alues for battery systems i electrical power grids Hubert Rubebauer * ad Stefa Heiger Siemes AG, Freyeslebestraße, 9058 Erlage, Germay hair of Electrical Eergy Systems, Uiersity Erlage-Nuremberg,

More information

tough One smart, lift truck. Counterbalanced lift trucks face some of the most demanding lowest cost of ownership.

tough One smart, lift truck. Counterbalanced lift trucks face some of the most demanding lowest cost of ownership. FC 4500 SERIES Oe smart, tough lift truck. Couterbalaced lift trucks face some of the most demadig material hadlig tasks. That s why the Crow FC 4500 Series is Cosider the advatages that add up to umatched

More information

1 Copyright 2017 by Turbomachinery Laboratory, Texas A&M Engineering Experiment Station

1 Copyright 2017 by Turbomachinery Laboratory, Texas A&M Engineering Experiment Station Optimizig Compoet Selectio i Sychroous Motor Compressor Trais Based O Techical ad Fiacial Cosideratios Marti D. Maier Pricipal Rotor Dyamic Aalysis Egieer Research ad Developmet Busiess Uit Dresser-Rad

More information

Brammer Standard Company, Inc.

Brammer Standard Company, Inc. Brammer Stadard Compay, Ic. Certificate of Aalysis BS 800A Certified Referece Material for Icoloy 800 - UNS Number N08800 Certified Estimate of Certified Values 3 Certified Estimate of Value 1 Ucertaity

More information

AVF-5000 Motorized Valve

AVF-5000 Motorized Valve VF-5000 Motorized Valve PN16 Flaged pplicatio VF-5000 series motorized valves are composed of the electric actuators ad the cotrol valves. They are widely applied to regulate the flow of coolig /hot water

More information

R70. Technical Data. LPG Forklift Trucks Models R T/R T/R T.

R70. Technical Data. LPG Forklift Trucks Models R T/R T/R T. R70 Techical Data. LPG Forklift Trucks Models R 70-20 T/R 70-25 T/R 70-30 T. R 70 LPG Forklift Trucks. I accordace with VDI guidelies 2198, this specificatio applies to the stadard model oly. Alterative

More information

A proxy approach to dealing with the infeasibility problem in super-efficiency data envelopment analysis

A proxy approach to dealing with the infeasibility problem in super-efficiency data envelopment analysis MPRA Muich Persoal RePEc Archive A proxy approach to dealig with the ifeasibility problem i super-efficiecy data evelopmet aalysis Gag Cheg ad Paagiotis Zervopoulos Jue 2012 Olie at http://mpra.ub.ui-mueche.de/42064/

More information

Power management of PHEV using quadratic programming

Power management of PHEV using quadratic programming 46 It. J. Electric ad Hybrid Vehicles, Vol. 3, No. 3, 011 Power maagemet of PHEV usig quadratic programmig Zhiguag Zhou College of Mechaical ad Vehicle Egieerig, Hua Uiversity, Yuelu District, Chagsha

More information

FPG Air Cleaner. Advanced Sealing Technology in Compact Two-Stage Design For the Most Reliable Engine Protection. Medium Dust Conditions

FPG Air Cleaner. Advanced Sealing Technology in Compact Two-Stage Design For the Most Reliable Engine Protection. Medium Dust Conditions FPG Air Cleaer Advaced Sealig Techology i Compact Two-Stage Desig For the Most Reliable Egie Protectio The FPG Air Cleaer series are two-stage full-plastic air cleaers with a built-i Pre-Cleaer ad RadialSeal

More information

DIWA.5 Combining Ride Comfort with Economy

DIWA.5 Combining Ride Comfort with Economy DIWA.5 Combiig Ride Comfort with Ecoomy DIWA.5: The evolutio of moder bus trasmissios Startig, gear shiftig, acceleratig, gear shiftig, brakig, gear shiftig: bus trasmissios have a lot to edure. Especially

More information

Type-2 Fuzzy Braking-Torque Electronic Stability Control for Four-Wheel Independent Drive Electric Vehicles

Type-2 Fuzzy Braking-Torque Electronic Stability Control for Four-Wheel Independent Drive Electric Vehicles [ DOI:./ijae... ] Type- Fuzzy Brakig-Torque Electroic Stability Cotrol for Four-Wheel Idepedet Drive Electric Vehicles J. Sharifi* ad A. Amirjamshidy, Electrical ad Computer Egieerig Departmet, Qom Uiversity

More information

Resilience of Electric Power Distribution Networks to N-1 Contingencies: The Case of Sekondi-Takoradi Metropolis

Resilience of Electric Power Distribution Networks to N-1 Contingencies: The Case of Sekondi-Takoradi Metropolis IOSR Joural of Electrical ad Electroics Egieerig (IOSR-JEEE) e-issn: 2278-1676,p-ISSN: 2320-3331, Volume 12, Issue 4 Ver. I (Jul. Aug. 2017), PP 36-46 www.iosrjourals.org Resiliece of Electric Power Distributio

More information

Single Shaft Shredders

Single Shaft Shredders Sigle Shaft Shredders The Home of Size Reductio Head waste Wove bags Bales Drums Lumps Tyres E-waste Cardboard Film Cables Pallets Paper Purgigs Rubber Fibers Slugs Barrels Pipes Foil PET Bottles Caisters

More information

for Household Appliances

for Household Appliances for Household Appliaces motors for Household Appliaces. Geeral catalogue Washig machies 3-phase motors Uiversal motors Asychroous motors DSHWASHERs NDUCTON MOTORS BRUSHLESS MOTORS DRYERs NDUCTON MOTORS

More information

More pressure, less abrasive, faster to the finish!

More pressure, less abrasive, faster to the finish! WATERJET CUTTING AT 6,000 BAR PRESSURE More pressure, less abrasive, faster to the fiish! Higher pressure makes the water ad abrasive particles move faster, decreases the jet diameter, thereby icreasig

More information

Brammer Standard Company, Inc.

Brammer Standard Company, Inc. Brammer Stadard Compay, Ic. Certificate of Aalysis BS HON U Certified Referece Material for Carbo, Sulfur, Oxyge, Nitroge, ad Hydroge i Steel Certified Estimate of Certified Values 3 Certified Estimate

More information

Real-Time Bi-directional Electric Vehicle Charging Control with Distribution Grid Implementation

Real-Time Bi-directional Electric Vehicle Charging Control with Distribution Grid Implementation Real-Time Bi-directioal Electric Vehicle Chargig Cotrol with Distributio Grid Implemetatio Yigqi Xiog*, Beham Khaki, Chi-cheg Chu, Rajit Gadh Departmet of Mechaical ad Aerospace Egieerig Uiversity of Califoria,

More information

Brammer Standard Company, Inc.

Brammer Standard Company, Inc. Brammer Stadard Compay, Ic. Certificate of Aalysis BS H1C Certified Referece Material for Hastelloy type B-2 - UNS Number N10665 Certified Estimate of Certified Values 3 Certified Estimate of Value 1 Ucertaity

More information

What s New in Engine Research

What s New in Engine Research What s New i Egie Research Mark Musculus Egie Combustio Departmet Combustio Research Facility Sadia Natioal Laboratories, Livermore, Ca Fuded by U.S. Departmet of Eergy Program Maagers: Gurpreet Sigh ad

More information

Brammer Standard Company, Inc.

Brammer Standard Company, Inc. Brammer Stadard Compay, Ic. Certificate of Aalysis BS 405A Certified Referece Material for Moel Alloy R405 - UNS Number N04405 Certified Estimate of Certified Values 3 Certified Estimate of Value 1 Ucertaity

More information

MAN HydroDrive. More traction. More flexibility. More safety. MAN kann.

MAN HydroDrive. More traction. More flexibility. More safety. MAN kann. MAN HydroDrive. More tractio. More flexibility. More safety. MAN ka. A woder of tractio efficiecy. More tractio but little extra weight. Lower fuel cosumptio ad higher payload tha o covetioal all-wheel-drive

More information

Simulation analysis of models for estimation of empty travel time of vehicles in non-automated material handling systems

Simulation analysis of models for estimation of empty travel time of vehicles in non-automated material handling systems Gora Dukic Ailiatio-Proessor Uiversity o Zagreb Faculty o Mechaical Egieerig ad Tihomir Opetuk Postgraduate researcher Uiversity o Zagreb Faculty o Mechaical Egieerig ad Hrvoje Cajer Assistat Proessor

More information

SSG Donaclone Air Cleaner

SSG Donaclone Air Cleaner Desiged for the Worst Dust Coditios New Choice for Costructio ad Off-Highway Applicatios The SSG Air Cleaer offers desig improvemets ad therefore replaces our older SRG Air Cleaer models. SRG Model G0008

More information

Brammer Standard Company, Inc.

Brammer Standard Company, Inc. Brammer Stadard Compay, Ic. Certificate of Aalysis BS 3941 Certified Referece Material for AISI Carbo Steel Grade 1040 - UNS Number G10400 Certified Estimate of Certified Values 3 Certified Estimate of

More information

Combining Ride Comfort with Economy. DIWA.5

Combining Ride Comfort with Economy. DIWA.5 Combiig Ride Comfort with Ecoomy. DIWA.5 1 DIWA.5 the Evolutio of Moder Bus Trasmissios. Startig, gear shiftig, acceleratig, gear shiftig, brakig, gear shiftig: Bus trasmissios have a lot to edure. Especially

More information