An Integrated Framework for Responsive Supply Chain Management

Size: px
Start display at page:

Download "An Integrated Framework for Responsive Supply Chain Management"

Transcription

1 1 An Integrated Framework for Responsve Supply Chan Management 1 Darsht Parmar 1 Teresa Wu 1 John Fowler Tom Callarman 3 Vncent Hargaden 4 Eamonn Ambrose 1 Phlp Wolfe 1 Department of Industral Engneerng Arzona State Unversty, PO Box Tempe, Arzona , USA Chna Europe Internatonal Busness School 699 Hongfeng Road, Pudong Shangha, P. R. Chna UCD School of Busness Unversty College Dubln Belfeld, Dubln 4, Ireland 4 Natonal Insttute of Technology Management Unversty College Dubln Belfeld, Dubln 4 ABSTRACT In today s hghly dynamc, globalzed and compettve envronment, companes are under pressure to mprove ther supply chan strateges n order to be more responsve to customer demands. Indeed the geographcally dstrbuted nature as well as the dfferng objectves across these dspersed enttes of a supply chan can often lead to dffcultes n makng a supply chan responsve. Addtonally, rregulartes and dsruptons occurrng at any pont n the system make responsve supply chan management even more challengng. These dsruptons, often occurrng wthout warnng due to the dynamc nature of a supply chan, can lead to poor performance of the supply chan. A key component n responsve supply chan management s the ablty to effectvely sense and response n order to maxmze responsveness and flexblty and avod system dsruptons. Recent advances n communcaton can facltate the sensng and data collecton. However, the huge amount of data generated can mpede effectve response, partcularly, when some data may be ncomplete or have errors. Inaccurate estmate or sensng of the system state can lead to ncorrect decsons, wth consequent adverse effects on supply chan performance. To address ths ssue, ths research proposes a Kalman flter based approach for excepton detecton. Some prelmnary work, specfcally, wth a focus on the manufacturng porton of the IBM supply chan for server fulfllment s presented n ths paper. The results show system estmaton can be mproved by usng a Kalman flter. 1. INTRODUCTION Supply Chan Management (SCM) emphaszes the ntegraton of actvtes and nformaton flows whle focusng on ncreasng value for the customer. The dversty of partcpants n terms of sze, technologcal capabltes, cultural dfferences, effcences etc. makes SCM a dffcult task. Two addtonal dffcultes are: (1) the presence of uncertanty n such aspects such as customer requrements (demand), capacty, transportaton tme, manufacturng tme, costs, qualty, due dates, prortes, etc. and () the realty of mssng nformaton, ambguous nformaton, and the bullwhp effect [1]. Recent developments n communcaton technologes and standards make mproved data sharng feasble and assst the decsons on managng and controllng the operatons. However, n practce, the data collected may be ncomplete, naccurate and nconsstent. Based on such data, the provson of accurate estmates of the state of a supply chan for decson makng s questonable. Therefore, there s a need to mprove system

2 Flexble Automaton and Intellgent Manufacturng, FAIM006, Lmerck, Ireland estmaton when ncomplete data and errors n the data are present. The ntent of ths paper s to take an ntal step forward n ths drecton. Consderng an IBM server fulflment supply chan, each manufacturng faclty faces a bg challenge to meet the quota at the end of each quarter. The cost of an unfulflled order can run nto mllons and thus t s extremely mportant to sense any potental exceptons that mght occur. Better sensng of the manufacturng states and better estmaton of the processng states can help to manage the supply chan responsvely and effectvely. However, manufacturng data collecton s prone to measurement errors. Ths s largely due to the fact that where automated systems don t exst, the operators wat for a group of jobs to complete, and then scan them nto the system. In addton, such errors are very common durng shft changeovers. Whle the completed jobs wat to be handled, the operators of the frst shft pass on nformaton to the second shft operators. Ths nduces bas n the estmaton of the cycle tme and can throw off any predcton mechansms whch mght be n place to estmate the fnal job completon. Kalman flters have tradtonally been used for stochastc estmaton and control. They have been used to obtan better state estmatons. In ths work, a Kalman flter approach s used to take nto account the measurement errors and to obtan a better state estmaton, namely the estmated start and end processng tmes of the jobs. A better state estmaton ultmately leads to better estmaton of the fnal job completon. In addton to obtanng a better estmaton of the fnal job completon, a new approach s proposed to calbrate the path that a job s expected to take over tme. In other words, as and when more nformaton s obtaned, the expected travel path of the jobs changes over tme and these changes are ncorporated n real tme to obtan a better dea of whether a job s on course for tmely completon or not. Ths approach s used to sense any potental exceptons that mght occur. The format of the paper s as follows. Frst, the background of Kalman flters s revewed followed by the applcatons of Kalman flters. Then, the bass of the proposed approach s descrbed. Fnally, an example s presented followed by conclusons and deas for future research.. BASICS OF KALMAN FILTERS The Kalman flter provdes an effcent computatonal (recursve) means to estmate the state of a process []. Kalman [3, 4] formulates the Wener problem, a flter problem for communcaton and control from the state pont of vew and the resultng Kalman flter s recursve soluton to the dscrete-data lnear flterng problem. A Kalman flter s a set of mathematcal equatons that supports estmatons of past, present, and even future states. The power comes from the fact that t can do these estmatons even when the precse nature of the modeled system s unknown []. Fgure 1 shows the general procedure of Kalman flter. Fgure 1: Typcal Kalman flter Applcaton (Adopted from [5]) Mathematcally, a Kalman flter s a set of recursve equatons used to estmate the state x R n of a dscretetme controlled process such as manufacturng process that s governed by the transton equaton and measurement equaton.

