The prediction of cement energy demand based on support vector machine Xin Zhang a, *, Shaohong Jing b

Size: px
Start display at page:

Download "The prediction of cement energy demand based on support vector machine Xin Zhang a, *, Shaohong Jing b"

Transcription

1 4th Iteratioal Coferece o Computer, Mechatroics, Cotrol ad Electroic Egieerig (ICCMCEE 05) The predictio of cemet eergy demad based o support vector machie Xi Zhag a,, Shaohog Jig b School of Electrical Egieerig Uiversity of Jia, Jia 500, Chia a @63.com, b cse_jsh@uj.edu.c Keywords:support vector regressio, cemet eergy forecast. Abstract. Aimig at the eergy waste problems resultig from the cotradictio betwee eergy demad ad supply i cemet productio, a eergy demad predictio model based o support vector regressio is built. Ad eergy cosumptio of a cemet eterprises i Shaxi cemet productio lie, for example, to validate the model simulatios show that the model has good predictive results.. Itroductio The cemet idustry has always bee oe of high eergy-cosumig idustries,whose eergy cosumptio accouts for about 8% of atioal eergy cosumptio,while it accouts for more tha 40% of the total cemet productio ad cosumptio. Now eergy shortages ad risig eergy prices have bee restrictig the developmet of the cemet idustry, so the cemet compaies must reduce eergy cosumptio to the miimum rage as much as possible, so as to reduce the cost of cemet productio to make the cemet have a price advatage i moder idustry, ad promote the rapid developmet of the cemet idustry. It is imperative to predict the eergy cosumptio of the cemet productio ad the cotrol it accordig to the results. This article establishes SVM model o the basis of the daily electric eergy cosumptio i April 04 i Shaxi Provice # cemet lie, ad predicts accordig to the model results, makes simulatio experimets usig MATLAB software, ad compare the performace with the gray predictio GM(,), ad make a coclusio that SVM ca better predict the eergy cosumptio i cemet productio.. Aalysis of Eergy Cosumptio i cemet compaies At preset cemet productio adopts basically ew dry productio techology. It has largely replaced the out processes, as wet process or kils, ad achieved certai results i terms of icreasig the productio of cemet compaies. But, the higher yield also brigs higher eergy cosumptio []. Depedig o the scale of cemet productio lie, there may be differeces i cemet techology, but basically there will be crushig ad pre-homogeizatio of raw materials, raw material preparatio, coal preparatio, cliker, cemet gridig, cemet packig ad delivery ad so o. Withi a certai rage, each step of the cemet busiess i eergy cosumptio ca directly reflect the scee of the eergy cosumptio of cemet. So forecastig the eergy cosumptio of every cemet productio lie ca reflect the eergy cosumptio of cemet each process to a certai extet ad reflect the eergy cosumed i cemet productio. The cemet compay maagers ca predict the results which based o cemet cosumptios to fid the cause of abormal cosumptio ad cotrol it. So they ca achieve effective developmet of cemet productio. The eergy cosumptio i the cemet productio process is a power ad coal. The two parts accouts for more tha 99% of the total eergy cosumptio of the etire productio. This oly predicts the electricity cosumptio of a sigle step i the cemet productio process. Every cemet productio eeds electricity. I the preset ew dry cemet productio, the electricity that really used for material for gridig is less tha 0% i the total electricity cosumptio of the cemet productio process, while the sum of the key facilities of eergy cosumptio o the total cemet productio process accouts for more tha 80% of the cemet productio process. Research o the eergy 05. The authors - Published by Atlatis Press 6

2 cosumptio of the sigle cemet productio process eables maagers systematically of cemet compaies uderstad utilizatio of eergy, i order to fid the cause of wasteful eergy usage. The fial result is that cemet compaies ca provide the data support i the improvig the eergy efficiecy of cemet. 3. Support Vector Machies Basic Itroductio Support vector machie (Support Vector Machie, SVM) is a ew ad efficiet machie learig based o the statistics theory. It has may advatages compared to eural etworks, for example, strog geeralizatio ability, easy to trai, o local miimum value ad there is o eed to pre-determie the etwork topology. SVM is a ew techology of data miig ad is primarily by meas of optimizatio methods. So it ca successfully deal with regressio (Support vector Machie for regressio, SVR) ad patter recogitio (support vector classificatio, SVC), ad may other questio. Besides, the SVM ca be exteded to the predictio field. At preset, the theory research ad applied research related to SVM have received extesive attetio domestically ad iteratioally. The predictio uses the oe of the SVM (Support Vector Machie for Regressio, SVR) []. There is a little differece of the basic idea betwee the SVR ad SVM. SVM is becomig to look for a optimal classificatio aspect, so that there is a error miimum from all traiig samples to the optimal classificatio aspect. The idea of realizig SVR is to use a o-liear mappig to map data x ito a high-dimesioal feature space, ad the implemet liear regressio i the space. 3. The establishmet of eergy demad predictio model. d Give traiig set{( xi, yi), i =,,3,..., }, which represets the quatity of samples, xi( xi R ) represets the iput colum vector ofi traiig sample, ad y i Rfor the correspodig iput values. SVR regressio fuctio expressios are as follows: f( x) = ωϕ ( x) + b () I the expressio, ϕ ( x) represets a oliear mappig fuctio, ω, b are the parameters that eed to be idetified i the system model [3]. Usig the structural risk miimizatio priciple, the parameters that eed to beidetified i the last formula is hadled as followig: R( ω) = Ce ( i ) + ω () i= I () formula above, R( ω ) is called empirical risk, ω called the cofidece risk, Ce ( i ) called the loss fuctio. Accordig the SVR priciple, i order to solve to () is equal to optimizatio of (3): mi ω + C ( xi + xi ) i= yi ωϕ( xi) b ε + xi (3) st.. yi ωϕ( xi) b ε + xi xi 0, xi 0, i =,,3,..., I which ε represets for precisio parameter of regressio fuctio, C for pealty factor, ad ξ i, ξi the relaxatio factor. max ( ai ai )( aj aj) K( xi, xj) + ( ai ai ) yi ε ( ai + ai ) ai, ai i, j= i= i= (4) ( ai ai ) = 0 st.. i= ai, ai [0, C] 63

