Monte Carlo Simulation

Size: px
Start display at page:

Download "Monte Carlo Simulation"

Transcription

1 Chapter 8 Monte Carlo Smulaton Chapter 8 Monte Carlo Smulaton 8. Introducton Monte Carlo smulaton s named ater the cty o Monte Carlo n Monaco, whch s amous or gamblng such as roulette, dce, and slot machnes. Snce the smulaton process nvolves generatng chance varables and exhbts random behavors, t has been called Monte Carlo smulaton. Monte Carlo smulaton s a powerul statstcal analyss tool and wdely used n both non-engneerng elds and engneerng elds. It was ntally used to solve neutron duson problems n atomc bomb work at Alamos Scentc Laboratory n 944. Monte Carlo smulaton has been appled to dverse problems rangng rom the smulaton o complex physcal phenomena such as atom collsons to the smulaton o trac low and Dow Jones orecastng. Monte Carlo s also sutable or solvng complex engneerng problems because t can deal wth a large number o random varables, varous dstrbuton types, and hghly nonlnear engneerng models. Derent rom a physcal experme nt, Monte Carlo smulaton perorms random samplng and conducts a large number o experments on computer. Then the statstcal characterstcs o the experments (model outputs) are observed, and conclusons on the model outputs are drawn based on the statstcal experments. In each experment, the possble values o the nput random varables = (,,, n ) are sampled (generated) accordng to ther dstrbutons. Then the values o the output varable Y are calculated through the perormance uncton Y = g( ) at the samples o nput random varables. Wth a number o experments carred out n ths manner, a set o samples o output varable Y are avalable or the statstcal analyss, whch estmates the characterstcs o the output varable Y. The outlne o Monte Carlo smulaton s depcted n Fg. 9.. Three steps are requred n the smulaton process: Step samplng on random nput varables, Step evaluatng model output Y, and Step 3 statstcal analyss on model output. We wll ocus our dscussons on ndependent random varables. However, Monte Carlo smulaton s applcable or dependent varables. The three steps o Monte Carlo smulaton are dscussed n the ollowng sectons.

2 Probablstc Engneerng Desgn Dstrbutons o nput varables Step : Samplng o random varables Generatng samples o random varables Samples o nput varables Step : umercal Expermentaton Evaluatng perormance uncton Samples o output varables Analyss Model Y = g() Step 3: Statstc Analyss on model output Extractng probablstc normaton Probablstc characterstcs o output varables Fgure 9. Monte Carlo Smulaton 8. Samplng on nput random varables The purpose o samplng on the nput random varables = (,,, n ) s to generate samples that represent dstrbutons o the nput varable rom ther cds F ( x) ( =,,, n). The samples o the random varables wll then be used as nputs to the smulaton experments. Two steps are nvolved or ths purpose: Step generatng random varables that are unormly dstrbuted between and, and Step transormng the values o the unorm varable obtaned rom Step to the values o random varables that ollow the gven dstrbutons F ( x) ( =,,, n). Step Generatng random varables that are unormly dstrbuted between and The mportance o unorm numbers over the contnuous range [, ] s that they can be transormed nto real values that ollow any dstrbutons o nterest. In the early tmes o smulaton, random numbers were generated by mechancal ways, such as drawng balls, throwng dce, as the same way as many o today s lottery drawngs. ow any modern computers have the capablty to generate unormly dstrbuted random varables

3 Chapter 8 Monte Carlo Smulaton between and. There are a number o arthmetc random-generators developed or the computer-based random generaton. Random varables generated ths way are called pseudo random numbers. A random-generator produces a sequence o unorm numbers between and. The length o the sequence beore repeatng tsel s machne and algorthm dependent. The ollowng unorm random varables n the nterval o [, ] are generated wth the MATLAB random varable generator rand. Table 9. [, ] Unorm Random Varables Step Transormng [, ] unorm varables nto random varables that ollow the gven dstrbutons The task s to transorm the samples o [, ] unorm varable, z = ( z, z,, z ), where s the number o samples, generated rom Step, nto values o random varable that ollows a gven dstrbuton F ( x ). There are several methods or such a transormaton. The smple and drect transormaton s the nverse transormaton method. By ths method, the random varable s gven by x = F ( z ), =,,, (9.) where F s the nverse o the cd o the random varable. The transormaton s demonstrated n Fg. 9.. F x z x Fgure 9. The Inverse Transormaton Method 3

4 4 Probablstc Engneerng Desgn For example, s normally dstrbuted wth ( µ, σ ), snce x µ z = F ( x) =Φ σ (9.) then x = µ + σ Φ ( z) (9.3) 8.3 umercal Expermentaton Suppose that samples o each random varable are generated, then all the samples o random varables consttute sets o nputs, x = ( x, x,, xn ), =,,,, to the model Y = g( ). Solvng the problem tmes determnstcally yelds sample ponts o the output Y. y = g( x ), =,, (9.4) 8.4 Extracton o probablstc normaton o output varables Ater samples o output Y have been obtaned, statstcal analyss can be carred out to estmate the characterstcs o the output Y, such as the mean, varance, relablty, the probablty o alure, pd and cd. The assocated equatons are gven below: The mean Y y = = (9.5) The varance σ (9.6) Y = ( y Y) = I the alure s dened by the event g, the probablty o alure s then calculated by (see Eq. 6.9) { } p = P g = ( x, x,, x ) dxdx dx = ( x) dx (9.7),,, n n n g( x) g( x) where = (,,, n ) and x=( x, x,, x n ). 4

