ECONOMICS 351* -- Stata 10 Tutorial 6. Stata 10 Tutorial 6. TOPICS: Functional Form and Variable Re-scaling in Simple Linear Regression Models

Size: px
Start display at page:

Download "ECONOMICS 351* -- Stata 10 Tutorial 6. Stata 10 Tutorial 6. TOPICS: Functional Form and Variable Re-scaling in Simple Linear Regression Models"

Transcription

1 ECONOMICS 35* -- Stata Tutoral 6 Stata Tutoral 6 TOPICS: Functonal Form and Varable Re-scalng n Smple Lnear Regresson Models DATA: auto.dta (a Stata-format data fle) TASKS: Stata Tutoral 6 has two prmary purposes: () to ntroduce you to some of the alternatve functonal forms commonly used n lnear-n-coeffcents regresson models; and () to nvestgate how varable re-scalng that s, changng the unts of measurement for Y and/or X affects OLS estmates of the slope coeffcent β and the ntercept coeffcent β n a smple lnear regresson equaton. The Stata commands that consttute the prmary subject of ths tutoral are: regress Used to perform OLS estmaton of smple lnear regresson models. predct Computes estmated Y -values and OLS resduals. graph twoway Draws scatterplots of sample data ponts and lne graphs of OLS sample regresson functons. NOTE: Stata commands are case senstve. All Stata command names must be typed n the Command wndow n lower case letters. LEARNING FROM THIS TUTORIAL: Stata Tutoral 6 contans some mportant analytcal results. You should make sure you understand them. HELP: Stata has an extensve on-lne Help faclty that provdes farly detaled nformaton (ncludng examples) on all Stata commands. In the course of dong ths tutoral, take the tme to browse the Help nformaton on some of the above Stata commands. To access the on-lne Help for any Stata command: choose (clck on) Help from the Stata man menu bar clck on Stata Command n the Help drop down menu type the full name of the Stata command n the Stata command dalog box and clck OK ECON 35* -- Wnter 8: Stata Tutoral 6 Page of 3 pages

2 ECONOMICS 35* -- Stata Tutoral 6 Preparng for Your Stata Sesson Before begnnng your Stata sesson, use Wndows Explorer to copy the Stataformat dataset auto.dta to the Stata workng drectory on the C:-drve or D:-drve of the computer at whch you are workng. On the computers n Dunnng 35, the default Stata workng drectory s usually C:\data. On the computers n MC B9/B, the default Stata workng drectory s usually D:\courses. Start Your Stata Sesson To start your Stata sesson, double-clck on the Stata con n the Wndows desktop. After you double-clck the Stata con, you wll see the now famlar screen of four Stata wndows. Record Your Stata Sesson log usng To record your Stata sesson, ncludng all the Stata commands you enter and the results (output) produced by these commands, make a.log fle named 35tutoral6.log. To open (begn) the.log fle 35tutoral6.log, enter n the Command wndow: log usng 35tutoral6.log Ths command opens a fle called 35tutoral6.log n the current Stata workng drectory. Remember that once you have opened the 35tutoral6.log fle, a copy of all the commands you enter durng your Stata sesson and of all the results they produce s recorded n that 35tutoral6.log fle. An alternatve way to open the.log fle 35tutoral6.log s to clck on the Log button; clck on Save as type: and select Log (*.log); clck on the Fle name: box and type the fle name 35tutoral6; and clck on the Save button. ECON 35* -- Wnter 8: Stata Tutoral 6 Page of 3 pages

3 ECONOMICS 35* -- Stata Tutoral 6 Loadng a Stata-Format Dataset nto Stata use Load, or read, nto memory the dataset you are usng. To load the Stata-format data fle auto.dta nto memory, enter n the Command wndow: use auto Ths command loads nto memory the Stata-format dataset auto.dta. Famlarze Yourself wth the Current Dataset To famlarze (or re-famlarze) yourself wth the contents of the current dataset, type n the Command wndow the followng commands: descrbe summarze Alternatve Functonal Forms for the Smple Lnear Regresson Model Ths secton demonstrates () how to estmate by OLS dfferent functonal forms for the smple lnear regresson model relatng car prce (prce ) to car weght (weght ), () how to use the predct command to compute estmated or predcted values of the regressand ( $Y -values) for the sample observatons, and (3) how to use the graph twoway command to dsplay the OLS sample regresson functon correspondng to the observed sample values of the regressor weght.. The LIN-LIN (Lnear) Model: Ths model take the general form Y β + β X + u (a) Settng Y prce and X weght, PRE (a) takes the specfc form prce β + β weght + u (b) To estmate ths model (agan!) by OLS for the full sample of observatons n dataset auto.dta, and to calculate the estmated (or predcted) values of prce ECON 35* -- Wnter 8: Stata Tutoral 6 Page 3 of 3 pages

4 ECONOMICS 35* -- Stata Tutoral 6 for the sample observatons, enter n the Command wndow the followng commands: regress prce weght predct yhat The yhat varable created by the predct command takes the form Ŷ prîce βˆ + βˆ X βˆ + βˆ weght (,..., N) (c) where ˆβ and are the OLS coeffcent estmates for the LIN-LIN model. $ β To make a scatterplot of the sample data ( Y, X ) (prce, weght ) and a lne graph of the OLS sample regresson functon (c), frst sort the sample data by weght and then use the followng graph twoway command: sort weght graph twoway scatter prce weght lne yhat weght, yttle("car prce (U.S. dollars)," "observed and estmated") xttle("car weght (pounds)") ttle("lin-lin Model of Car Prce on Car Weght") subttle("ols Regresson and Scatterplot of Sample Data") legend(label( "Sample data ponts") label( "Sample regresson lne")) Ths command nstructs Stata to draw on the same set of coordnate axes both () a scatterplot of the sample data ponts (Y, X ) (prce, weght ) and () a lne graph of the estmated values of prce (.e., yhat Ŷ prî ) aganst the ce sample values of weght,.e, of the ponts ( Y $, X). Note that weght s the varable measured on the horzontal X-axs, and both prce and yhat are measured on the vertcal Y-axs.. The LOG-LOG (Double-Log) Model: Ths model takes the general form ln Y α + α ln X + u (a) where lny s the natural logarthm of Y and lnx s the natural logarthm of X. ECON 35* -- Wnter 8: Stata Tutoral 6 Page 4 of 3 pages

5 ECONOMICS 35* -- Stata Tutoral 6 Settng ln Y ln( prce) and lnx ln( weght ), PRE (a) takes the specfc form ln( prce ) α + α ln(weght ) + u, (b) where ln( prce ) the natural logarthm of the varable prce ; ln( weght ) the natural logarthm of the varable weght. Note: The natural logarthm s defned only for varables that take only postve values. Ths s the case for both prce and weght n the dataset auto.dta. Before estmatng the LOG-LOG model (), you must generate the natural logarthms of the varables prce and weght. Use the followng Stata generate commands to do ths. generate lnprce ln(prce) generate lnweght ln(weght) summarze lnprce lnweght To estmate the LOG-LOG model by OLS for the full sample of observatons and to calculate the estmated (or predcted) values of ln(prce ) for the sample observatons, enter n the Command wndow: regress lnprce lnweght predct lnyhatdl The lnyhatdl varable created by the predct command takes the form lnˆ Y ln(prîce ) αˆ + αˆ ln X αˆ + αˆ ln(weght ) (,..., N) (c) where ˆα and $α are the OLS coeffcent estmates for the LOG-LOG model and l$ny ln( $ prce) denotes the predcted values of lny. ECON 35* -- Wnter 8: Stata Tutoral 6 Page 5 of 3 pages