3 I the above formula, K( xi, x j) is the core of fuctio. Accordig to the Mercer coditio, kerel is fuctio of models choose a Gaussia radial basis kerel fuctios. The kerel fuctio is put ito the formula, the: x i xj ( ) ( i i )exp( ) i= σ f x = a a + b (5) Calculatig regressio fuctio f( x) comes actually dow to the calculatio a i ad a i. The optimal solutio of ai ad a i ca be determied by miimizig the coditios. 3. Steps of Cocretig Cemet Eergy Predictio Model Based o Support Vector Machie. Costructio iput ad output data.use of SVM models eed to select the traiig samples ad test samples. Ad sample data comes from the database of cemet productio, ad the database stores the electricity that cosumed i the cemet productio process. Selectig the origial data from the database, icludig the eergy cosumptio data i a differet time (days, moths, ad years) ca be used for predictig eergy cosumptio of day, moth ad year. The build SVR iput ad output accordig to these data. Data preprocess.the raw data of cemet field has a big differece about the value. It may be a big chage if directly operated. This will reduce the accuracy of the predictio.so the raw data of database eed to be preprocessed. It meas data ormalizatio preprocessig usig (6). xi xmi x = (6) xmax xmi Selectio SVR model parameters ad performace evaluatio of models.svr predictio model eed to determie several parameters before the establishmet, amely a Gaussia kerel fuctio parametersσ ad two free parameters C adε.now there is o detailed descriptio of how to select these three parameters i the referece. But they all make the fial predictio result deviatio as model performace evaluatio stadard. Select the appropriate parameter values from experiece, make repeated cross-validatio ad the fializec = 4, σ = 0.35, soε = 0.0.Meawhile, i order to verify the effectiveess of cemet predictio model, daily electric eergy cosumptio of a cemet mill lie of a cemet factory i Shaxi Provice i April 04 is predicted accordig to the SVR predictio model established. Gettig the Fial SVR Model ad Predict Eergy Cosumptio of Cemet Compaies.After repeated experiece, we obtaied f( x ).Whe determie the eergy cosumptio of cemet scee i differet days, moths, or years, usig cemet eergy cosumptio predictio model, you ca obtai the correspodig cemet eergy cosumptio predictio (day, moth, ad year). 4. Simulatio Experimet Select a cemet mill lie from the database of a Shaxi cemet factory, ad make the power cosumptio data withi 30 days i April 04 as the simulatio data. Meawhile, combied with the MATLAB software, we ca realize cemet eergy predictio based o SVM. The cemet eergy data are as follows: The above data, a total of 30 data poits, ca be composed of 8 samples pairs of iput ad output. The iput sample set is as follows: { x(04.4.), x(04.4.), x(04.4.3)},{ x(04.4.), x(04.4.3), x(04.4.4)},{ x(04.4.3), x(04.4.4), x(04.4.5)},{ x(04.4.4), x(04.4.5), x(04.4.6)},...,{ x(04.4.8), x(04.4.9), x ( )} The output sample set is as follows: { x(04.4.4), x(04.4.5), x(04.4.6), x(04.4.7), x(04.4.8),..., x ( )}. I order to forecast cemet mill eergy with SVM, we select 5% data sample set. That is, 8 samples set are test sample set, ad 0 samples sets are the traiig sets. 64

4 Table Electricity Cosumptio i Shaxi # cemet mill lie from 04.4 Date Electricity Cosumptio (te Electricity Cosumptio (te Date thousad KWH) thousad KWH) Fig SVR traiig sample set results Fig SVR predictio sample set results It s cemet eergy predictio resultwhich is show i Table below: Table Cemet eergy predictio result Date actual value Predictive value Relative error Absolute error % % % % % % % % 65

5 From the predictio results above, the errors that forecastig cemet eergy with SVM makes are withi the allowable rage. However, the absolute error of traiig sample is more tha the predictio sample. It is oly.9 ad withi the rage of allowable error. 4. Performace Compare. I order to verify the effectiveess ad feasibility of SVM forecastig the cemet eergy, we choose the gray GM (,) predictio method that has the greater advatage of small samples ad the compare the predictio results [4]. Figure 3 is a gray GM (,) predictio result: Fig 3 GM (,) Predictio Result The results that cemet eergy data get with GM (,) predictio method is show i Table 3: Table3 GM (,) predictioresults Date Actual value Predictive value Relative error Absolute error % % % % % % % % You ca lear from the compariso of the data i Table ad Table 3 that, predictio accuracy of support vector machie SVR is better tha GM (,) predictio accuracy. It is proved that for the cemet eergy cosumptio predictio, SVM has more advatages. 5. Summary This article is maily aimed at eergy cosumptio i the cemet productio, we build the cemet eergy demad predictio model. Ad based o the historical data of cemet eergy cosumptio, we make the simulatio experimet for the daily electric eergy cosumptio of # cemet mill lie i a Shaxi Provice i April 04.The results proved that: SVR cemet eergy demad predictio model this article used has the good usability. The model overcomes the shortage of traditioal predictio method. It has better predictio ability tha the gray predictio method, ad the predictio accuracy is higher. It is a good referece to reasoably arrage for eergy cosumptio i the cemet productio process. Thus, i solvig cemet eergy demad predictio, SVR model has may advatages ad is very suitable for the research for the eergy cosumptio predictio i cemet productio process. Ackowledgemets This work was fiacially supported bymajor projectsofshadog Provice idepedet iovatio achievemets(04cgzh060) ad Chia-EU SMEs Cooperatio Fud for eergy coservatio research project (SQ03ZOC600003). 66

6 Refereces []Ceg Xuemi. Cemet idustry eergy cosumptio status ad eergy savig potetial [J]. Chia cemet, 006, (3): DOI:0.3969/j.iss [] Yag Were. Research ad implemetatio of eergy maagemet system based o eergy cosumptio forecastig model [J]. South Chia Uiversity of Techology, 03 [3]Su Ha, Yag Purog, Cheg Jihua. Eergy demad forecastig model based o Matlab support vector regressio model [J]. system egieerig theory ad practice, 0, 3 (0): [4] Zhou Ruipig. GM (,) model of grey predictio method to predict urba populatio [J]. Joural of Ier Mogolia Normal Uiversity: Natural Sciece Editio, 005, 34 ():

Electricity consumption forecasting method based on MPSO-BP neural network model Youshan Zhang 1, 2,a, Liangdong Guo2, b,qi Li 3, c and Junhui Li2, d

Electricity consumption forecasting method based on MPSO-BP neural network model Youshan Zhang 1, 2,a, Liangdong Guo2, b,qi Li 3, c and Junhui Li2, d 4th Iteratioal Coferece o Electrical & Electroics Egieerig ad Computer Sciece (ICEEECS 2016) Electricity cosumptio forecastig method based o eural etwork model Yousha Zhag 1, 2,a, Liagdog Guo2, b,qi Li

More information

Study on Coal Consumption Curve Fitting of the Thermal Power Based on Genetic Algorithm

Study on Coal Consumption Curve Fitting of the Thermal Power Based on Genetic Algorithm Joural of ad Eergy Egieerig, 05, 3, 43-437 Published Olie April 05 i SciRes. http://www.scirp.org/joural/jpee http://dx.doi.org/0.436/jpee.05.34058 Study o Coal Cosumptio Curve Fittig of the Thermal Based

More information

Support vector machine revisited

Support vector machine revisited 6.867 Machie learig, lecture 8 (Jaakkola) 1 Lecture topics: Support vector machie ad kerels Kerel optimizatio, selectio Support vector machie revisited Our task here is to first tur the support vector

