Support Vector Machine Based Electricity Price Forecasting For Electricity Markets utilising Projected Assessment of System Adequacy Data.

Size: px
Start display at page:

Download "Support Vector Machine Based Electricity Price Forecasting For Electricity Markets utilising Projected Assessment of System Adequacy Data."

Transcription

1 The Sixth International Power Engineering Conference (IPEC23, November 23, Singapore Support Vector Machine Baed Electricity Price Forecating For Electricity Maret utiliing Projected Aement of Sytem Adequacy Data. D. C. Sanom ( anom@itee.uq.edu.au, T. Down and T. K.Saha School of Information Technology and Electrical Engineering Univerity of Queenland Abtract In thi paper we preent an analyi of the reult of a tudy into wholeale (pot electricity price forecating with Support Vector Machine (SVM utiliing pat price and demand data and Projected Aement of Sytem Adequacy (PASA data. The forecating accuracy wa evaluated uing Autralian National Electricity Maret (NEM, New South Wale regional data over the year 22. The incluion of PASA data how little improvement in forecating accuracy. Keyword Price Forecating, Support Vector Machine, electricity maret. 1 INTRODUCTION Electrical Supply Indutrie (ESI worldwide have been retructured (deregulated with the intention of introducing level of competition into energy generation and retail energy ale. In any maret with level of competition information of future maret condition can contribute to giving maret participant a competitive advantage over their fellow maret participant. In an open auction tyle electricity maret uch a the Autralian National Electricity Maret (NEM [1] a large volume of information on hitorical and predicted maret condition i available to all maret participant. A the ESI i a large volume indutry all maret participant can gain advantage from even a mall increae in the accuracy of their electricity price forecat. A Electrical Power Engineer with experience in electrical load forecating [2] a logical tarting place for electricity price forecating wa to utilie the ame method a we ued for load forecating. Thi provided a fruitful tarting place a variation in electricity price depend on and o mirror the variation in electrical demand[3, 4]. However electricity price are far more volatile than electrical demand a price are alo a maret function of upply and demand. Electrical load vary in a table periodic way with eaonal and climate variation and weely and daily human activity pattern. Thu load could be forecated by utiliing a nowledge of thee periodic variation however the electrical load forecat can be improved by including prediction of future weather data. Load could be forecated by examining only pat demand data however the forecat can be improved by conidering a wider range of data. Electricity price are baed on the demand and o alo vary in imilar table periodic way a the demand however a the NEM regional electricity price i determined in an auction tyle maret baed on the economic principle of upply and demand. From economic principle we hypothei that electricity price would be influenced by the difference between available upply and the required demand at each intant in time. In previou tudie we have only utilied pat demand and price data [5, 6,14] in thi reearch we hope to improve our price forecat by utiliing a wider range of data. Some data that give an indication of future available upply or generation capacity and the projected required demand i found in the hort-term PASA file provided to maret participant by NEMMCO [13]. The reult of thee tet are being ued to invetigate the following hypothei, over the period teted the electricity price forecating accuracy for the NSW regional electricity price will be improved by the incluion of the PASA data variable into the input data et preented to the SVM forecating model. 2 SHORT-TERM PASA DATA The hort-term Projected Aement of Sytem Adequacy Data file are produced for the NEM by NEMMCO every two hour. The file contain projected half-hourly data for the next ix day tarting at 4:3

2 %! % (! %% #$#$ the day after the PASA file wa publihed. In thi reearch the data variable utilied from the PASA data are: 1 projected capacity required 2 projected reerve required 3 projected reerve urplu 4 projected regional demand 1% POE 5 projected regional demand 5% POE 6 projected regional demand 9% POE where POE i probability of being exceeded. Input y Training point claified low margin Boundary maximie margin. The projected capacity required i an approximation of the total regional generation capacity that i required for that half-hour. The capacity required i equal to the 1% POE regional demand forecat plu the et reerve required. The projected reerve required i the Minimum level of reerve required in the region a determined by the Reliability panel. Uually et at approximately 5 to 7% of the expected total regional demand. Through out the majority of the period in thi tudy the reerve required wa et at 66MW for the NSW region, which ha a total demand from 7 to 11MW. Projected reerve urplu i the urplu (poitive value or deficiency of available reerve (negative value compared to the capacity required. The 1% POE regional demand forecat i the regional demand forecat produced with a 1% probability of being exceeded (POE. Similarly the 5% POE forecat ha a 5% chance of being le than the actual demand at that half-hour. Training point claified high Input z Figure 1 Maximum Margin of Support Vector Machine To explain the principle of SVM we begin with an explanation of the application of a SVM to claify data point a high or low in a two dimenional input pace. The baic principal of SVM i to elect the upport vector (haded data point that decribe a threhold function (boundary for the data that maximie the claification margin (a in Figure 1 ubject to the contraint that at the upport vector the abolute value of the threhold function mut be greater than one a in Equation 1 (ee Figure 2. The non-upport vector data point (unhaded point do not effect the poition of the boundary. 3 SUPPORT VECTOR MACHINE THEORY With the goal of reducing the time and expertie required to contruct and train price forecating model we conidered the next generation of NN called upport vector machine (SVM. SVM have fewer obviou tuneable parameter than NN and the choice of parameter value may be le crucial for good forecating reult. The SVM i deigned to ytematically optimie it tructure (tune it parameter etting baed on the input training data. The Training of a SVM involve olving a quadratic optimiation, which ha one unique olution and doe not involve the random initialiation of weight a training NN doe. So any SVM with the ame parameter etting trained on identical data will give identical reult. Thi increae the repeatability of SVM forecat and o greatly reduce the number of training run required to find the optimum SVM parameter etting when compared to NN training. '' %%&& ## "!! "" +*, -. /112 3 / /,4, : Margin F(net<-1 F(net>+1 F(net = ;+< = C =D =E F8G1HI1G Figure 2 Threhold function for SVM net The following explanation of SVM i the combination of information from ource [7] [8], more information regarding SVM can be obtained from the ernel machine web ite[9]. Equation 1 optimiation to minimie margin

3 Y X minimie ubject for where to data y F ( W y ( W point 1 = 2 X i target ( W = 1,..., l + b 1 of W data T point To overcome the limitation that the SVM only applie to linearly eparable ytem the input (X are mapped "!$#%'& (*,+ #-'+./ dimenional pace where the ytem i linearly eparable. Thi can be undertood with the help of the very imple example in Figure 3 where the onedimenional ytem i not linearly eparable however if the ytem i mapped by a dot product into twodimenional pace the ytem become linearly eparable. high low low x Map to high dimenional pace uing tranform ] ^`_bä c d 1è fbg`h i 2(x Z [\ Not linearly eparable in one dimenional pace 2(x Figure 3 Example of mapping to higher dimenion to mae linearly eparable Thi method of mapping to higher dimenion to mae the ytem linearly eparable create two challenge; how to chooe a va : ;=< > 7:?A@AB> 5 C D E"FHG IJLK M GK it may be impractical to perform the dot product required for the margin optimiation in higher dimenional pace. To overcome thee two challenge a Kernel function i ued a hown in Equation 2. Thi Kernel function can implement the dot product between two mapping tranform without needing to now the mapping tranform function itelf. Equation 2 Kernel function to perform dot product of two mapping function K( X, X j = Φ( X Φ( X j Once the Kernel function ha been included the SVM training can be written a the quadratic optimiation problem in lagrangian multiplier form a: Equation 3 lagrangian formulation T ~ max W ( Λ = Λ Λ Where boundary Linearly eparable in two dimenional pace T [ DΛ] 1(x D = d y K( x, x, j j j and the vector of lagrangian multiplier i Λ = λ, λ,..., λ ( 1 2 l Solving thi quadratic optimiation give the vector of lagrangian multiplier (hadow price. Support vector are the only data point with non-zero lagrangian multiplier o only upport vector are required to produce a forecating model (i.e. decribe the boundary in Figure 1. upport vector S = X only if λ To produce forecat implement Equation 4 below a in Figure 4 Equation 4 output of SVM Input X x,1 X,2 X,3 X,4 X,l f ( X = ign( net( X net ( X = λ d K( S, X + b Figure 4 Structure of SVM To apply SVM to regreion forecat a NÖ PQ"R OS TOU NV W i applied for each data point, which allow for an error between the target price y and the output of the SVM. The optimiation then become: Equation 5 SVM training for regreion minimie ubject for to data y ( W X + b 1 + ξ where y i price of data point C i a parameter choen by the uer to aign penaltie to the error. A large C aign more penalty to the error o the SVM i trained to minimie error, can be conidered lower generaliation. A mall C aign le penalty to error o SVM i trained to minimie margin while allowing error, higher generaliation. From previou tudie a C between.1 and 1 wa found bet for electricity price forecating model. In thi paper all SVM model are trained with C et to.5. 1 T F ( W = ( W W + C ξ 2 point K(S 1,X K(S 2,X K(S 3,X K(S,X = 1,..., l Weight W λ 2 d 2 λ 3 d 3 λ d λ 1 d 1 Σ F(net

4 4 PROCEDURE The SVM training and forecat were performed with the mysvm program developed by Stefan Rüping [1]. The program wa deigned to olve the dual of the optimiation in Equation 5 by dividing the training et into mall woring et or chun [11]. In thi tudy all forecat were even day into the future forecat utiliing real NEM data obtained from the NEMMCO web ite [13]. Note no data wa omitted not even very large price pie. The forecating tool were deigned to produce a practical forecat and o no data wa ued that would not be available to all maret participant at the time of producing the forecat. Timing terminology ued within thi paper: A tandard for the NEM the time t i defined a the trading half-hour. The half-hour i defined a the half-hour ending at that time. So the 48 th half-hour of the day i defined a the : half-hour which cover the trading period from 23:3 to :(midnight. So a day tart at the 1 t half-hour :3 covering the period from : to :3. NOW i at t=. The time at which the forecat i produced. Forecat time. The time in half-hour the forecat i for. A forecat time of 8/3/2 14:3 mean the forecat price i for the trading half-hour ending at 14:3 on 8/March/2. (note UK date format ued The delay. I the time t in half-hour before NOW. So a negative delay i in the future compared to NOW. Forecat ahead. I the time in half-hour for which the forecat i made into the future. Thu a one wee ahead forecat ha a forecat ahead of 336 halfhour. To allow the uer time to obtain and proce the hortterm PASA data file a minimum delay of one hour wa alway ued in proceing the data for producing thee forecat. In our early price forecating tudie it wa aumed that a very accurate forecat of future regional demand wa available and o the actual demand for the forecat time wa ued in producing the price forecat. In thi tudy no data after NOW i ued. The demand forecat ued are from the hort-term PASA file provided on the NEMMCO web ite. So the forecat produced in thi tudy are more practical reult than in our pat tudie. In previou tudie we found that uing a demand forecat intead of the actual demand reduced the accuracy of the price forecat by 1 to 4% (average of 2.3% depending of the accuracy of the demand forecat for that wee. All SVM price forecating model were trained with 28 day of data and teted by forecating the next even day of NSW regional electricity price. The reult were obtained by teting over 25 wee of data from the 12th of February to the 3 th of July 22. Thi data wa obtained from the NEMMCO web ite. The SVM forecating model utiliing PASA data were preented with all 15 variable in Table 1. The model not uing PASA data were preented with variable 1 to 4 and 11 to 15 only. Table 1 Input Variable Input to SVM Input Input Name Half-hour delay. Comment t= NOW Target pot price t=-336 Cent/MW 1 pot price t=3 1 hour 2 regional demand t=3 1 hour 3 daily half-hour t= weely half-hour t= capacity required N/a PASA File 6 reerve required N/a at delay t=2 7 reerve urplu N/a Data read at 8 PASA demand 1% N/a time delay 9 PASA demand 5% N/a t= PASA demand 9% N/a 11 pot price 48 1 day 12 pot price 96 2 day 13 pot price day 14 pot price wee 15 pot price wee 5 RESULTS 5.1 Value of PASA data The SVM price forecating model utiliing no PASA data gave forecating with a Mean Abolute Error (MAE of 28.6% and a Root Mean Squared (RMS error of 251. The addition of PASA data offered no ubtantial improvement in forecating accuracy to MAE 28.% and RMS 254. The plot of MAE and RMS are hown in Figure 8 and Figure 9. The plot for the model not uing PASA data were almot identical to thee plot. Both MAE and RMS error plot hown in thi paper are liding window average, with widow width of 48 and 336 half-hour. 5.2 Analyi of reult Before the winter load and pricing pattern began around the 2 th of May (uch a in Figure 5 the forecating reult were more acceptable with a MAE of 22.% and a RMS of After the 2 th of May the winter pattern began with the price piing mot weeday at 18: and/or 18:3 a hown in Figure 6. Thee large price increae were predictable a they occurred between 17: and 19:3, motly at 18: on weeday. In the NSW region over the winter period 18: to 18:3 i the pea load period of the day and o i expected to have the highet price of that day. However the magnitude

5 of thee daily price pie did not have any obviou pattern and o will be a focu of our next tudy. 9 Compare demand forecat error againt price 25 RMS Error for price forecat with PASA RMS meaure of Error total hal-hour Demand forecat error [MW] total hal-hour actual price predicted price day RMS average wee RMS average Figure 5 Good accuracy wee 3 rd to 9 th of March 2 One poible olution i to ue two eparate forecating model one for the very important pea demand and therefore price period and another model to forecat the price for the remainder of the time. When the half-hour 18: and 18:3 were removed from model the error of the reult improved (marginally to 27.1% MAE and (ignificantly to 86 RMS a the RMS meaure emphaie larger error RMS Error for price forecat with PASA total hal-hour actual price predicted price(all le than 5 day RMS average wee RMS average Figure 6 Poor accuracy wee 26/6/2 to 1/7/2 5.3 Importance of generation Capacity Our hypothei in performing thi reearch wa that the price baed on a upply and demand maret would depend on the difference between generation capacity and required demand and therefore the difference between NEMMCO demand forecat of required generation and the actual required demand at the time of upply. Figure 7 how reult for the error in demand forecating and the price for wee 19 of the forecating period. Thi wa typical for the period under tudy with only a wea correlation found between the error in demand forecating and the change in electricity price. Thu baed on our reult our hypothei would eem to be le important than other factor uch a abolute demand magnitude and generator bidding trategie. Price pie not caued by ytem failure appeared to occur at 18:3 on winter weeday night. The timing of thee pie wa independent of whether the required demand wa in exce or le than the expected demand obtained from load forecat. Were thee price pie a reult of the demand or of generator bidding behaviour? RMS meaure of Error actual price [$/MW] demand error [MW] Figure 7 Demand error and price 26/6 to 2/7/2 6 CONCLUSIONS The PASA data provided only a mall improvement in the accuracy of the SVM price forecating model. Baed on thee reult the cot and time in collecting and proceing the PASA data i not jutified by the improvement in forecat accuracy. The accuracy of the demand forecat or nowing the difference between expected generation capacity and the required demand wa not a crucial in price forecating a nowing the time of day and magnitude of the pea demand. However the magnitude of pea demand did not correlate with the magnitude of the price pie. Our future reearch need to explore and verify our growing belief that undertanding generator bidding trategie and regulation and regulatory change would be more beneficial to electricity price forecating than hitorical tatitical baed method. The quetion for the ESI i, ha electricity pricing evolved into a dynamic maret where the action and trategie of participant are of equal or more importance than the determinitic idea and method of power ytem analyi and load forecating? 7 REFERENCES [1] Publihed by NEMMCO," An Introduction to Autralia' National Electricity Maret: NEMMCO", Available at [13]. [2] H. S. Hippert, "Neural networ for hort-term load forecating: a review and evaluation," IEEE Tranaction on Power Sytem, vol. 16, pp , 21. [3] Sapelu A, "Pool price forecating: a neural networ application," UPEC 94 Conference paper, vol. 2, pp. 84, [4] Ramay B, "A neural networ for predicting ytem marginal price in the UK power pool," Univerity of Dundee UK, [5] Sanom-D and Saha-TK, "Neural Networ for Forecating Electricity Pool Price in a Deregulated Electricity Supply Indutry," AUPEC'99 Darwin Autralia Proceeding, pp. 214, 1999.

6 [6] Sanom-D, Down-T and Saha-TK, "Evaluation of upport vector machine baed forecating tool in electricity price forecating for Autralian National electricity maret," AUPEC22 proceeding, 22. [7] C. Corte, "Support-vector networ," Machine Learning, vol. 2, pp , [8] Platt-JC, "Sequential Minimal Optimization: A Fat Algorithm for Training Support Vector Machine," Microoft reearch report, [9] [1] S. Rüping, "mysvm oftware," under oftware -> mysvm. [11] E. Ouna, R. Freund, and F. Giroi, Support vector machine: training and application: Maachuett Intitute of Technology, [13] NEMMCO web ite acceed Dec [14] Z. Xu and Z. Y. Dong, "Development of a Wavelet and SVM Model for Electricity Price Forecating", Submitted to IEEE Tran on Power Sytem,22. MAE error for price Forecat with PASA data MAE( = 1*(forecat( - actual( / actual( % day MAE average = {um over n=-48 to of [MAE(n]} /48 wee MAE average = {um over n=- 336 to of [MAE(n]} /336 2% 18% 16% 14% 12% 1% 8% 6% 4% error MAE 1 2% total half-hour % actual price (appear vertical only day MAE average wee MAE average Figure 8 MAE error for Price Forecat with PASA data RMS Error for price forecat with PASA quared error( = (forecat( - actual(^2 day RMS average = qrt{{um over n=- 48 to of [error(n]} /48} wee RMS average = qrt{{um over n=-336 to of [error(n]} /336} Error RMS meaure total half-hour actual price (appear vertical only day RMS average wee RMS average Figure 9 RMS Error for price forecat with PASA data

A Spam Message Filtering Method: focus on run time

A Spam Message Filtering Method: focus on run time , pp.29-33 http://dx.doi.org/10.14257/atl.2014.76.08 A Spam Meage Filtering Method: focu on run time Sin-Eon Kim 1, Jung-Tae Jo 2, Sang-Hyun Choi 3 1 Department of Information Security Management 2 Department

More information

A technical guide to 2014 key stage 2 to key stage 4 value added measures

A technical guide to 2014 key stage 2 to key stage 4 value added measures A technical guide to 2014 key tage 2 to key tage 4 value added meaure CONTENTS Introduction: PAGE NO. What i value added? 2 Change to value added methodology in 2014 4 Interpretation: Interpreting chool

More information

TIME SERIES ANALYSIS AND TRENDS BY USING SPSS PROGRAMME

TIME SERIES ANALYSIS AND TRENDS BY USING SPSS PROGRAMME TIME SERIES ANALYSIS AND TRENDS BY USING SPSS PROGRAMME RADMILA KOCURKOVÁ Sileian Univerity in Opava School of Buine Adminitration in Karviná Department of Mathematical Method in Economic Czech Republic

More information

TRADING rules are widely used in financial market as

TRADING rules are widely used in financial market as Complex Stock Trading Strategy Baed on Particle Swarm Optimization Fei Wang, Philip L.H. Yu and David W. Cheung Abtract Trading rule have been utilized in the tock market to make profit for more than a

More information

Optical Illusion. Sara Bolouki, Roger Grosse, Honglak Lee, Andrew Ng

Optical Illusion. Sara Bolouki, Roger Grosse, Honglak Lee, Andrew Ng Optical Illuion Sara Bolouki, Roger Groe, Honglak Lee, Andrew Ng. Introduction The goal of thi proect i to explain ome of the illuory phenomena uing pare coding and whitening model. Intead of the pare

More information

Bi-Objective Optimization for the Clinical Trial Supply Chain Management

Bi-Objective Optimization for the Clinical Trial Supply Chain Management Ian David Lockhart Bogle and Michael Fairweather (Editor), Proceeding of the 22nd European Sympoium on Computer Aided Proce Engineering, 17-20 June 2012, London. 2012 Elevier B.V. All right reerved. Bi-Objective

More information

A note on profit maximization and monotonicity for inbound call centers

A note on profit maximization and monotonicity for inbound call centers A note on profit maximization and monotonicity for inbound call center Ger Koole & Aue Pot Department of Mathematic, Vrije Univeriteit Amterdam, The Netherland 23rd December 2005 Abtract We conider an

More information

DISTRIBUTED DATA PARALLEL TECHNIQUES FOR CONTENT-MATCHING INTRUSION DETECTION SYSTEMS. G. Chapman J. Cleese E. Idle

DISTRIBUTED DATA PARALLEL TECHNIQUES FOR CONTENT-MATCHING INTRUSION DETECTION SYSTEMS. G. Chapman J. Cleese E. Idle DISTRIBUTED DATA PARALLEL TECHNIQUES FOR CONTENT-MATCHING INTRUSION DETECTION SYSTEMS G. Chapman J. Cleee E. Idle ABSTRACT Content matching i a neceary component of any ignature-baed network Intruion Detection

More information

Partial optimal labeling search for a NP-hard subclass of (max,+) problems

Partial optimal labeling search for a NP-hard subclass of (max,+) problems Partial optimal labeling earch for a NP-hard ubcla of (max,+) problem Ivan Kovtun International Reearch and Training Center of Information Technologie and Sytem, Kiev, Uraine, ovtun@image.iev.ua Dreden

More information

Two Dimensional FEM Simulation of Ultrasonic Wave Propagation in Isotropic Solid Media using COMSOL

Two Dimensional FEM Simulation of Ultrasonic Wave Propagation in Isotropic Solid Media using COMSOL Excerpt from the Proceeding of the COMSO Conference 0 India Two Dimenional FEM Simulation of Ultraonic Wave Propagation in Iotropic Solid Media uing COMSO Bikah Ghoe *, Krihnan Balaubramaniam *, C V Krihnamurthy

More information

T-test for dependent Samples. Difference Scores. The t Test for Dependent Samples. The t Test for Dependent Samples. s D

T-test for dependent Samples. Difference Scores. The t Test for Dependent Samples. The t Test for Dependent Samples. s D The t Tet for ependent Sample T-tet for dependent Sample (ak.a., Paired ample t-tet, Correlated Group eign, Within- Subject eign, Repeated Meaure,.. Repeated-Meaure eign When you have two et of core from

More information

Brand Equity Net Promoter Scores Versus Mean Scores. Which Presents a Clearer Picture For Action? A Non-Elite Branded University Example.

Brand Equity Net Promoter Scores Versus Mean Scores. Which Presents a Clearer Picture For Action? A Non-Elite Branded University Example. Brand Equity Net Promoter Score Veru Mean Score. Which Preent a Clearer Picture For Action? A Non-Elite Branded Univerity Example Ann Miti, Swinburne Univerity of Technology Patrick Foley, Victoria Univerity

More information

A Resolution Approach to a Hierarchical Multiobjective Routing Model for MPLS Networks

A Resolution Approach to a Hierarchical Multiobjective Routing Model for MPLS Networks A Reolution Approach to a Hierarchical Multiobjective Routing Model for MPLS Networ Joé Craveirinha a,c, Rita Girão-Silva a,c, João Clímaco b,c, Lúcia Martin a,c a b c DEEC-FCTUC FEUC INESC-Coimbra International

More information

CASE STUDY BRIDGE. www.future-processing.com

CASE STUDY BRIDGE. www.future-processing.com CASE STUDY BRIDGE TABLE OF CONTENTS #1 ABOUT THE CLIENT 3 #2 ABOUT THE PROJECT 4 #3 OUR ROLE 5 #4 RESULT OF OUR COLLABORATION 6-7 #5 THE BUSINESS PROBLEM THAT WE SOLVED 8 #6 CHALLENGES 9 #7 VISUAL IDENTIFICATION

More information

CASE STUDY ALLOCATE SOFTWARE

CASE STUDY ALLOCATE SOFTWARE CASE STUDY ALLOCATE SOFTWARE allocate caetud y TABLE OF CONTENTS #1 ABOUT THE CLIENT #2 OUR ROLE #3 EFFECTS OF OUR COOPERATION #4 BUSINESS PROBLEM THAT WE SOLVED #5 CHALLENGES #6 WORKING IN SCRUM #7 WHAT

More information

DISTRIBUTED DATA PARALLEL TECHNIQUES FOR CONTENT-MATCHING INTRUSION DETECTION SYSTEMS

DISTRIBUTED DATA PARALLEL TECHNIQUES FOR CONTENT-MATCHING INTRUSION DETECTION SYSTEMS DISTRIBUTED DATA PARALLEL TECHNIQUES FOR CONTENT-MATCHING INTRUSION DETECTION SYSTEMS Chritopher V. Kopek Department of Computer Science Wake Foret Univerity Winton-Salem, NC, 2709 Email: kopekcv@gmail.com

More information

How Enterprises Can Build Integrated Digital Marketing Experiences Using Drupal

How Enterprises Can Build Integrated Digital Marketing Experiences Using Drupal How Enterprie Can Build Integrated Digital Marketing Experience Uing Drupal acquia.com 888.922.7842 1.781.238.8600 25 Corporate Drive, Burlington, MA 01803 How Enterprie Can Build Integrated Digital Marketing

More information

Assessing the Discriminatory Power of Credit Scores

Assessing the Discriminatory Power of Credit Scores Aeing the Dicriminatory Power of Credit Score Holger Kraft 1, Gerald Kroiandt 1, Marlene Müller 1,2 1 Fraunhofer Intitut für Techno- und Wirtchaftmathematik (ITWM) Gottlieb-Daimler-Str. 49, 67663 Kaierlautern,

More information

Bio-Plex Analysis Software

Bio-Plex Analysis Software Multiplex Supenion Array Bio-Plex Analyi Software The Leader in Multiplex Immunoaay Analyi Bio-Plex Analyi Software If making ene of your multiplex data i your challenge, then Bio-Plex data analyi oftware

More information

Morningstar Fixed Income Style Box TM Methodology

Morningstar Fixed Income Style Box TM Methodology Morningtar Fixed Income Style Box TM Methodology Morningtar Methodology Paper Augut 3, 00 00 Morningtar, Inc. All right reerved. The information in thi document i the property of Morningtar, Inc. Reproduction

More information

Trusted Document Signing based on use of biometric (Face) keys

Trusted Document Signing based on use of biometric (Face) keys Truted Document Signing baed on ue of biometric (Face) Ahmed B. Elmadani Department of Computer Science Faculty of Science Sebha Univerity Sebha Libya www.ebhau.edu.ly elmadan@yahoo.com ABSTRACT An online

More information

Simulation of Sensorless Speed Control of Induction Motor Using APFO Technique

Simulation of Sensorless Speed Control of Induction Motor Using APFO Technique International Journal of Computer and Electrical Engineering, Vol. 4, No. 4, Augut 2012 Simulation of Senorle Speed Control of Induction Motor Uing APFO Technique T. Raghu, J. Sriniva Rao, and S. Chandra

More information

Progress 8 measure in 2016, 2017, and 2018. Guide for maintained secondary schools, academies and free schools

Progress 8 measure in 2016, 2017, and 2018. Guide for maintained secondary schools, academies and free schools Progre 8 meaure in 2016, 2017, and 2018 Guide for maintained econdary chool, academie and free chool July 2016 Content Table of figure 4 Summary 5 A ummary of Attainment 8 and Progre 8 5 Expiry or review

More information

Mixed Method of Model Reduction for Uncertain Systems

Mixed Method of Model Reduction for Uncertain Systems SERBIAN JOURNAL OF ELECTRICAL ENGINEERING Vol 4 No June Mixed Method of Model Reduction for Uncertain Sytem N Selvaganean Abtract: A mixed method for reducing a higher order uncertain ytem to a table reduced

More information

Towards Control-Relevant Forecasting in Supply Chain Management

Towards Control-Relevant Forecasting in Supply Chain Management 25 American Control Conference June 8-1, 25. Portland, OR, USA WeA7.1 Toward Control-Relevant Forecating in Supply Chain Management Jay D. Schwartz, Daniel E. Rivera 1, and Karl G. Kempf Control Sytem

More information

Unit 11 Using Linear Regression to Describe Relationships

Unit 11 Using Linear Regression to Describe Relationships Unit 11 Uing Linear Regreion to Decribe Relationhip Objective: To obtain and interpret the lope and intercept of the leat quare line for predicting a quantitative repone variable from a quantitative explanatory

More information

Principal version published in the University of Innsbruck Bulletin of 8 April 2009, Issue 55, No 233

Principal version published in the University of Innsbruck Bulletin of 8 April 2009, Issue 55, No 233 Note: The following curriculum i a conolidated verion. It i legally non-binding and for informational purpoe only. The legally binding verion are found in the Univerity of Innbruck Bulletin (in German).

More information

Report 4668-1b 30.10.2010. Measurement report. Sylomer - field test

Report 4668-1b 30.10.2010. Measurement report. Sylomer - field test Report 4668-1b Meaurement report Sylomer - field tet Report 4668-1b 2(16) Contet 1 Introduction... 3 1.1 Cutomer... 3 1.2 The ite and purpoe of the meaurement... 3 2 Meaurement... 6 2.1 Attenuation of

More information

2. METHOD DATA COLLECTION

2. METHOD DATA COLLECTION Key to learning in pecific ubject area of engineering education an example from electrical engineering Anna-Karin Cartenen,, and Jonte Bernhard, School of Engineering, Jönköping Univerity, S- Jönköping,

More information

Software Engineering Management: strategic choices in a new decade

Software Engineering Management: strategic choices in a new decade Software Engineering : trategic choice in a new decade Barbara Farbey & Anthony Finkeltein Univerity College London, Department of Computer Science, Gower St. London WC1E 6BT, UK {b.farbey a.finkeltein}@ucl.ac.uk

More information

AN OVERVIEW ON CLUSTERING METHODS

AN OVERVIEW ON CLUSTERING METHODS IOSR Journal Engineering AN OVERVIEW ON CLUSTERING METHODS T. Soni Madhulatha Aociate Preor, Alluri Intitute Management Science, Warangal. ABSTRACT Clutering i a common technique for tatitical data analyi,

More information

A Note on Profit Maximization and Monotonicity for Inbound Call Centers

A Note on Profit Maximization and Monotonicity for Inbound Call Centers OPERATIONS RESEARCH Vol. 59, No. 5, September October 2011, pp. 1304 1308 in 0030-364X ein 1526-5463 11 5905 1304 http://dx.doi.org/10.1287/opre.1110.0990 2011 INFORMS TECHNICAL NOTE INFORMS hold copyright

More information

QUANTIFYING THE BULLWHIP EFFECT IN THE SUPPLY CHAIN OF SMALL-SIZED COMPANIES

QUANTIFYING THE BULLWHIP EFFECT IN THE SUPPLY CHAIN OF SMALL-SIZED COMPANIES Sixth LACCEI International Latin American and Caribbean Conference for Engineering and Technology (LACCEI 2008) Partnering to Succe: Engineering, Education, Reearch and Development June 4 June 6 2008,

More information

Acceleration-Displacement Crash Pulse Optimisation A New Methodology to Optimise Vehicle Response for Multiple Impact Speeds

Acceleration-Displacement Crash Pulse Optimisation A New Methodology to Optimise Vehicle Response for Multiple Impact Speeds Acceleration-Diplacement Crah Pule Optimiation A New Methodology to Optimie Vehicle Repone for Multiple Impact Speed D. Gildfind 1 and D. Ree 2 1 RMIT Univerity, Department of Aeropace Engineering 2 Holden

More information

v = x t = x 2 x 1 t 2 t 1 The average speed of the particle is absolute value of the average velocity and is given Distance travelled t

v = x t = x 2 x 1 t 2 t 1 The average speed of the particle is absolute value of the average velocity and is given Distance travelled t Chapter 2 Motion in One Dimenion 2.1 The Important Stuff 2.1.1 Poition, Time and Diplacement We begin our tudy of motion by conidering object which are very mall in comparion to the ize of their movement

More information

License & SW Asset Management at CES Design Services

License & SW Asset Management at CES Design Services Licene & SW Aet Management at CES Deign Service johann.poechl@iemen.com www.ces-deignservice.com 2003 Siemen AG Öterreich Overview 1. Introduction CES Deign Service 2. Objective and Motivation 3. What

More information

FEDERATION OF ARAB SCIENTIFIC RESEARCH COUNCILS

FEDERATION OF ARAB SCIENTIFIC RESEARCH COUNCILS Aignment Report RP/98-983/5/0./03 Etablihment of cientific and technological information ervice for economic and ocial development FOR INTERNAL UE NOT FOR GENERAL DITRIBUTION FEDERATION OF ARAB CIENTIFIC

More information

Utility-Based Flow Control for Sequential Imagery over Wireless Networks

Utility-Based Flow Control for Sequential Imagery over Wireless Networks Utility-Baed Flow Control for Sequential Imagery over Wirele Networ Tomer Kihoni, Sara Callaway, and Mar Byer Abtract Wirele enor networ provide a unique et of characteritic that mae them uitable for building

More information

BUILT-IN DUAL FREQUENCY ANTENNA WITH AN EMBEDDED CAMERA AND A VERTICAL GROUND PLANE

BUILT-IN DUAL FREQUENCY ANTENNA WITH AN EMBEDDED CAMERA AND A VERTICAL GROUND PLANE Progre In Electromagnetic Reearch Letter, Vol. 3, 51, 08 BUILT-IN DUAL FREQUENCY ANTENNA WITH AN EMBEDDED CAMERA AND A VERTICAL GROUND PLANE S. H. Zainud-Deen Faculty of Electronic Engineering Menoufia

More information

SCM- integration: organiational, managerial and technological iue M. Caridi 1 and A. Sianei 2 Dipartimento di Economia e Produzione, Politecnico di Milano, Italy E-mail: maria.caridi@polimi.it Itituto

More information

Get Here Jeffrey M. Kurtz Client Feedback Evaluation Implementation Extenion/Termination Solution Development Analyi Data Collection Problem Definition Entry & Contracting CORE to all Problem Solving Equilibrium

More information

Risk Management for a Global Supply Chain Planning under Uncertainty: Models and Algorithms

Risk Management for a Global Supply Chain Planning under Uncertainty: Models and Algorithms Rik Management for a Global Supply Chain Planning under Uncertainty: Model and Algorithm Fengqi You 1, John M. Waick 2, Ignacio E. Gromann 1* 1 Dept. of Chemical Engineering, Carnegie Mellon Univerity,

More information

INTERACTIVE TOOL FOR ANALYSIS OF TIME-DELAY SYSTEMS WITH DEAD-TIME COMPENSATORS

INTERACTIVE TOOL FOR ANALYSIS OF TIME-DELAY SYSTEMS WITH DEAD-TIME COMPENSATORS INTERACTIVE TOOL FOR ANALYSIS OF TIMEDELAY SYSTEMS WITH DEADTIME COMPENSATORS Joé Lui Guzmán, Pedro García, Tore Hägglund, Sebatián Dormido, Pedro Alberto, Manuel Berenguel Dep. de Lenguaje y Computación,

More information

Queueing systems with scheduled arrivals, i.e., appointment systems, are typical for frontal service systems,

Queueing systems with scheduled arrivals, i.e., appointment systems, are typical for frontal service systems, MANAGEMENT SCIENCE Vol. 54, No. 3, March 28, pp. 565 572 in 25-199 ein 1526-551 8 543 565 inform doi 1.1287/mnc.17.82 28 INFORMS Scheduling Arrival to Queue: A Single-Server Model with No-Show INFORMS

More information

Chapter 10 Stocks and Their Valuation ANSWERS TO END-OF-CHAPTER QUESTIONS

Chapter 10 Stocks and Their Valuation ANSWERS TO END-OF-CHAPTER QUESTIONS Chapter Stoc and Their Valuation ANSWERS TO EN-OF-CHAPTER QUESTIONS - a. A proxy i a document giving one peron the authority to act for another, typically the power to vote hare of common toc. If earning

More information

Apigee Edge: Apigee Cloud vs. Private Cloud. Evaluating deployment models for API management

Apigee Edge: Apigee Cloud vs. Private Cloud. Evaluating deployment models for API management Apigee Edge: Apigee Cloud v. Private Cloud Evaluating deployment model for API management Table of Content Introduction 1 Time to ucce 2 Total cot of ownerhip 2 Performance 3 Security 4 Data privacy 4

More information

EVALUATING SERVICE QUALITY OF MOBILE APPLICATION STORES: A COMPARISON OF THREE TELECOMMUNICATION COMPANIES IN TAIWAN

EVALUATING SERVICE QUALITY OF MOBILE APPLICATION STORES: A COMPARISON OF THREE TELECOMMUNICATION COMPANIES IN TAIWAN International Journal of Innovative Computing, Information and Control ICIC International c 2012 ISSN 1349-4198 Volume 8, Number 4, April 2012 pp. 2563 2581 EVALUATING SERVICE QUALITY OF MOBILE APPLICATION

More information

Schmid Peoplemover Overpass and Revolution. The Discovery of a New Way.

Schmid Peoplemover Overpass and Revolution. The Discovery of a New Way. Schmid Peoplemover Overpa and Revolution. The Dicovery of a New Way. A Company of ThyenKrupp Elevator ThyenKrupp Aufzüge TK Creating New Way Demand New Way of Thinking. The Schmid Peoplemover Remove the

More information

1 Introduction. Reza Shokri* Privacy Games: Optimal User-Centric Data Obfuscation

1 Introduction. Reza Shokri* Privacy Games: Optimal User-Centric Data Obfuscation Proceeding on Privacy Enhancing Technologie 2015; 2015 (2):1 17 Reza Shokri* Privacy Game: Optimal Uer-Centric Data Obfucation Abtract: Conider uer who hare their data (e.g., location) with an untruted

More information

Performance of Multiple TFRC in Heterogeneous Wireless Networks

Performance of Multiple TFRC in Heterogeneous Wireless Networks Performance of Multiple TFRC in Heterogeneou Wirele Network 1 Hyeon-Jin Jeong, 2 Seong-Sik Choi 1, Firt Author Computer Engineering Department, Incheon National Univerity, oaihjj@incheon.ac.kr *2,Correponding

More information

Tap Into Smartphone Demand: Mobile-izing Enterprise Websites by Using Flexible, Open Source Platforms

Tap Into Smartphone Demand: Mobile-izing Enterprise Websites by Using Flexible, Open Source Platforms Tap Into Smartphone Demand: Mobile-izing Enterprie Webite by Uing Flexible, Open Source Platform acquia.com 888.922.7842 1.781.238.8600 25 Corporate Drive, Burlington, MA 01803 Tap Into Smartphone Demand:

More information

Name: SID: Instructions

Name: SID: Instructions CS168 Fall 2014 Homework 1 Aigned: Wedneday, 10 September 2014 Due: Monday, 22 September 2014 Name: SID: Dicuion Section (Day/Time): Intruction - Submit thi homework uing Pandagrader/GradeScope(http://www.gradecope.com/

More information

Exposure Metering Relating Subject Lighting to Film Exposure

Exposure Metering Relating Subject Lighting to Film Exposure Expoure Metering Relating Subject Lighting to Film Expoure By Jeff Conrad A photographic expoure meter meaure ubject lighting and indicate camera etting that nominally reult in the bet expoure of the film.

More information

OPINION PIECE. It s up to the customer to ensure security of the Cloud

OPINION PIECE. It s up to the customer to ensure security of the Cloud OPINION PIECE It up to the cutomer to enure ecurity of the Cloud Content Don t outource what you don t undertand 2 The check lit 2 Step toward control 4 Due Diligence 4 Contract 4 E-dicovery 4 Standard

More information

Return on Investment and Effort Expenditure in the Software Development Environment

Return on Investment and Effort Expenditure in the Software Development Environment International Journal of Applied Information ytem (IJAI) IN : 2249-0868 Return on Invetment and Effort Expenditure in the oftware Development Environment Dineh Kumar aini Faculty of Computing and IT, ohar

More information

Profitability of Loyalty Programs in the Presence of Uncertainty in Customers Valuations

Profitability of Loyalty Programs in the Presence of Uncertainty in Customers Valuations Proceeding of the 0 Indutrial Engineering Reearch Conference T. Doolen and E. Van Aken, ed. Profitability of Loyalty Program in the Preence of Uncertainty in Cutomer Valuation Amir Gandomi and Saeed Zolfaghari

More information

Design of Compound Hyperchaotic System with Application in Secure Data Transmission Systems

Design of Compound Hyperchaotic System with Application in Secure Data Transmission Systems Deign of Compound Hyperchaotic Sytem with Application in Secure Data Tranmiion Sytem D. Chantov Key Word. Lyapunov exponent; hyperchaotic ytem; chaotic ynchronization; chaotic witching. Abtract. In thi

More information

ARTICLE IN PRESS. Journal of Financial Economics

ARTICLE IN PRESS. Journal of Financial Economics Journal of Financial Economic 97 (2010) 239 262 Content lit available at ScienceDirect Journal of Financial Economic journal homepage: www.elevier.com/locate/jfec Payoff complementaritie and financial

More information

Performance of a Browser-Based JavaScript Bandwidth Test

Performance of a Browser-Based JavaScript Bandwidth Test Performance of a Brower-Baed JavaScript Bandwidth Tet David A. Cohen II May 7, 2013 CP SC 491/H495 Abtract An exiting brower-baed bandwidth tet written in JavaScript wa modified for the purpoe of further

More information

Bidding for Representative Allocations for Display Advertising

Bidding for Representative Allocations for Display Advertising Bidding for Repreentative Allocation for Diplay Advertiing Arpita Ghoh, Preton McAfee, Kihore Papineni, and Sergei Vailvitkii Yahoo! Reearch. {arpita, mcafee, kpapi, ergei}@yahoo-inc.com Abtract. Diplay

More information

REDUCTION OF TOTAL SUPPLY CHAIN CYCLE TIME IN INTERNAL BUSINESS PROCESS OF REAMER USING DOE AND TAGUCHI METHODOLOGY. Abstract. 1.

REDUCTION OF TOTAL SUPPLY CHAIN CYCLE TIME IN INTERNAL BUSINESS PROCESS OF REAMER USING DOE AND TAGUCHI METHODOLOGY. Abstract. 1. International Journal of Advanced Technology & Engineering Reearch (IJATER) REDUCTION OF TOTAL SUPPLY CHAIN CYCLE TIME IN INTERNAL BUSINESS PROCESS OF REAMER USING DOE AND Abtract TAGUCHI METHODOLOGY Mr.

More information

MBA 570x Homework 1 Due 9/24/2014 Solution

MBA 570x Homework 1 Due 9/24/2014 Solution MA 570x Homework 1 Due 9/24/2014 olution Individual work: 1. Quetion related to Chapter 11, T Why do you think i a fund of fund market for hedge fund, but not for mutual fund? Anwer: Invetor can inexpenively

More information

Computing Location from Ambient FM Radio Signals

Computing Location from Ambient FM Radio Signals Computing Location from Ambient FM Radio Signal Adel Youef Department of Computer Science Univerity of Maryland A.V. William Building College Park, MD 20742 adel@c.umd.edu John Krumm, Ed Miller, Gerry

More information

Pekka Helkiö, 58490K Antti Seppälä, 63212W Ossi Syd, 63513T

Pekka Helkiö, 58490K Antti Seppälä, 63212W Ossi Syd, 63513T Pekka Helkiö, 58490K Antti Seppälä, 63212W Oi Syd, 63513T Table of Content 1. Abtract...1 2. Introduction...2 2.1 Background... 2 2.2 Objective and Reearch Problem... 2 2.3 Methodology... 2 2.4 Scoping

More information

Mobile Network Configuration for Large-scale Multimedia Delivery on a Single WLAN

Mobile Network Configuration for Large-scale Multimedia Delivery on a Single WLAN Mobile Network Configuration for Large-cale Multimedia Delivery on a Single WLAN Huigwang Je, Dongwoo Kwon, Hyeonwoo Kim, and Hongtaek Ju Dept. of Computer Engineering Keimyung Univerity Daegu, Republic

More information

CHARACTERISTICS OF WAITING LINE MODELS THE INDICATORS OF THE CUSTOMER FLOW MANAGEMENT SYSTEMS EFFICIENCY

CHARACTERISTICS OF WAITING LINE MODELS THE INDICATORS OF THE CUSTOMER FLOW MANAGEMENT SYSTEMS EFFICIENCY Annale Univeritati Apuleni Serie Oeconomica, 2(2), 200 CHARACTERISTICS OF WAITING LINE MODELS THE INDICATORS OF THE CUSTOMER FLOW MANAGEMENT SYSTEMS EFFICIENCY Sidonia Otilia Cernea Mihaela Jaradat 2 Mohammad

More information

6. Friction, Experiment and Theory

6. Friction, Experiment and Theory 6. Friction, Experiment and Theory The lab thi wee invetigate the rictional orce and the phyical interpretation o the coeicient o riction. We will mae ue o the concept o the orce o gravity, the normal

More information

Planning of Capacity and Inventory in a Manufacturing Supply Chain: Under Uncertain Demand. Acknowledgements. Outline

Planning of Capacity and Inventory in a Manufacturing Supply Chain: Under Uncertain Demand. Acknowledgements. Outline Planning of Capacity and Inventory in a Manufacturing Supply Chain: Under Uncertain Demand B. Dominguez Balletero,, C. Luca, G. Mitra,, C. Poojari Acknowledgement European Project SCHUMANN: Supply Chain

More information

Cluster-Aware Cache for Network Attached Storage *

Cluster-Aware Cache for Network Attached Storage * Cluter-Aware Cache for Network Attached Storage * Bin Cai, Changheng Xie, and Qiang Cao National Storage Sytem Laboratory, Department of Computer Science, Huazhong Univerity of Science and Technology,

More information

Introduction to the article Degrees of Freedom.

Introduction to the article Degrees of Freedom. Introduction to the article Degree of Freedom. The article by Walker, H. W. Degree of Freedom. Journal of Educational Pychology. 3(4) (940) 53-69, wa trancribed from the original by Chri Olen, George Wahington

More information

! Search engines are highly profitable. n 99% of Google s revenue from ads. n Yahoo, bing also uses similar model

! Search engines are highly profitable. n 99% of Google s revenue from ads. n Yahoo, bing also uses similar model Search engine Advertiement The Economic of Web Search! Search engine are highly profitable Revenue come from elling ad related to querie 99% of Google revenue from ad Yahoo, bing alo ue imilar model CS315

More information

MECH 2110 - Statics & Dynamics

MECH 2110 - Statics & Dynamics Chapter D Problem 3 Solution 1/7/8 1:8 PM MECH 11 - Static & Dynamic Chapter D Problem 3 Solution Page 7, Engineering Mechanic - Dynamic, 4th Edition, Meriam and Kraige Given: Particle moving along a traight

More information

Laureate Network Products & Services Copyright 2013 Laureate Education, Inc.

Laureate Network Products & Services Copyright 2013 Laureate Education, Inc. Laureate Network Product & Service Copyright 2013 Laureate Education, Inc. KEY Coure Name Laureate Faculty Development...3 Laureate Englih Program...9 Language Laureate Signature Product...12 Length Laureate

More information

Availability of WDM Multi Ring Networks

Availability of WDM Multi Ring Networks Paper Availability of WDM Multi Ring Network Ivan Rado and Katarina Rado H d.o.o. Motar, Motar, Bonia and Herzegovina Faculty of Electrical Engineering, Mechanical Engineering and Naval Architecture, Univerity

More information

Brokerage Commissions and Institutional Trading Patterns

Brokerage Commissions and Institutional Trading Patterns rokerage Commiion and Intitutional Trading Pattern Michael Goldtein abon College Paul Irvine Emory Univerity Eugene Kandel Hebrew Univerity and Zvi Wiener Hebrew Univerity June 00 btract Why do broker

More information

THE ROLE OF IMPLEMENTATION TOTAL QUALITY MANAGEMENT SYSTEM ON PERFORMANCE IN SAIPA GROUP COMPANIES

THE ROLE OF IMPLEMENTATION TOTAL QUALITY MANAGEMENT SYSTEM ON PERFORMANCE IN SAIPA GROUP COMPANIES THE ROLE OF IMPLEMENTATION TOTAL QUALITY MANAGEMENT SYSTEM ON PERFORMANCE IN SAIPA GROUP COMPANIES Hamid Reza Tabe *1, Hamid reza Rezaeekelidbari 2, Mehrdad Goudarzvand Chegini 3 *1.Department of Management,

More information

INSIDE REPUTATION BULLETIN

INSIDE REPUTATION BULLETIN email@inidetory.com.au www.inidetory.com.au +61 (2) 9299 9979 The reputational impact of outourcing overea The global financial crii ha reulted in extra preure on Autralian buinee to tighten their belt.

More information

Project Management Basics

Project Management Basics Project Management Baic A Guide to undertanding the baic component of effective project management and the key to ucce 1 Content 1.0 Who hould read thi Guide... 3 1.1 Overview... 3 1.2 Project Management

More information

How To Understand The Hort Term Power Market

How To Understand The Hort Term Power Market Short-term allocation of ga network and ga-electricity input forecloure Miguel Vazquez a,, Michelle Hallack b a Economic Intitute (IE), Federal Univerity of Rio de Janeiro (UFRJ) b Economic Department,

More information

Review of Multiple Regression Richard Williams, University of Notre Dame, http://www3.nd.edu/~rwilliam/ Last revised January 13, 2015

Review of Multiple Regression Richard Williams, University of Notre Dame, http://www3.nd.edu/~rwilliam/ Last revised January 13, 2015 Review of Multiple Regreion Richard William, Univerity of Notre Dame, http://www3.nd.edu/~rwilliam/ Lat revied January 13, 015 Aumption about prior nowledge. Thi handout attempt to ummarize and yntheize

More information

MSc Financial Economics: International Finance. Bubbles in the Foreign Exchange Market. Anne Sibert. Revised Spring 2013. Contents

MSc Financial Economics: International Finance. Bubbles in the Foreign Exchange Market. Anne Sibert. Revised Spring 2013. Contents MSc Financial Economic: International Finance Bubble in the Foreign Exchange Market Anne Sibert Revied Spring 203 Content Introduction................................................. 2 The Mone Market.............................................

More information

Independent Samples T- test

Independent Samples T- test Independent Sample T- tet With previou tet, we were intereted in comparing a ingle ample with a population With mot reearch, you do not have knowledge about the population -- you don t know the population

More information

Analysis of Mesostructure Unit Cells Comprised of Octet-truss Structures

Analysis of Mesostructure Unit Cells Comprised of Octet-truss Structures Analyi of Meotructure Unit Cell Compried of Octet-tru Structure Scott R. Johnton *, Marque Reed *, Hongqing V. Wang, and David W. Roen * * The George W. Woodruff School of Mechanical Engineering, Georgia

More information

A New Optimum Jitter Protection for Conversational VoIP

A New Optimum Jitter Protection for Conversational VoIP Proc. Int. Conf. Wirele Commun., Signal Proceing (Nanjing, China), 5 pp., Nov. 2009 A New Optimum Jitter Protection for Converational VoIP Qipeng Gong, Peter Kabal Electrical & Computer Engineering, McGill

More information

Solution of the Heat Equation for transient conduction by LaPlace Transform

Solution of the Heat Equation for transient conduction by LaPlace Transform Solution of the Heat Equation for tranient conduction by LaPlace Tranform Thi notebook ha been written in Mathematica by Mark J. McCready Profeor and Chair of Chemical Engineering Univerity of Notre Dame

More information

Mobility Improves Coverage of Sensor Networks

Mobility Improves Coverage of Sensor Networks Mobility Improve Coverage of Senor Networ Benyuan Liu Dept. of Computer Science Univerity of Maachuett-Lowell Lowell, MA 1854 Peter Bra Dept. of Computer Science City College of New Yor New Yor, NY 131

More information

MATLAB/Simulink Based Modelling of Solar Photovoltaic Cell

MATLAB/Simulink Based Modelling of Solar Photovoltaic Cell MATLAB/Simulink Baed Modelling of Solar Photovoltaic Cell Tarak Salmi *, Mounir Bouzguenda **, Adel Gatli **, Ahmed Mamoudi * *Reearch Unit on Renewable Energie and Electric Vehicle, National Engineering

More information

462 Machine Translation Systems for Europe

462 Machine Translation Systems for Europe 462 Machine Tranlation Sytem for Europe Philipp Koehn School of Informatic Univerity of Edinburgh pkoehn@inf.ed.ac.uk Alexandra Birch School of Informatic Univerity of Edinburgh a.birch@m.ed.ac.uk Ralf

More information

Is Mark-to-Market Accounting Destabilizing? Analysis and Implications for Policy

Is Mark-to-Market Accounting Destabilizing? Analysis and Implications for Policy Firt draft: 4/12/2008 I Mark-to-Market Accounting Detabilizing? Analyi and Implication for Policy John Heaton 1, Deborah Luca 2 Robert McDonald 3 Prepared for the Carnegie Rocheter Conference on Public

More information

Multi-Objective Optimization for Sponsored Search

Multi-Objective Optimization for Sponsored Search Multi-Objective Optimization for Sponored Search Yilei Wang 1,*, Bingzheng Wei 2, Jun Yan 2, Zheng Chen 2, Qiao Du 2,3 1 Yuanpei College Peking Univerity Beijing, China, 100871 (+86)15120078719 wangyileipku@gmail.com

More information

INFORMATION Technology (IT) infrastructure management

INFORMATION Technology (IT) infrastructure management IEEE TRANSACTIONS ON CLOUD COMPUTING, VOL. 2, NO. 1, MAY 214 1 Buine-Driven Long-term Capacity Planning for SaaS Application David Candeia, Ricardo Araújo Santo and Raquel Lope Abtract Capacity Planning

More information

SELF-MANAGING PERFORMANCE IN APPLICATION SERVERS MODELLING AND DATA ARCHITECTURE

SELF-MANAGING PERFORMANCE IN APPLICATION SERVERS MODELLING AND DATA ARCHITECTURE SELF-MANAGING PERFORMANCE IN APPLICATION SERVERS MODELLING AND DATA ARCHITECTURE RAVI KUMAR G 1, C.MUTHUSAMY 2 & A.VINAYA BABU 3 1 HP Bangalore, Reearch Scholar JNTUH, Hyderabad, India, 2 Yahoo, Bangalore,

More information

Evaluating Teaching in Higher Education. September 2008. Bruce A. Weinberg The Ohio State University *, IZA, and NBER weinberg.27@osu.

Evaluating Teaching in Higher Education. September 2008. Bruce A. Weinberg The Ohio State University *, IZA, and NBER weinberg.27@osu. Evaluating Teaching in Higher Education September 2008 Bruce A. Weinberg The Ohio State Univerity *, IZA, and NBER weinberg.27@ou.edu Belton M. Fleiher The Ohio State Univerity * and IZA fleiher.1@ou.edu

More information

Linear Momentum and Collisions

Linear Momentum and Collisions Chapter 7 Linear Momentum and Colliion 7.1 The Important Stuff 7.1.1 Linear Momentum The linear momentum of a particle with ma m moving with velocity v i defined a p = mv (7.1) Linear momentum i a vector.

More information

Proceedings of Power Tech 2007, July 1-5, Lausanne

Proceedings of Power Tech 2007, July 1-5, Lausanne Second Order Stochatic Dominance Portfolio Optimization for an Electric Energy Company M.-P. Cheong, Student Member, IEEE, G. B. Sheble, Fellow, IEEE, D. Berleant, Senior Member, IEEE and C.-C. Teoh, Student

More information

Sports Forecasting: A Comparison of the Forecast Accuracy of Prediction Markets, Betting Odds and Tipsters

Sports Forecasting: A Comparison of the Forecast Accuracy of Prediction Markets, Betting Odds and Tipsters Sport Forecating: A Comparion of the Forecat Accuracy of Prediction Market, Betting Odd and Tipter Martin Spann 1 and Bernd Skiera 2 Thi i a preprint of an Article accepted for publication in the Journal

More information

Abstract parsing: static analysis of dynamically generated string output using LR-parsing technology

Abstract parsing: static analysis of dynamically generated string output using LR-parsing technology Abtract paring: tatic analyi of dynamically generated tring output uing LR-paring technology Kyung-Goo Doh 1, Hyunha Kim 1, David A. Schmidt 2 1 Hanyang Univerity, Anan, South Korea 2 Kana State Univerity,

More information

Research Article An (s, S) Production Inventory Controlled Self-Service Queuing System

Research Article An (s, S) Production Inventory Controlled Self-Service Queuing System Probability and Statitic Volume 5, Article ID 558, 8 page http://dxdoiorg/55/5/558 Reearch Article An (, S) Production Inventory Controlled Self-Service Queuing Sytem Anoop N Nair and M J Jacob Department

More information

THE CARD DESIGN BOOK A STEP-BY-STEP GUIDE TO CREATING DYNAMIC, EFFECTIVE AND SECURE ID CARDS BONUS SECTION: CARD DESIGN GALLERY.

THE CARD DESIGN BOOK A STEP-BY-STEP GUIDE TO CREATING DYNAMIC, EFFECTIVE AND SECURE ID CARDS BONUS SECTION: CARD DESIGN GALLERY. THE CARD DESIGN ID BOOK A STEP-BY-STEP GUIDE TO CREATING DYNAMIC, EFFECTIVE AND SECURE ID CARDS BONUS SECTION: CARD DESIGN GALLERY Preented by INTRODUCTION CREATING ID CARDS HAS NEVER BEEN EASIER Welcome

More information

Turbulent Mixing and Chemical Reaction in Stirred Tanks

Turbulent Mixing and Chemical Reaction in Stirred Tanks Turbulent Mixing and Chemical Reaction in Stirred Tank André Bakker Julian B. Faano Blend time and chemical product ditribution in turbulent agitated veel can be predicted with the aid of Computational

More information