5 Chapter 8 Monte Carlo Smulaton The equaton can be rewrtten as where I () s an ndcator uncton, whch s dened by p = I( x) ( x) dx (9.8) + g( x) I( x ) = (9.9) otherwse Accordng to Eq. 3.9, the ntegral on the rght-hand sde o Eq. 9.8 s smply the expected value (or average) o I( x ). Thereore, as p can be estmated by the average value o I( x ) p = I( x) = I( x ) = (9.) = where s the number o samples that have the perormance uncton less than or equal to zero,.e. g. The relablty s then estmated by R = P{ g > } = p = (9.) Smlar to the calculaton o the probablty o alure, the cd s gven by where the ndcator uncton s dened by F ( y) = P g y = I ( y ) (9.) Y ( ) ' = ( ) ' g x y I ( x ) = (9.3) otherwse The pd Y ( y) can be obtaned by the numercal derentaton o cd FY ( y ). 5

6 6 Probablstc Engneerng Desgn 8.5 Examples Two examples are used to demonstrate Monte Carlo smulaton. Example 9. The allowable stress o a mechancal component s normally dstrbuted, (,) MPa, and the maxmum stress s normally dstrbuted, (,) MPa. What s the probablty o alure p? Analytcal soluton For ths smple problem, an analytcal soluton exsts. Snce both and are normally dstrbuted, Y = g( ) = s also normally dstrbuted. Then the probablty o alure s gven by µ Y ( ) p = PY ( < ) = FY() =Φ =Φ =.855 σ Y + Monte Carlo smulaton soluton Table 9. shows the results rom Monte Carlo smulaton. samples or and are drawn rom ther respectve dstrbutons. Then the output Y s calculated wth the uncton Y = g( ) =, and the ndcaton uncton I s also calculated. Table 9. Samples rom Monte Carlo Smulaton Smulaton Y I

7 Chapter 8 Monte Carlo Smulaton Smulaton Y I From Eq. 9., the probablty o alure s computed by p = I( x ) = I( y) = =. = Other characterstcs o Y can also be calculated as ollows. The mean The standard devaton Y = y = y =.983 MPa = = S = ( y Y) = ( y.983) = MPa = = Y = g( ) = = Fgure 9.3 Samples o and 7

8 8 Probablstc Engneerng Desgn The samples o and are plotted n Fg As shown n the gure and Table 9., two samples are n the alure regon; namely, the number o alures s two. The result o the probablty o alure p has a large error compared to the analytcal soluton because the number o smulatons s small. I the number o smulatons ncreases, the soluton o p wll be more accurate. The solutons rom derent number o smulatons are dsplayed n Table 9.3. The numbers o alures and the errors o the solutons o p are also shown n the table. As the number o smulatons ncreases, the error decreases. Theoretcally, the number o smulatons approaches nnty, the soluton o p converges to the true soluton. The relatonshp between the error and the number o smulatons wll be dscussed n next secton. Table 9.3 Results rom Derent umbers o Smulatons p Error -46.9% -5.9% -4.96%.3% -.5% Example 9. A cantlever beam s llustrated n Fg Ths s the same problem we have presented n Example 7.. L P y t P x w Fgure 9.4 A Cantlever Beam One o the alure modes s that the tp dsplacement exceeds the allowable value, D. The perormance uncton s the derence between D and the tp dsplacement and s gven by 3 4L Py Px g = D Ewt + t w 8

9 Chapter 8 Monte Carlo Smulaton where D =, '' 3 6 E = 3 ps s the modulus o elastcty, are wdth and heght o the cross secton, respectvely, and '' L = s the length, w and t '' w = and '' t = 4. P x and are external orces whch ollow normal dstrbutons, and Px ~ (5,) lb and P ~ (,) lb. y The probablty o alure s dened as the probablty o the allowable dsplacement less than the tp dsplacement,.e. P y 3 4 P L y Px p = P g = D + Ewt t w Ths problem nvolves only two random varables and can be easly vsualzed wthn a -D random space as shown n Fg It s seen that the space s dvded by the curve o lmt state g = nto the sae regon and alure regon. At rst, samples o P x and P y are drawn and are shown n Table 9.4. The samples are also depcted n the Fg. 9.5 (a). Smulatons Table 9.4 Random Samples or the Example P x P y Y At all the sample ponts, the perormance uncton g> (see Table 9.4 and Fg. 9.5(a)). In other words, all the samples all nto the sae regon. Thereore the probablty o alure s equal to zero. Ths means that the sample sze s not large enough. I samples are used, there s one sample allng nto the alure regon (see Fg. 9.5 (b)). Thereore the probablty s /=.. I we ncrease the sample sze to,, there are 7 samples where the beam als. Ths gves an estmate o the probablty o alure o 7/ =.7 (see Fg. 9.5 (c)). As we have seen n the last example, the larger the sample sze s, the more accurate the estmate o the probablty o alure wll be. I, smulatons are perormed, the estmate o the probablty o alure s.443 as shown n Fg. 9.5 (d). Recall that the probablty o alure computed by FORM n Example 7. s.454 and by SORM n Example 7.5 s.498. I the probablty o alure obtaned rom 9

10 Probablstc Engneerng Desgn Monte Carlo smulaton wth, smulatons s consdered as an accurate soluton, and the example conrms that SORM s more accurate than FORM or ths problem. Fgs. 9.6 and 9.7 show the cd and pd o the perormance uncton g wth, smulatons. 3 3 umber o smulatons = umber o alures = p =. 5 umber o smulatons = umber o alures = p =. 5 Falure regon Sae regon Py 5 Falure regon Sae regon Py (a) = 8 9 umber o smulatons = umber o alures = 443 p = Py Falure regon Falure regon Sae regon umber o smulatons = umber o alures = 7 p = (b) = 3 Py 5 Px Px Sae regon Px Px (c) = (d) = Fgure 9.5 Monte Carlo Smulaton o the Cantlever Beam F g( g).4 g ( g) g g Fgure 9.6 cd Fgure 9.7 pd.5.5