6 ECONOMICS 35* -- Stata Tutoral 6 To make a scatterplot of the sample data (lny, lnx ) and a lne graph of the OLS sample regresson functon (c), use the followng graph twoway command: graph twoway scatter lnprce lnweght lne lnyhatdl lnweght, yttle("ln(prce)," "observed and estmated") xttle("ln(weght)") ttle("log-log Model of Car Prce on Car Weght") subttle("ols Regresson and Scatterplot of Sample Data") legend(label( "Sample data ponts") label( "Sample regresson lne")) 3. The LOG-LIN (Sem-Log) Model: Ths model takes the general form ln Y γ + γ X + u (3a) Settng ln Y ln( prce ) and X weght, PRE (3a) takes the specfc form ln( prce ) γ + γ weght + u (3b) To estmate the LOG-LIN model by OLS for the full sample of observatons and to calculate the estmated (or predcted) values of ln(prce ) for the sample observatons, type n the Command wndow: regress lnprce weght predct lnyhatsl The lnyhatsl varable created by the predct command takes the form lnˆ Y ln(prîce ) γˆ + γˆ X γˆ + γˆ weght (,..., N) (3c) where ˆγ and $γ are the OLS coeffcent estmates for the LOG-LIN model and l$ny ln( $ prce) denotes the predcted values of lny. ECON 35* -- Wnter 8: Stata Tutoral 6 Page 6 of 3 pages

7 ECONOMICS 35* -- Stata Tutoral 6 To make a scatterplot of the sample data (lny, X ) and a graph of the OLS sample regresson functon (3c), use the followng graph twoway command: graph twoway scatter lnprce weght lne lnyhatsl weght, yttle("ln(car prce)," "observed and estmated") xttle("car weght (pounds)") ttle("log-lin Model of Car Prce on Car Weght") subttle("ols Regresson and Scatterplot of Sample Data") legend(label( "Sample data ponts") label( "Sample regresson lne")) Unts of Measurement and Re-scalng of Varables The coeffcent estmates n lnear (LIN-LIN) regresson models depend on the unts of measurement for the dependent varable Y and the ndependent varable X. Ths secton presents some analytcal results on how changng unts of measurement for Y and/or X affects the OLS estmates of the slope coeffcent β and the ntercept coeffcent β n a smple lnear regresson equaton. It then llustrates these results wth a smple lnear regresson model. Analyss: (There are no Stata commands n ths secton.) The term "re-scalng a varable" means multplyng that varable by a constant; ths s what happens when we change the unts n whch a varable s measured. Wrte the orgnal regresson equaton, expressed n terms of the orgnal varables Y and X, as equaton (4): Y β + β X + u. (4) Re-scale the orgnal varables Y and X by multplyng each by some arbtrarlyselected constant. Create the re-scaled varable X& by multplyng X by the constant c: X & cx (,, N), where c s a specfed constant. ECON 35* -- Wnter 8: Stata Tutoral 6 Page 7 of 3 pages

8 ECONOMICS 35* -- Stata Tutoral 6 Smlarly, create the re-scaled varable Y& by multplyng Y by the constant d: Y & dy (,, N), where d s a specfed constant. The new regresson equaton wrtten n terms of the re-scaled varables can be wrtten as: X& and Y& Y & & + & β + β X u. (5) Questons: How s the OLS estmate of the slope coeffcent OLS estmate of β n equaton (4)? How s the OLS estmate of the ntercept coeffcent the OLS estmate of β n equaton (4)? Answers: β n equaton (5) related to the β n equaton (5) related to The formula for the OLS estmator of β n the orgnal equaton (4) s: β ˆ x y x where x X X and y Y Y (,, N). The formula for the OLS estmator of β n the orgnal equaton (4) s: β ˆ Y ˆ X where Y Y N and X X N. β The formula for the OLS estmator of β n the re-scaled equaton (5) s: β ˆ x& y& x& where x& X& X& and y& Y& Y& (,, N). (6) To see how the new slope coeffcent estmator βˆ s related to the orgnal slope coeffcent estmator ˆβ, we need to determne how the re-scaled devatons-from- ECON 35* -- Wnter 8: Stata Tutoral 6 Page 8 of 3 pages

9 ECONOMICS 35* -- Stata Tutoral 6 means varables x& X& X& and y& Y& Y& are related to the orgnal devatons-from-means varables x X X and y Y Y. Here s the algebra: X & cx X & cx x & X& X& cx cx c(x X) cx ; Y & dy Y & dy y & Y& Y& dy dy d(y Y) dy. Thus, we see that x & cx and mply the followng results: y & dy (,, N). These two equaltes n turn x & y& cx dy cdx y x & y& cd x y ; x & (cx ) c x x& c x. Now substtute these results nto expresson (6) for βˆ : βˆ x& y& x& cd c x y x d c x y x d βˆ. c The formula for the OLS estmator of β n the re-scaled equaton (5) s: β ˆ Y& ˆ X&. (7) β To see how the new ntercept coeffcent estmator βˆ s related to the orgnal ntercept coeffcent estmator ˆβ, substtute nto expresson (7) for βˆ the d prevous results showng that β ˆ ˆ β, Y & dy and X & cx : c β ˆ Y& βˆ X& dy d βˆ c cx dy dˆ β X d(y βˆ X) dˆ β. ECON 35* -- Wnter 8: Stata Tutoral 6 Page 9 of 3 pages

10 ECONOMICS 35* -- Stata Tutoral 6 Results: d β ˆ ˆ β βˆ s affected by the re-scalng of both Y and X. (8) c β ˆ dβˆ ˆ s affected only by the re-scalng of Y. (9) β Some Examples To llustrate the effects of varable re-scalng.e., of changng the unts of measurement for Y and/or X we nvestgate how changng the unts of measurement for the varables n regresson equaton () affect the OLS coeffcent estmates. For convenence, the orgnal equaton () s rewrtten here as: prce β + β weght + u () where prce car prce measured n US dollars and weght car weght measured n pounds.. Re-scale only the dependent varable. Re-scale the dependent varable prce so that t s measured n hundreds of US dollars nstead of US dollars. Generate the re-scaled prce varable newp car prce measured n hundreds of US dollars, where newp prce /. Enter the command: generate newp prce/ Compare the sample values of the orgnal prce varable wth those of the rescaled prce varable newp. Enter the commands: summarze prce newp regress newp prce ECON 35* -- Wnter 8: Stata Tutoral 6 Page of 3 pages

11 ECONOMICS 35* -- Stata Tutoral 6 Estmate by OLS the regresson equaton wth newp as dependent varable and weght as the ndependent varable. Enter the command: regress newp weght Carefully compare the results of ths command wth those from OLS estmaton of the orgnal regresson equaton (). Whch results have changed as a result of re-scalng only the dependent varable?. Re-scale only the ndependent varable. Re-scale the ndependent varable weght so that t s measured n klograms nstead of pounds, where klogram. pounds. Generate the re-scaled weght varable neww car weght measured n klograms, where neww weght /.. Enter the command: generate neww weght/. Compare the sample values of the orgnal weght varable wth those of the rescaled weght varable neww. Enter the commands: summarze weght neww regress neww weght regress weght neww Estmate by OLS the regresson equaton wth prce as dependent varable and neww as the ndependent varable. Enter the command: regress prce neww Carefully compare the results of ths command wth those from OLS estmaton of the orgnal regresson equaton (). Whch results have changed as a result of re-scalng only the ndependent varable? ECON 35* -- Wnter 8: Stata Tutoral 6 Page of 3 pages