More information

Research Article Research on Application of Regression Least Squares Support Vector Machine on Performance Prediction of Hydraulic Excavator

Research Article Research on Application of Regression Least Squares Support Vector Machine on Performance Prediction of Hydraulic Excavator Joural of Cotrol Sciece ad Egieerig, Article ID 686130, 4 pages http://dx.doi.org/10.1155/2014/686130 Research Article Research o Applicatio of Regressio Least Squares Support Vector Machie o Performace

More information

Research on real time compensation of thermal errors of CNC lathe based on linear regression theory Qiu Yongliang

Research on real time compensation of thermal errors of CNC lathe based on linear regression theory Qiu Yongliang d Iteratioal Coferece o Machiery, Materials Egieerig, Chemical Egieerig ad Biotechology (MMECEB 015) Research o real time compesatio of thermal errors of CNC lathe based o liear regressio theory Qiu Yogliag

More information

New Exponential Strengthening Buffer Operators and Numerical Simulation

New Exponential Strengthening Buffer Operators and Numerical Simulation Sesors & Trasducers, Vol. 59, Issue, November 0, pp. 7-76 Sesors & Trasducers 0 by IFSA http://www.sesorsportal.com New Expoetial Stregtheig Buffer Operators ad Numerical Simulatio Cuifeg Li, Huajie Ye,

More information

10-701/ Machine Learning Mid-term Exam Solution

10-701/ Machine Learning Mid-term Exam Solution 0-70/5-78 Machie Learig Mid-term Exam Solutio Your Name: Your Adrew ID: True or False (Give oe setece explaatio) (20%). (F) For a cotiuous radom variable x ad its probability distributio fuctio p(x), it

More information

Grey Correlation Analysis of China's Electricity Imports and Its Influence Factors Hongjing Zhang 1, a, Feng Wang 1, b and Zhenkun Tian 1, c

Grey Correlation Analysis of China's Electricity Imports and Its Influence Factors Hongjing Zhang 1, a, Feng Wang 1, b and Zhenkun Tian 1, c Applied Mechaics ad Materials Olie: 203-0-3 ISSN: 662-7482, Vols. 448-453, pp 258-262 doi:0.4028/www.scietific.et/amm.448-453.258 204 Tras Tech Publicatios, Switzerlad Grey Correlatio Aalysis of Chia's

More information

Evapotranspiration Estimation Using Support Vector Machines and Hargreaves-Samani Equation for St. Johns, FL, USA

Evapotranspiration Estimation Using Support Vector Machines and Hargreaves-Samani Equation for St. Johns, FL, USA Evirometal Egieerig 0th Iteratioal Coferece eissn 2029-7092 / eisbn 978-609-476-044-0 Vilius Gedimias Techical Uiversity Lithuaia, 27 28 April 207 Article ID: eviro.207.094 http://eviro.vgtu.lt DOI: https://doi.org/0.3846/eviro.207.094

More information

Research on Dependable level in Network Computing System Yongxia Li 1, a, Guangxia Xu 2,b and Shuangyan Liu 3,c

Research on Dependable level in Network Computing System Yongxia Li 1, a, Guangxia Xu 2,b and Shuangyan Liu 3,c Applied Mechaics ad Materials Olie: 04-0-06 ISSN: 66-748, Vols. 53-57, pp 05-08 doi:0.408/www.scietific.et/amm.53-57.05 04 Tras Tech Publicatios, Switzerlad Research o Depedable level i Network Computig

More information

Chapter 7. Support Vector Machine

Chapter 7. Support Vector Machine Chapter 7 Support Vector Machie able of Cotet Margi ad support vectors SVM formulatio Slack variables ad hige loss SVM for multiple class SVM ith Kerels Relevace Vector Machie Support Vector Machie (SVM)

More information

ECE 8527: Introduction to Machine Learning and Pattern Recognition Midterm # 1. Vaishali Amin Fall, 2015

ECE 8527: Introduction to Machine Learning and Pattern Recognition Midterm # 1. Vaishali Amin Fall, 2015 ECE 8527: Itroductio to Machie Learig ad Patter Recogitio Midterm # 1 Vaishali Ami Fall, 2015 tue39624@temple.edu Problem No. 1: Cosider a two-class discrete distributio problem: ω 1 :{[0,0], [2,0], [2,2],

More information

Linear Support Vector Machines

Linear Support Vector Machines Liear Support Vector Machies David S. Roseberg The Support Vector Machie For a liear support vector machie (SVM), we use the hypothesis space of affie fuctios F = { f(x) = w T x + b w R d, b R } ad evaluate

More information

REGRESSION (Physics 1210 Notes, Partial Modified Appendix A)

REGRESSION (Physics 1210 Notes, Partial Modified Appendix A) REGRESSION (Physics 0 Notes, Partial Modified Appedix A) HOW TO PERFORM A LINEAR REGRESSION Cosider the followig data poits ad their graph (Table I ad Figure ): X Y 0 3 5 3 7 4 9 5 Table : Example Data

More information

Construction and test of forecasting push-pull demand model of urban. emergency supplies

Construction and test of forecasting push-pull demand model of urban. emergency supplies Advaces i Ecoomics, Busiess ad Maagemet Researc, volume 33 Secod Iteratioal Coferece o Ecoomic ad Busiess Maagemet (FEBM 7) Costructio ad test of forecastig pus-pull demad model of urba emergecy supplies

More information

Reliability model of organization management chain of South-to-North Water Diversion Project during construction period

Reliability model of organization management chain of South-to-North Water Diversion Project during construction period Water Sciece ad Egieerig, Dec. 2008, Vol. 1, No. 4, 107-113 ISSN 1674-2370, http://kkb.hhu.edu.c, e-mail: wse@hhu.edu.c Reliability model of orgaizatio maagemet chai of South-to-North Water Diversio Project

More information

Direction of Arrival Estimation Method in Underdetermined Condition Zhang Youzhi a, Li Weibo b, Wang Hanli c

Direction of Arrival Estimation Method in Underdetermined Condition Zhang Youzhi a, Li Weibo b, Wang Hanli c 4th Iteratioal Coferece o Advaced Materials ad Iformatio Techology Processig (AMITP 06) Directio of Arrival Estimatio Method i Uderdetermied Coditio Zhag Youzhi a, Li eibo b, ag Hali c Naval Aeroautical

More information

Prediction of Compressive Strength of Concrete from Early Age Test Result Using Design of Experiments (RSM)

Prediction of Compressive Strength of Concrete from Early Age Test Result Using Design of Experiments (RSM) Predictio of Compressive Stregth of Cocrete from Early Age Test Result Usig Desig of Experimets (RSM) Salem Alsausi, Louba Betaher Abstract Respose Surface Methods (RSM) provide statistically validated

More information

Massachusetts Institute of Technology