11 Chapter 8 Monte Carlo Smulaton 8.6 Error Analyss As demonstrated n precedng examples, the accuracy o Monte Carlo Smulaton depends on the number o smulatons. The hgher the number o smulatons s, the more accurate the estmate wll be. As the number o smulatons approaches nnty, the soluton o Monte Carlo smulaton wll converge to the true probablty that s under estmaton. Snce relablty assessment normally needs hgh accuracy, t s mportant to know the error nvolved n the estmated probablty o alure. On the other hand, t s also mportant to know how many smulatons are requred to acheve the desred accuracy. The percentage error o the estmate o the probablty alure s ound to be T ( p ) = (9.4) T p ε % u α / where u α /s the (-a/) quantle (percentle value) o the standard normal dstrbuton, T and p s the true value o the probablty o alure. The above equaton gves the percentage error under the (-a)% condence. The error s not n an absolute (determnstc) sense. On the contrary, t ndcates that there s a (-a)% chance that ε the probablty o alure wll be n the range o p ± p wth smulatons. The commonly used condence level s 95% under whch the error s approxmately gven by Snce the theoretc value o the probablty o alure probablty o alure T ( p ) ε % (9.5) T p p s used n Eqs. 9.4 and 9.5 to replace For example, p =. and the number o smulatons condence, rom Eq. 9.5 the error s calculated to be % T p s unknown, the estmated T p. 5 =, wth 95% ε=. Wth 95% lkelhood, thereore, the probablty o alure wll be p =.±.. I we desre the error to be wthn %, rom the same equaton, the number o smulaton calculated should be 399,6. For the beam problem n Example 9., the error o the probablty o alure wth, samples s (.443) ε % = 3.4%.443

12 Probablstc Engneerng Desgn Snce the pont estmate o the probablty o alure s.443, the 95% condent nterval s.443 ± %,.e. [.4,.47]. Accordng to Eq. 9.4, hgher relablty (or lower probablty o alure) requres a hgher 6 number o smulatons. For example, a probablty o alure o = ndcates that only one tem wll al out o mllon tems. The requred number o smulatons s 8 about = 4 wth % error under 95% condence. Thereore hgher relablty requres a hgher computatonal eort. For the same reason, hgher accuracy or estmatng cd n dstrbuton tal areas, a large number o smulatons must be used. From the above dscusson, the eatures o Monte Carlo smulaton are summarzed as ollows. ) Monte Carlo smulaton s easy to use or engneers who have only lmted workng knowledge o probablty and statstcs. ) Monte Carlo smulaton s easble to use or vrtually any perormance unctons and dstrbutons. 3) Monte Carlo smulaton s computatonally robust; wth sucent number o smulatons, t can always converge. 4) The problem dmenson (the number o random varables) does not aect the accuracy o Monte Carlo smulaton as ndcated n Eq Ths eature s benecal to large scale engneerng problems. 5) For relablty analyss, Monte Carlo smulaton s generally computatonally expensve. The hgher the relablty s, the larger the smulaton sze s needed. Because o the accuracy, Monte Carlo smulaton s wdely used n ) engneerng applcatons where the model evaluatons (determnstc analyses) are not computatonally expensve and ) valdatng other methods. However, due to ts computatonal necency, Monte Carlo smulaton s not commonly used or problems where determnstc analyses are expensve. p 8.7 MPP Based Importance Samplng From the precedng dscussons, t s noted that the computatonal cost s very hgh when the probablty o alure s small. The reason s that only the samples that all nto the alure regon can contrbute to the probablty estmaton. Importance samplng technque was developed wth the motvaton to mprove the computatonal ecency. The central dea o mportance samplng s to sample the random varables accordng to an alternatve set o dstrbutons such that more samples wll be n the alure regon.

13 Chapter 8 Monte Carlo Smulaton More samples wll thereore contrbute to the probablty estmaton. The dea s llustrated n Fg ew dstrbutons MPP ( x, x ) (the whte crcle) * * Lmt state g()= Sae regon g()> Orgnal dstrbutons ew dstrbutons Fgure 9.8 Importance Samplng As shown n Fg. 9.8, all the samples (the lower cloud) generated rom the orgnal dstrbutons o and are n the sae regon. They do not have any contrbuton to the probablty estmaton. I a new set o dstrbutons o and s selected such that many samples wll all nto the alure regon, then the samples (the upper cloud n the gure) wll contrbute to the probablty estmaton sgncantly. There are several mportance samplng schemes, and we wll dscuss the MPP based mportance samplng heren. Ater the MPP s obtaned, samples are pcked around the MPP to evaluate the probablty o alure through mportance samplng (see Fg. 9.8). To do so, an mportance-samplng densty, h ( x ), s ntroduced nto the Monte Carlo estmaton, Eq. 9.7, to obtan the probablty o alure ( ) x p = Ig [ ( )] ( x) dx = Ig [ ( )] h( x) dx h ( x) (9.6) where the mportance-samplng densty h ( x ) s the same as ( x ) except that the * * * * means values o are replace by the MPP x = ( x, x,, x n ). For example, the dstrbuton o s normally dstrbuted wth ( µ, σ ) and x µ ( x) = exp, the correspondng mportance samplng dstrbuton πσ σ 3