12 ECONOMICS 35* -- Stata Tutoral 6 3. Re-scale both the dependent varable and the ndependent varable. Re-scale both the dependent varable prce and the ndependent varable weght as above. The re-scaled dependent varable s newp car prce measured n hundreds of US dollars, where newp prce /. The re-scaled ndependent varable s neww car weght measured n klograms, where neww weght /.. Estmate by OLS the regresson equaton wth newp as dependent varable and neww as the ndependent varable. Enter the command: regress newp neww Carefully compare the results of ths command wth those from OLS estmaton of the orgnal regresson equaton (). Whch results have changed as a result of re-scalng both the dependent and ndependent varables? ECON 35* -- Wnter 8: Stata Tutoral 6 Page of 3 pages

13 ECONOMICS 35* -- Stata Tutoral 6 Preparng to End Your Stata Sesson Before you end your Stata sesson, you should do two thngs. Frst, you may want to save the current dataset (although you wll not need t for future tutorals). Enter the followng save command to save the current dataset as Stata-format dataset auto6.dta: save auto6 Second, close the.log fle you have been recordng. Enter the command: log close End Your Stata Sesson -- ext To end your Stata sesson, use the ext command. Enter the command: ext or ext, clear Cleanng Up and Clearng Out After returnng to Wndows, you should copy all the fles you have used and created durng your Stata sesson to your own dskette. These fles wll be found n the Stata workng drectory, whch s usually C:\data on the computers n Dunnng 35, and D:\courses on the computers n MC B. There s one fle you wll want to be sure you have: the Stata log fle 35tutoral6.log. If you saved the Stata-format data set auto6.dta, you wll probably want to take t wth you as well. Use the Wndows copy command to copy any fles you want to keep to your own portable electronc storage devce (e.g., flash memory stck) n the E:-drve (or to a dskette n the A:-drve). Fnally, as a courtesy to other users of the computng classroom, please delete all the fles you have used or created from the Stata workng drectory. ECON 35* -- Wnter 8: Stata Tutoral 6 Page 3 of 3 pages

The world is not a straight line, but we may be able to approximate economic relationships by a straight line