Massachusetts Institute of Technology Massachusetts Istitute of Techology 6.867 Machie Learig, Fall 6 Problem Set : Solutios. (a) (5 poits) From the lecture otes (Eq 4, Lecture 5), the optimal parameter values for liear regressio give the

More information

6.867 Machine learning

6.867 Machine learning 6.867 Machie learig Mid-term exam October, ( poits) Your ame ad MIT ID: Problem We are iterested here i a particular -dimesioal liear regressio problem. The dataset correspodig to this problem has examples

More information

Linear Classifiers III

Linear Classifiers III Uiversität Potsdam Istitut für Iformatik Lehrstuhl Maschielles Lere Liear Classifiers III Blaie Nelso, Tobias Scheffer Cotets Classificatio Problem Bayesia Classifier Decisio Liear Classifiers, MAP Models

More information

A collocation method for singular integral equations with cosecant kernel via Semi-trigonometric interpolation

A collocation method for singular integral equations with cosecant kernel via Semi-trigonometric interpolation Iteratioal Joural of Mathematics Research. ISSN 0976-5840 Volume 9 Number 1 (017) pp. 45-51 Iteratioal Research Publicatio House http://www.irphouse.com A collocatio method for sigular itegral equatios

More information

Week 1, Lecture 2. Neural Network Basics. Announcements: HW 1 Due on 10/8 Data sets for HW 1 are online Project selection 10/11. Suggested reading :