14 4 Probablstc Engneerng Desgn * * x x wll be ( x, σ ) and h ( x) = exp. It s noted that the mportance πσ σ * samplng densty h ( x ) s centered at x. Eq. 9.6 ndcates that the probablty o alure s the mean o the ntegrand ( ) x Ig [ ( )] h ( x) that s evaluated at the samples o drawn rom the mportance samplng densty ( x ). Thereore, h p ( x ) = Ig [ ( x)] h ( x ) = (9.7) As shown n Fg. 9.8, wth the sample sze, a sgncant number o alures occur when the samples are drawn rom the mportance samplng densty h ( x ). It can be approved that wth the same sample sze the error bound o mportance samplng s much smaller than the general Monte Carlo smulaton. Example 9.3 Use MPP based mportance samplng to solve Example 9.. From Example 7., the MPP n U-space rom FORM s u * = (.7367,.6376). Ther * transormaton to -space s x = (673.67, 6.38) The orgnal dstrbutons o two random varables are Px ~ (5,) and Py ~ (,), and the dstrbutons or mportance samplng are then gven by (673.67,) or P x and (6.38,) or P y. Fg. 9.9 shows the results o the general Monte Carlo smulaton where there are only 7 alures out o samples. The probablty o alure s.7 whch has a large error as compared to the accurate soluton p =.443 wth, smulatons. Fg. shows the results rom mportance sample wth only samples, out o whch 96 samples are n the alure regon. The calculated probablty o alure s.4976 and s very close to the accurate soluton rom, general Monte Carlo samples. 4

15 Chapter 8 Monte Carlo Smulaton Fgure 9.9 General Monte Carlo smulaton Fgure 9. Importance Samplng 8.8 MATLAB Random umber Generators MATLAB provdes random number generators or commonly used dstrbutons. ) normrnd random matrces rom normal dstrbuton R = normrnd(mu,sigma) returns a random number chosen rom the normal dstrbuton wth parameters MU (mean) and SIGMA (standard devaton). R = normrnd (MU,SIGMA,M,) returns an M by matrx. ) lognrnd random matrces rom the lognormal dstrbuton R = lognrnd (MU,SIGMA) returns a random number chosen rom the lognormal dstrbuton wth parameters MU (mean) and SIGMA (standard devaton). R = LOGRD(MU,SIGMA,M,) returns an M by matrx. 3) exprnd random matrces rom exponental dstrbuton R = exprnd (MU) returns a random number chosen rom the exponental dstrbuton wth parameter MU (mean). R = exprnd (MU,M,) returns an M by matrx. 4) unrnd random matrces rom contnuous unorm dstrbuton R = unrnd (A,B) returns a random number chosen rom the contnuous unorm dstrbuton on the nterval rom A to B. 5

16 6 Probablstc Engneerng Desgn R = UIFRD(A,B,M,) returns an M by matrx. In addton to the above random varable generators, MATLAB can also generate random varables or more dstrbutons. 6

Characterization of Assembly. Variation Analysis Methods. A Thesis. Presented to the. Department of Mechanical Engineering. Brigham Young University

Characterization of Assembly. Variation Analysis Methods. A Thesis. Presented to the. Department of Mechanical Engineering. Brigham Young University Characterzaton of Assembly Varaton Analyss Methods A Thess Presented to the Department of Mechancal Engneerng Brgham Young Unversty In Partal Fulfllment of the Requrements for the Degree Master of Scence

More information

Quantization Effects in Digital Filters

Quantization Effects in Digital Filters Quantzaton Effects n Dgtal Flters Dstrbuton of Truncaton Errors In two's complement representaton an exact number would have nfntely many bts (n general). When we lmt the number of bts to some fnte value

More information

Risk-based Fatigue Estimate of Deep Water Risers -- Course Project for EM388F: Fracture Mechanics, Spring 2008

Risk-based Fatigue Estimate of Deep Water Risers -- Course Project for EM388F: Fracture Mechanics, Spring 2008 Rsk-based Fatgue Estmate of Deep Water Rsers -- Course Project for EM388F: Fracture Mechancs, Sprng 2008 Chen Sh Department of Cvl, Archtectural, and Envronmental Engneerng The Unversty of Texas at Austn

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

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

Faraday's Law of Induction

Faraday's Law of Induction Introducton Faraday's Law o Inducton In ths lab, you wll study Faraday's Law o nducton usng a wand wth col whch swngs through a magnetc eld. You wll also examne converson o mechanc energy nto electrc energy

More information

NPAR TESTS. One-Sample Chi-Square Test. Cell Specification. Observed Frequencies 1O i 6. Expected Frequencies 1EXP i 6

NPAR TESTS. One-Sample Chi-Square Test. Cell Specification. Observed Frequencies 1O i 6. Expected Frequencies 1EXP i 6 PAR TESTS If a WEIGHT varable s specfed, t s used to replcate a case as many tmes as ndcated by the weght value rounded to the nearest nteger. If the workspace requrements are exceeded and samplng has

More information

Module 2 LOSSLESS IMAGE COMPRESSION SYSTEMS. Version 2 ECE IIT, Kharagpur

Module 2 LOSSLESS IMAGE COMPRESSION SYSTEMS. Version 2 ECE IIT, Kharagpur Module LOSSLESS IMAGE COMPRESSION SYSTEMS Lesson 3 Lossless Compresson: Huffman Codng Instructonal Objectves At the end of ths lesson, the students should be able to:. Defne and measure source entropy..

More information

Application of Quasi Monte Carlo methods and Global Sensitivity Analysis in finance