The world is not a straight line, but we may be able to approximate economic relationships by a straight line Lectre 3 What do we know now? The world s not a straght lne, t we may e ale to approxmate economc relatonshps y a straght lne If so then can se the dea of Ordnary Least Sqares (OLS whch gves the est straght

More information

SOS3003 Applied data analysis for social science Lecture note Erling Berge Department of sociology and political science NTNU.

SOS3003 Applied data analysis for social science Lecture note Erling Berge Department of sociology and political science NTNU. SOS3003 Appled data analyss for socal scence Lecture note 09-2009 Erlng Berge Department of socology and poltcal scence NTNU Erlng Berge 2009 1 Lterature Robust Regresson Hamlton Ch 6 p183-212 Erlng Berge

More information

Add on material for: Equilibrium Credit: The Reference Point for Macroprudential Supervisors

Add on material for: Equilibrium Credit: The Reference Point for Macroprudential Supervisors Add on materal for: Equlbrum Credt: The Reference Pont for Macroprudental Supervsors The followng plots provde extra addon nformaton related to the ft of the ARDL regressons as well as wth regards to the

More information

The internal structure of natural numbers and one method for the definition of large prime numbers

The internal structure of natural numbers and one method for the definition of large prime numbers The nternal structure of natural numbers and one method for the defnton of large prme numbers Emmanul Manousos APM Insttute for the Advancement of Physcs and Mathematcs, 3 Poulou str., 53 Athens, Greece

More information

Match factor extensions

Match factor extensions Chapter 3 Match factor extensons For the mnng ndustry, the match factor rato s an mportanndcator wth a dual purpose: durng the equpment selecton phase, t can be used to determne an approprate fleet sze

More information

ANNEX 1 RESOLUTION MEPC.192(61) Adopted on 1 October 2010

ANNEX 1 RESOLUTION MEPC.192(61) Adopted on 1 October 2010 Annex 1, page 1 ANNEX 1 RESOLUTION MEPC.192(61) Adopted on 1 October 2010 2010 GUIDELINES FOR MONITORING THE WORLDWIDE AVERAGE SULPHUR CONTENT OF FUEL OILS SUPPLIED FOR USE ON BOARD SHIPS THE MARINE ENVIRONMENT

More information

Performances of Ordinary and Generalized Least Squares Estimators on Multiple Linear Regression Models with Heteroscedasticity

Performances of Ordinary and Generalized Least Squares Estimators on Multiple Linear Regression Models with Heteroscedasticity Performances of Ordnary and Generalzed Least Squares Estmators on Multple Lnear Regresson Models wth Heteroscedastcty Adebowale Olusola Adejumo 1* ; Obalowu Job 1 ; Ttlayo Dorcas Isaac ; and Benjamn Agboola

More information

RESOLUTION MEPC.183(59) Adopted on 17 July GUIDELINES FOR MONITORING THE WORLDWIDE AVERAGE SULPHUR CONTENT OF RESIDUAL FUEL OILS SUPPLIED

RESOLUTION MEPC.183(59) Adopted on 17 July GUIDELINES FOR MONITORING THE WORLDWIDE AVERAGE SULPHUR CONTENT OF RESIDUAL FUEL OILS SUPPLIED AVERAGE SULPHUR CONTENT OF RESIDUAL FUEL OILS SUPPLIED FOR USE THE MARINE ENVIRONMENT PROTECTION COMMITTEE, RECALLING Artcle 38(a) of the Conventon on the Internatonal Martme Organzaton concernng the functon

More information

THE WAKE FRACTION OF A GEOSIM

THE WAKE FRACTION OF A GEOSIM THE WAKE FRACTON OF A GEOSM By Z. BENEDEK Department of Hydraulc Machnes Poly techncal Unversty BUdapest (Receved September 1966) Presented by Prof. B. BALOGH a model scale A wetted surface of shp (m 2

More information

Revisiting the Revisited: An Alternative Test of the Monopolistic Competition Model of International Trade

Revisiting the Revisited: An Alternative Test of the Monopolistic Competition Model of International Trade Revstng the Revsted: An Alternatve Test of the Monopolstc Competton Model of Internatonal Trade Isao Kamata Unversty of Wsconsn Madson March 1, 2013 Abstract Ths paper proposes an alternatve test of the

More information

Rank reversal phenomenon in cross-efficiency evaluation of data envelopment analysis

Rank reversal phenomenon in cross-efficiency evaluation of data envelopment analysis Rank reversal phenomenon n cross-effcency evaluaton of data envelopment analyss Yong B. Shn Francs Maron Unversty, South Carolna, USA Keywords Multple Crtera Decson Makng (MCDM), Rank reversal, and Least

More information

An Inferior Limit on the Number of Twin Primes up to 6 P

An Inferior Limit on the Number of Twin Primes up to 6 P Brtsh Journal of Mathematcs & Computer Scence 7(): 43-49, 05, Artcle nobjmcs050 ISSN: 3-085 SCIENCEDOMAIN nternatonal wwwscencedomanorg An Inferor mt on the Number of Twn rmes up to 6 A Dnculescu * Formerly

More information

Common Errors: How to (and Not to) Control for Unobserved Heterogeneity

Common Errors: How to (and Not to) Control for Unobserved Heterogeneity Unversty of Pennsylvana ScholarlyCommons Fnance Papers Wharton Faculty Research 014 Common Errors: How to (and Not to) Control for Unobserved Heterogenety Todd A. Gormley Unversty of Pennsylvana Davd A.

More information

ANNEXES. to the COMMISSION DELEGATED REGULATION

ANNEXES. to the COMMISSION DELEGATED REGULATION EUROPEAN COMMISSION Brussels, 27.4.2018 C(2018) 2460 fnal ANNEXES 1 to 2 ANNEXES to the COMMISSION DELEGATED REGULATION aendng and correctng Delegated Regulaton (EU) 2017/655 suppleentng Regulaton (EU)

More information

Load Flow Analysis of EHV Networks using MiPower Software: A Case Study

Load Flow Analysis of EHV Networks using MiPower Software: A Case Study Load Flow Analyss of EHV Networks usng MPower Software: A Case Study V. P. Sonawane P. G. student Govt. Engneerng College Aurangabad, Maharashtra. Abstract- In power system number of small scale generatons/renewable

More information

Lecture-3: Simple Regression Model Properties-II

Lecture-3: Simple Regression Model Properties-II Lectre-3: Smple Regreon Model Properte-II In Toda Cla Recap Smple regreon model etmaton Ga-Markov Theorem Hand calclaton of regreon etmate 3 So the OLS etmated lope 0 provded that n n n Smmar of OLS lope

More information

Study on crash characteristics and injury severity at roadway work zones

Study on crash characteristics and injury severity at roadway work zones Unversty of South Florda Scholar Commons Graduate Theses and Dssertatons Graduate School 2009 Study on crash characterstcs and njury severty at roadway work zones Qng Wang Unversty of South Florda Follow

More information

Rigid Dynamics in LAMMPS

Rigid Dynamics in LAMMPS Rgd Dynamcs n LAMMPS Davd Keffer Department of Materals Scence & Engneerng Unversty of Tennessee, Knoxvlle date begun: March 8, 206 date last updated: March 22, 206 Table of Contents I. Purpose of Document...

More information

Comparison of Lateral Control in a Reconfigurable Driving Simulator

Comparison of Lateral Control in a Reconfigurable Driving Simulator Comparson of Lateral Control n a Reconfgurable Drvng mulator Daha Guo Ph.D. tudent Department of Computer Engneerng chool of Electrcal Engneerng and Computer cence Unversty of Central Florda, Orlando,

More information

University of Wollongong Economics Working Paper Series 2006

University of Wollongong Economics Working Paper Series 2006 Unversty of Wollongong Economcs Workng Paper Seres 2006 http://www.uow.edu.au/commerce/econ/wpapers.html Modellng the Research Output of Australan Unverstes by Dscplne Abbas Valadkhan and Smon Vlle WP

More information

Product Information. Angular parallel gripper GAP

Product Information. Angular parallel gripper GAP Product Informaton GAP GAP More flexble Productve. Narrower. GAP angular parallel grpper 2-fnger angular parallel grpper wth grpper fnger actuaton of up to 90 degrees per jaw Feld of applcaton Grppng and

More information

Estimating the Lives Saved by Safety Belts and Air Bags

Estimating the Lives Saved by Safety Belts and Air Bags 0. Introducton Estmatng the Lves Saved by Safety s and Ar Bags Donna Glassbrenner, Ph. D. Natonal Hghway Traffc Safety Admnstraton, 400 Seventh St SW, Washngton DC 20590 donna.glassbrenner@nhtsa.dot.gov

More information

Intelligent Software Sensors and Process Prediction for Glass Container Forming Processes based on Multivariate Statistical Process Control Techniques

Intelligent Software Sensors and Process Prediction for Glass Container Forming Processes based on Multivariate Statistical Process Control Techniques UKACC Internatonal Conference on Control 20 Cardff, UK, 3-5 September 20 Intellgent Software Sensors and Process Predcton for Glass Contaner Formng Processes based on Multvarate Statstcal Process Control

More information

OPTIMAL POWER FLOW USING UNIFIED POWER FLOW CONTROLLER (UPFC)

OPTIMAL POWER FLOW USING UNIFIED POWER FLOW CONTROLLER (UPFC) Int. J. Elec&Electr.Eng&Telcomm. 01 G Svaprasad and K Ramamohan Reddy, 01 Research Paper ISSN 319 518 www.jeetc.com Vol. 1, No. 1, October 01 01 IJEETC. All Rghts Reserved OPTIMAL POWER FLOW USING UNIFIED

More information

SIXTH FRAMEWORK PROGRAMME PRIORITY [Sustainable surface transport] Call identified: FP TREN-2

SIXTH FRAMEWORK PROGRAMME PRIORITY [Sustainable surface transport] Call identified: FP TREN-2 SIXTH FRAMEWORK PROGRAMME PRIORITY [Sustanable surface transport] Call dentfed: FP6-2003-TREN-2 Generalsaton of Research on Accounts and Cost Estmaton Case study 1.2E: Track Mantenance Costs n Swtzerland

More information

Ring and Spade Terminals

Ring and Spade Terminals J Rng and Spade Termnals Applcaton Specfcaton 114-2084 25 J J AN All numercal values are n metrc unts [wth U.S. customary unts n brackets]. Dmensons are n mllmeters [and nches]. Unless otherwse specfed,

More information

Seat Belt Usage by Commercial Motor Vehicle Drivers (SBUCMVD) 2013 Survey. Final Report February 2014

Seat Belt Usage by Commercial Motor Vehicle Drivers (SBUCMVD) 2013 Survey. Final Report February 2014 Seat Belt Usage by Commercal Motor Vehcle Drvers (SBUCMVD) 2013 Survey Fnal Report February 2014 TABLE OF CONTENTS Chapter Page Executve Summary...v 1.0 Introducton...1 1.1 Scope of the Survey...1 1.2

More information

Newton Power Flow Methods for Unbalanced Three-Phase Distribution Networks

Newton Power Flow Methods for Unbalanced Three-Phase Distribution Networks Artcle ewton Power Flow Methods for Unbalanced Three-Phase Dstrbuton etworks Balnnyam Sereeter *, Kees Vuk and Cees Wtteveen Faculty of Electrcal Engneerng, Mathematcs and Computer Scence, Delft Unversty

More information

ROBUST STATISTICS FOR SOFT SENSOR DEVELOPMENT IN CEMENT KILN. Bao Lin 1, Bodil Recke 2, Philippe Renaudat 2 Jørgen Knudsen 2, Sten Bay Jørgensen 1

ROBUST STATISTICS FOR SOFT SENSOR DEVELOPMENT IN CEMENT KILN. Bao Lin 1, Bodil Recke 2, Philippe Renaudat 2 Jørgen Knudsen 2, Sten Bay Jørgensen 1 ROBUS SAISICS FOR SOF SENSOR DEVELOPMEN IN CEMEN KILN Bao Ln 1, Bodl Rece, Phlppe Renaudat Jørgen Knudsen, Sten Bay Jørgensen 1 1 CAPEC, Department of Chemcal Engneerng, DU, Denmar FLS Automaton, Valby

More information

COMBINED ECONOMIC AND EMISSION DISPATCH WITH AND WITHOUT CONSIDERING TRANSMISSION LOSS

COMBINED ECONOMIC AND EMISSION DISPATCH WITH AND WITHOUT CONSIDERING TRANSMISSION LOSS COMBINED ECONOMIC AND EMISSION DISPATCH WITH AND WITHOUT CONSIDERI TRANSMISSION LOSS Pratyush Das, Raju Patwary 2 and S.C. Konar 3 Department of Electrcal Engneerng, Global Insttute of Management and Technology,

More information

Operator's Manual. Battery Pack HS/VS 120. Made in Germany

Operator's Manual. Battery Pack HS/VS 120. Made in Germany Operator's Manual Battery Pack HS/VS 120 Made n Germany 2 Operator's Manual 2 for the followng products Table of Contents Type Battery Pack HS/VS 120 1 Introducton...3 1.1 Product Descrpton...3 Edton:

More information

Loadable. Flexible. Robust. Universal Rotary Unit PR

Loadable. Flexible. Robust. Universal Rotary Unit PR PR Electrcal Rotary Unts Unversal Rotary Unt Loadable. Flexble. Robust. Unversal Rotary Unt PR Servo-electrc rotary unt wth angle > 360, precson gear and ntegrated electroncs Feld of Applcaton All-purpose,

More information

Electrical devices may only be mounted and connected by electrically skilled persons.

Electrical devices may only be mounted and connected by electrically skilled persons. Art. No. : 1711DE Operatng nstructons 1 Safety nstructons Electrcal devces may only be mounted and connected by electrcally sklled persons. Serous njures, fre or property damage possble. Please read and

More information

The Influence of Normalization Weight in Population Pharmacokinetic Covariate Models

The Influence of Normalization Weight in Population Pharmacokinetic Covariate Models Cln Pharmacoknet https://do.org/10.1007/s40262-018-0652-7 SHORT COMMUNICATION The Influence of Normalzaton Weght n Populaton Pharmacoknetc Covarate Models Sebastaan C. Goulooze 1 Swantje Völler 1 Pyry

More information

Emerging Markets Review

Emerging Markets Review Emergng Markets Revew 10 (2009) 1 22 Contents lsts avalable at ScenceDrect Emergng Markets Revew journal homepage: www.elsever.com/locate/emr Frm dversfcaton and equlbrum rsk poolng: The Korean fnancal

More information

Modelling and Co-simulation Based on AMESim and Simulink for Light Passenger Car with Dual State CVT

Modelling and Co-simulation Based on AMESim and Simulink for Light Passenger Car with Dual State CVT Avalable onlne at www.scencedrect.com Proceda Engneerng 16 (2011 ) 363 368 Internatonal Workshop on Automoble, Power and Energy Engneerng (APEE 2011) Modellng and Co-smulaton Based on AMESm and Smulnk

More information

Product Information. Compact linear module ELP

Product Information. Compact linear module ELP Product Informaton ELP ELP Easy. Fast. Relable. ELP compact lnear module Electrc lnear module wth drect drve and ntegrated controller, scope-free guded usng pre-loaded roller gude Feld of applcaton For

More information

A METHOD FOR PRELIMINARY ESTIMATION OF THE LENGTH OF MIDSHIP BODY BLOCK TO BE INSERTED DURING SHIP S CONVERSION

A METHOD FOR PRELIMINARY ESTIMATION OF THE LENGTH OF MIDSHIP BODY BLOCK TO BE INSERTED DURING SHIP S CONVERSION POLIH MARITIME REEARCH (9) 07 Vol. 4; pp. 4-46 0.55/pomr-07-0005 A METHOD FOR PRELIMINARY ETIMATION OF THE LENGTH OF MIDHIP BODY BLOCK TO BE INERTED DURING HIP CONVERION Jan P. Mchalsk, Prof. Gdańsk Unversty

More information

PCA Thickness Design Method

PCA Thickness Design Method PCA Thckness Desgn Method (Slde 2) The PCA thckness desgn method s a mechanstc-emprcal desgn method n that t reles heavly on mechanstc analyss of the stresses and deflectons n concrete pavements along

More information

OEM670/OEM675 ➄ Hall Effect Sensors

OEM670/OEM675 ➄ Hall Effect Sensors OEM670/OEM675 ➄ Hall Effect ensors H P T E R ➄ Hall Effect ensors The OEM670/OEM675 works wth three-phase brushless motors equpped wth Hall effect sensors or equvalent feedback sgnals. In ths chapter we

More information

The Enigma Machine. Chapter The Enigma Cipher Machine. i crypttext 2017/4/4 9:57 page 45 #53

The Enigma Machine. Chapter The Enigma Cipher Machine. i crypttext 2017/4/4 9:57 page 45 #53 crypttext 2017/4/4 9:57 page 45 #53 Chapter 4 The Engma Machne Ths book s a survey of cryptology, not a hstory book. However, any survey of cryptology should nclude or lead readers to dscover for themselves

More information

Safety Effects of Horizontal Curve Design on Motorcycle Crash Frequency on Rural Two-Lane Undivided Highways in Florida

Safety Effects of Horizontal Curve Design on Motorcycle Crash Frequency on Rural Two-Lane Undivided Highways in Florida 0 0 0 0 Safety Effects of Horzontal Curve Desgn on Motorcycle Crash Frequency on Rural Two-Lane Undvded Hghways n Florda Chunfu Xn Department of Cvl and Envroment Engneerng, Unversty of South Florda 0

More information

Membership in the region of the open cluster M67 via the Expectation Maximization algorithm and age determination using a bag of BASTI isochrones

Membership in the region of the open cluster M67 via the Expectation Maximization algorithm and age determination using a bag of BASTI isochrones 88 Membershp n the regon of the open cluster M67 va the Expectaton Maxmzaton algorthm and age determnaton usng a bag of BASTI sochrones Antono Urbe, Ruth-Stella Barrera-Rojas and Eduardo Breva Observatoro

More information

Operating Manual for the Battery Powered Hydraulic Pump Kit READ THIS FIRST! customer manual TOOLING ASSISTANCE CENTER

Operating Manual for the Battery Powered Hydraulic Pump Kit READ THIS FIRST! customer manual TOOLING ASSISTANCE CENTER Operatng Manual for the Battery Powered Hydraulc Pump Kt Customer Manual 409-10094 2063680-1 05 JAN 12 SAFETY PRECAUTIONS READ THIS FIRST!............................ 2 customer manual 1. INTRODUCTION.......................................................

More information

SpHEialistE. Word Specialist WORK

SpHEialistE. Word Specialist WORK ***t SpHEalstE WORK ORDER {t r:. $l l., f.. tlr Word Specalst Project #: W-12 Customer Name: Ja zz My Wheels Assgned to: You, the MS Word Specalst Project Ttle: Detalng Overvew Date: (current date, 20xx)

More information

102 ALUFIX CLAMPING ELEMENTS

102 ALUFIX CLAMPING ELEMENTS 102 103 ALUFIX CLASSIC Clampng Elements Alufx clampng elements fx workpeces to fxtures and ensure contact wth support surfaces 104 ØB ØA 3 Jaw Keyless Chuck for measurng applcatons D C Nr. A B C D 82220

More information

PRECISE CONTROLLING. EFFICIENT CHARGING.

PRECISE CONTROLLING. EFFICIENT CHARGING. Solar technology PRECISE CONTROLLING. EFFICIENT CHARGING. Varous controllng modes: Shunt, seral, MPPT Includng techncal tps: Thngs to know about solar technology Solartechnk PRICE MEETS PERFORMANCE/ OUR

More information

Deterministic Control Strategy for a Hybrid Hydraulic System with Intermediate Pressure Line

Deterministic Control Strategy for a Hybrid Hydraulic System with Intermediate Pressure Line Determnstc Control Strategy for a Hybrd Hydraulc System wth Intermedate Pressure Lne Dpl.-Ing. Peter Dengler Karlsruhe Insttute of Technology (KIT), Char of Moble Machnes, Karlsruhe, Germany Prof. Dr.-Ing.

More information

1.15 Instrument Cluster (IC) Contents

1.15 Instrument Cluster (IC) Contents 1.15 Instrument Cluster (IC) Contents 1.15 Model 163 (as of M.Y. 1998) wth FSS Dagnoss Functon Test................................... 11/1 Dagnostc Trouble Code (DTC) Memory................ 12/1 Complant

More information

AUTOMATIC ON-LINE OPTIMIZATION OF AC WOUND MOTOR'S ROTOR RESISTORS IN ADVANCED INDUSTRIAL CRANE CONTROLLER

AUTOMATIC ON-LINE OPTIMIZATION OF AC WOUND MOTOR'S ROTOR RESISTORS IN ADVANCED INDUSTRIAL CRANE CONTROLLER AUTOMATIC ON-LINE OPTIMIZATION OF AC WOUN MOTOR'S ROTOR RESISTORS IN AVANCE INUSTRIAL CRANE CONTROLLER 16 th Int. Conference on Electrcal rves and Power Electroncs Slovaka September 4 6, 007 Fetah Kolonc

More information

SpaceStation TM. Installation Instructions SpaceStation Occupancy Lighting Control System. Please Save These Instructions

SpaceStation TM. Installation Instructions SpaceStation Occupancy Lighting Control System. Please Save These Instructions Phone: 605.542.4444 concealte.com! Installaton SpaceStaton Occupancy Lghtng Control System Please Save These Important Safeguards Read and Follow All Safety þdo not use outdoors. þdo not let power supply

More information

COMPENDIUM OF INTERNATIONAL METHODS OF ANALYSIS OIV

COMPENDIUM OF INTERNATIONAL METHODS OF ANALYSIS OIV Collaboratve Study Collaboratve Study The purpose of the collaboratve study s to gve a quantfed ndcaton of the precson of ethod of analyss, expressed as ts repeatablty r and reproducblty R. Repeatablty:

More information

Product Information. Gripper for small components MPZ 30

Product Information. Gripper for small components MPZ 30 Product Informaton MPZ Precse. Compact. Relable. MPZ grpper for small components Small 3-fnger centrc grpper wth base jaws guded on T-slots Feld of applcaton for unversal use n clean to slghtly drty workng

More information

Mini-Line Grade and Slope Control System. PL2005 User Manual

Mini-Line Grade and Slope Control System. PL2005 User Manual Mn-Lne Grade and Slope Control System PL2005 User Manual Mn-Lne Grade and Slope Control System PL2005 User Manual Kratbjerg 214 - DK 3480 Fredensborg - Denmark - Tlf: 48 48 26 33 - Emal: sales@tf-technologes.com

More information

VOL. 5, NO. 11, November 2015 ISSN ARPN Journal of Science and Technology All rights reserved.

VOL. 5, NO. 11, November 2015 ISSN ARPN Journal of Science and Technology All rights reserved. VOL. 5, NO. 11, November 2015 ISSN 22257217 ARPN Journal of Scence and Technology 20112015. All rghts reserved. http://www.ejournalofscence.org Study on Statstcal Dstrbuton of Bus Dwell Tme 1 ChangGyun

More information

Computational Study on Micro Shock Tube Flows with Gradual Diaphragm Rupture Process

Computational Study on Micro Shock Tube Flows with Gradual Diaphragm Rupture Process Open Journal of Flud Dynamcs, 01,, 35-41 http://dx.do.org/10.436/ojfd.01.4a07 Publshed Onlne December 01 (http://www.scrp.org/journal/ojfd) Computatonal Study on Mcro Shock Tube Flows wth Gradual Daphragm

More information

DAVID EZECHIEL ROSENBERG. B.S.E. (Cornell University) M.S. (University of California, Davis) 2003 THESIS. MASTER OF SCIENCE in

DAVID EZECHIEL ROSENBERG. B.S.E. (Cornell University) M.S. (University of California, Davis) 2003 THESIS. MASTER OF SCIENCE in Derved Operatng Rules for Storage and Recovery n Multple, Unconnected Aqufers By DAVID EZECHIEL ROSENBERG B.S.E. (Cornell Unversty) 1998 M.S. (Unversty of Calforna, Davs) 2003 THESIS Submtted n partal

More information

DEVELOPMENT OF CAR DRIVE CYCLE FOR SIMULATION OF EMISSIONS AND FUEL ECONOMY

DEVELOPMENT OF CAR DRIVE CYCLE FOR SIMULATION OF EMISSIONS AND FUEL ECONOMY DEVELOPMENT OF CAR DRIVE CYCLE FOR SIMULATION OF EMISSIONS AND FUEL ECONOMY M. Montazer-Gh and M. Naghzadeh Systems Smulaton and Control Laboratory Department of Mechancal Engneerng Iran Unversty of Scence

More information

Determination of Maximum Allowable Load of the Buyer Bus using New Hybrid Particle Swarm Optimization

Determination of Maximum Allowable Load of the Buyer Bus using New Hybrid Particle Swarm Optimization Internatonal Journal of Electrcal Engneerng. ISSN 0974-2158 Volume 4, Number 7 (2011), pp. 767-785 Internatonal Research Publcaton House http://www.rphouse.com Determnaton of Maxmum Allowable Load of the

More information

CONTROLLED INJECTION OF CARBON DIOXIDE FOR ROSE PRODUCTION. Martin P.N. Gent Connecticut Agricultural Experiment Station

CONTROLLED INJECTION OF CARBON DIOXIDE FOR ROSE PRODUCTION. Martin P.N. Gent Connecticut Agricultural Experiment Station CONTROLLED INJECTION OF CARBON DIOXIDE FOR ROSE PRODUCTION Martn P.N. Gent Connectcut Agrcultural Experment Staton Enrchment of the atmosphere nsde a greenhouse wth carbon doxde (CO,) s wdely used to ncrease

More information

Optimized EV Charging Method Using Model Predictive Control Algorithm

Optimized EV Charging Method Using Model Predictive Control Algorithm Proceedngs of the World Congress on Electrcal Engneerng and Computer Systems and Scence (EECSS 2015) Barcelona, Span July 13-14, 2015 Paper No. 139 Optmzed EV Chargng Method Usng Model Predctve Control

More information

INTRODUCTION DATA METHODS. bark at breast height (d.b.h.) and total height (H) of the tree.' volume to merchantable cubic- and board-foot volumes.

INTRODUCTION DATA METHODS. bark at breast height (d.b.h.) and total height (H) of the tree.' volume to merchantable cubic- and board-foot volumes. NTRODUCTON Red alder s a speces of ncreasng mportance n the Pacfc Northwest. nterest n mproved volume tables for the speces resulted n publcaton' of the 1949 volume tables (Johnson et a, 1949; Sknner 1959).

More information

Inter-industry Wage Premia in Portugal: Evidence from EU-SILC data

Inter-industry Wage Premia in Portugal: Evidence from EU-SILC data MPRA Munch Personal RePEc Archve Inter-ndustry Wage Prema n Portugal: Evdence from EU-SILC data Bagett, Marco and Sccchtano, Sergo Unversty of Rome La Sapenza, Mnstry of Economc Development, Italy 08.

More information

EMC3300 ELECTRO-MECHANICAL CRIMP TOOL

EMC3300 ELECTRO-MECHANICAL CRIMP TOOL Descrpton The EMC3300 Electro-Mechancal Crmp Tool s a handheld, self contaned crmp tool ntended to crmp contacts/termnals onto copper and alumnum cable. KEEP THIS MANUAL Important Safety Informaton Safety

More information

Impact assessment of short-term electricity market. design on the performance of plug-in electric vehicle. aggregators: An integrated approach

Impact assessment of short-term electricity market. design on the performance of plug-in electric vehicle. aggregators: An integrated approach Impact assessment of short-term electrcty market desgn on the performance of plug-n electrc vehcle aggregators: An ntegrated approach Stylanos I. Vagropoulos Power System Laboratory, School of Electrcal

More information

Urban road congestion, capacity expansion and port competition: empirical analysis of U.S. container ports

Urban road congestion, capacity expansion and port competition: empirical analysis of U.S. container ports Urban road congeston, capacty expanson and port competton: emprcal analyss of U.S. contaner ports Yula Wan a,, Anmng Zhang a, Andrew C.L. Yuen b a. Sauder School of Busness, Unversty of Brtsh Columba 2053

More information

Solar powered water pumping system with MPPT

Solar powered water pumping system with MPPT I J C T A, 9(15), 216, pp. 7137-7144 Internatonal Scence Press Solar powered water pumpng system wth MPPT Nghl N.* and K. jth** ABSTRACT Ths paper presents the smulaton and analyss of Solar powered water

More information

Operating Instructions. STAHLWILLE Torque Wrench. Manoskop No 730D Service/Series

Operating Instructions. STAHLWILLE Torque Wrench. Manoskop No 730D Service/Series Operatng Instructons STAHLWILLE Torque Wrench Manoskop No 730D Servce/Seres 91979807 Foreword These operatng nstructons wll help you to use the electromechancal torque wrench properly, safely and economcally.

More information

IPV High-pressure Internal Gear Pumps Technical Data Sheet

IPV High-pressure Internal Gear Pumps Technical Data Sheet IV Hgh-pressure Internal ear umps Techncal Data Sheet Functon 1 7 5 9 2 10 8 2 1 9 4a 4b 3 1 non shaft 2 Internal gear 3 Fller pn 4a Fller segment carrer 4b Fller sealng segment 5 Axal dsc Axal pressure

More information

GA Based Pole Shape Optimization for Sound Noise Reduction in Switched Reluctance Motors

GA Based Pole Shape Optimization for Sound Noise Reduction in Switched Reluctance Motors Journal of Soft Computng and Informaton Technology Vol. 3, No. 4, Wnter 15 GA Based Pole Shape Optmzaton for Sound Nose Reducton n Swtched Reluctance Motors Ahmad Dadpour 1, and Kourosh Ansar 1 Ferdows

More information

Power Flow Management in Active Networks

Power Flow Management in Active Networks 1 Power Flow Management n Actve Networks P. H. Nguyen, W. L. Klng, Member, IEEE, and J. M. A. Myrzk Abstract--Ths paper proposes a new method to manage the actve power n the dstrbuton systems, a functon

More information

Voltage Stability Evaluation of The Khouzestan Power System in Iran Using CPF Method and Modal Analysis

Voltage Stability Evaluation of The Khouzestan Power System in Iran Using CPF Method and Modal Analysis Voltage Stablty Evaluaton of The Khouzestan Power System n Iran Usng CPF Method and Modal Analyss Farbod Lark Dept. of Techncal Offce of Network Khouzestan egonal Electrcal Company Ahvaz, Iran Mahmood

More information

Intelligent Hybrid Vehicle Power Control - Part I: Machine Learning of Optimal Vehicle Power

Intelligent Hybrid Vehicle Power Control - Part I: Machine Learning of Optimal Vehicle Power 1 Intellgent Hybrd Vehcle Power Control - Part I: Machne Learnng of Optmal Vehcle Power Y L. Murphey 1, Senor Member, IEEE, Jungme Park 1, ZhHang Chen 1, Mng Kuang 2, Member, IEEE, Abul Masrur 3, Fellow,

More information

Transport Logistics Optimization Model Of Passenger Car Based On Heuristic Algorithm

Transport Logistics Optimization Model Of Passenger Car Based On Heuristic Algorithm MATEC Web of Conferences 44, 01019 ( 2016) DOI: 10.1051/ matecconf/ 2016 4401019 C Owned by the authors, publshed by EDP Scences, 2016 Transport Logstcs Optmzaton Model Of Passenger Car Based On Heurstc

More information

Metal-Enclosed Switchgear MEB & MSB Medium Voltage Switch and Fixed Mounted Vacuum Breakers (MSB) MSB Metal-Enclosed Switch and Vacuum Breaker

Metal-Enclosed Switchgear MEB & MSB Medium Voltage Switch and Fixed Mounted Vacuum Breakers (MSB) MSB Metal-Enclosed Switch and Vacuum Breaker June 0 Sheet 0 Metal-Enclosed Swtchgear MEB & MSB Medum Voltage Swtch and Fxed Mounted Vacuum s (MSB) General Descrpton.- MSB Metal-Enclosed Swtch and Vacuum General Descrpton Eaton s Cutler-Hammer assembly

More information

Power System State Estimation with Interline Power Flow Controller

Power System State Estimation with Interline Power Flow Controller Power System State Estmaton wth Interlne Power Flow Controller C.Venkatesh Kumar PG Scholar M.E (Power Systems Engneerng) College of Engneerng,Anna Unversty Gundy,Chenna,600025 venkateshceg@gmal.com V.Gomath

More information

Stromag. Electromagnetic Fail Safe Brakes Series NFA/NFF. Versions: Basic & Dockside Cranes. Stromag Limited

Stromag. Electromagnetic Fail Safe Brakes Series NFA/NFF. Versions: Basic & Dockside Cranes. Stromag Limited Stromag Electromagnetc Fal Safe Brakes Seres NFA/NFF Versons: Basc & Docksde Cranes Stromag Lmted 29 Wellngborough Road,Rushden Northamptonshre NN10 9YE Unted Kngdom Tel. 01933 350407 Fax. 01933 358692

More information

Ricco Rakotomalala

Ricco Rakotomalala Characterzng the relatonshp between two quanttatve varables X and Y Rcco Rakotomalala Rcco.Rakotomalala@unv-lyon.fr 1 Problem statement X and Y are two quanttatve varables, we want: to determne the exstence

More information

Product Information. Gripper for small components KGG 60

Product Information. Gripper for small components KGG 60 Product Informaton KGG More compact. More flexble Narrower. KGG grpper for small components narrow 2-fnger parallel grpper wth long stroke Feld of applcaton for unversal use n clean envronments wth lght

More information

Features & Design. Introduction

Features & Design. Introduction GREASE MANAGEMENT Introducton astewater from commercal ktchens s contamnated wth FGS (fats, ols and greases). The ntroducton of FGs and food solds nto the general dranage/sewage system (ether man sewage

More information

Road traffic congestion and crash severity: econometric analysis using ordered response models

Road traffic congestion and crash severity: econometric analysis using ordered response models Loughborough Unversty Insttutonal Repostory Road traffc congeston and crash severty: econometrc analyss usng ordered response models Ths tem was submtted to Loughborough Unversty's Insttutonal Repostory

More information

Features & Design. Introduction

Features & Design. Introduction & n the Introducton astewater from commercal ktchens s contamnated wth FGS (fats, ols and greases). The ntroducton of FGs and food solds nto the general dranage/sewage system (ether man sewage network

More information

General Description. Construction

General Description. Construction Sheet 0 General Descrpton.- MEB Metal-Enclosed Drawout General Descrpton Eaton s Cutler-Hammer MEB (Metal- Enclosed ) conssts of a sngle hgh drawout vacuum crcut breaker (Type VCP-W) n a metal-enclosed

More information

Product Information. Radial gripper PRG 64

Product Information. Radial gripper PRG 64 Product Informaton PRG 64 PRG More flexble More powerful. Slm. PRG unversal grpper 180 radal grpper wth powerful 1-shft slotted lnk gear and oval pston. Feld of applcaton For areas of applcaton whch, n

More information

Product Information. Long-stroke gripper PZH-plus

Product Information. Long-stroke gripper PZH-plus Product Informaton Long-stroke grpper PZH-plus PZH-plus Long-stroke grpper Flexble. Robust. Flat. PZH-plus unversal grpper Unversal grpper wth long travel and hgh maxmum moment due to mult-tooth gudance

More information

Evaluation of Transmission Wheeling Cost Using MW, MVAR and MVA Mile Methodologies

Evaluation of Transmission Wheeling Cost Using MW, MVAR and MVA Mile Methodologies IN(Onlne) :2319-8753 IN (Prnt) : 2347-6710 Internatonal Journal of Innovatve Research n cence, Engneerng and Technology (An IO 3297: 2007 Certfed Organzaton) Evaluaton of Transmsson Wheelng Cost Usng MW,

More information

B36 MODULAR SHELVING SYSTEMS

B36 MODULAR SHELVING SYSTEMS B36 MODULAR SHELVING SYMS R 4000 Modular shelvng system R 4000 the mult-talented shelvng system The versatlty of the R 4000 modular shelvng system makes t partcularly sutable for ndvdual storeroom layouts,

More information

An Updated Version of the IEEE RTS 24-Bus System for Electricity Market and Power System Operation Studies.

An Updated Version of the IEEE RTS 24-Bus System for Electricity Market and Power System Operation Studies. Downloaded from orbt.dtu.dk on: Apr 23, 2018 An Updated Verson of the IEEE RTS 24-Bus System for Electrcty Market and Power System Operaton Studes. Ordouds, Chrstos; Pnson, Perre; Morales González, Juan

More information

APPLICATION FOR REGISTRATION OF THE SCHEME FOR RENEWABLE ENERGY SYSTEM

APPLICATION FOR REGISTRATION OF THE SCHEME FOR RENEWABLE ENERGY SYSTEM APPLICATION FOR REGISTRATION OF THE SCHEME FOR RENEWABLE ENERGY SYSTEM For any query call @39999956 or e-mal us on karshma.sharma@relanceada.com 1 To CEO BRPL, I ntend to regster for the scheme for Renewable

More information

Product Information. Radial gripper DRG

Product Information. Radial gripper DRG Product Informaton Radal grpper DRG DRG Radal grpper Fully encapsulated. Narrower. More flexble DRG sealed grpper Sealed 180 angular grpper for the use n contamnated envronments Feld of applcaton For applcatons

More information

RTMR ORDERING OPTIONS

RTMR ORDERING OPTIONS RTMR ORDERING OPTIONS There are many dfferent ways to order the RTMR block and matchng accessores. You can buy ndvdual parts separately so you can mx & match to sut your exact requrements, or you can buy

More information

Analysis of Multi-location PEV Charging Behaviors Based on Trip Chain Generation

Analysis of Multi-location PEV Charging Behaviors Based on Trip Chain Generation 4 IEEE Internatonal Conference on Automaton Scence and Engneerng (CASE) Tape, Tawan, August 8-, 4 Analyss of Mult-locaton PEV Cargng Beavors Based on Trp Can Generaton Da Wang, Xaoong Guan, Fellow, IEEE,

More information

Installation, Operation and Warranty Information Micro Annular Gear Pump MODEL 7205

Installation, Operation and Warranty Information Micro Annular Gear Pump MODEL 7205 Installaton, Operaton and Warranty Informaton Mcro Annular Gear Pump MODEL 7205 1402 NE 136 th Ave. Vancouver, WA 98684 (360) 253-2008 telephone (360) 253-8294 fax Info.mcropump@dexcorp.com www.mcropump.com

More information

Low-Cost Entry, Inter-Firm Rivalry, and Welfare Implications in US Large Air Markets. Hideki Murakami

Low-Cost Entry, Inter-Firm Rivalry, and Welfare Implications in US Large Air Markets. Hideki Murakami 009-5 ow-cost Entry, Inter-Frm Rvalry, and Welfare Implcatons n US arge Ar Markets Hdek Murakam ow-cost Entry, Inter-Frm Rvalry, and Welfare Implcatons n US arge Ar Markets 1 Hdek MURAKAMI Abstract Ths

More information

EZ Rider HPt *330825* Service Information Rev. 00. The safe scrubbing alternativet. Patents Pending

EZ Rider HPt *330825* Service Information Rev. 00. The safe scrubbing alternativet. Patents Pending EZ Rder HPt Servce Informaton Patents Pendng The safe scrubbng alternatvet 085 Rev. 00 *085* Ths manual provdes servce nformaton for the NOBLES Model EZ Rder HP. Ths machne wll provde excellent servce.

More information

INTRODUCTION BEFORE YOU BEGIN UNITS AT A GLANCE 5HP 4HP

INTRODUCTION BEFORE YOU BEGIN UNITS AT A GLANCE 5HP 4HP INTRODUCTION BEFORE YOU BEGIN Before you begn, read and understand all nstructons before operatng your pressure washer. Ths manual explans how to use your hgh pressure spray equpment. Be sure everyone

More information

Operating Instructions Pneumatic drives

Operating Instructions Pneumatic drives Operatng Instructons Pneumatc drves Pneumatc drves Equpment characterstcs Poston ndcator (detachable)! Settng screw for pvot angle 1 4 5 Ar nterface accordng to VDI / VDE 3845 (Namur) Advantages of the

More information

Optimization of transesterification of Jatropha curcas Oil to Biodiesel using Response Surface Methodology and its Adulteration with Kerosene

Optimization of transesterification of Jatropha curcas Oil to Biodiesel using Response Surface Methodology and its Adulteration with Kerosene J. Mater. Envron. Sc. 4 () (013) 77-84 Goyal et al. Optmzaton of transesterfcaton of Jatropha curcas Ol to Bodesel usng Response Surface Methodology and ts Adulteraton wth Kerosene P. Goyal 1, M.P. Sharma,

More information

Simulation Analysis of Aerodynamics Characteristics of Different Two-Dimensional Automobile Shapes

Simulation Analysis of Aerodynamics Characteristics of Different Two-Dimensional Automobile Shapes JOURNAL OF COMPUTERS, VOL. 6, NO. 5, MAY 2011 999 Smulaton Analyss of Aerodynamcs Characterstcs of Dfferent Two-Dmensonal Automoble Shapes L-Xn Guo*, Y-Mn Zhang, We-Jun Shen School of Mechancal Engneerng

More information

UTILIZING MATPOWER IN OPTIMAL POWER FLOW

UTILIZING MATPOWER IN OPTIMAL POWER FLOW UTILIZIN MATPOWER IN OPTIMAL POWER FLOW Tarje Krstansen Department of Electrcal Power Engneerng Norwegan Unversty of Scence and Technology Trondhem, Norway Tarje.Krstansen@elkraft.ntnu.no Abstract Ths

More information