Week 1, Lecture 2. Neural Network Basics. Announcements: HW 1 Due on 10/8 Data sets for HW 1 are online Project selection 10/11. Suggested reading : ME 537: Learig-Based Cotrol Week 1, Lecture 2 Neural Network Basics Aoucemets: HW 1 Due o 10/8 Data sets for HW 1 are olie Proect selectio 10/11 Suggested readig : NN survey paper (Zhag Chap 1, 2 ad Sectios

More information

Measurement uncertainty of the sound absorption

Measurement uncertainty of the sound absorption Measuremet ucertaity of the soud absorptio coefficiet Aa Izewska Buildig Research Istitute, Filtrowa Str., 00-6 Warsaw, Polad a.izewska@itb.pl 6887 The stadard ISO/IEC 705:005 o the competece of testig

More information

Classification of fragile states based on machine learning

Classification of fragile states based on machine learning Classificatio of fragile states based o machie learig Yuqua Li 1, Hehua Yao 1 1 Departmet of Computer Techology ad Applicatio, Qighai Uiversity, Xiig, Chia Abstract. The study of fragile states has become

More information

ME 539, Fall 2008: Learning-Based Control

ME 539, Fall 2008: Learning-Based Control ME 539, Fall 2008: Learig-Based Cotrol Neural Network Basics 10/1/2008 & 10/6/2008 Uiversity Orego State Neural Network Basics Questios??? Aoucemet: Homework 1 has bee posted Due Friday 10/10/08 at oo

More information

New Correlation for Calculating Critical Pressure of Petroleum Fractions

New Correlation for Calculating Critical Pressure of Petroleum Fractions IARJSET ISSN (Olie) 2393-8021 ISSN (Prit) 2394-1588 Iteratioal Advaced Research Joural i Sciece, Egieerig ad Techology New Correlatio for Calculatig Critical Pressure of Petroleum Fractios Sayed Gomaa,

More information

Topics Machine learning: lecture 2. Review: the learning problem. Hypotheses and estimation. Estimation criterion cont d. Estimation criterion

Topics Machine learning: lecture 2. Review: the learning problem. Hypotheses and estimation. Estimation criterion cont d. Estimation criterion .87 Machie learig: lecture Tommi S. Jaakkola MIT CSAIL tommi@csail.mit.edu Topics The learig problem hypothesis class, estimatio algorithm loss ad estimatio criterio samplig, empirical ad epected losses

More information

Research Article An Optimized Classification Algorithm by Neural Network Ensemble Based on PLS and OLS

Research Article An Optimized Classification Algorithm by Neural Network Ensemble Based on PLS and OLS Mathematical Problems i Egieerig, Article ID 395263, 8 pages http://dxdoiorg/101155/2014/395263 Research Article A Optimized Classificatio Algorithm by Neural Network Esemble Based o PLS ad OLS Weikua

More information

Intermittent demand forecasting by using Neural Network with simulated data

Intermittent demand forecasting by using Neural Network with simulated data Proceedigs of the 011 Iteratioal Coferece o Idustrial Egieerig ad Operatios Maagemet Kuala Lumpur, Malaysia, Jauary 4, 011 Itermittet demad forecastig by usig Neural Network with simulated data Nguye Khoa

More information

OBJECTIVES. Chapter 1 INTRODUCTION TO INSTRUMENTATION FUNCTION AND ADVANTAGES INTRODUCTION. At the end of this chapter, students should be able to:

OBJECTIVES. Chapter 1 INTRODUCTION TO INSTRUMENTATION FUNCTION AND ADVANTAGES INTRODUCTION. At the end of this chapter, students should be able to: OBJECTIVES Chapter 1 INTRODUCTION TO INSTRUMENTATION At the ed of this chapter, studets should be able to: 1. Explai the static ad dyamic characteristics of a istrumet. 2. Calculate ad aalyze the measuremet

More information

DERIVING THE 12-LEAD ECG FROM EASI ELECTRODES VIA NONLINEAR REGRESSION

DERIVING THE 12-LEAD ECG FROM EASI ELECTRODES VIA NONLINEAR REGRESSION DERIVING THE 1-LEAD ECG FROM EASI ELECTRODES VIA NONLINEAR REGRESSION 1 PIROON KAEWFOONGRUNGSI, DARANEE HORMDEE 1, Departmet of Computer Egieerig, Faculty of Egieerig, Kho Kae Uiversity 4, Thailad E-mail:

More information

GUIDELINES ON REPRESENTATIVE SAMPLING

GUIDELINES ON REPRESENTATIVE SAMPLING DRUGS WORKING GROUP VALIDATION OF THE GUIDELINES ON REPRESENTATIVE SAMPLING DOCUMENT TYPE : REF. CODE: ISSUE NO: ISSUE DATE: VALIDATION REPORT DWG-SGL-001 002 08 DECEMBER 2012 Ref code: DWG-SGL-001 Issue

More information

Machine Learning Regression I Hamid R. Rabiee [Slides are based on Bishop Book] Spring

Machine Learning Regression I Hamid R. Rabiee [Slides are based on Bishop Book] Spring Machie Learig Regressio I Hamid R. Rabiee [Slides are based o Bishop Book] Sprig 015 http://ce.sharif.edu/courses/93-94//ce717-1 Liear Regressio Liear regressio: ivolves a respose variable ad a sigle predictor

More information

The Input-Output Analysis of Construction Industry in West China. Ke Bin Zhang 2, b

The Input-Output Analysis of Construction Industry in West China. Ke Bin Zhang 2, b Applied Mechaics ad Materials Olie: 214-7-4 ISSN: 1662-7482, Vols. 584-586, pp 2353-2358 doi:1.428/www.scietific.et/amm.584-586.2353 214 ras ech Publicatios, Switzerlad he Iput-Output Aalysis of Costructio

More information

Design of distribution transformer loss meter considering the harmonic loss based on one side measurement method

Design of distribution transformer loss meter considering the harmonic loss based on one side measurement method 3rd Iteratioal Coferece o Machiery, Materials ad Iformatio Techology Applicatios (ICMMITA 05) Desig of distributio trasformer loss meter cosiderig the harmoic loss based o oe side measuremet method HU

More information

MCT242: Electronic Instrumentation Lecture 2: Instrumentation Definitions

MCT242: Electronic Instrumentation Lecture 2: Instrumentation Definitions Faculty of Egieerig MCT242: Electroic Istrumetatio Lecture 2: Istrumetatio Defiitios Overview Measuremet Error Accuracy Precisio ad Mea Resolutio Mea Variace ad Stadard deviatio Fiesse Sesitivity Rage

More information

1 Review of Probability & Statistics

1 Review of Probability & Statistics 1 Review of Probability & Statistics a. I a group of 000 people, it has bee reported that there are: 61 smokers 670 over 5 960 people who imbibe (drik alcohol) 86 smokers who imbibe 90 imbibers over 5

More information

AN OPEN-PLUS-CLOSED-LOOP APPROACH TO SYNCHRONIZATION OF CHAOTIC AND HYPERCHAOTIC MAPS

AN OPEN-PLUS-CLOSED-LOOP APPROACH TO SYNCHRONIZATION OF CHAOTIC AND HYPERCHAOTIC MAPS http://www.paper.edu.c Iteratioal Joural of Bifurcatio ad Chaos, Vol. 1, No. 5 () 119 15 c World Scietific Publishig Compay AN OPEN-PLUS-CLOSED-LOOP APPROACH TO SYNCHRONIZATION OF CHAOTIC AND HYPERCHAOTIC

More information

As metioed earlier, directly forecastig o idividual product demads usually result i a far-off forecast that ot oly impairs the quality of subsequet ma

As metioed earlier, directly forecastig o idividual product demads usually result i a far-off forecast that ot oly impairs the quality of subsequet ma Semicoductor Product-mix Estimate with Dyamic Weightig Scheme Argo Che, Ziv Hsia ad Kyle Yag Graduate Istitute of Idustrial Egieerig, Natioal Taiwa Uiversity Roosevelt Rd. Sec. 4, Taipei, Taiwa, 6 ache@tu.edu.tw

More information

Machine Learning Theory Tübingen University, WS 2016/2017 Lecture 11

Machine Learning Theory Tübingen University, WS 2016/2017 Lecture 11 Machie Learig Theory Tübige Uiversity, WS 06/07 Lecture Tolstikhi Ilya Abstract We will itroduce the otio of reproducig kerels ad associated Reproducig Kerel Hilbert Spaces (RKHS). We will cosider couple

More information

A Study on Travel Time Value in Railway Transportation Corridors

A Study on Travel Time Value in Railway Transportation Corridors A Study o Travel Time Value i Railway Trasportatio Corridors HaiJu Li *, HogChag Zhou 2 School of Traffic ad Trasportatio, Lazhou Jiao-Tog Uiversity, Lazhou 730070, Gasu Provice, Chia. * Correspodig Author

More information

The Choquet Integral with Respect to Fuzzy-Valued Set Functions

The Choquet Integral with Respect to Fuzzy-Valued Set Functions The Choquet Itegral with Respect to Fuzzy-Valued Set Fuctios Weiwei Zhag Abstract The Choquet itegral with respect to real-valued oadditive set fuctios, such as siged efficiecy measures, has bee used i

More information

Final Examination Solutions 17/6/2010

Final Examination Solutions 17/6/2010 The Islamic Uiversity of Gaza Faculty of Commerce epartmet of Ecoomics ad Political Scieces A Itroductio to Statistics Course (ECOE 30) Sprig Semester 009-00 Fial Eamiatio Solutios 7/6/00 Name: I: Istructor:

More information

Runoff Prediction with a Combined Artificial Neural Network and Support Vector Regression

Runoff Prediction with a Combined Artificial Neural Network and Support Vector Regression Iteratioal Joural of Machie Learig ad Computig, Vol. 8, No. 1, February 2018 Ruoff Predictio with a Combied Artificial Neural Network ad Support Vector Regressio Ratipor Chakla, Nutawut Kaougku, Keerachart

More information

BIOINF 585: Machine Learning for Systems Biology & Clinical Informatics

BIOINF 585: Machine Learning for Systems Biology & Clinical Informatics BIOINF 585: Machie Learig for Systems Biology & Cliical Iformatics Lecture 14: Dimesio Reductio Jie Wag Departmet of Computatioal Medicie & Bioiformatics Uiversity of Michiga 1 Outlie What is feature reductio?

More information

specials, or gone to the university bookstore and found that the texts for your course are on backorder? 204 / 481

specials, or gone to the university bookstore and found that the texts for your course are on backorder? 204 / 481 Chapter 4: Forecastig 15 Forecast is oe of the most importat busiess fuctios because all other busiess decisios are based o a forecast of the future. Decisios such as which markets to pursue, which products

More information

Linear Regression Models

Linear Regression Models Liear Regressio Models Dr. Joh Mellor-Crummey Departmet of Computer Sciece Rice Uiversity johmc@cs.rice.edu COMP 528 Lecture 9 15 February 2005 Goals for Today Uderstad how to Use scatter diagrams to ispect

More information

ENGI 4421 Confidence Intervals (Two Samples) Page 12-01

ENGI 4421 Confidence Intervals (Two Samples) Page 12-01 ENGI 44 Cofidece Itervals (Two Samples) Page -0 Two Sample Cofidece Iterval for a Differece i Populatio Meas [Navidi sectios 5.4-5.7; Devore chapter 9] From the cetral limit theorem, we kow that, for sufficietly

More information

THE KALMAN FILTER RAUL ROJAS

THE KALMAN FILTER RAUL ROJAS THE KALMAN FILTER RAUL ROJAS Abstract. This paper provides a getle itroductio to the Kalma filter, a umerical method that ca be used for sesor fusio or for calculatio of trajectories. First, we cosider

More information

Boosting. Professor Ameet Talwalkar. Professor Ameet Talwalkar CS260 Machine Learning Algorithms March 1, / 32

Boosting. Professor Ameet Talwalkar. Professor Ameet Talwalkar CS260 Machine Learning Algorithms March 1, / 32 Boostig Professor Ameet Talwalkar Professor Ameet Talwalkar CS260 Machie Learig Algorithms March 1, 2017 1 / 32 Outlie 1 Admiistratio 2 Review of last lecture 3 Boostig Professor Ameet Talwalkar CS260

More information

Information-based Feature Selection

Information-based Feature Selection Iformatio-based Feature Selectio Farza Faria, Abbas Kazeroui, Afshi Babveyh Email: {faria,abbask,afshib}@staford.edu 1 Itroductio Feature selectio is a topic of great iterest i applicatios dealig with

More information

IP Reference guide for integer programming formulations.

IP Reference guide for integer programming formulations. IP Referece guide for iteger programmig formulatios. by James B. Orli for 15.053 ad 15.058 This documet is iteded as a compact (or relatively compact) guide to the formulatio of iteger programs. For more

More information

Introduction to Machine Learning DIS10

Introduction to Machine Learning DIS10 CS 189 Fall 017 Itroductio to Machie Learig DIS10 1 Fu with Lagrage Multipliers (a) Miimize the fuctio such that f (x,y) = x + y x + y = 3. Solutio: The Lagragia is: L(x,y,λ) = x + y + λ(x + y 3) Takig

More information

Approximating the ruin probability of finite-time surplus process with Adaptive Moving Total Exponential Least Square

Approximating the ruin probability of finite-time surplus process with Adaptive Moving Total Exponential Least Square WSEAS TRANSACTONS o BUSNESS ad ECONOMCS S. Khotama, S. Boothiem, W. Klogdee Approimatig the rui probability of fiite-time surplus process with Adaptive Movig Total Epoetial Least Square S. KHOTAMA, S.

More information

The DOA Estimation of Multiple Signals based on Weighting MUSIC Algorithm

The DOA Estimation of Multiple Signals based on Weighting MUSIC Algorithm , pp.10-106 http://dx.doi.org/10.1457/astl.016.137.19 The DOA Estimatio of ultiple Sigals based o Weightig USIC Algorithm Chagga Shu a, Yumi Liu State Key Laboratory of IPOC, Beijig Uiversity of Posts

More information

Stability Evaluation of Surfactant-Grafted Polyacrylamide Used in Oilfields by Evolution of Ammonia

Stability Evaluation of Surfactant-Grafted Polyacrylamide Used in Oilfields by Evolution of Ammonia Joural of Materials Sciece ad hemical Egieerig, 1,, 15-19 Published lie May 1 i SciRes. http://www.scirp.org/joural/msce http://dx.doi.org/1.3/msce.1.53 Stability Evaluatio of Surfactat-Grafted Polyacrylamide

More information

10/2/ , 5.9, Jacob Hays Amit Pillay James DeFelice

10/2/ , 5.9, Jacob Hays Amit Pillay James DeFelice 0//008 Liear Discrimiat Fuctios Jacob Hays Amit Pillay James DeFelice 5.8, 5.9, 5. Miimum Squared Error Previous methods oly worked o liear separable cases, by lookig at misclassified samples to correct

More information

Estimation of Population Mean Using Co-Efficient of Variation and Median of an Auxiliary Variable

Estimation of Population Mean Using Co-Efficient of Variation and Median of an Auxiliary Variable Iteratioal Joural of Probability ad Statistics 01, 1(4: 111-118 DOI: 10.593/j.ijps.010104.04 Estimatio of Populatio Mea Usig Co-Efficiet of Variatio ad Media of a Auxiliary Variable J. Subramai *, G. Kumarapadiya

More information

Higher-order iterative methods by using Householder's method for solving certain nonlinear equations

Higher-order iterative methods by using Householder's method for solving certain nonlinear equations Math Sci Lett, No, 7- ( 7 Mathematical Sciece Letters A Iteratioal Joural http://dxdoiorg/785/msl/5 Higher-order iterative methods by usig Householder's method for solvig certai oliear equatios Waseem

More information

Forecasting SO 2 air pollution in Salamanca, Mexico using an ADALINE.

Forecasting SO 2 air pollution in Salamanca, Mexico using an ADALINE. Iovative Productio Machies ad Systems D.T. Pham, E.E. Eldukhri ad A.J. Soroka (eds) 2008 MEC. Cardiff Uiversity, UK. Forecastig SO 2 air pollutio i Salamaca, Mexico usig a ADALINE. M.G. Cortia a, U.S.

More information

Pattern recognition systems Laboratory 10 Linear Classifiers and the Perceptron Algorithm

Pattern recognition systems Laboratory 10 Linear Classifiers and the Perceptron Algorithm Patter recogitio systems Laboratory 10 Liear Classifiers ad the Perceptro Algorithm 1. Objectives his laboratory sessio presets the perceptro learig algorithm for the liear classifier. We will apply gradiet

More information

A Study of the Collaborative Degree between Economic Growth and Carbon Reduction Targets under International Comparative Perspective

A Study of the Collaborative Degree between Economic Growth and Carbon Reduction Targets under International Comparative Perspective Iteratioal Coferece o Circuits ad Systems (CAS 25) A Study of the Collaborative Degree betwee Ecoomic Growth ad Carbo Reductio Targets uder Iteratioal Comparative Perspective Liag Qu, Cog Che, Wuli Zhag

More information

Short Term Load Forecasting Using Artificial Neural Network And Imperialist Competitive Algorithm

Short Term Load Forecasting Using Artificial Neural Network And Imperialist Competitive Algorithm Short Term Load Forecastig Usig Artificial eural etwork Ad Imperialist Competitive Algorithm Mostafa Salamat, Mostafa_salamat63@yahoo.com Javad Mousavi, jmousavi.sh1365@gmail.com Seyed Hamid Shah Alami,

More information

Machine Learning. Ilya Narsky, Caltech

Machine Learning. Ilya Narsky, Caltech Machie Learig Ilya Narsky, Caltech Lecture 4 Multi-class problems. Multi-class versios of Neural Networks, Decisio Trees, Support Vector Machies ad AdaBoost. Reductio of a multi-class problem to a set

More information

6.867 Machine learning, lecture 7 (Jaakkola) 1

6.867 Machine learning, lecture 7 (Jaakkola) 1 6.867 Machie learig, lecture 7 (Jaakkola) 1 Lecture topics: Kerel form of liear regressio Kerels, examples, costructio, properties Liear regressio ad kerels Cosider a slightly simpler model where we omit

More information

LOSS-MINIMIZATION CONTROL OF SCALAR- CONTROLLED INDUCTION MOTOR DRIVES

LOSS-MINIMIZATION CONTROL OF SCALAR- CONTROLLED INDUCTION MOTOR DRIVES LOSS-MINIMIZATION CONTROL OF SCALAR- CONTROLLED INDUCTION MOTOR DRIVES Hussei Sarha, Rateb Al-Issa, ad Qazem Jaber Departmet of Mechatroics Egieerig, Faculty of Egieerig Techology Al-Balqa Applied Uiversity,

More information

Classification of problem & problem solving strategies. classification of time complexities (linear, logarithmic etc)

Classification of problem & problem solving strategies. classification of time complexities (linear, logarithmic etc) Classificatio of problem & problem solvig strategies classificatio of time complexities (liear, arithmic etc) Problem subdivisio Divide ad Coquer strategy. Asymptotic otatios, lower boud ad upper boud:

More information

The Random Walk For Dummies

The Random Walk For Dummies The Radom Walk For Dummies Richard A Mote Abstract We look at the priciples goverig the oe-dimesioal discrete radom walk First we review five basic cocepts of probability theory The we cosider the Beroulli

More information

8. СОВЕТУВАЊЕ. Охрид, септември ANALYSIS OF NO LOAD APPARENT POWER AND FREQUENCY SPECTRUM OF MAGNETIZING CURRENT FOR DIFFERENT CORE TYPES

8. СОВЕТУВАЊЕ. Охрид, септември ANALYSIS OF NO LOAD APPARENT POWER AND FREQUENCY SPECTRUM OF MAGNETIZING CURRENT FOR DIFFERENT CORE TYPES 8. СОВЕТУВАЊЕ Охрид, 22 24 септември Leoardo Štrac Frajo Keleme Kočar Power Trasformers Ltd. ANALYSS OF NO LOAD APPARENT POWER AND FREQENCY SPECTRM OF MAGNETZNG CRRENT FOR DFFERENT CORE TYPES ABSTRACT

More information

Solution of Final Exam : / Machine Learning

Solution of Final Exam : / Machine Learning Solutio of Fial Exam : 10-701/15-781 Machie Learig Fall 2004 Dec. 12th 2004 Your Adrew ID i capital letters: Your full ame: There are 9 questios. Some of them are easy ad some are more difficult. So, if

More information

Prediction of returns in WEEE reverse logistics based on spatial correlation

Prediction of returns in WEEE reverse logistics based on spatial correlation Predictio of returs i WEEE reverse logistics based o spatial correlatio Ju LV (JLV@dbm.ecu.edu.c) School of Busiess, East Chia Normal Uiversity 8, Dogchua Road, Shaghai 41, Chia. Jia-pig XIE School of

More information

Investigating the Significance of a Correlation Coefficient using Jackknife Estimates

Investigating the Significance of a Correlation Coefficient using Jackknife Estimates Iteratioal Joural of Scieces: Basic ad Applied Research (IJSBAR) ISSN 2307-4531 (Prit & Olie) http://gssrr.org/idex.php?joural=jouralofbasicadapplied ---------------------------------------------------------------------------------------------------------------------------

More information

Hypothesis Testing. Evaluation of Performance of Learned h. Issues. Trade-off Between Bias and Variance

Hypothesis Testing. Evaluation of Performance of Learned h. Issues. Trade-off Between Bias and Variance Hypothesis Testig Empirically evaluatig accuracy of hypotheses: importat activity i ML. Three questios: Give observed accuracy over a sample set, how well does this estimate apply over additioal samples?

More information

Open Access Research of Strip Flatness Control Based on Legendre Polynomial Decomposition

Open Access Research of Strip Flatness Control Based on Legendre Polynomial Decomposition Sed Orders for Reprits to reprits@bethamsciece.ae The Ope Automatio ad Cotrol Systems Joural, 215, 7, 23-211 23 Ope Access Research of Strip Flatess Cotrol Based o Legedre Polyomial Decompositio Ya Liu,

More information

Comparison of Minimum Initial Capital with Investment and Non-investment Discrete Time Surplus Processes

Comparison of Minimum Initial Capital with Investment and Non-investment Discrete Time Surplus Processes The 22 d Aual Meetig i Mathematics (AMM 207) Departmet of Mathematics, Faculty of Sciece Chiag Mai Uiversity, Chiag Mai, Thailad Compariso of Miimum Iitial Capital with Ivestmet ad -ivestmet Discrete Time

More information

To the use of Sellmeier formula

To the use of Sellmeier formula To the use of Sellmeier formula by Volkmar Brücker Seior Experte Service (SES) Bo ad HfT Leipzig, Germay Abstract Based o dispersio of pure silica we proposed a geeral Sellmeier formula for various dopats

More information

Mathematical Modeling of Optimum 3 Step Stress Accelerated Life Testing for Generalized Pareto Distribution

Mathematical Modeling of Optimum 3 Step Stress Accelerated Life Testing for Generalized Pareto Distribution America Joural of Theoretical ad Applied Statistics 05; 4(: 6-69 Published olie May 8, 05 (http://www.sciecepublishiggroup.com/j/ajtas doi: 0.648/j.ajtas.05040. ISSN: 6-8999 (Prit; ISSN: 6-9006 (Olie Mathematical

More information

Presenting A Framework To Study Linkages Among Tqm Practices, Supply Chain Management Practices, And Performance Using Dematel Technique

Presenting A Framework To Study Linkages Among Tqm Practices, Supply Chain Management Practices, And Performance Using Dematel Technique Australia Joural of Basic ad Applied Scieces, 5(9): 885-890, 20 ISSN 99-878 Presetig A Framework To Study Likages Amog Tqm Practices, Supply Chai Maagemet Practices, Ad Performace Usig Dematel Techique

More information

The improvement of the volume ratio measurement method in static expansion vacuum system

The improvement of the volume ratio measurement method in static expansion vacuum system Available olie at www.sciecedirect.com Physics Procedia 32 (22 ) 492 497 8 th Iteratioal Vacuum Cogress The improvemet of the volume ratio measuremet method i static expasio vacuum system Yu Hogya*, Wag

More information

REGRESSION WITH QUADRATIC LOSS

REGRESSION WITH QUADRATIC LOSS REGRESSION WITH QUADRATIC LOSS MAXIM RAGINSKY Regressio with quadratic loss is aother basic problem studied i statistical learig theory. We have a radom couple Z = X, Y ), where, as before, X is a R d

More information

Lecture 4. Hw 1 and 2 will be reoped after class for every body. New deadline 4/20 Hw 3 and 4 online (Nima is lead)

Lecture 4. Hw 1 and 2 will be reoped after class for every body. New deadline 4/20 Hw 3 and 4 online (Nima is lead) Lecture 4 Homework Hw 1 ad 2 will be reoped after class for every body. New deadlie 4/20 Hw 3 ad 4 olie (Nima is lead) Pod-cast lecture o-lie Fial projects Nima will register groups ext week. Email/tell

More information

Monte Carlo Optimization to Solve a Two-Dimensional Inverse Heat Conduction Problem

Monte Carlo Optimization to Solve a Two-Dimensional Inverse Heat Conduction Problem Australia Joural of Basic Applied Scieces, 5(): 097-05, 0 ISSN 99-878 Mote Carlo Optimizatio to Solve a Two-Dimesioal Iverse Heat Coductio Problem M Ebrahimi Departmet of Mathematics, Karaj Brach, Islamic

More information

Polynomial Multiplication and Fast Fourier Transform

Polynomial Multiplication and Fast Fourier Transform Polyomial Multiplicatio ad Fast Fourier Trasform Com S 477/577 Notes Ya-Bi Jia Sep 19, 2017 I this lecture we will describe the famous algorithm of fast Fourier trasform FFT, which has revolutioized digital

More information

Machine Learning Theory Tübingen University, WS 2016/2017 Lecture 12

Machine Learning Theory Tübingen University, WS 2016/2017 Lecture 12 Machie Learig Theory Tübige Uiversity, WS 06/07 Lecture Tolstikhi Ilya Abstract I this lecture we derive risk bouds for kerel methods. We will start by showig that Soft Margi kerel SVM correspods to miimizig

More information

Machine Learning Brett Bernstein

Machine Learning Brett Bernstein Machie Learig Brett Berstei Week 2 Lecture: Cocept Check Exercises Starred problems are optioal. Excess Risk Decompositio 1. Let X = Y = {1, 2,..., 10}, A = {1,..., 10, 11} ad suppose the data distributio

More information

Power Weighted Quantile Regression and Its Application

Power Weighted Quantile Regression and Its Application Joural of Data Sciece 12(2014), 535-544 Power Weighted Quatile Regressio ad Its Applicatio Xue J. Ma 1 ad Feg X. He 2 1 Remi Uiversity of Chia 2 North Chia Electric Power Uiversity Abstract: I the paper,

More information

NEW IDENTIFICATION AND CONTROL METHODS OF SINE-FUNCTION JULIA SETS

NEW IDENTIFICATION AND CONTROL METHODS OF SINE-FUNCTION JULIA SETS Joural of Applied Aalysis ad Computatio Volume 5, Number 2, May 25, 22 23 Website:http://jaac-olie.com/ doi:.948/252 NEW IDENTIFICATION AND CONTROL METHODS OF SINE-FUNCTION JULIA SETS Jie Su,2, Wei Qiao

More information

Topics Machine learning: lecture 3. Linear regression. Linear regression. Linear regression. Linear regression

Topics Machine learning: lecture 3. Linear regression. Linear regression. Linear regression. Linear regression 6.867 Machie learig: lecture 3 Tommi S. Jaakkola MIT CSAIL tommi@csail.mit.edu Topics Beod liear regressio models additive regressio models, eamples geeralizatio ad cross-validatio populatio miimizer Statistical

More information

MBACATÓLICA. Quantitative Methods. Faculdade de Ciências Económicas e Empresariais UNIVERSIDADE CATÓLICA PORTUGUESA 9. SAMPLING DISTRIBUTIONS

MBACATÓLICA. Quantitative Methods. Faculdade de Ciências Económicas e Empresariais UNIVERSIDADE CATÓLICA PORTUGUESA 9. SAMPLING DISTRIBUTIONS MBACATÓLICA Quatitative Methods Miguel Gouveia Mauel Leite Moteiro Faculdade de Ciêcias Ecoómicas e Empresariais UNIVERSIDADE CATÓLICA PORTUGUESA 9. SAMPLING DISTRIBUTIONS MBACatólica 006/07 Métodos Quatitativos

More information

STA Learning Objectives. Population Proportions. Module 10 Comparing Two Proportions. Upon completing this module, you should be able to:

STA Learning Objectives. Population Proportions. Module 10 Comparing Two Proportions. Upon completing this module, you should be able to: STA 2023 Module 10 Comparig Two Proportios Learig Objectives Upo completig this module, you should be able to: 1. Perform large-sample ifereces (hypothesis test ad cofidece itervals) to compare two populatio

More information

Multi-variable weakening buffer operator and its application

Multi-variable weakening buffer operator and its application Multi-variable weakeig buffer operator ad its applicatio Lifeg Wu a,c, Sifeg Liu b, Yigjie Yag b, Lihua Ma c, Hogxia Liu c a College of Ecoomics ad Maagemet, Najig Uiversity of Aeroautics ad Astroautics,

More information

Interval Intuitionistic Trapezoidal Fuzzy Prioritized Aggregating Operators and their Application to Multiple Attribute Decision Making

Interval Intuitionistic Trapezoidal Fuzzy Prioritized Aggregating Operators and their Application to Multiple Attribute Decision Making Iterval Ituitioistic Trapezoidal Fuzzy Prioritized Aggregatig Operators ad their Applicatio to Multiple Attribute Decisio Makig Xia-Pig Jiag Chogqig Uiversity of Arts ad Scieces Chia cqmaagemet@163.com

More information

Machine Learning Assignment-1

Machine Learning Assignment-1 Uiversity of Utah, School Of Computig Machie Learig Assigmet-1 Chadramouli, Shridhara sdhara@cs.utah.edu 00873255) Sigla, Sumedha sumedha.sigla@utah.edu 00877456) September 10, 2013 1 Liear Regressio a)