Application of Quasi Monte Carlo methods and Global Sensitivity Analysis in finance Applcaton of Quas Monte Carlo methods and Global Senstvty Analyss n fnance Serge Kucherenko, Nlay Shah Imperal College London, UK skucherenko@mperalacuk Daro Czraky Barclays Captal DaroCzraky@barclayscaptalcom

More information

SPEE Recommended Evaluation Practice #6 Definition of Decline Curve Parameters Background:

SPEE Recommended Evaluation Practice #6 Definition of Decline Curve Parameters Background: SPEE Recommended Evaluaton Practce #6 efnton of eclne Curve Parameters Background: The producton hstores of ol and gas wells can be analyzed to estmate reserves and future ol and gas producton rates and

More information

A Three-Point Combined Compact Difference Scheme

A Three-Point Combined Compact Difference Scheme JOURNAL OF COMPUTATIONAL PHYSICS 140, 370 399 (1998) ARTICLE NO. CP985899 A Three-Pont Combned Compact Derence Scheme Peter C. Chu and Chenwu Fan Department o Oceanography, Naval Postgraduate School, Monterey,

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

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

PSYCHOLOGICAL RESEARCH (PYC 304-C) Lecture 12

PSYCHOLOGICAL RESEARCH (PYC 304-C) Lecture 12 14 The Ch-squared dstrbuton PSYCHOLOGICAL RESEARCH (PYC 304-C) Lecture 1 If a normal varable X, havng mean µ and varance σ, s standardsed, the new varable Z has a mean 0 and varance 1. When ths standardsed

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

1 Example 1: Axis-aligned rectangles

1 Example 1: Axis-aligned rectangles COS 511: Theoretcal Machne Learnng Lecturer: Rob Schapre Lecture # 6 Scrbe: Aaron Schld February 21, 2013 Last class, we dscussed an analogue for Occam s Razor for nfnte hypothess spaces that, n conjuncton

More information

Section 5.4 Annuities, Present Value, and Amortization

Section 5.4 Annuities, Present Value, and Amortization Secton 5.4 Annutes, Present Value, and Amortzaton Present Value In Secton 5.2, we saw that the present value of A dollars at nterest rate per perod for n perods s the amount that must be deposted today

More information

CS 2750 Machine Learning. Lecture 3. Density estimation. CS 2750 Machine Learning. Announcements