3 Transton Equaton: x k = G*x k-1 + ε k-1, x R n Measurement Equaton: z k = H* x k + η k, z R m Where G nxn s the system state matrx that relates the state at the prevous tme step k-1 to the present step k, H mxn relates the system states to the measurements. The random varables ε k and η k represent the process and measurement nose respectvely. They are assumed to be whte nose wth normal dstrbutons: p (ε k ) N (0, Q k ) and p (η k ) N (0, R k ). The equatons for the Kalman flter fall nto two groups: tme based equatons (Equaton 1 and ), appled to obtan the current system state, and measurement based equatons (Equaton 3-5), used to adjust the system state from the measurements. xˆ ˆ k = Gxk 1 (1) T Pk = G Pk 1G + Qk () T T 1 Kk = Pk H ( HPk H + Rk) (3) x ˆ ˆ k = xk + Kk( zk H xk) (4) Pk = ( I KkH) P k (5) where K k s the Kalman gan, P k s the error covarance, xˆ ks the estmaton of x k before the measurement, and xˆ k s the estmaton of x k gven measurement z k. The Kalman flter assembles the two groups of equatons to gve the best estmate of the system state. The system of measurement and transton equatons can be combned nto an teratve process to determne the state of the system x. The Kalman flter has been appled n a varety of applcatons ncludng Inertal Navgaton and Gudance [6], Global Postonng Systems [7], Target Trackng [8], Fnance [9, 10], etc. In the doman of supply chan, Avv [11] proposes an adaptve nventory replenshment polcy that utlzes the Kalman flterng technque. Wu and O Grady [1] develop an ntegrated approach that uses Kalman flterng and Petr Net model to obtan a better state estmaton of the supply chan system. Vensm [ an optmzer tool provded by Ventana Systems, uses Kalman flterng to track the actual nventory and clam that Kalman flterng tracks the nventory much better than ether smple smulaton alone or the measured nventory alone. Ths research ams to explore the applcaton of Kalman flter to an IBM manufacturng process n the context of a sense and response supply chan DESCRIPTION OF THE APPROACH As shown n Fgure, the proposed approach can be dvded nto two phases: the estmaton phase and the sensng phase. In the estmaton phase, an estmate of when the job wll complete the fnal process s obtaned, based on what has been happenng. Predcted fnshng tme s obtaned by runnng a smulaton module. When a job s n a process, an emulaton module provdes real progress. The Kalman flter module wll calbrate the results and provde a more realstc estmate. Gven an mproved estmate, a sensng phase wll determne whether the job wll come out as scheduled. Fgure. Proposed Framework

4 4 Flexble Automaton and Intellgent Manufacturng, FAIM006, Lmerck, Ireland 3.1. NOMENCLURE L E TB(E L 1 ) TB(L L +1 ) Tme when entty starts or completes a process. For example, L 1 refers to the start of the frst process, L refers to the end of the frst process, L 3 refers to the start of the second process, and so on. Entty arrval tme Estmate of tme between entty arrval and start tme of the frst process Estmate of tme between the nstant when entty s at the startng of process and the end of the process. Ths accounts for the queue tme between the end and begnnng of a process and the processng tme at a process. TB( L L 1 ) Estmate of tme between the start of one process to the end of the overall process Est ( L ) Estmated tme for entty to be at the start or the end of the process Msd ( L ) Measured tme for entty to be at the start or the end of the process Cor ( L ) Corrected tme for entty to be at the start or the end of the process K ( L ) Kalman correcton ˆ σ ( Est L ) Estmate of varance n estmated tme of L ˆ σ ( Msd L ) Estmate of varance n measured of L (assumed to be 36) ˆ σ ( Cor L ) Estmate of varance n corrected tme of L ˆ σ ( TB( E L1 Estmate of varance n estmated tme between entty arrval tme and the start tme of the frst process ˆ σ ( TB( L L + 1) ) Estmate of varance n estmated tme between the nstance when entty s at the start and the end of the process ˆ σ ( TB( L L1 Estmate of varance n estmated tme between the start of one process and the end of the overall process 3.. PROBLEM SPECIFICION Ths research studes the IBM server manufacturng process, a sx step seral process that s dentfed as shown n Fgure 3. The processng tme dstrbuton for all sx processes s trangular wth the parameters shown n Table 1. Fgure 3: Sx step seral process Table 1: Assumed parameters of trangular dstrbuton for processng tme at each process Process Low (n hours) Mode (n hours) Hgh (n hours) A B C D E F The tme between arrvals of enttes (or jobs) s assumed to be exponentally dstrbuted wth a mean of ten hours. It s also assumed that there s a provson to take measurements (or collect nformaton) on the start and the

5 end tmes at every process for every entty, and there are errors n these measurements and that these errors are normally dstrbuted ESTIMION PHASE Frst, an estmate of when an entty wll pass through every process s obtaned. Ths estmate s obtaned usng smulaton. The entre process s smulated for 30 replcatons. For each replcaton, the arrval tme of the entty to the system, s kept the same. An estmate of the queue tmes for all enttes and an estmate of the processng tmes for all enttes at every process are calculated by takng the average from the 30 replcatons. The standard devaton n these estmates s also calculated. Table gves an example of what these numbers mght look lke for one partcular entty. Table : Estmated queue tmes and processng tmes for a sample entty Descrpton Average from 30 replcatons (n hours) Standard devaton from 30 replcatons (n hours) Queue tme before A Processng tme at A Queue tme before B Processng tme at B Queue tme before C Processng tme at C Queue tme before D Processng tme at D Queue tme before E Processng tme at E Queue tme before F Processng tme at F To emulate the real world, an addtonal smulaton s run, usng the same dstrbuton and usng the same parameters for the processng tmes as used n the smulaton wth 30 replcatons. We call ths emulaton. In other words, measurements obtaned from emulaton are assumed to represent measurements obtaned from the real world. At ths pont, nformaton from two dfferent sources s avalable and both these sources have varablty smulaton has varance n estmaton and emulaton has varance n measurement. These two peces of nformaton are now combned usng equatons (6) (14) to obtan a better estmate of the job completon. Equaton (6) estmates the start tme of the process at process A. Equaton (7) estmates the varaton n the estmate of the start tme. Equaton (8) calculates the Kalman correcton requred to account for the measurement error n the state. Equaton (9) apples the Kalman correcton and obtans the corrected estmates of the state. Equaton (10) estmates the varance n the corrected estmate of the state. Equaton (11) uses the corrected estmate for ntermedate states to estmate when an entty wll complete the last process (process F). Equaton (1) estmates the corrected varance n the estmate of the state when an entty wll complete the last process (process F). Equaton (13) estmates the next entty state from the corrected current state. Equaton (14) estmates the varance n the estmate of the next entty state. ( L1 ) E + TB ( E L 1 ) ( Est L1 ) = ˆ σ ( E + TB( E L1 = σ ( TB( E L1 ( L ) ˆ ( )/ ( ˆ ( ) ˆ σ Est L σ Est L + σ ( Msd L ( L ) Est ( L ) + K( L ) ( Msd ( L ) Est( L ( Cor ( L ˆ σ ( Est L ) K( L )* σ ( Est L ) ( L1 ) Cor( L ) + TB( L L 1 ) ( Est ( L1 = ˆ σ ( Cor( L + σ ( TB( L L1 ( L+ 1 ) = Cor( L ) + TB( L L+1 ) ( Est ( L ˆ σ ( Cor( L + ˆ σ ( TB( L L Est = (6) ˆ σ ˆ (7) K = (8) Cor = * (9) ˆ σ = ˆ (10) Est = (11) ˆ σ ˆ (1) Est (13) ˆ σ + 1 = + 1 (14) Note that the numbers used to show the start and the completon tmes of an entty at a process are n terms of the smulaton clock tme. Also, the estmates of tme are n hours. Thus, varance s n terms of squared hours.

6 6 Flexble Automaton and Intellgent Manufacturng, FAIM006, Lmerck, Ireland [Example] Table 3 gves an example of how equatons (6) (14) can be appled to estmate the states of the entty as t moves through the process. Table 3: Example showng state estmaton for one sample entty Parameter Descrpton Smulaton clock Source tme Entty arrval tme Smulaton Estmate of tme between entty arrval and start tme of the frst process 0 Smulaton Estmate of varance n estmated tme between entty arrval tme and the start tme of the frst process 0 Smulaton Estmated tme for the entty to be at the start of process Derved usng Eq (6) Estmate of varance n estmated tme for the entty to be at the start 0 Derved usng Eq (7) of process 1 Measured tme for entty to be at the start of process Emulaton Estmate of varance n measured tme when entty s at the start of 36 Assumed process 1 Kalman correcton 0 Derved usng Eq (8) Corrected tme for entty to be at the start of process Derved usng Eq (9) Estmate of varance n corrected tme for entty to be at the start of 0 Derved usng Eq (10) process 1 Estmate of tme between the start of the frst process and the end of 0.14 Smulaton the overall process Estmate of varance n estmated tme between the start of the frst Smulaton process and the end of the overall process Estmate of tme for entty to be at the end of the overall process Derved usng Eq (11) Estmate of varance n estmated tme for entty to be at the end of Derved usng Eq (1) the overall process Estmate of tme between the start of the frst process and the end of 9.5 Smulaton the frst process Estmate of varance n estmated tme between the start of the frst 6.37 Smulaton process and the end of the frst process Estmate of tme for entty to be at the end of process Derved usng Eq (13) Estmate of varance n estmated tme for entty to be at the end of process Derved usng Eq (14) The above example s only for estmatng one state. Ths process of estmaton s contnued as the entty moved through the process. Fgure 4 shows how ths process mproves the state estmaton. In other words, usng ths process, we get a better estmate of when an entty s lkely to start or complete a partcular process as the varance of the corrected estmate s less than the varance of the measurement as well as the varance of the estmate (Fgure 4b). (a) (b) Fgure 4. Smulaton Results

7 SENSING PHASE It s assumed that there s a method n place for quotng the delvery date to the customer. For our purposes, t s assumed that the delvery date s determned based on the results from 30 replcatons of the smulaton. Also, the delvery date s n terms of the smulaton clock tme. The steps for sensng exceptons are explaned below wth an example. Suppose that we are nterested n determnng how entty number 516 s dong. The estmated completon tme from 30 replcatons of smulaton for ths entty s (n terms of smulaton clock tme). In other words, ths entty s expected to complete process F at Suppose that ths s the tme quoted to the customer. Now, when the entty s actually gong through each of the sx processes, we apply the Kalman flter correctons and re-estmate ts completon tme. These estmates, whch are changed n real tme, can be used to compare wth the completon tme quoted to the customer. And dependng on the amount of tolerable rsk, a control chart can be plotted. For example, suppose that we want to know whether the entty s lkely to take more than days than the quoted tme to the customer. Table 4 below summarzes the results showng the dfference between the delvery tme quoted to the customer and the estmated process F completon from dfferent estmate ponts, for one entty. Table 4: Example showng the calculaton of dfference between the delvery tme quoted to the customer and the estmated process F completon from dfferent estmate ponts for one entty Estmate pont Estmate for Process F completon (n smulaton clock tme) Delvery tme quoted to the customer (n smulaton clock tme) Absolute dfference between quoted delvery tme and estmated completon of process F (n hours) Start of process A End of process A Start of process B End of process B Start of process C End of process C Start of process D End of process D Start of process E End of process E Start of process F Fgure 5: Control chart based on table wth 48 hours and 7 hours control lmts To determne whether ths method sensed accurately or not, we used the fnal corrected completon tme for end of process F. A dfference between the quoted delvery tme to the customer and the corrected completon tme for end of process F was computed. The threshold s set as 48 hours, that s, f the control chart sgnaled when the dfference exceeded 48 hours, t was consdered as correct classfcaton. On the other hand, f ths dfference was less than 48 hours, and f the control chart sgnaled, t was consdered as an naccurate classfcaton. In ths prelmnary research, we set the threshold based on experence. More experments need to be done to tune ths parameter to account for the tolerable rsk. Same calculatons were performed for all enttes and the results are summarzed n Table 5.

8 8 Flexble Automaton and Intellgent Manufacturng, FAIM006, Lmerck, Ireland Table 5: Results for all enttes Descrpton Number Total number of enttes 1000 Total sgnals 33 Correct sgnals 15 False sgnals 14 Mssed sgnals 4 As shown n Table 5, there were 1000 total enttes to whch the above descrbed approach was appled. There were sgnals for 9 enttes. No sgnal was later than the end of process E. There were 15 correct sgnals and 14 ncorrect sgnals. Out of the 14 ncorrect sgnals, there were 6 enttes whch dffered from the quoted delvery date to the customer by more than 40 hours. They were ncorrect because the control chart sgnaled that these enttes would take more than 48 hours than the quoted delvery date. We call these 6 sgnals as close false sgnals. In addton, there were 8 other false sgnals meanng that the control chart ndcated that these enttes would take more than 48 hours, whereas n realty, these enttes dd not exceed 48 hours. Also, there were 4 mssed sgnals. These were the enttes whch took more than 48 hours, but the control chart dd not sgnal. The overall accuracy usng ths approach to sense exceptons s ( ) / 1000 = 98.%. 5. SUMMARY One management strategy for a responsve supply chan s sense and response whch requres contnuously montorng busness process, detectng exstng or antcpated busness ssues, resolvng these ssues as early as possble. Ths paper proposes an ntegrated framework for sensng, utlzng smulaton technques and a Kalman flter. In partcular, an IBM server fulfllment supply chan s studed. To valdate the proposed framework, we concentrate on the server manufacturng process. The results ndcate that usng a Kalman flter can help n gettng a more realstc estmate of when an entty s lkely to come out of the factory. The mproved estmates are then used to sense whether an entty s on course to meet customer delvery expectatons. In the future, t s ntended to repeat the estmaton and sensng phases at other IBM server manufacturng stes. We wll then explore the applcaton of the proposed framework to a fully fledged supply network. In addton, more scenaros such as dfferent types of exceptons n the sensng phase need to be explored. Fnally, we wll develop a response model when exceptons are sensed. REFERENCES [1] J., Blackhurst, J., T., Wu and P., O Grady, Network-based approach to modelng uncertanty n a supply chan, Internatonal Journal of Producton Research, 15, 4, 8, 004, pp [] G. Welch and G. Bshop: An ntroducton to the Kalman flter, Techncal Report No. TR , Department of Computer Scence, Unversty of North Carolna, [3] R.E. Kalman, and R.S. Bucy., "New Results n Lnear Flterng and Predcton Theory", Transactons of the ASME seres D: Journal of Basc Engneerng, 83 (3): , [4] R.E. Kalman, "A New Approach to Lnear Flterng and Predcton Problems", Transactons of the ASME seres D: Journal of Basc Engneerng, 8 (1): 35-45, [5] P. S. Maybeck: Stochastc Models, Estmaton, and Control, Vol 1, Academc Press, Inc., New York, [6] P. Zarrchan., "Tactcal and Strategc Mssle Gudance", AIAA, Inc., Washngton, DC, [7] R.P. Denaro and P.V.W. Looms., "GPS Navgaton Processng and Kalman flterng", AGARD, NO. 161, pp , [8] C. K. Chu and G. Chen, Kalman flterng wth Real-Tme Applcatons, Sprnger-Verlag, New York, [9] C. Wells, "The Kalman flter n Fnance", Kluwer Academc Publshers, Dordrecht, [10]P.J. Bolland and J.T. Connor, "A Constraned Neural Network Kalman flter for Prce Estmaton n Hgh Frequency Fnancal Data", Internatonal Journal of Neural Systems, Vol. 8., No. 4, August, [11] Y. Avv: A Tme Seres Framework for Supply Chan Inventory Management, Operatons Research, Vol. 51, No., pp. 10-7, 003. [1] T. Wu and P. O Grady: A Methodology for Improvng the Desgn of a Supply Chan, Internatonal Journal of Computer Integrated Manufacturng, Vol. 17, No. 4, pp , 004.

Forecasting the Direction and Strength of Stock Market Movement

Forecasting the Direction and Strength of Stock Market Movement Forecastng the Drecton and Strength of Stock Market Movement Jngwe Chen Mng Chen Nan Ye cjngwe@stanford.edu mchen5@stanford.edu nanye@stanford.edu Abstract - Stock market s one of the most complcated systems

More information

A DYNAMIC CRASHING METHOD FOR PROJECT MANAGEMENT USING SIMULATION-BASED OPTIMIZATION. Michael E. Kuhl Radhamés A. Tolentino-Peña

A DYNAMIC CRASHING METHOD FOR PROJECT MANAGEMENT USING SIMULATION-BASED OPTIMIZATION. Michael E. Kuhl Radhamés A. Tolentino-Peña Proceedngs of the 2008 Wnter Smulaton Conference S. J. Mason, R. R. Hll, L. Mönch, O. Rose, T. Jefferson, J. W. Fowler eds. A DYNAMIC CRASHING METHOD FOR PROJECT MANAGEMENT USING SIMULATION-BASED OPTIMIZATION

More information

The Development of Web Log Mining Based on Improve-K-Means Clustering Analysis

The Development of Web Log Mining Based on Improve-K-Means Clustering Analysis The Development of Web Log Mnng Based on Improve-K-Means Clusterng Analyss TngZhong Wang * College of Informaton Technology, Luoyang Normal Unversty, Luoyang, 471022, Chna wangtngzhong2@sna.cn Abstract.

More information

AN APPOINTMENT ORDER OUTPATIENT SCHEDULING SYSTEM THAT IMPROVES OUTPATIENT EXPERIENCE

AN APPOINTMENT ORDER OUTPATIENT SCHEDULING SYSTEM THAT IMPROVES OUTPATIENT EXPERIENCE AN APPOINTMENT ORDER OUTPATIENT SCHEDULING SYSTEM THAT IMPROVES OUTPATIENT EXPERIENCE Yu-L Huang Industral Engneerng Department New Mexco State Unversty Las Cruces, New Mexco 88003, U.S.A. Abstract Patent

More information

Fault tolerance in cloud technologies presented as a service

Fault tolerance in cloud technologies presented as a service Internatonal Scentfc Conference Computer Scence 2015 Pavel Dzhunev, PhD student Fault tolerance n cloud technologes presented as a servce INTRODUCTION Improvements n technques for vrtualzaton and performance

More information

Forecasting the Demand of Emergency Supplies: Based on the CBR Theory and BP Neural Network

Forecasting the Demand of Emergency Supplies: Based on the CBR Theory and BP Neural Network 700 Proceedngs of the 8th Internatonal Conference on Innovaton & Management Forecastng the Demand of Emergency Supples: Based on the CBR Theory and BP Neural Network Fu Deqang, Lu Yun, L Changbng School

More information

An Alternative Way to Measure Private Equity Performance

An Alternative Way to Measure Private Equity Performance An Alternatve Way to Measure Prvate Equty Performance Peter Todd Parlux Investment Technology LLC Summary Internal Rate of Return (IRR) s probably the most common way to measure the performance of prvate

More information

Answer: A). There is a flatter IS curve in the high MPC economy. Original LM LM after increase in M. IS curve for low MPC economy

Answer: A). There is a flatter IS curve in the high MPC economy. Original LM LM after increase in M. IS curve for low MPC economy 4.02 Quz Solutons Fall 2004 Multple-Choce Questons (30/00 ponts) Please, crcle the correct answer for each of the followng 0 multple-choce questons. For each queston, only one of the answers s correct.

More information

An Evaluation of the Extended Logistic, Simple Logistic, and Gompertz Models for Forecasting Short Lifecycle Products and Services

An Evaluation of the Extended Logistic, Simple Logistic, and Gompertz Models for Forecasting Short Lifecycle Products and Services An Evaluaton of the Extended Logstc, Smple Logstc, and Gompertz Models for Forecastng Short Lfecycle Products and Servces Charles V. Trappey a,1, Hsn-yng Wu b a Professor (Management Scence), Natonal Chao

More information

benefit is 2, paid if the policyholder dies within the year, and probability of death within the year is ).

benefit is 2, paid if the policyholder dies within the year, and probability of death within the year is ). REVIEW OF RISK MANAGEMENT CONCEPTS LOSS DISTRIBUTIONS AND INSURANCE Loss and nsurance: When someone s subject to the rsk of ncurrng a fnancal loss, the loss s generally modeled usng a random varable or

More information

CHOLESTEROL REFERENCE METHOD LABORATORY NETWORK. Sample Stability Protocol

CHOLESTEROL REFERENCE METHOD LABORATORY NETWORK. Sample Stability Protocol CHOLESTEROL REFERENCE METHOD LABORATORY NETWORK Sample Stablty Protocol Background The Cholesterol Reference Method Laboratory Network (CRMLN) developed certfcaton protocols for total cholesterol, HDL

More information

RESEARCH ON DUAL-SHAKER SINE VIBRATION CONTROL. Yaoqi FENG 1, Hanping QIU 1. China Academy of Space Technology (CAST) yaoqi.feng@yahoo.

RESEARCH ON DUAL-SHAKER SINE VIBRATION CONTROL. Yaoqi FENG 1, Hanping QIU 1. China Academy of Space Technology (CAST) yaoqi.feng@yahoo. ICSV4 Carns Australa 9- July, 007 RESEARCH ON DUAL-SHAKER SINE VIBRATION CONTROL Yaoq FENG, Hanpng QIU Dynamc Test Laboratory, BISEE Chna Academy of Space Technology (CAST) yaoq.feng@yahoo.com Abstract

More information

IDENTIFICATION AND CORRECTION OF A COMMON ERROR IN GENERAL ANNUITY CALCULATIONS

IDENTIFICATION AND CORRECTION OF A COMMON ERROR IN GENERAL ANNUITY CALCULATIONS IDENTIFICATION AND CORRECTION OF A COMMON ERROR IN GENERAL ANNUITY CALCULATIONS Chrs Deeley* Last revsed: September 22, 200 * Chrs Deeley s a Senor Lecturer n the School of Accountng, Charles Sturt Unversty,

More information

Study on Model of Risks Assessment of Standard Operation in Rural Power Network

Study on Model of Risks Assessment of Standard Operation in Rural Power Network Study on Model of Rsks Assessment of Standard Operaton n Rural Power Network Qngj L 1, Tao Yang 2 1 Qngj L, College of Informaton and Electrcal Engneerng, Shenyang Agrculture Unversty, Shenyang 110866,

More information

ANALYZING THE RELATIONSHIPS BETWEEN QUALITY, TIME, AND COST IN PROJECT MANAGEMENT DECISION MAKING

ANALYZING THE RELATIONSHIPS BETWEEN QUALITY, TIME, AND COST IN PROJECT MANAGEMENT DECISION MAKING ANALYZING THE RELATIONSHIPS BETWEEN QUALITY, TIME, AND COST IN PROJECT MANAGEMENT DECISION MAKING Matthew J. Lberatore, Department of Management and Operatons, Vllanova Unversty, Vllanova, PA 19085, 610-519-4390,

More information

Sciences Shenyang, Shenyang, China.

Sciences Shenyang, Shenyang, China. Advanced Materals Research Vols. 314-316 (2011) pp 1315-1320 (2011) Trans Tech Publcatons, Swtzerland do:10.4028/www.scentfc.net/amr.314-316.1315 Solvng the Two-Obectve Shop Schedulng Problem n MTO Manufacturng

More information

An Interest-Oriented Network Evolution Mechanism for Online Communities

An Interest-Oriented Network Evolution Mechanism for Online Communities An Interest-Orented Network Evoluton Mechansm for Onlne Communtes Cahong Sun and Xaopng Yang School of Informaton, Renmn Unversty of Chna, Bejng 100872, P.R. Chna {chsun,yang}@ruc.edu.cn Abstract. Onlne

More information

iavenue iavenue i i i iavenue iavenue iavenue

iavenue iavenue i i i iavenue iavenue iavenue Saratoga Systems' enterprse-wde Avenue CRM system s a comprehensve web-enabled software soluton. Ths next generaton system enables you to effectvely manage and enhance your customer relatonshps n both

More information

A Secure Password-Authenticated Key Agreement Using Smart Cards

A Secure Password-Authenticated Key Agreement Using Smart Cards A Secure Password-Authentcated Key Agreement Usng Smart Cards Ka Chan 1, Wen-Chung Kuo 2 and Jn-Chou Cheng 3 1 Department of Computer and Informaton Scence, R.O.C. Mltary Academy, Kaohsung 83059, Tawan,

More information

On the Optimal Control of a Cascade of Hydro-Electric Power Stations

On the Optimal Control of a Cascade of Hydro-Electric Power Stations On the Optmal Control of a Cascade of Hydro-Electrc Power Statons M.C.M. Guedes a, A.F. Rbero a, G.V. Smrnov b and S. Vlela c a Department of Mathematcs, School of Scences, Unversty of Porto, Portugal;

More information

Analysis of Premium Liabilities for Australian Lines of Business

Analysis of Premium Liabilities for Australian Lines of Business Summary of Analyss of Premum Labltes for Australan Lnes of Busness Emly Tao Honours Research Paper, The Unversty of Melbourne Emly Tao Acknowledgements I am grateful to the Australan Prudental Regulaton

More information

A hybrid global optimization algorithm based on parallel chaos optimization and outlook algorithm

A hybrid global optimization algorithm based on parallel chaos optimization and outlook algorithm Avalable onlne www.ocpr.com Journal of Chemcal and Pharmaceutcal Research, 2014, 6(7):1884-1889 Research Artcle ISSN : 0975-7384 CODEN(USA) : JCPRC5 A hybrd global optmzaton algorthm based on parallel

More information

The Application of Fractional Brownian Motion in Option Pricing

The Application of Fractional Brownian Motion in Option Pricing Vol. 0, No. (05), pp. 73-8 http://dx.do.org/0.457/jmue.05.0..6 The Applcaton of Fractonal Brownan Moton n Opton Prcng Qng-xn Zhou School of Basc Scence,arbn Unversty of Commerce,arbn zhouqngxn98@6.com

More information

Inter-Ing 2007. INTERDISCIPLINARITY IN ENGINEERING SCIENTIFIC INTERNATIONAL CONFERENCE, TG. MUREŞ ROMÂNIA, 15-16 November 2007.

Inter-Ing 2007. INTERDISCIPLINARITY IN ENGINEERING SCIENTIFIC INTERNATIONAL CONFERENCE, TG. MUREŞ ROMÂNIA, 15-16 November 2007. Inter-Ing 2007 INTERDISCIPLINARITY IN ENGINEERING SCIENTIFIC INTERNATIONAL CONFERENCE, TG. MUREŞ ROMÂNIA, 15-16 November 2007. UNCERTAINTY REGION SIMULATION FOR A SERIAL ROBOT STRUCTURE MARIUS SEBASTIAN

More information

A Performance Analysis of View Maintenance Techniques for Data Warehouses

A Performance Analysis of View Maintenance Techniques for Data Warehouses A Performance Analyss of Vew Mantenance Technques for Data Warehouses Xng Wang Dell Computer Corporaton Round Roc, Texas Le Gruenwald The nversty of Olahoma School of Computer Scence orman, OK 739 Guangtao

More information

Power-of-Two Policies for Single- Warehouse Multi-Retailer Inventory Systems with Order Frequency Discounts

Power-of-Two Policies for Single- Warehouse Multi-Retailer Inventory Systems with Order Frequency Discounts Power-of-wo Polces for Sngle- Warehouse Mult-Retaler Inventory Systems wth Order Frequency Dscounts José A. Ventura Pennsylvana State Unversty (USA) Yale. Herer echnon Israel Insttute of echnology (Israel)

More information

Frequency Selective IQ Phase and IQ Amplitude Imbalance Adjustments for OFDM Direct Conversion Transmitters

Frequency Selective IQ Phase and IQ Amplitude Imbalance Adjustments for OFDM Direct Conversion Transmitters Frequency Selectve IQ Phase and IQ Ampltude Imbalance Adjustments for OFDM Drect Converson ransmtters Edmund Coersmeer, Ernst Zelnsk Noka, Meesmannstrasse 103, 44807 Bochum, Germany edmund.coersmeer@noka.com,

More information

BUSINESS PROCESS PERFORMANCE MANAGEMENT USING BAYESIAN BELIEF NETWORK. 0688, dskim@ssu.ac.kr

BUSINESS PROCESS PERFORMANCE MANAGEMENT USING BAYESIAN BELIEF NETWORK. 0688, dskim@ssu.ac.kr Proceedngs of the 41st Internatonal Conference on Computers & Industral Engneerng BUSINESS PROCESS PERFORMANCE MANAGEMENT USING BAYESIAN BELIEF NETWORK Yeong-bn Mn 1, Yongwoo Shn 2, Km Jeehong 1, Dongsoo

More information

On-Line Fault Detection in Wind Turbine Transmission System using Adaptive Filter and Robust Statistical Features

On-Line Fault Detection in Wind Turbine Transmission System using Adaptive Filter and Robust Statistical Features On-Lne Fault Detecton n Wnd Turbne Transmsson System usng Adaptve Flter and Robust Statstcal Features Ruoyu L Remote Dagnostcs Center SKF USA Inc. 3443 N. Sam Houston Pkwy., Houston TX 77086 Emal: ruoyu.l@skf.com

More information

Vehicle Detection and Tracking in Video from Moving Airborne Platform

Vehicle Detection and Tracking in Video from Moving Airborne Platform Journal of Computatonal Informaton Systems 10: 12 (2014) 4965 4972 Avalable at http://www.jofcs.com Vehcle Detecton and Trackng n Vdeo from Movng Arborne Platform Lye ZHANG 1,2,, Hua WANG 3, L LI 2 1 School

More information

Institute of Informatics, Faculty of Business and Management, Brno University of Technology,Czech Republic

Institute of Informatics, Faculty of Business and Management, Brno University of Technology,Czech Republic Lagrange Multplers as Quanttatve Indcators n Economcs Ivan Mezník Insttute of Informatcs, Faculty of Busness and Management, Brno Unversty of TechnologCzech Republc Abstract The quanttatve role of Lagrange

More information

Can Auto Liability Insurance Purchases Signal Risk Attitude?

Can Auto Liability Insurance Purchases Signal Risk Attitude? Internatonal Journal of Busness and Economcs, 2011, Vol. 10, No. 2, 159-164 Can Auto Lablty Insurance Purchases Sgnal Rsk Atttude? Chu-Shu L Department of Internatonal Busness, Asa Unversty, Tawan Sheng-Chang

More information

Optimal Bidding Strategies for Generation Companies in a Day-Ahead Electricity Market with Risk Management Taken into Account

Optimal Bidding Strategies for Generation Companies in a Day-Ahead Electricity Market with Risk Management Taken into Account Amercan J. of Engneerng and Appled Scences (): 8-6, 009 ISSN 94-700 009 Scence Publcatons Optmal Bddng Strateges for Generaton Companes n a Day-Ahead Electrcty Market wth Rsk Management Taken nto Account

More information

APPLICATION OF PROBE DATA COLLECTED VIA INFRARED BEACONS TO TRAFFIC MANEGEMENT

APPLICATION OF PROBE DATA COLLECTED VIA INFRARED BEACONS TO TRAFFIC MANEGEMENT APPLICATION OF PROBE DATA COLLECTED VIA INFRARED BEACONS TO TRAFFIC MANEGEMENT Toshhko Oda (1), Kochro Iwaoka (2) (1), (2) Infrastructure Systems Busness Unt, Panasonc System Networks Co., Ltd. Saedo-cho

More information

ASSESSING THE AVAILABILITY AND ALLOCATION OF PRODUCTION CAPACITY IN A FABRICATION FACILITY THROUGH SIMULATION MODELING: A CASE STUDY

ASSESSING THE AVAILABILITY AND ALLOCATION OF PRODUCTION CAPACITY IN A FABRICATION FACILITY THROUGH SIMULATION MODELING: A CASE STUDY Internatonal Journal of Industral Engneerng, 15(2), 166-175, 2008. ASSESSING THE AVAILABILITY AND ALLOCATION OF PRODUCTION CAPACITY IN A FABRICATION FACILITY THROUGH SIMULATION MODELING: A CASE STUDY J.H.

More information

Abstract. 260 Business Intelligence Journal July IDENTIFICATION OF DEMAND THROUGH STATISTICAL DISTRIBUTION MODELING FOR IMPROVED DEMAND FORECASTING

Abstract. 260 Business Intelligence Journal July IDENTIFICATION OF DEMAND THROUGH STATISTICAL DISTRIBUTION MODELING FOR IMPROVED DEMAND FORECASTING 260 Busness Intellgence Journal July IDENTIFICATION OF DEMAND THROUGH STATISTICAL DISTRIBUTION MODELING FOR IMPROVED DEMAND FORECASTING Murphy Choy Mchelle L.F. Cheong School of Informaton Systems, Sngapore

More information

Number of Levels Cumulative Annual operating Income per year construction costs costs ($) ($) ($) 1 600,000 35,000 100,000 2 2,200,000 60,000 350,000

Number of Levels Cumulative Annual operating Income per year construction costs costs ($) ($) ($) 1 600,000 35,000 100,000 2 2,200,000 60,000 350,000 Problem Set 5 Solutons 1 MIT s consderng buldng a new car park near Kendall Square. o unversty funds are avalable (overhead rates are under pressure and the new faclty would have to pay for tself from

More information

Vision Mouse. Saurabh Sarkar a* University of Cincinnati, Cincinnati, USA ABSTRACT 1. INTRODUCTION

Vision Mouse. Saurabh Sarkar a* University of Cincinnati, Cincinnati, USA ABSTRACT 1. INTRODUCTION Vson Mouse Saurabh Sarkar a* a Unversty of Cncnnat, Cncnnat, USA ABSTRACT The report dscusses a vson based approach towards trackng of eyes and fngers. The report descrbes the process of locatng the possble

More information

DEFINING %COMPLETE IN MICROSOFT PROJECT

DEFINING %COMPLETE IN MICROSOFT PROJECT CelersSystems DEFINING %COMPLETE IN MICROSOFT PROJECT PREPARED BY James E Aksel, PMP, PMI-SP, MVP For Addtonal Informaton about Earned Value Management Systems and reportng, please contact: CelersSystems,

More information

Project Networks With Mixed-Time Constraints

Project Networks With Mixed-Time Constraints Project Networs Wth Mxed-Tme Constrants L Caccetta and B Wattananon Western Australan Centre of Excellence n Industral Optmsaton (WACEIO) Curtn Unversty of Technology GPO Box U1987 Perth Western Australa

More information

Damage detection in composite laminates using coin-tap method

Damage detection in composite laminates using coin-tap method Damage detecton n composte lamnates usng con-tap method S.J. Km Korea Aerospace Research Insttute, 45 Eoeun-Dong, Youseong-Gu, 35-333 Daejeon, Republc of Korea yaeln@kar.re.kr 45 The con-tap test has the

More information

Calculation of Sampling Weights

Calculation of Sampling Weights Perre Foy Statstcs Canada 4 Calculaton of Samplng Weghts 4.1 OVERVIEW The basc sample desgn used n TIMSS Populatons 1 and 2 was a two-stage stratfed cluster desgn. 1 The frst stage conssted of a sample

More information

A New Task Scheduling Algorithm Based on Improved Genetic Algorithm

A New Task Scheduling Algorithm Based on Improved Genetic Algorithm A New Task Schedulng Algorthm Based on Improved Genetc Algorthm n Cloud Computng Envronment Congcong Xong, Long Feng, Lxan Chen A New Task Schedulng Algorthm Based on Improved Genetc Algorthm n Cloud Computng

More information

"Research Note" APPLICATION OF CHARGE SIMULATION METHOD TO ELECTRIC FIELD CALCULATION IN THE POWER CABLES *

Research Note APPLICATION OF CHARGE SIMULATION METHOD TO ELECTRIC FIELD CALCULATION IN THE POWER CABLES * Iranan Journal of Scence & Technology, Transacton B, Engneerng, ol. 30, No. B6, 789-794 rnted n The Islamc Republc of Iran, 006 Shraz Unversty "Research Note" ALICATION OF CHARGE SIMULATION METHOD TO ELECTRIC

More information

Robust Design of Public Storage Warehouses. Yeming (Yale) Gong EMLYON Business School

Robust Design of Public Storage Warehouses. Yeming (Yale) Gong EMLYON Business School Robust Desgn of Publc Storage Warehouses Yemng (Yale) Gong EMLYON Busness School Rene de Koster Rotterdam school of management, Erasmus Unversty Abstract We apply robust optmzaton and revenue management

More information

Conferencing protocols and Petri net analysis

Conferencing protocols and Petri net analysis Conferencng protocols and Petr net analyss E. ANTONIDAKIS Department of Electroncs, Technologcal Educatonal Insttute of Crete, GREECE ena@chana.tecrete.gr Abstract: Durng a computer conference, users desre

More information

A Novel Methodology of Working Capital Management for Large. Public Constructions by Using Fuzzy S-curve Regression

A Novel Methodology of Working Capital Management for Large. Public Constructions by Using Fuzzy S-curve Regression Novel Methodology of Workng Captal Management for Large Publc Constructons by Usng Fuzzy S-curve Regresson Cheng-Wu Chen, Morrs H. L. Wang and Tng-Ya Hseh Department of Cvl Engneerng, Natonal Central Unversty,

More information

Estimating the Development Effort of Web Projects in Chile

Estimating the Development Effort of Web Projects in Chile Estmatng the Development Effort of Web Projects n Chle Sergo F. Ochoa Computer Scences Department Unversty of Chle (56 2) 678-4364 sochoa@dcc.uchle.cl M. Cecla Bastarrca Computer Scences Department Unversty

More information

Simulation and optimization of supply chains: alternative or complementary approaches?

Simulation and optimization of supply chains: alternative or complementary approaches? Smulaton and optmzaton of supply chans: alternatve or complementary approaches? Chrstan Almeder Margaretha Preusser Rchard F. Hartl Orgnally publshed n: OR Spectrum (2009) 31:95 119 DOI 10.1007/s00291-007-0118-z

More information

Staff Paper. Farm Savings Accounts: Examining Income Variability, Eligibility, and Benefits. Brent Gloy, Eddy LaDue, and Charles Cuykendall

Staff Paper. Farm Savings Accounts: Examining Income Variability, Eligibility, and Benefits. Brent Gloy, Eddy LaDue, and Charles Cuykendall SP 2005-02 August 2005 Staff Paper Department of Appled Economcs and Management Cornell Unversty, Ithaca, New York 14853-7801 USA Farm Savngs Accounts: Examnng Income Varablty, Elgblty, and Benefts Brent

More information

BERNSTEIN POLYNOMIALS

BERNSTEIN POLYNOMIALS On-Lne Geometrc Modelng Notes BERNSTEIN POLYNOMIALS Kenneth I. Joy Vsualzaton and Graphcs Research Group Department of Computer Scence Unversty of Calforna, Davs Overvew Polynomals are ncredbly useful

More information

Abstract # 015-0399 Working Capital Exposure: A Methodology to Control Economic Performance in Production Environment Projects

Abstract # 015-0399 Working Capital Exposure: A Methodology to Control Economic Performance in Production Environment Projects Abstract # 015-0399 Workng Captal Exposure: A Methodology to Control Economc Performance n Producton Envronment Projects Dego F. Manotas. School of Industral Engneerng and Statstcs, Unversdad del Valle.

More information

Intra-year Cash Flow Patterns: A Simple Solution for an Unnecessary Appraisal Error

Intra-year Cash Flow Patterns: A Simple Solution for an Unnecessary Appraisal Error Intra-year Cash Flow Patterns: A Smple Soluton for an Unnecessary Apprasal Error By C. Donald Wggns (Professor of Accountng and Fnance, the Unversty of North Florda), B. Perry Woodsde (Assocate Professor

More information

Risk Model of Long-Term Production Scheduling in Open Pit Gold Mining

Risk Model of Long-Term Production Scheduling in Open Pit Gold Mining Rsk Model of Long-Term Producton Schedulng n Open Pt Gold Mnng R Halatchev 1 and P Lever 2 ABSTRACT Open pt gold mnng s an mportant sector of the Australan mnng ndustry. It uses large amounts of nvestments,

More information

Capturing Dynamics in the Power Grid: Formulation of Dynamic State Estimation through Data Assimilation

Capturing Dynamics in the Power Grid: Formulation of Dynamic State Estimation through Data Assimilation PNNL-2323 Prepared for the U.S. Department of Energy under Contract DE-AC5-76RL83 Capturng Dynamcs n the Power Grd: Formulaton of Dynamc State Estmaton through Data Assmlaton N Zhou Z Huang D Meng S Elbert

More information

The OC Curve of Attribute Acceptance Plans

The OC Curve of Attribute Acceptance Plans The OC Curve of Attrbute Acceptance Plans The Operatng Characterstc (OC) curve descrbes the probablty of acceptng a lot as a functon of the lot s qualty. Fgure 1 shows a typcal OC Curve. 10 8 6 4 1 3 4

More information

A Revised Received Signal Strength Based Localization for Healthcare

A Revised Received Signal Strength Based Localization for Healthcare , pp.273-282 http://dx.do.org/10.14257/mue.2015.10.10.27 A Revsed Receved Sgnal Strength Based Localzaton for Healthcare Wenhuan Ch 1, Yuan Tan 2, Mznah Al-Rodhaan 2, Abdullah Al-Dhelaan 2 and Yuanfeng

More information

State Upgrades and Natural Rate of Cities

State Upgrades and Natural Rate of Cities Rsk n Water Resources Management (Proceedngs of Symposum H03 held durng IUGG20 n Melbourne, Australa, July 20) (IAHS Publ. 347, 20). 07 Assmlaton of streamflow dscharge nto a contnuous flood forecastng

More information

AN ONLINE SIMULATION TO LINK ASSET CONDITION MONITORING AND OPERATIONS DECISIONS IN THROUGH-LIFE ENGINEERING SERVICES. Evandro Leonardo Silva Teixeira

AN ONLINE SIMULATION TO LINK ASSET CONDITION MONITORING AND OPERATIONS DECISIONS IN THROUGH-LIFE ENGINEERING SERVICES. Evandro Leonardo Silva Teixeira Proceedngs of the 03 Wnter Smulaton Conference R. Pasupathy, S.-H. Km, A. Tolk, R. Hll, and M. E. Kuhl, eds AN ONLINE SIMULATION TO LINK ASSET CONDITION MONITORING AND OPERATIONS DECISIONS IN THROUGH-LIFE

More information

A Replication-Based and Fault Tolerant Allocation Algorithm for Cloud Computing

A Replication-Based and Fault Tolerant Allocation Algorithm for Cloud Computing A Replcaton-Based and Fault Tolerant Allocaton Algorthm for Cloud Computng Tork Altameem Dept of Computer Scence, RCC, Kng Saud Unversty, PO Box: 28095 11437 Ryadh-Saud Araba Abstract The very large nfrastructure

More information

Dynamic optimization of the LNG value chain

Dynamic optimization of the LNG value chain Proceedngs of the 1 st Annual Gas Processng Symposum H. Alfadala, G.V. Rex Reklats and M.M. El-Halwag (Edtors) 2009 Elsever B.V. All rghts reserved. 1 Dynamc optmzaton of the LNG value chan Bjarne A. Foss

More information

GRAVITY DATA VALIDATION AND OUTLIER DETECTION USING L 1 -NORM

GRAVITY DATA VALIDATION AND OUTLIER DETECTION USING L 1 -NORM GRAVITY DATA VALIDATION AND OUTLIER DETECTION USING L 1 -NORM BARRIOT Jean-Perre, SARRAILH Mchel BGI/CNES 18.av.E.Beln 31401 TOULOUSE Cedex 4 (France) Emal: jean-perre.barrot@cnes.fr 1/Introducton The

More information

Calculating the high frequency transmission line parameters of power cables

Calculating the high frequency transmission line parameters of power cables < ' Calculatng the hgh frequency transmsson lne parameters of power cables Authors: Dr. John Dcknson, Laboratory Servces Manager, N 0 RW E B Communcatons Mr. Peter J. Ncholson, Project Assgnment Manager,

More information

The Current Employment Statistics (CES) survey,

The Current Employment Statistics (CES) survey, Busness Brths and Deaths Impact of busness brths and deaths n the payroll survey The CES probablty-based sample redesgn accounts for most busness brth employment through the mputaton of busness deaths,

More information

THE DISTRIBUTION OF LOAN PORTFOLIO VALUE * Oldrich Alfons Vasicek

THE DISTRIBUTION OF LOAN PORTFOLIO VALUE * Oldrich Alfons Vasicek HE DISRIBUION OF LOAN PORFOLIO VALUE * Oldrch Alfons Vascek he amount of captal necessary to support a portfolo of debt securtes depends on the probablty dstrbuton of the portfolo loss. Consder a portfolo

More information

Business Process Improvement using Multi-objective Optimisation K. Vergidis 1, A. Tiwari 1 and B. Majeed 2

Business Process Improvement using Multi-objective Optimisation K. Vergidis 1, A. Tiwari 1 and B. Majeed 2 Busness Process Improvement usng Mult-objectve Optmsaton K. Vergds 1, A. Twar 1 and B. Majeed 2 1 Manufacturng Department, School of Industral and Manufacturng Scence, Cranfeld Unversty, Cranfeld, MK43

More information

How To Understand The Results Of The German Meris Cloud And Water Vapour Product

How To Understand The Results Of The German Meris Cloud And Water Vapour Product Ttel: Project: Doc. No.: MERIS level 3 cloud and water vapour products MAPP MAPP-ATBD-ClWVL3 Issue: 1 Revson: 0 Date: 9.12.1998 Functon Name Organsaton Sgnature Date Author: Bennartz FUB Preusker FUB Schüller

More information

INVESTIGATION OF VEHICULAR USERS FAIRNESS IN CDMA-HDR NETWORKS

INVESTIGATION OF VEHICULAR USERS FAIRNESS IN CDMA-HDR NETWORKS 21 22 September 2007, BULGARIA 119 Proceedngs of the Internatonal Conference on Informaton Technologes (InfoTech-2007) 21 st 22 nd September 2007, Bulgara vol. 2 INVESTIGATION OF VEHICULAR USERS FAIRNESS

More information

Causal, Explanatory Forecasting. Analysis. Regression Analysis. Simple Linear Regression. Which is Independent? Forecasting

Causal, Explanatory Forecasting. Analysis. Regression Analysis. Simple Linear Regression. Which is Independent? Forecasting Causal, Explanatory Forecastng Assumes cause-and-effect relatonshp between system nputs and ts output Forecastng wth Regresson Analyss Rchard S. Barr Inputs System Cause + Effect Relatonshp The job of

More information

Using Series to Analyze Financial Situations: Present Value

Using Series to Analyze Financial Situations: Present Value 2.8 Usng Seres to Analyze Fnancal Stuatons: Present Value In the prevous secton, you learned how to calculate the amount, or future value, of an ordnary smple annuty. The amount s the sum of the accumulated

More information

An MILP model for planning of batch plants operating in a campaign-mode

An MILP model for planning of batch plants operating in a campaign-mode An MILP model for plannng of batch plants operatng n a campagn-mode Yanna Fumero Insttuto de Desarrollo y Dseño CONICET UTN yfumero@santafe-concet.gov.ar Gabrela Corsano Insttuto de Desarrollo y Dseño

More information

VoIP Playout Buffer Adjustment using Adaptive Estimation of Network Delays

VoIP Playout Buffer Adjustment using Adaptive Estimation of Network Delays VoIP Playout Buffer Adjustment usng Adaptve Estmaton of Network Delays Mroslaw Narbutt and Lam Murphy* Department of Computer Scence Unversty College Dubln, Belfeld, Dubln, IRELAND Abstract The poor qualty

More information

Daily O-D Matrix Estimation using Cellular Probe Data

Daily O-D Matrix Estimation using Cellular Probe Data Zhang, Qn, Dong and Ran Daly O-D Matrx Estmaton usng Cellular Probe Data 0 0 Y Zhang* Department of Cvl and Envronmental Engneerng, Unversty of Wsconsn-Madson, Madson, WI 0 Phone: -0-- E-mal: zhang@wsc.edu

More information

RELIABILITY, RISK AND AVAILABILITY ANLYSIS OF A CONTAINER GANTRY CRANE ABSTRACT

RELIABILITY, RISK AND AVAILABILITY ANLYSIS OF A CONTAINER GANTRY CRANE ABSTRACT Kolowrock Krzysztof Joanna oszynska MODELLING ENVIRONMENT AND INFRATRUCTURE INFLUENCE ON RELIABILITY AND OPERATION RT&A # () (Vol.) March RELIABILITY RIK AND AVAILABILITY ANLYI OF A CONTAINER GANTRY CRANE

More information

Course outline. Financial Time Series Analysis. Overview. Data analysis. Predictive signal. Trading strategy

Course outline. Financial Time Series Analysis. Overview. Data analysis. Predictive signal. Trading strategy Fnancal Tme Seres Analyss Patrck McSharry patrck@mcsharry.net www.mcsharry.net Trnty Term 2014 Mathematcal Insttute Unversty of Oxford Course outlne 1. Data analyss, probablty, correlatons, vsualsaton

More information

Realistic Image Synthesis

Realistic Image Synthesis Realstc Image Synthess - Combned Samplng and Path Tracng - Phlpp Slusallek Karol Myszkowsk Vncent Pegoraro Overvew: Today Combned Samplng (Multple Importance Samplng) Renderng and Measurng Equaton Random

More information

Multiple-Period Attribution: Residuals and Compounding

Multiple-Period Attribution: Residuals and Compounding Multple-Perod Attrbuton: Resduals and Compoundng Our revewer gave these authors full marks for dealng wth an ssue that performance measurers and vendors often regard as propretary nformaton. In 1994, Dens

More information

Lecture 3: Annuity. Study annuities whose payments form a geometric progression or a arithmetic progression.

Lecture 3: Annuity. Study annuities whose payments form a geometric progression or a arithmetic progression. Lecture 3: Annuty Goals: Learn contnuous annuty and perpetuty. Study annutes whose payments form a geometrc progresson or a arthmetc progresson. Dscuss yeld rates. Introduce Amortzaton Suggested Textbook

More information

Multi-Period Resource Allocation for Estimating Project Costs in Competitive Bidding

Multi-Period Resource Allocation for Estimating Project Costs in Competitive Bidding Department of Industral Engneerng and Management Techncall Report No. 2014-6 Mult-Perod Resource Allocaton for Estmatng Project Costs n Compettve dng Yuch Takano, Nobuak Ish, and Masaak Murak September,

More information

SUPPLIER FINANCING AND STOCK MANAGEMENT. A JOINT VIEW.

SUPPLIER FINANCING AND STOCK MANAGEMENT. A JOINT VIEW. SUPPLIER FINANCING AND STOCK MANAGEMENT. A JOINT VIEW. Lucía Isabel García Cebrán Departamento de Economía y Dreccón de Empresas Unversdad de Zaragoza Gran Vía, 2 50.005 Zaragoza (Span) Phone: 976-76-10-00

More information

A system for real-time calculation and monitoring of energy performance and carbon emissions of RET systems and buildings

A system for real-time calculation and monitoring of energy performance and carbon emissions of RET systems and buildings A system for real-tme calculaton and montorng of energy performance and carbon emssons of RET systems and buldngs Dr PAAIOTIS PHILIMIS Dr ALESSADRO GIUSTI Dr STEPHE GARVI CE Technology Center Democratas

More information

Allocating Time and Resources in Project Management Under Uncertainty

Allocating Time and Resources in Project Management Under Uncertainty Proceedngs of the 36th Hawa Internatonal Conference on System Scences - 23 Allocatng Tme and Resources n Project Management Under Uncertanty Mark A. Turnqust School of Cvl and Envronmental Eng. Cornell

More information

Research Article A Time Scheduling Model of Logistics Service Supply Chain with Mass Customized Logistics Service

Research Article A Time Scheduling Model of Logistics Service Supply Chain with Mass Customized Logistics Service Hndaw Publshng Corporaton Dscrete Dynamcs n Nature and Socety Volume 01, Artcle ID 48978, 18 pages do:10.1155/01/48978 Research Artcle A Tme Schedulng Model of Logstcs Servce Supply Chan wth Mass Customzed

More information

1. Fundamentals of probability theory 2. Emergence of communication traffic 3. Stochastic & Markovian Processes (SP & MP)

1. Fundamentals of probability theory 2. Emergence of communication traffic 3. Stochastic & Markovian Processes (SP & MP) 6.3 / -- Communcaton Networks II (Görg) SS20 -- www.comnets.un-bremen.de Communcaton Networks II Contents. Fundamentals of probablty theory 2. Emergence of communcaton traffc 3. Stochastc & Markovan Processes

More information

A Multi-Camera System on PC-Cluster for Real-time 3-D Tracking

A Multi-Camera System on PC-Cluster for Real-time 3-D Tracking The 23 rd Conference of the Mechancal Engneerng Network of Thaland November 4 7, 2009, Chang Ma A Mult-Camera System on PC-Cluster for Real-tme 3-D Trackng Vboon Sangveraphunsr*, Krtsana Uttamang, and

More information

行 政 院 國 家 科 學 委 員 會 補 助 專 題 研 究 計 畫 成 果 報 告 期 中 進 度 報 告

行 政 院 國 家 科 學 委 員 會 補 助 專 題 研 究 計 畫 成 果 報 告 期 中 進 度 報 告 行 政 院 國 家 科 學 委 員 會 補 助 專 題 研 究 計 畫 成 果 報 告 期 中 進 度 報 告 畫 類 別 : 個 別 型 計 畫 半 導 體 產 業 大 型 廠 房 之 設 施 規 劃 計 畫 編 號 :NSC 96-2628-E-009-026-MY3 執 行 期 間 : 2007 年 8 月 1 日 至 2010 年 7 月 31 日 計 畫 主 持 人 : 巫 木 誠 共 同

More information

Methodology to Determine Relationships between Performance Factors in Hadoop Cloud Computing Applications

Methodology to Determine Relationships between Performance Factors in Hadoop Cloud Computing Applications Methodology to Determne Relatonshps between Performance Factors n Hadoop Cloud Computng Applcatons Lus Eduardo Bautsta Vllalpando 1,2, Alan Aprl 1 and Alan Abran 1 1 Department of Software Engneerng and

More information

Joe Pimbley, unpublished, 2005. Yield Curve Calculations

Joe Pimbley, unpublished, 2005. Yield Curve Calculations Joe Pmbley, unpublshed, 005. Yeld Curve Calculatons Background: Everythng s dscount factors Yeld curve calculatons nclude valuaton of forward rate agreements (FRAs), swaps, nterest rate optons, and forward

More information

A Programming Model for the Cloud Platform

A Programming Model for the Cloud Platform Internatonal Journal of Advanced Scence and Technology A Programmng Model for the Cloud Platform Xaodong Lu School of Computer Engneerng and Scence Shangha Unversty, Shangha 200072, Chna luxaodongxht@qq.com

More information

Credit Limit Optimization (CLO) for Credit Cards

Credit Limit Optimization (CLO) for Credit Cards Credt Lmt Optmzaton (CLO) for Credt Cards Vay S. Desa CSCC IX, Ednburgh September 8, 2005 Copyrght 2003, SAS Insttute Inc. All rghts reserved. SAS Propretary Agenda Background Tradtonal approaches to credt

More information

The Use of Analytics for Claim Fraud Detection Roosevelt C. Mosley, Jr., FCAS, MAAA Nick Kucera Pinnacle Actuarial Resources Inc.

The Use of Analytics for Claim Fraud Detection Roosevelt C. Mosley, Jr., FCAS, MAAA Nick Kucera Pinnacle Actuarial Resources Inc. Paper 1837-2014 The Use of Analytcs for Clam Fraud Detecton Roosevelt C. Mosley, Jr., FCAS, MAAA Nck Kucera Pnnacle Actuaral Resources Inc., Bloomngton, IL ABSTRACT As t has been wdely reported n the nsurance

More information

M-applications Development using High Performance Project Management Techniques

M-applications Development using High Performance Project Management Techniques M-applcatons Development usng Hgh Performance Project Management Technques PAUL POCATILU, MARIUS VETRICI Economc Informatcs Department Academy of Economc Studes 6 Pata Romana, Sector, Bucharest ROMANIA

More information

Durham Research Online

Durham Research Online Durham Research Onlne Deposted n DRO: 9 March 21 Verson of attached le: Accepted Verson Peer-revew status of attached le: Peer-revewed Ctaton for publshed tem: Matthews, P. C. and Coates, G. (27) 'Stochastc

More information

Overview of monitoring and evaluation

Overview of monitoring and evaluation 540 Toolkt to Combat Traffckng n Persons Tool 10.1 Overvew of montorng and evaluaton Overvew Ths tool brefly descrbes both montorng and evaluaton, and the dstncton between the two. What s montorng? Montorng

More information

What is Candidate Sampling

What is Candidate Sampling What s Canddate Samplng Say we have a multclass or mult label problem where each tranng example ( x, T ) conssts of a context x a small (mult)set of target classes T out of a large unverse L of possble

More information

Pricing Data Center Demand Response

Pricing Data Center Demand Response Prcng Data Center Demand Response Zhenhua Lu, Irs Lu, Steven Low, Adam Werman Calforna Insttute of Technology Pasadena, CA, USA {zlu2,lu,slow,adamw}@caltech.edu ABSTRACT Demand response s crucal for the

More information

THE APPLICATION OF DATA MINING TECHNIQUES AND MULTIPLE CLASSIFIERS TO MARKETING DECISION

THE APPLICATION OF DATA MINING TECHNIQUES AND MULTIPLE CLASSIFIERS TO MARKETING DECISION Internatonal Journal of Electronc Busness Management, Vol. 3, No. 4, pp. 30-30 (2005) 30 THE APPLICATION OF DATA MINING TECHNIQUES AND MULTIPLE CLASSIFIERS TO MARKETING DECISION Yu-Mn Chang *, Yu-Cheh

More information

VEHICLE DETECTION BY USING REAR PARTS AND TRACKING SYSTEM

VEHICLE DETECTION BY USING REAR PARTS AND TRACKING SYSTEM IJRET: Internatonal Journal of Research n Engneerng and Technology eissn: 2319-1163 pissn: 2321-7308 VEHICLE DETECTION BY USING REAR PARTS AND TRACKING SYSTEM Yogn Ashokrao Kanhegaonkar 1, Jagtap Rupal

More information

Activity Scheduling for Cost-Time Investment Optimization in Project Management

Activity Scheduling for Cost-Time Investment Optimization in Project Management PROJECT MANAGEMENT 4 th Internatonal Conference on Industral Engneerng and Industral Management XIV Congreso de Ingenería de Organzacón Donosta- San Sebastán, September 8 th -10 th 010 Actvty Schedulng

More information

A General Simulation Framework for Supply Chain Modeling: State of the Art and Case Study

A General Simulation Framework for Supply Chain Modeling: State of the Art and Case Study IJCSI Internatonal Journal of Computer Scence Issues, Vol. 7, Issue 2, No 3, March 2010 ISSN (Onlne): 1694-0784 ISSN (Prnt): 1694-0814 1 A General Smulaton Framework for Supply Chan Modelng: State of the

More information