More information

RAINFALL PREDICTION BY WAVELET DECOMPOSITION

RAINFALL PREDICTION BY WAVELET DECOMPOSITION RAIFALL PREDICTIO BY WAVELET DECOMPOSITIO A. W. JAYAWARDEA Departmet of Civil Egieerig, The Uiversit of Hog Kog, Hog Kog, Chia P. C. XU Academ of Mathematics ad Sstem Scieces, Chiese Academ of Scieces,

More information

Bayesian Methods: Introduction to Multi-parameter Models

Bayesian Methods: Introduction to Multi-parameter Models Bayesia Methods: Itroductio to Multi-parameter Models Parameter: θ = ( θ, θ) Give Likelihood p(y θ) ad prior p(θ ), the posterior p proportioal to p(y θ) x p(θ ) Margial posterior ( θ, θ y) is Iterested

More information

Binary classification, Part 1

Binary classification, Part 1 Biary classificatio, Part 1 Maxim Ragisky September 25, 2014 The problem of biary classificatio ca be stated as follows. We have a radom couple Z = (X,Y ), where X R d is called the feature vector ad Y

More information

Molecular Mechanisms of Gas Diffusion in CO 2 Hydrates

Molecular Mechanisms of Gas Diffusion in CO 2 Hydrates Supportig Iformatio Molecular Mechaisms of Gas Diffusio i CO Hydrates Shuai Liag, * Deqig Liag, Negyou Wu,,3 Lizhi Yi, ad Gaowei Hu,3 Key Laboratory of Gas Hydrate, Guagzhou Istitute of Eergy Coversio,

More information

Analytic Theory of Probabilities

Analytic Theory of Probabilities Aalytic Theory of Probabilities PS Laplace Book II Chapter II, 4 pp 94 03 4 A lottery beig composed of umbered tickets of which r exit at each drawig, oe requires the probability that after i drawigs all

More information

Chapter 6 Sampling Distributions

Chapter 6 Sampling Distributions Chapter 6 Samplig Distributios 1 I most experimets, we have more tha oe measuremet for ay give variable, each measuremet beig associated with oe radomly selected a member of a populatio. Hece we eed to

More information