CS 2750 Machine Learning. Lecture 3. Density estimation. CS 2750 Machine Learning. Announcements Lecture 3 Densty estmaton Mlos Hauskrecht mlos@cs.ptt.edu 5329 Sennott Square Next lecture: Matlab tutoral Announcements Rules for attendng the class: Regstered for credt Regstered for audt (only f there

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

ACCURACY ANALYSIS OF DATA AGGREGATION FOR NETWORK MONITORING

ACCURACY ANALYSIS OF DATA AGGREGATION FOR NETWORK MONITORING ACCURACY AALYSIS OF DATA AGGREGATIO FOR ETORK OITORIG koletta Sora Imperal College London UK Tng He, Petros Zeros, Bong Jun Ko, Kang-on Lee IB T.J. atson Research Center Hawthorne Y, US Kn K. Leung Imperal

More information

NON-CONSTANT SUM RED-AND-BLACK GAMES WITH BET-DEPENDENT WIN PROBABILITY FUNCTION LAURA PONTIGGIA, University of the Sciences in Philadelphia

NON-CONSTANT SUM RED-AND-BLACK GAMES WITH BET-DEPENDENT WIN PROBABILITY FUNCTION LAURA PONTIGGIA, University of the Sciences in Philadelphia To appear n Journal o Appled Probablty June 2007 O-COSTAT SUM RED-AD-BLACK GAMES WITH BET-DEPEDET WI PROBABILITY FUCTIO LAURA POTIGGIA, Unversty o the Scences n Phladelpha Abstract In ths paper we nvestgate

More information

8.5 UNITARY AND HERMITIAN MATRICES. The conjugate transpose of a complex matrix A, denoted by A*, is given by

8.5 UNITARY AND HERMITIAN MATRICES. The conjugate transpose of a complex matrix A, denoted by A*, is given by 6 CHAPTER 8 COMPLEX VECTOR SPACES 5. Fnd the kernel of the lnear transformaton gven n Exercse 5. In Exercses 55 and 56, fnd the mage of v, for the ndcated composton, where and are gven by the followng

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

Performance Analysis of Energy Consumption of Smartphone Running Mobile Hotspot Application

Performance Analysis of Energy Consumption of Smartphone Running Mobile Hotspot Application Internatonal Journal of mart Grd and lean Energy Performance Analyss of Energy onsumpton of martphone Runnng Moble Hotspot Applcaton Yun on hung a chool of Electronc Engneerng, oongsl Unversty, 511 angdo-dong,

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

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

IMPACT ANALYSIS OF A CELLULAR PHONE

IMPACT ANALYSIS OF A CELLULAR PHONE 4 th ASA & μeta Internatonal Conference IMPACT AALYSIS OF A CELLULAR PHOE We Lu, 2 Hongy L Bejng FEAonlne Engneerng Co.,Ltd. Bejng, Chna ABSTRACT Drop test smulaton plays an mportant role n nvestgatng

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

THE METHOD OF LEAST SQUARES THE METHOD OF LEAST SQUARES

THE METHOD OF LEAST SQUARES THE METHOD OF LEAST SQUARES The goal: to measure (determne) an unknown quantty x (the value of a RV X) Realsaton: n results: y 1, y 2,..., y j,..., y n, (the measured values of Y 1, Y 2,..., Y j,..., Y n ) every result s encumbered

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

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

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

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

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

Sketching Sampled Data Streams

Sketching Sampled Data Streams Sketchng Sampled Data Streams Florn Rusu, Aln Dobra CISE Department Unversty of Florda Ganesvlle, FL, USA frusu@cse.ufl.edu adobra@cse.ufl.edu Abstract Samplng s used as a unversal method to reduce the

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

Fragility Based Rehabilitation Decision Analysis

Fragility Based Rehabilitation Decision Analysis .171. Fraglty Based Rehabltaton Decson Analyss Cagdas Kafal Graduate Student, School of Cvl and Envronmental Engneerng, Cornell Unversty Research Supervsor: rcea Grgoru, Professor Summary A method s presented

More information

Brigid Mullany, Ph.D University of North Carolina, Charlotte

Brigid Mullany, Ph.D University of North Carolina, Charlotte Evaluaton And Comparson Of The Dfferent Standards Used To Defne The Postonal Accuracy And Repeatablty Of Numercally Controlled Machnng Center Axes Brgd Mullany, Ph.D Unversty of North Carolna, Charlotte

More information

Rotation Kinematics, Moment of Inertia, and Torque

Rotation Kinematics, Moment of Inertia, and Torque Rotaton Knematcs, Moment of Inerta, and Torque Mathematcally, rotaton of a rgd body about a fxed axs s analogous to a lnear moton n one dmenson. Although the physcal quanttes nvolved n rotaton are qute

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

GENETIC ALGORITHM FOR PROJECT SCHEDULING AND RESOURCE ALLOCATION UNDER UNCERTAINTY

GENETIC ALGORITHM FOR PROJECT SCHEDULING AND RESOURCE ALLOCATION UNDER UNCERTAINTY Int. J. Mech. Eng. & Rob. Res. 03 Fady Safwat et al., 03 Research Paper ISS 78 049 www.jmerr.com Vol., o. 3, July 03 03 IJMERR. All Rghts Reserved GEETIC ALGORITHM FOR PROJECT SCHEDULIG AD RESOURCE ALLOCATIO

More information

How To Calculate The Accountng Perod Of Nequalty

How To Calculate The Accountng Perod Of Nequalty Inequalty and The Accountng Perod Quentn Wodon and Shlomo Ytzha World Ban and Hebrew Unversty September Abstract Income nequalty typcally declnes wth the length of tme taen nto account for measurement.

More information

CHAPTER 14 MORE ABOUT REGRESSION

CHAPTER 14 MORE ABOUT REGRESSION CHAPTER 14 MORE ABOUT REGRESSION We learned n Chapter 5 that often a straght lne descrbes the pattern of a relatonshp between two quanttatve varables. For nstance, n Example 5.1 we explored the relatonshp

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

Statistical Methods to Develop Rating Models

Statistical Methods to Develop Rating Models Statstcal Methods to Develop Ratng Models [Evelyn Hayden and Danel Porath, Österrechsche Natonalbank and Unversty of Appled Scences at Manz] Source: The Basel II Rsk Parameters Estmaton, Valdaton, and

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

"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

Support vector domain description

Support vector domain description Pattern Recognton Letters 20 (1999) 1191±1199 www.elsever.nl/locate/patrec Support vector doman descrpton Davd M.J. Tax *,1, Robert P.W. Dun Pattern Recognton Group, Faculty of Appled Scence, Delft Unversty

More information

Mechanical Properties of Evaporated Gold Films. Hard Substrate Effect Correction

Mechanical Properties of Evaporated Gold Films. Hard Substrate Effect Correction Mater. Res. Soc. Symp. Proc. Vol. 1086 008 Materals Research Socety 1086-U08-41 Mechancal Propertes o vaporated Gold Flms. Hard Substrate ect Correcton Ke Du 1, Xaolu Pang 1,, Ch Chen 1, and lex. Volnsky

More information

Control Charts with Supplementary Runs Rules for Monitoring Bivariate Processes

Control Charts with Supplementary Runs Rules for Monitoring Bivariate Processes Control Charts wth Supplementary Runs Rules for Montorng varate Processes Marcela. G. Machado *, ntono F.. Costa * * Producton Department, Sao Paulo State Unversty, Campus of Guaratnguetá, 56-4 Guaratnguetá,

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

SIMPLE LINEAR CORRELATION

SIMPLE LINEAR CORRELATION SIMPLE LINEAR CORRELATION Smple lnear correlaton s a measure of the degree to whch two varables vary together, or a measure of the ntensty of the assocaton between two varables. Correlaton often s abused.

More information

Portfolio Loss Distribution

Portfolio Loss Distribution Portfolo Loss Dstrbuton Rsky assets n loan ortfolo hghly llqud assets hold-to-maturty n the bank s balance sheet Outstandngs The orton of the bank asset that has already been extended to borrowers. Commtment

More information

Experiment 5 Elastic and Inelastic Collisions

Experiment 5 Elastic and Inelastic Collisions PHY191 Experment 5: Elastc and Inelastc Collsons 8/1/014 Page 1 Experment 5 Elastc and Inelastc Collsons Readng: Bauer&Westall: Chapter 7 (and 8, or center o mass deas) as needed 1. Goals 1. Study momentum

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

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

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

Properties of Indoor Received Signal Strength for WLAN Location Fingerprinting

Properties of Indoor Received Signal Strength for WLAN Location Fingerprinting Propertes of Indoor Receved Sgnal Strength for WLAN Locaton Fngerprntng Kamol Kaemarungs and Prashant Krshnamurthy Telecommuncatons Program, School of Informaton Scences, Unversty of Pttsburgh E-mal: kakst2,prashk@ptt.edu

More information

Energies of Network Nastsemble

Energies of Network Nastsemble Supplementary materal: Assessng the relevance of node features for network structure Gnestra Bancon, 1 Paolo Pn,, 3 and Matteo Marsl 1 1 The Abdus Salam Internatonal Center for Theoretcal Physcs, Strada

More information

1. Measuring association using correlation and regression

1. Measuring association using correlation and regression How to measure assocaton I: Correlaton. 1. Measurng assocaton usng correlaton and regresson We often would lke to know how one varable, such as a mother's weght, s related to another varable, such as a

More information

STATISTICAL DATA ANALYSIS IN EXCEL

STATISTICAL DATA ANALYSIS IN EXCEL Mcroarray Center STATISTICAL DATA ANALYSIS IN EXCEL Lecture 6 Some Advanced Topcs Dr. Petr Nazarov 14-01-013 petr.nazarov@crp-sante.lu Statstcal data analyss n Ecel. 6. Some advanced topcs Correcton for

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 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

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 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

Reducing Asset Weights Volatility by Importance Sampling in Stochastic Credit Portfolio Optimization

Reducing Asset Weights Volatility by Importance Sampling in Stochastic Credit Portfolio Optimization Regensburger DISKUSSIONSBEITRÄGE zur Wrtschatswssenschat Unversty o Regensburg Workng Papers n Busness, Economcs and Management Inormaton Systems Reducng Asset Weghts Volatlty by Importance Samplng n Stochastc

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

PAS: A Packet Accounting System to Limit the Effects of DoS & DDoS. Debish Fesehaye & Klara Naherstedt University of Illinois-Urbana Champaign

PAS: A Packet Accounting System to Limit the Effects of DoS & DDoS. Debish Fesehaye & Klara Naherstedt University of Illinois-Urbana Champaign PAS: A Packet Accountng System to Lmt the Effects of DoS & DDoS Debsh Fesehaye & Klara Naherstedt Unversty of Illnos-Urbana Champagn DoS and DDoS DDoS attacks are ncreasng threats to our dgtal world. Exstng

More information

Stochastic epidemic models revisited: Analysis of some continuous performance measures

Stochastic epidemic models revisited: Analysis of some continuous performance measures Stochastc epdemc models revsted: Analyss of some contnuous performance measures J.R. Artalejo Faculty of Mathematcs, Complutense Unversty of Madrd, 28040 Madrd, Span A. Economou Department of Mathematcs,

More information

Implementation of Deutsch's Algorithm Using Mathcad

Implementation of Deutsch's Algorithm Using Mathcad Implementaton of Deutsch's Algorthm Usng Mathcad Frank Roux The followng s a Mathcad mplementaton of Davd Deutsch's quantum computer prototype as presented on pages - n "Machnes, Logc and Quantum Physcs"

More information

A machine vision approach for detecting and inspecting circular parts

A machine vision approach for detecting and inspecting circular parts A machne vson approach for detectng and nspectng crcular parts Du-Mng Tsa Machne Vson Lab. Department of Industral Engneerng and Management Yuan-Ze Unversty, Chung-L, Tawan, R.O.C. E-mal: edmtsa@saturn.yzu.edu.tw

More information

Safety and Reliability of Distributed Embedded Systems

Safety and Reliability of Distributed Embedded Systems Saety and Relablty o Dstrbuted Embedded Systems Techncal Report ESL 04-01 Smulaton o Vehcle Longtudnal Dynamcs Mchael Short Mchael J. Pont and Qang Huang Embedded Systems Laboratory Unversty o Lecester

More information

ECONOMICS OF PLANT ENERGY SAVINGS PROJECTS IN A CHANGING MARKET Douglas C White Emerson Process Management

ECONOMICS OF PLANT ENERGY SAVINGS PROJECTS IN A CHANGING MARKET Douglas C White Emerson Process Management ECONOMICS OF PLANT ENERGY SAVINGS PROJECTS IN A CHANGING MARKET Douglas C Whte Emerson Process Management Abstract Energy prces have exhbted sgnfcant volatlty n recent years. For example, natural gas prces

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

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

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

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

Georey E. Hinton. University oftoronto. Email: zoubin@cs.toronto.edu. Technical Report CRG-TR-96-1. May 21, 1996 (revised Feb 27, 1997) Abstract

Georey E. Hinton. University oftoronto. Email: zoubin@cs.toronto.edu. Technical Report CRG-TR-96-1. May 21, 1996 (revised Feb 27, 1997) Abstract The EM Algorthm for Mxtures of Factor Analyzers Zoubn Ghahraman Georey E. Hnton Department of Computer Scence Unversty oftoronto 6 Kng's College Road Toronto, Canada M5S A4 Emal: zoubn@cs.toronto.edu Techncal

More information

An Analysis of Central Processor Scheduling in Multiprogrammed Computer Systems

An Analysis of Central Processor Scheduling in Multiprogrammed Computer Systems STAN-CS-73-355 I SU-SE-73-013 An Analyss of Central Processor Schedulng n Multprogrammed Computer Systems (Dgest Edton) by Thomas G. Prce October 1972 Techncal Report No. 57 Reproducton n whole or n part

More information

How Sets of Coherent Probabilities May Serve as Models for Degrees of Incoherence

How Sets of Coherent Probabilities May Serve as Models for Degrees of Incoherence 1 st Internatonal Symposum on Imprecse Probabltes and Ther Applcatons, Ghent, Belgum, 29 June 2 July 1999 How Sets of Coherent Probabltes May Serve as Models for Degrees of Incoherence Mar J. Schervsh

More information

A Binary Particle Swarm Optimization Algorithm for Lot Sizing Problem

A Binary Particle Swarm Optimization Algorithm for Lot Sizing Problem Journal o Economc and Socal Research 5 (2), -2 A Bnary Partcle Swarm Optmzaton Algorthm or Lot Szng Problem M. Fath Taşgetren & Yun-Cha Lang Abstract. Ths paper presents a bnary partcle swarm optmzaton

More information

Latent Class Regression. Statistics for Psychosocial Research II: Structural Models December 4 and 6, 2006

Latent Class Regression. Statistics for Psychosocial Research II: Structural Models December 4 and 6, 2006 Latent Class Regresson Statstcs for Psychosocal Research II: Structural Models December 4 and 6, 2006 Latent Class Regresson (LCR) What s t and when do we use t? Recall the standard latent class model

More information

Enabling P2P One-view Multi-party Video Conferencing

Enabling P2P One-view Multi-party Video Conferencing Enablng P2P One-vew Mult-party Vdeo Conferencng Yongxang Zhao, Yong Lu, Changja Chen, and JanYn Zhang Abstract Mult-Party Vdeo Conferencng (MPVC) facltates realtme group nteracton between users. Whle P2P

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

Regression Models for a Binary Response Using EXCEL and JMP

Regression Models for a Binary Response Using EXCEL and JMP SEMATECH 997 Statstcal Methods Symposum Austn Regresson Models for a Bnary Response Usng EXCEL and JMP Davd C. Trndade, Ph.D. STAT-TECH Consultng and Tranng n Appled Statstcs San Jose, CA Topcs Practcal

More information

L10: Linear discriminants analysis

L10: Linear discriminants analysis L0: Lnear dscrmnants analyss Lnear dscrmnant analyss, two classes Lnear dscrmnant analyss, C classes LDA vs. PCA Lmtatons of LDA Varants of LDA Other dmensonalty reducton methods CSCE 666 Pattern Analyss

More information

Measuring portfolio loss using approximation methods

Measuring portfolio loss using approximation methods Scence Journal of Appled Mathematcs and Statstcs 014; (): 4-5 Publshed onlne Aprl 0, 014 (http://www.scencepublshnggroup.com/j/sjams) do: 10.11648/j.sjams.01400.11 Measurng portfolo loss usng approxmaton

More information

5 Solving systems of non-linear equations

5 Solving systems of non-linear equations umercal Methods n Chemcal Engneerng 5 Solvng systems o non-lnear equatons 5 Solvng systems o non-lnear equatons... 5. Overvew... 5. assng unctons... 5. D ewtons Method somethng you dd at school... 5. ewton's

More information

Feature selection for intrusion detection. Slobodan Petrović NISlab, Gjøvik University College

Feature selection for intrusion detection. Slobodan Petrović NISlab, Gjøvik University College Feature selecton for ntruson detecton Slobodan Petrovć NISlab, Gjøvk Unversty College Contents The feature selecton problem Intruson detecton Traffc features relevant for IDS The CFS measure The mrmr measure

More information

Sorting Online Reviews by Usefulness Based on the VIKOR Method

Sorting Online Reviews by Usefulness Based on the VIKOR Method Assocaton or Inormaton Systems AIS Electronc Lbrary (AISeL) Eleventh Wuhan Internatonal Conerence on e- Busness Wuhan Internatonal Conerence on e-busness 5-26-2012 Sortng Onlne Revews by Useulness Based

More information

Loop Parallelization

Loop Parallelization - - Loop Parallelzaton C-52 Complaton steps: nested loops operatng on arrays, sequentell executon of teraton space DECLARE B[..,..+] FOR I :=.. FOR J :=.. I B[I,J] := B[I-,J]+B[I-,J-] ED FOR ED FOR analyze

More information

Bayesian Cluster Ensembles

Bayesian Cluster Ensembles Bayesan Cluster Ensembles Hongjun Wang 1, Hanhua Shan 2 and Arndam Banerjee 2 1 Informaton Research Insttute, Southwest Jaotong Unversty, Chengdu, Schuan, 610031, Chna 2 Department of Computer Scence &

More information

Shielding Equations and Buildup Factors Explained

Shielding Equations and Buildup Factors Explained Sheldng Equatons and uldup Factors Explaned Gamma Exposure Fluence Rate Equatons For an explanaton of the fluence rate equatons used n the unshelded and shelded calculatons, vst ths US Health Physcs Socety

More information

Data Broadcast on a Multi-System Heterogeneous Overlayed Wireless Network *

Data Broadcast on a Multi-System Heterogeneous Overlayed Wireless Network * JOURNAL OF INFORMATION SCIENCE AND ENGINEERING 24, 819-840 (2008) Data Broadcast on a Mult-System Heterogeneous Overlayed Wreless Network * Department of Computer Scence Natonal Chao Tung Unversty Hsnchu,

More information

Linear Circuits Analysis. Superposition, Thevenin /Norton Equivalent circuits

Linear Circuits Analysis. Superposition, Thevenin /Norton Equivalent circuits Lnear Crcuts Analyss. Superposton, Theenn /Norton Equalent crcuts So far we hae explored tmendependent (resste) elements that are also lnear. A tmendependent elements s one for whch we can plot an / cure.

More information

Ring structure of splines on triangulations

Ring structure of splines on triangulations www.oeaw.ac.at Rng structure of splnes on trangulatons N. Vllamzar RICAM-Report 2014-48 www.rcam.oeaw.ac.at RING STRUCTURE OF SPLINES ON TRIANGULATIONS NELLY VILLAMIZAR Introducton For a trangulated regon

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

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