Supplemental Materials

Size: px
Start display at page:

Download "Supplemental Materials"

Transcription

1 1 Supplemetal Materials Xiagmao Chag, Rui Ta, Guoliag Xig, Zhaohui Yua, Cheyag Lu, Yixi Che, Yixia Yag This documet icludes the supplemetal materials for the paper titled Sesor Placemet Algorithms for Fusio-based Surveillace Networks. APPENDIX A HARDNESS OF PROBLEM 2 I this appedix, we discuss the hardess of Problem 2 preseted i Sectio 4.2. Specifically, we discuss the oliearity ad o-covexity of the problem. We ote that o-liear ad o-covex optimizatio problems ofte have expoetial complexities ad the geeral solutio to them does ot exist [1]. I the costrait of Problem 2, the detectio probability P Dj, which is give by (3), has a complex o-liear relatioship with the umber of sesors ad their positios. Therefore, Problem 2 is a o-liear optimizatio problem. We ow discuss the o-covexity of Problem 2. Deote the placemet with sesors as S. Thus, S =. By replacig P Dj i the costrait (i.e., mi 1 j K {P Dj } β) with (3) ad after maipulatio, we have mi 1 j K i=1 W(d i ) σ 2 (χ 1 (1 α) χ 1 (1 β)). where is the umber of sesors i the fusio rage of j spot j. Deote f(s ) = mi i=1 W(d i) σ 2 (χ 1 1 j K j (1 α) χ 1 (1 β)). Suppose S maximizes f(s ), if f(s ), S is a cadidate solutio. By iteratig, we ca fid the optimal solutio to Problem 2, i.e., S = argmi S. If the sub-problem, i.e., maximizig f(s ), is o-covex, Problem 2 is o-covex. We ow prove the o-covexity of f(s ) by exemplificatio. I our example, we radomly choose two surveillace spots ia1 1field,withthe coordiatesof(8.21,.15) ad (.43, 1.69), respectively. We the radomly place 3 X. Chag ad Y. Yag are with Iformatio Security Ceter, State Key Laboratory of Networkig ad Switchig Techology, Beijig Uiversity of Posts ad Telecommuicatios, Beijig 1876, Chia; Y. Yag is also with Research Ceter o Fictitious Ecoomy ad Data Sciece, Chiese Academy of Scieces, Beijig 119, Chia. R. Ta ad G. Xig are with Departmet of Computer Sciece ad Egieerig, Michiga State Uiversity, East Lasig, MI 48824, USA. Z. Yua is with School of Software, Huadog Jiao Tog Uiversity, Nachag, Jiagxi 3113, Chia. C. Lu ad Y. Che are with Departmet of Computer Sciece ad Egieerig, Washigto Uiversity i St. Louis, St. Louis, MO 6313, USA. f(s) = 3 = TheX-coordiate of a sesor Fig. A.1. f(s ) is o-covex. Settigs: W = 4, d = 1, k = 2, σ 2 = 1, α =.1, β =.9. Algorithm 1 The procedure of fidig global optimal solutio Iput: α, β, surveillace field A, a set of surveillace spots T Output: Sesor placemet S where S is miimized 1: N = 1 2: repeat 3: use the CSA solver to fid N sesor locatios i A that maximize mi 1 j K {P Dj } 4: compute η j for each t j T by η j = σ2 X 1 (1 α) j 5: compute P Dj for each t j T by (3) 6: N = N +1 7: util mi 1 j K {P Dj } β 8: retur S or 4 sesors i the field. Whe = 3, the coordiates of sesors are (6.49, 4.51), (7.32, 5.47) ad (6.48, 2.96), respectively. Whe = 4, the coordiates of sesors are (7.45, 3.68), (1.89, 6.26), (6.87, 7.8) ad (1.84,.81), respectively. Fig. A.1 plots f(s ) versus the X-coordiate of the first sesor. We ca see from the figure that f(s ) is a o-covex fuctio with respect to sesor positio. I summary, Problem 2 is a o-liear ad o-covex optimizatio problem. APPENDIX B GLOBAL OPTIMAL PLACEMENT A straightforward optimal solutio for Problem 2 is to icremetally search for the optimal sesor placemets with differet umber of sesors uder the costrait mi 1 j K {P Dj } β. The details are show i Algorithm1.Itbegis with N = 1aditeratesforicremetal N. I each iteratio, the miimum detectio probability amog all surveillace spots, i.e., mi 1 j K {P Dj }, is

2 2 Executio time (secods) e.34n The umber of required sesors N Fig. B.1. The executio time vs. the umber of sesors i the optimal placemet. maximized. Oce the costrait mi 1 j K {P Dj } β is satisfied, the global optimal solutio is foud. The optimizatio step that maximizes the miimum detectio probability (Lie 3 i Algorithm 1) is implemeted by a o-liear programmig solver based o the Costraied Simulated Aealig (CSA) algorithm [2]. CSA exteds covetioal Simulated Aealig to look for the global optimal solutio of a costraied optimizatio problem with discrete variables. CSA allows the objective fuctio ad costrait fuctios to be specified i a procedure istead of i a closedform. Theoretically, CSA is a global optimal algorithm that coverges asymptotically to a costraied global optimum with probability oe (Theorem 1 of [2]). I theory, the complexity of CSA, like other stochastic search algorithms, icreases expoetially with respect to the umber of variables [2]. Therefore, the o-liear programmig solver has a expoetial time complexity with respect to the umber of sesors. Hece, for a large-scale placemet problem, Algorithm 1 becomes prohibitively expesive. Fig. B.1 shows the executio time of Algorithm 1 versus the umber of sesors i the optimal solutio. The dotted curve is the liear regressio of the executio times with differet umbers of sesors. We ca see that the executio time icreases drastically with the umber of sesors. For istace, if 1 sesors are to be placed, the projected executio time of the global optimal algorithm is about e 36 secods, i.e., days. APPENDIX C DIVIDE-AND-CONQUER SENSOR PLACEMENT ALGORITHM The pseudo codes of the divide-ad-coquer sesor placemet algorithm ad the refiemet process proposed i Sectio 5.2 are show i Algorithm 2 ad Algorithm 3, respectively. I Algorithm 2, we treat the surveillace spots oe by oe. Specifically, for spot t j, we place the fewest additioal sesors withi the fusio regio of t j to cover t j ad the eighborig spots i its impact regio. The optimizatio (Lie 5) is implemeted by the CSA solver. Algorithm 2 The divide-ad-coquer sesor placemet algorithm Iput: α, β, impact regio set {A j 1 j K}, ad the set of surveillace spots i each impact regio {T j 1 j K} Output: Local optimal sesor placemet S 1: S = 2: for j = 1 to K do 3: = 4: repeat 5: place additioal sesors i C j (deoted by set ) to maximize mi th T j {P Dh } uder placemet S 6: compute η h for each t h T j uder placemet S 7: compute P Dh for each t h T j uder placemet S 8: = +1 9: util mi th T j {P Dh } β 1: S = S 11: ed for 12: retur S I each roud of Algorithm 3 (from Lie 2 to 2), all surveillace spots are processed oe by oe. The algorithm termiates if the curret roud caot further reduce the umber of sesors i the placemet. Whe the j th spot t j is processed (from Lie 4 to 19), the algorithm first removes all dedicated sesors of t j, ad computes a ew local placemet S usig the CSA solver (from Lie 8 to 15). If S uses fewer sesors tha the origial placemet S, we replace the origial placemet with S (from Lie 17 to 19). Note that we do ot remove ay shared sesors i the placemet computed by Algorithm 2 as otherwise the coverage of eighborig surveillace spots may be affected. We ow discuss the covergece of Algorithm 3. As oly the ew placemet with fewer sesors(from Lie 17 to 19) i each iteratio is acceptable, obviously, the size of the placemet computed i each roud keeps decreasig. Deote N ad N as the sizes of the global optimal solutio (i.e., the output of Algorithm 1) ad the solutio of Algorithm 2, respectively. The upper boud of the umber of rouds of Algorithm 3 is thus N N. APPENDIX D ANALYSIS OF MODEL PARAMETERS I this appedix, we discuss how to set the parameters of the sesig ad data fusio models. D.1 Optimal Upper Boud of Fusio Radius I this sectio, we aalyze the upper boud of fusio radius R, ad give the optimal value regardig sesor desity. Suppose a surveillace spot t is covered by

3 3 Algorithm 3 The sesor placemet refiemet algorithm Iput: α, β, impact regio set {A j 1 j K}, the set of surveillace spots i each impact regio {T j 1 j K}, sesor placemet S computed by Algorithm 2 Output: ew sesor placemet S 1: repeat 2: total sesor umber N = S 3: for j = 1 to K do 4: fid dedicated sesor set D j of t j i S 5: if D j = the 6: skip this iteratio for t j ad cotiue 7: else 8: S = S\D j /* remove dedicated sesors of t j */ 9: = 1 1: repeat 11: place additioal sesors i C j (deoted by ) to maximize mi th T j {P Dh } uder placemet S 12: compute η h ad P Dh for eacht h T j uder placemet S 13: = +1 14: util mi th T j {P Dh } β 15: S = S 16: ed if 17: if S < S the 18: S = S 19: ed if 2: ed for 21: util S = N 22: retur S sesors i the fusio regio of t. Accordig to (3), the detectio probability of t satisfies: ( η i=1 P D = 1 X W(d ) i) σ 2 β. By replacig η with the optimal detectio threshold η = σ 2 X 1 (1 α) obtaied i Sectio 4.2 ad solvig the sum of eergies i=1 W(d i) from the previous iequality, we get: i=1 W(d i) X 1 (1 α) X 1 (1 β). (D.1) σ 2 Iequality (D.1) meas that give sesors, the sum of eergies received by sesors is lower bouded if the correspodig spot is covered. As the sigal eergy atteuates with the distace from the target, i the worst case, every sesor is placed at the edge of the fusio regio. Therefore, the miimum sum of eergies is { } mi W(d i ) = W(R). (D.2) i=1 By replacig the sum of eergies i (D.1) with its miimum value give by (D.2) ad solvig the fusio radius Sesor desity (ρ) σ 2 = 1 σ 2 = 2 σ 2 = Upper boud of fusio radius (R u) Fig. D.1. Sesor desity vs. upper boud of fusio radius. Settigs: W = 4, d = 1, k = 2, α =.1, β =.9. R, we get: ( ( σ R W 1 2 X 1 (1 α) X 1 (1 β) ) ), (D.3) where W 1 ( ) is the iverse fuctio of the sigal atteuatio model W(d). Deote the right had of (D.3) as R u, which is the upper boud of the fusio radius. Iequality (D.3) shows that, give sesors, if the fusio radius does ot exceed R u, the surveillace spot t is always covered o matter how the sesors are placed i the fusio regio of t. If we set R = R u, the sesor desity is ρ = /(πr 2 u), which is the miimum sesor desity that guaratees the coverage of the surveillace spot o matter how the sesors are placed. Because both ρ ad R u deped o, it s hard to derive the margial relatioship betweeρad R u with a aalytical expressio. However, i practice, we ca fid the optimal R u that miimizes ρ by umerical approaches. For istace, Fig. D.1 shows several umerical results uder the sigal atteuatio model defied by (1) uder differet settigs. From the figure, we ca see that the sesor desity ρ is a covex fuctio of R u uder differet settigs ad thus we ca fid the optimal R u, e.g., R u = 7.76 is the optimal value for the settig σ 2 = 1. Furthermore, for a certai fusio radius (e.g., R u = 1), the sesor desity for low SNR settig (e.g., σ 2 = 5) is greater tha the sesor desity for high SNR settig (e.g., σ 2 = 1). This is reasoable as more sesors are eeded to achieve the same sesig quality whe the SNR is low. D.2 Aalysis of Impact Regio Radius I this sectio, we discuss the optmal settig of the impact regio radius. As discussed i Sectio 5.1, the key idea of our divide-ad-coquer approach is to reduce the total umber of sesors by takig advatage of the shared sesors i the overlappig fusio regios of surveillace spots. Moreover, the global optimizatio problem is divided ito the sub-problems of coverig the spots withi the impact regio of each spot. If the distace betwee ay two spots is less tha 2R, the two spots ca have shared sesors. Therefore, i previous sectios, we let the impact regio radius be 2R. I this

4 4 sectio, we discuss the settig of impact regio radius i detail, which provides more isights ito the dividead-coquer approach. We first discuss the impact of placig a additioal sesor for the coverage of a surveillace spot. The ecessary ad sufficiet coditio of the coverage of a surveillace spot is give by (D.1). If a additioal sesor is placed ito the fusio regio of the spot, both sides of iequality (D.1) icrease. We ow explore the sufficiet coditio for maitaiig iequality (D.1). We let f( α,β) = X 1 (1 α) X 1 (1 β) ad g( α,β) = f( + 1 α,β) f( α,β), where 1. Our extesive umerical experimets show that g( α, β) is a mootoically decreasig fuctio if α < β. Note that missio-critical applicatios typically require low false alarm rates (e.g., < 5%) ad high detectio probabilities (e.g., > 9%). Therefore, the maximum value of g( α, β) is g(1 α,β). Whe a additioal sesor is placed i the fusio regio of the spot, the miimum icrease to the left-had side of (D.1) is W(R) σ. Accordigly, if 2 W(R) σ 2 g(1 α,β), iequality (D.1)still holds whea additioal sesor is placed, ad therefore the coverage of the spot will ot be breached. With the above sufficiet coditio for maitaiig coverage whe additioal sesors are placed, we ow discuss the settig of impact regio radius. Our discussio has the followig two cases: Case 1):W(R) < σ 2 g(1 α,β). Suppose the impact regio radius is smaller tha 2R, placig sesors to cover the curretly treated spot ca breach the coverage of the spots out of the impact regio. Therefore, the best choice of impact regio radius is 2R. Case 2): W(R) σ 2 g(1 α,β). I this case, the impact regio radius ca be smaller tha 2R. However, as the sesor placemet is ot kow a priori, it is difficult to derive the optimal impact regio radius that miimizes the etwork desity. I this paper, we evaluate the optimal impact regio radius through umerical experimets, which are preseted i Appedix F.1. D.3 Hadlig Target Locatio Error The problem formulatio i this paper oly esures the detectio performace at the surveillace spots. Whe the target does ot appear at the surveillace spots exactly, the detectio performace of the computed sesor placemet may ot meet the user requiremet. We ow briefly discuss a approach to hadle this issue. Suppose the distace betwee the surveillace spot ad the real positio of the target, referred to as target locatio error, is upper-bouded by ǫ. By replacig W(d) with W(d+ǫ), Eq. (3) computes the lower boud of detectio probability. Therefore, the resulted sesor placemet ca meet the detectio performace requiremet whe the target locatio error does ot exceed ǫ. CDF Detectio probability P D (a) 196 regular spots CDF Detectio probability P D (b) 25 radom spots Fig. E.1. The CDF of the detectio probabilities at regular or radom surveillace spots. APPENDIX E MORE TRACE-DRIVEN SIMULATION RESULTS I the trace-drive simulatios preseted i Sectio 6, we evaluate the performace of sesor placemet for real vehicle trajectories. I order to extesively evaluate the performace of our sesor placemet algorithm, i this appedix, we choose regularly or radomly distributed surveillace spots i a 3 3m 2 area. We evaluate the performace of the cluster-based sesor placemet algorithm i two sets of simulatios. First, 67 sesors are placed to cover 196 surveillace spots regularly distributed at grid poits. Secod, 1 sesors are placed to cover 25 surveillace spots radomly scattered i the field. We the evaluate the effectiveess of the resulted sesor placemets usig the real data traces via the approach discussed i Sectio 6. Fig. 1(a) ad Fig. 1(b) show the CDF of the detectio probability uder the two sesor placemets, respectively. From the figures, we ca see that over 9% surveillace spots are covered i both two placemets, which satisfies the required lower boud of detectio probability. I Sectio 6, we have discussed the reasos for the remaiig 1% surveillace spots that do ot reach the requiremet o detectio probability. APPENDIX F MORE NUMERICAL EVALUATION RESULTS I Sectio 7, we have evaluated the impact of surveillace spot clusterig o our algorithms ad compared the divide-ad-coquer placemet algorithm with the global optimal algorithm as well as a greedy algorithm. I this appedix, we preset more evaluatio results o the impacts of fusio radius, impact regio radius ad decay factor. The evaluatio settigs ca be foud i Sectio 7. F.1 Fusio Radius ad Impact Radius We first evaluate the impact of fusio radius. Total 45 surveillace spots scatter radomly i the field. The cluster-based divide-ad-coquer placemet algorithm is used. We chage the fusio radius R from 3 to 12. Fig. F.1 plots the umber of sesors required i the

5 5 The umber of sesors (N) Fusio rage radius (R) Fig. F.1. The umber of sesors vs. fusio regio radius. The umber of sesors N regular spots radom spots Impact regio radius ( R) Fig. F.2. The umber of sesors vs. impact regio radius. solutio computed by the placemet algorithm versus the fusio radius. From the figure, we ca see that the umber of required sesors drops rapidly from 37 to 7 whe fusio radius R icreases from 3 to 7.6, ad gradually icreases to 17 whe R becomes larger. I Appedix D.1, we discussed the optimal upper boud of fusio radius that miimizes the etwork desity. The simulatio result i this appedix is cosistet with the umerical results show i Fig. D.1 i Appedix D.1, which meas that the aalysis i Appedix D.1 is tight eough to be applicable to computig the optimal fusio radius. We ow evaluate the impact of impact regio radius. As discussed i Appedix D.2, if W(R) σ 2 g(1 α,β), it is difficult to derive the optimal impact regio radius that miimizes the etwork desity. I this appedix, we coduct umerical experimets to explore the optimal impact regio radius. Note that we use the sesor placemet algorithm without surveillace spot clusterig. I the experimets, 255 or 196 surveillace spots are chose regularlyor radomlyithe3 3m 2 area,respectively. Fig. F.2 plots the umber of placed sesors versus the impact regioradius. We casee fromthe figurethat, for both the cases of regular ad radom surveillace spots, the umber of placed sesors has a covex relatioship with the impact regio radius. The ituitio behid this result is as follows. If the impact regio radius is too small (e.g., less tha.2r), the overlappig fusio regio of two adjacet surveillace spots may ot be exploited to place shared sesors. If the impact regio radius is close to 2R, may shared sesors may be placed ito the small area of the shared fusio regio of two surveillace The umber of sesors N clustered uclustered Decayig factor k Fig. F.3. The umber of sesors vs. decayig factor. spots that are early 2R meters apart from each other. Both these two cases ca lead to the iefficiecy of sesor placemet. Moreover, we ca see from Fig. F.2 that fewer sesors are eeded to cover radom spots. Ituitively, if spots are radomly distributed, multiple spots ca be i the same impact regio such that a few sesors ca cover them. I cotrast, the regular spots have eveer spatial distributio tha the radom spots, resultig more sesors placed. F.2 Impact of Decayig Factor I this sectio, we evaluate the impact of the decayig factor k of the sigal decay model o our algorithm. I the experimet, 45 surveillace spots are radomly chose i the 3 3m 2 field. Fig. F.3 plots the umber of placed sesors versus the decayig factor k with ad without the QT clusterig, respectively. We ca see from the figure that the umber of placed sesors icreases with the decayig factor. This result is cosistet with the ituitio that more sesors are required to cover the surveillace spots if the sesors receive weak sigals from the target due to the fast atteuatio of sigal eergy. Moreover, we ca see from the figure that the cluster-based placemet algorithm becomes more effective i reducig sesors whe the decayig factor is larger. F.3 Visualizatio of Sesor Placemets I the first set of experimets, total = 225 surveillace spots are regularly distributed, as show i Fig. 4(a) ad Fig. 4(b). The sesor placemets computed by the cluster-based divide-ad-coquer algorithm ad the greedy algorithm preseted i Sectio 7.2 are also show i the two figures. Total 13 ad 15 sesors are placed by the two algorithms, respectively. I the secod set of experimets, total 196 surveillace spots radomly scatter i the field, as show i Fig. 4(c) ad Fig. 4(d). Total 11 ad 15 sesors are placed, respectively. REFERENCES [1] R. T. Rockafellar, Lagrage multipliers ad optimality, SIAM review, vol. 35, o. 2, [2] B. W. Wah, Y. Che, ad T. Wag, Simulated aealig with asymptotic covergece for oliear discrete costraied global optimizatio, J. Global Optimizatio, vol. 39, 27.

6 6 surveillace spot sesor surveillace spot sesor surveillace spot sesor surveillace spot sesor (a) D&C: K = 225, N = 13 (b) Greedy: K = 225, N = 15 (c) D&C: K = 196, N = 11 (d) Greedy: K = 196, N = 15 Fig. F.4. Sesor placemets usig the cluster-based divide-ad-coquer ad the greedy algorithms. The dotted circles are the impact regios of clusters.

w (1) ˆx w (1) x (1) /ρ and w (2) ˆx w (2) x (2) /ρ.

w (1) ˆx w (1) x (1) /ρ and w (2) ˆx w (2) x (2) /ρ. 2 5. Weighted umber of late jobs 5.1. Release dates ad due dates: maximimizig the weight of o-time jobs Oce we add release dates, miimizig the umber of late jobs becomes a sigificatly harder problem. For

More information

IP Reference guide for integer programming formulations.

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

More information

1 Duality revisited. AM 221: Advanced Optimization Spring 2016

1 Duality revisited. AM 221: Advanced Optimization Spring 2016 AM 22: Advaced Optimizatio Sprig 206 Prof. Yaro Siger Sectio 7 Wedesday, Mar. 9th Duality revisited I this sectio, we will give a slightly differet perspective o duality. optimizatio program: f(x) x R

More information

Differentiable Convex Functions

Differentiable Convex Functions Differetiable Covex Fuctios The followig picture motivates Theorem 11. f ( x) f ( x) f '( x)( x x) ˆx x 1 Theorem 11 : Let f : R R be differetiable. The, f is covex o the covex set C R if, ad oly if for

More information

CHAPTER 10 INFINITE SEQUENCES AND SERIES

CHAPTER 10 INFINITE SEQUENCES AND SERIES CHAPTER 10 INFINITE SEQUENCES AND SERIES 10.1 Sequeces 10.2 Ifiite Series 10.3 The Itegral Tests 10.4 Compariso Tests 10.5 The Ratio ad Root Tests 10.6 Alteratig Series: Absolute ad Coditioal Covergece

More information

Optimally Sparse SVMs

Optimally Sparse SVMs A. Proof of Lemma 3. We here prove a lower boud o the umber of support vectors to achieve geeralizatio bouds of the form which we cosider. Importatly, this result holds ot oly for liear classifiers, but

More information

Optimization Methods MIT 2.098/6.255/ Final exam

Optimization Methods MIT 2.098/6.255/ Final exam Optimizatio Methods MIT 2.098/6.255/15.093 Fial exam Date Give: December 19th, 2006 P1. [30 pts] Classify the followig statemets as true or false. All aswers must be well-justified, either through a short

More information

REGRESSION (Physics 1210 Notes, Partial Modified Appendix A)

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

More information

Problem Set 4 Due Oct, 12

Problem Set 4 Due Oct, 12 EE226: Radom Processes i Systems Lecturer: Jea C. Walrad Problem Set 4 Due Oct, 12 Fall 06 GSI: Assae Gueye This problem set essetially reviews detectio theory ad hypothesis testig ad some basic otios

More information

Fastest mixing Markov chain on a path

Fastest mixing Markov chain on a path Fastest mixig Markov chai o a path Stephe Boyd Persi Diacois Ju Su Li Xiao Revised July 2004 Abstract We ider the problem of assigig trasitio probabilities to the edges of a path, so the resultig Markov

More information

Infinite Sequences and Series

Infinite Sequences and Series Chapter 6 Ifiite Sequeces ad Series 6.1 Ifiite Sequeces 6.1.1 Elemetary Cocepts Simply speakig, a sequece is a ordered list of umbers writte: {a 1, a 2, a 3,...a, a +1,...} where the elemets a i represet

More information

Axis Aligned Ellipsoid

Axis Aligned Ellipsoid Machie Learig for Data Sciece CS 4786) Lecture 6,7 & 8: Ellipsoidal Clusterig, Gaussia Mixture Models ad Geeral Mixture Models The text i black outlies high level ideas. The text i blue provides simple

More information

6.3 Testing Series With Positive Terms

6.3 Testing Series With Positive Terms 6.3. TESTING SERIES WITH POSITIVE TERMS 307 6.3 Testig Series With Positive Terms 6.3. Review of what is kow up to ow I theory, testig a series a i for covergece amouts to fidig the i= sequece of partial

More information

10-701/ Machine Learning Mid-term Exam Solution

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

More information

The z-transform. 7.1 Introduction. 7.2 The z-transform Derivation of the z-transform: x[n] = z n LTI system, h[n] z = re j

The z-transform. 7.1 Introduction. 7.2 The z-transform Derivation of the z-transform: x[n] = z n LTI system, h[n] z = re j The -Trasform 7. Itroductio Geeralie the complex siusoidal represetatio offered by DTFT to a represetatio of complex expoetial sigals. Obtai more geeral characteristics for discrete-time LTI systems. 7.

More information

NUMERICAL METHODS FOR SOLVING EQUATIONS

NUMERICAL METHODS FOR SOLVING EQUATIONS Mathematics Revisio Guides Numerical Methods for Solvig Equatios Page 1 of 11 M.K. HOME TUITION Mathematics Revisio Guides Level: GCSE Higher Tier NUMERICAL METHODS FOR SOLVING EQUATIONS Versio:. Date:

More information

A statistical method to determine sample size to estimate characteristic value of soil parameters

A statistical method to determine sample size to estimate characteristic value of soil parameters A statistical method to determie sample size to estimate characteristic value of soil parameters Y. Hojo, B. Setiawa 2 ad M. Suzuki 3 Abstract Sample size is a importat factor to be cosidered i determiig

More information

Lecture 2: Monte Carlo Simulation

Lecture 2: Monte Carlo Simulation STAT/Q SCI 43: Itroductio to Resamplig ethods Sprig 27 Istructor: Ye-Chi Che Lecture 2: ote Carlo Simulatio 2 ote Carlo Itegratio Assume we wat to evaluate the followig itegratio: e x3 dx What ca we do?

More information

Monte Carlo Integration

Monte Carlo Integration Mote Carlo Itegratio I these otes we first review basic umerical itegratio methods (usig Riema approximatio ad the trapezoidal rule) ad their limitatios for evaluatig multidimesioal itegrals. Next we itroduce

More information

Support vector machine revisited

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

More information

A new iterative algorithm for reconstructing a signal from its dyadic wavelet transform modulus maxima

A new iterative algorithm for reconstructing a signal from its dyadic wavelet transform modulus maxima ol 46 No 6 SCIENCE IN CHINA (Series F) December 3 A ew iterative algorithm for recostructig a sigal from its dyadic wavelet trasform modulus maxima ZHANG Zhuosheg ( u ), LIU Guizhog ( q) & LIU Feg ( )

More information

1 of 7 7/16/2009 6:06 AM Virtual Laboratories > 6. Radom Samples > 1 2 3 4 5 6 7 6. Order Statistics Defiitios Suppose agai that we have a basic radom experimet, ad that X is a real-valued radom variable

More information

Problem Cosider the curve give parametrically as x = si t ad y = + cos t for» t» ß: (a) Describe the path this traverses: Where does it start (whe t =

Problem Cosider the curve give parametrically as x = si t ad y = + cos t for» t» ß: (a) Describe the path this traverses: Where does it start (whe t = Mathematics Summer Wilso Fial Exam August 8, ANSWERS Problem 1 (a) Fid the solutio to y +x y = e x x that satisfies y() = 5 : This is already i the form we used for a first order liear differetial equatio,

More information

Topic 9: Sampling Distributions of Estimators

Topic 9: Sampling Distributions of Estimators Topic 9: Samplig Distributios of Estimators Course 003, 2016 Page 0 Samplig distributios of estimators Sice our estimators are statistics (particular fuctios of radom variables), their distributio ca be

More information

CS322: Network Analysis. Problem Set 2 - Fall 2009

CS322: Network Analysis. Problem Set 2 - Fall 2009 Due October 9 009 i class CS3: Network Aalysis Problem Set - Fall 009 If you have ay questios regardig the problems set, sed a email to the course assistats: simlac@staford.edu ad peleato@staford.edu.

More information

TR/46 OCTOBER THE ZEROS OF PARTIAL SUMS OF A MACLAURIN EXPANSION A. TALBOT

TR/46 OCTOBER THE ZEROS OF PARTIAL SUMS OF A MACLAURIN EXPANSION A. TALBOT TR/46 OCTOBER 974 THE ZEROS OF PARTIAL SUMS OF A MACLAURIN EXPANSION by A. TALBOT .. Itroductio. A problem i approximatio theory o which I have recetly worked [] required for its solutio a proof that the

More information

ROLL CUTTING PROBLEMS UNDER STOCHASTIC DEMAND

ROLL CUTTING PROBLEMS UNDER STOCHASTIC DEMAND Pacific-Asia Joural of Mathematics, Volume 5, No., Jauary-Jue 20 ROLL CUTTING PROBLEMS UNDER STOCHASTIC DEMAND SHAKEEL JAVAID, Z. H. BAKHSHI & M. M. KHALID ABSTRACT: I this paper, the roll cuttig problem

More information

DETERMINATION OF MECHANICAL PROPERTIES OF A NON- UNIFORM BEAM USING THE MEASUREMENT OF THE EXCITED LONGITUDINAL ELASTIC VIBRATIONS.

DETERMINATION OF MECHANICAL PROPERTIES OF A NON- UNIFORM BEAM USING THE MEASUREMENT OF THE EXCITED LONGITUDINAL ELASTIC VIBRATIONS. ICSV4 Cairs Australia 9- July 7 DTRMINATION OF MCHANICAL PROPRTIS OF A NON- UNIFORM BAM USING TH MASURMNT OF TH XCITD LONGITUDINAL LASTIC VIBRATIONS Pavel Aokhi ad Vladimir Gordo Departmet of the mathematics

More information

THE SOLUTION OF NONLINEAR EQUATIONS f( x ) = 0.

THE SOLUTION OF NONLINEAR EQUATIONS f( x ) = 0. THE SOLUTION OF NONLINEAR EQUATIONS f( ) = 0. Noliear Equatio Solvers Bracketig. Graphical. Aalytical Ope Methods Bisectio False Positio (Regula-Falsi) Fied poit iteratio Newto Raphso Secat The root of

More information

Resampling Methods. X (1/2), i.e., Pr (X i m) = 1/2. We order the data: X (1) X (2) X (n). Define the sample median: ( n.

Resampling Methods. X (1/2), i.e., Pr (X i m) = 1/2. We order the data: X (1) X (2) X (n). Define the sample median: ( n. Jauary 1, 2019 Resamplig Methods Motivatio We have so may estimators with the property θ θ d N 0, σ 2 We ca also write θ a N θ, σ 2 /, where a meas approximately distributed as Oce we have a cosistet estimator

More information

Recursive Algorithms. Recurrences. Recursive Algorithms Analysis

Recursive Algorithms. Recurrences. Recursive Algorithms Analysis Recursive Algorithms Recurreces Computer Sciece & Egieerig 35: Discrete Mathematics Christopher M Bourke cbourke@cseuledu A recursive algorithm is oe i which objects are defied i terms of other objects

More information

10.6 ALTERNATING SERIES

10.6 ALTERNATING SERIES 0.6 Alteratig Series Cotemporary Calculus 0.6 ALTERNATING SERIES I the last two sectios we cosidered tests for the covergece of series whose terms were all positive. I this sectio we examie series whose

More information

Expectation-Maximization Algorithm.

Expectation-Maximization Algorithm. Expectatio-Maximizatio Algorithm. Petr Pošík Czech Techical Uiversity i Prague Faculty of Electrical Egieerig Dept. of Cyberetics MLE 2 Likelihood.........................................................................................................

More information

Scheduling under Uncertainty using MILP Sensitivity Analysis

Scheduling under Uncertainty using MILP Sensitivity Analysis Schedulig uder Ucertaity usig MILP Sesitivity Aalysis M. Ierapetritou ad Zheya Jia Departmet of Chemical & Biochemical Egieerig Rutgers, the State Uiversity of New Jersey Piscataway, NJ Abstract The aim

More information

Topic 9: Sampling Distributions of Estimators

Topic 9: Sampling Distributions of Estimators Topic 9: Samplig Distributios of Estimators Course 003, 2018 Page 0 Samplig distributios of estimators Sice our estimators are statistics (particular fuctios of radom variables), their distributio ca be

More information

Analysis of Algorithms. Introduction. Contents

Analysis of Algorithms. Introduction. Contents Itroductio The focus of this module is mathematical aspects of algorithms. Our mai focus is aalysis of algorithms, which meas evaluatig efficiecy of algorithms by aalytical ad mathematical methods. We

More information

Algorithms for Clustering

Algorithms for Clustering CR2: Statistical Learig & Applicatios Algorithms for Clusterig Lecturer: J. Salmo Scribe: A. Alcolei Settig: give a data set X R p where is the umber of observatio ad p is the umber of features, we wat

More information

TEACHER CERTIFICATION STUDY GUIDE

TEACHER CERTIFICATION STUDY GUIDE COMPETENCY 1. ALGEBRA SKILL 1.1 1.1a. ALGEBRAIC STRUCTURES Kow why the real ad complex umbers are each a field, ad that particular rigs are ot fields (e.g., itegers, polyomial rigs, matrix rigs) Algebra

More information

Information-based Feature Selection

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

More information

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

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

More information

Application to Random Graphs

Application to Random Graphs A Applicatio to Radom Graphs Brachig processes have a umber of iterestig ad importat applicatios. We shall cosider oe of the most famous of them, the Erdős-Réyi radom graph theory. 1 Defiitio A.1. Let

More information

Topic 9: Sampling Distributions of Estimators

Topic 9: Sampling Distributions of Estimators Topic 9: Samplig Distributios of Estimators Course 003, 2018 Page 0 Samplig distributios of estimators Sice our estimators are statistics (particular fuctios of radom variables), their distributio ca be

More information

On Algorithm for the Minimum Spanning Trees Problem with Diameter Bounded Below

On Algorithm for the Minimum Spanning Trees Problem with Diameter Bounded Below O Algorithm for the Miimum Spaig Trees Problem with Diameter Bouded Below Edward Kh. Gimadi 1,2, Alexey M. Istomi 1, ad Ekateria Yu. Shi 2 1 Sobolev Istitute of Mathematics, 4 Acad. Koptyug aveue, 630090

More information

Introduction to Machine Learning DIS10

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

More information

Chapter 7: The z-transform. Chih-Wei Liu

Chapter 7: The z-transform. Chih-Wei Liu Chapter 7: The -Trasform Chih-Wei Liu Outlie Itroductio The -Trasform Properties of the Regio of Covergece Properties of the -Trasform Iversio of the -Trasform The Trasfer Fuctio Causality ad Stability

More information

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

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

More information

Clustering. CM226: Machine Learning for Bioinformatics. Fall Sriram Sankararaman Acknowledgments: Fei Sha, Ameet Talwalkar.

Clustering. CM226: Machine Learning for Bioinformatics. Fall Sriram Sankararaman Acknowledgments: Fei Sha, Ameet Talwalkar. Clusterig CM226: Machie Learig for Bioiformatics. Fall 216 Sriram Sakararama Ackowledgmets: Fei Sha, Ameet Talwalkar Clusterig 1 / 42 Admiistratio HW 1 due o Moday. Email/post o CCLE if you have questios.

More information

62. Power series Definition 16. (Power series) Given a sequence {c n }, the series. c n x n = c 0 + c 1 x + c 2 x 2 + c 3 x 3 +

62. Power series Definition 16. (Power series) Given a sequence {c n }, the series. c n x n = c 0 + c 1 x + c 2 x 2 + c 3 x 3 + 62. Power series Defiitio 16. (Power series) Give a sequece {c }, the series c x = c 0 + c 1 x + c 2 x 2 + c 3 x 3 + is called a power series i the variable x. The umbers c are called the coefficiets of

More information

Rank Modulation with Multiplicity

Rank Modulation with Multiplicity Rak Modulatio with Multiplicity Axiao (Adrew) Jiag Computer Sciece ad Eg. Dept. Texas A&M Uiversity College Statio, TX 778 ajiag@cse.tamu.edu Abstract Rak modulatio is a scheme that uses the relative order

More information

6.867 Machine learning, lecture 7 (Jaakkola) 1

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

More information

Chapter 2 The Monte Carlo Method

Chapter 2 The Monte Carlo Method Chapter 2 The Mote Carlo Method The Mote Carlo Method stads for a broad class of computatioal algorithms that rely o radom sampligs. It is ofte used i physical ad mathematical problems ad is most useful

More information

Machine Learning for Data Science (CS 4786)

Machine Learning for Data Science (CS 4786) Machie Learig for Data Sciece CS 4786) Lecture & 3: Pricipal Compoet Aalysis The text i black outlies high level ideas. The text i blue provides simple mathematical details to derive or get to the algorithm

More information

WHAT IS THE PROBABILITY FUNCTION FOR LARGE TSUNAMI WAVES? ABSTRACT

WHAT IS THE PROBABILITY FUNCTION FOR LARGE TSUNAMI WAVES? ABSTRACT WHAT IS THE PROBABILITY FUNCTION FOR LARGE TSUNAMI WAVES? Harold G. Loomis Hoolulu, HI ABSTRACT Most coastal locatios have few if ay records of tsuami wave heights obtaied over various time periods. Still

More information

Confidence interval for the two-parameter exponentiated Gumbel distribution based on record values

Confidence interval for the two-parameter exponentiated Gumbel distribution based on record values Iteratioal Joural of Applied Operatioal Research Vol. 4 No. 1 pp. 61-68 Witer 2014 Joural homepage: www.ijorlu.ir Cofidece iterval for the two-parameter expoetiated Gumbel distributio based o record values

More information

R. van Zyl 1, A.J. van der Merwe 2. Quintiles International, University of the Free State

R. van Zyl 1, A.J. van der Merwe 2. Quintiles International, University of the Free State Bayesia Cotrol Charts for the Two-parameter Expoetial Distributio if the Locatio Parameter Ca Take o Ay Value Betwee Mius Iity ad Plus Iity R. va Zyl, A.J. va der Merwe 2 Quitiles Iteratioal, ruaavz@gmail.com

More information

Introductory statistics

Introductory statistics CM9S: Machie Learig for Bioiformatics Lecture - 03/3/06 Itroductory statistics Lecturer: Sriram Sakararama Scribe: Sriram Sakararama We will provide a overview of statistical iferece focussig o the key

More information

Statistical Inference (Chapter 10) Statistical inference = learn about a population based on the information provided by a sample.

Statistical Inference (Chapter 10) Statistical inference = learn about a population based on the information provided by a sample. Statistical Iferece (Chapter 10) Statistical iferece = lear about a populatio based o the iformatio provided by a sample. Populatio: The set of all values of a radom variable X of iterest. Characterized

More information

Comparison Study of Series Approximation. and Convergence between Chebyshev. and Legendre Series

Comparison Study of Series Approximation. and Convergence between Chebyshev. and Legendre Series Applied Mathematical Scieces, Vol. 7, 03, o. 6, 3-337 HIKARI Ltd, www.m-hikari.com http://d.doi.org/0.988/ams.03.3430 Compariso Study of Series Approimatio ad Covergece betwee Chebyshev ad Legedre Series

More information

3. Z Transform. Recall that the Fourier transform (FT) of a DT signal xn [ ] is ( ) [ ] = In order for the FT to exist in the finite magnitude sense,

3. Z Transform. Recall that the Fourier transform (FT) of a DT signal xn [ ] is ( ) [ ] = In order for the FT to exist in the finite magnitude sense, 3. Z Trasform Referece: Etire Chapter 3 of text. Recall that the Fourier trasform (FT) of a DT sigal x [ ] is ω ( ) [ ] X e = j jω k = xe I order for the FT to exist i the fiite magitude sese, S = x [

More information

Introduction to Optimization Techniques. How to Solve Equations

Introduction to Optimization Techniques. How to Solve Equations Itroductio to Optimizatio Techiques How to Solve Equatios Iterative Methods of Optimizatio Iterative methods of optimizatio Solutio of the oliear equatios resultig form a optimizatio problem is usually

More information

Summary: CORRELATION & LINEAR REGRESSION. GC. Students are advised to refer to lecture notes for the GC operations to obtain scatter diagram.

Summary: CORRELATION & LINEAR REGRESSION. GC. Students are advised to refer to lecture notes for the GC operations to obtain scatter diagram. Key Cocepts: 1) Sketchig of scatter diagram The scatter diagram of bivariate (i.e. cotaiig two variables) data ca be easily obtaied usig GC. Studets are advised to refer to lecture otes for the GC operatios

More information

Kinetics of Complex Reactions

Kinetics of Complex Reactions Kietics of Complex Reactios by Flick Colema Departmet of Chemistry Wellesley College Wellesley MA 28 wcolema@wellesley.edu Copyright Flick Colema 996. All rights reserved. You are welcome to use this documet

More information

Econ 325 Notes on Point Estimator and Confidence Interval 1 By Hiro Kasahara

Econ 325 Notes on Point Estimator and Confidence Interval 1 By Hiro Kasahara Poit Estimator Eco 325 Notes o Poit Estimator ad Cofidece Iterval 1 By Hiro Kasahara Parameter, Estimator, ad Estimate The ormal probability desity fuctio is fully characterized by two costats: populatio

More information

(A sequence also can be thought of as the list of function values attained for a function f :ℵ X, where f (n) = x n for n 1.) x 1 x N +k x N +4 x 3

(A sequence also can be thought of as the list of function values attained for a function f :ℵ X, where f (n) = x n for n 1.) x 1 x N +k x N +4 x 3 MATH 337 Sequeces Dr. Neal, WKU Let X be a metric space with distace fuctio d. We shall defie the geeral cocept of sequece ad limit i a metric space, the apply the results i particular to some special

More information

Math 113 Exam 3 Practice

Math 113 Exam 3 Practice Math Exam Practice Exam will cover.-.9. This sheet has three sectios. The first sectio will remid you about techiques ad formulas that you should kow. The secod gives a umber of practice questios for you

More information

Preponderantly increasing/decreasing data in regression analysis

Preponderantly increasing/decreasing data in regression analysis Croatia Operatioal Research Review 269 CRORR 7(2016), 269 276 Prepoderatly icreasig/decreasig data i regressio aalysis Darija Marković 1, 1 Departmet of Mathematics, J. J. Strossmayer Uiversity of Osijek,

More information

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

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

More information

ECONOMETRIC THEORY. MODULE XIII Lecture - 34 Asymptotic Theory and Stochastic Regressors

ECONOMETRIC THEORY. MODULE XIII Lecture - 34 Asymptotic Theory and Stochastic Regressors ECONOMETRIC THEORY MODULE XIII Lecture - 34 Asymptotic Theory ad Stochastic Regressors Dr. Shalabh Departmet of Mathematics ad Statistics Idia Istitute of Techology Kapur Asymptotic theory The asymptotic

More information

Online Appendices for: Optimal Recharging Policies for Electric Vehicles

Online Appendices for: Optimal Recharging Policies for Electric Vehicles Submitted to Trasportatio Sciece mauscript TS-203-0275.R2 Olie Appedices for: Optimal Rechargig Policies for Electric Vehicles Timoth M. Sweda Scheider, 30 S. Packerlad Dr., Gree Ba, WI 5433, swedat@scheider.com

More information

The axial dispersion model for tubular reactors at steady state can be described by the following equations: dc dz R n cn = 0 (1) (2) 1 d 2 c.

The axial dispersion model for tubular reactors at steady state can be described by the following equations: dc dz R n cn = 0 (1) (2) 1 d 2 c. 5.4 Applicatio of Perturbatio Methods to the Dispersio Model for Tubular Reactors The axial dispersio model for tubular reactors at steady state ca be described by the followig equatios: d c Pe dz z =

More information

ECO 312 Fall 2013 Chris Sims LIKELIHOOD, POSTERIORS, DIAGNOSING NON-NORMALITY

ECO 312 Fall 2013 Chris Sims LIKELIHOOD, POSTERIORS, DIAGNOSING NON-NORMALITY ECO 312 Fall 2013 Chris Sims LIKELIHOOD, POSTERIORS, DIAGNOSING NON-NORMALITY (1) A distributio that allows asymmetry differet probabilities for egative ad positive outliers is the asymmetric double expoetial,

More information

The Local Harmonious Chromatic Problem

The Local Harmonious Chromatic Problem The 7th Workshop o Combiatorial Mathematics ad Computatio Theory The Local Harmoious Chromatic Problem Yue Li Wag 1,, Tsog Wuu Li ad Li Yua Wag 1 Departmet of Iformatio Maagemet, Natioal Taiwa Uiversity

More information

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

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

More information

Lecture 5. Power properties of EL and EL for vectors

Lecture 5. Power properties of EL and EL for vectors Stats 34 Empirical Likelihood Oct.8 Lecture 5. Power properties of EL ad EL for vectors Istructor: Art B. Owe, Staford Uiversity. Scribe: Jigshu Wag Power properties of empirical likelihood Power of the

More information

5.1 Review of Singular Value Decomposition (SVD)

5.1 Review of Singular Value Decomposition (SVD) MGMT 69000: Topics i High-dimesioal Data Aalysis Falll 06 Lecture 5: Spectral Clusterig: Overview (cotd) ad Aalysis Lecturer: Jiamig Xu Scribe: Adarsh Barik, Taotao He, September 3, 06 Outlie Review of

More information

x = Pr ( X (n) βx ) =

x = Pr ( X (n) βx ) = Exercise 93 / page 45 The desity of a variable X i i 1 is fx α α a For α kow let say equal to α α > fx α α x α Pr X i x < x < Usig a Pivotal Quatity: x α 1 < x < α > x α 1 ad We solve i a similar way as

More information

subject to A 1 x + A 2 y b x j 0, j = 1,,n 1 y j = 0 or 1, j = 1,,n 2

subject to A 1 x + A 2 y b x j 0, j = 1,,n 1 y j = 0 or 1, j = 1,,n 2 Additioal Brach ad Boud Algorithms 0-1 Mixed-Iteger Liear Programmig The brach ad boud algorithm described i the previous sectios ca be used to solve virtually all optimizatio problems cotaiig iteger variables,

More information

ECONOMIC OPERATION OF POWER SYSTEMS

ECONOMIC OPERATION OF POWER SYSTEMS ECOOMC OEATO OF OWE SYSTEMS TOUCTO Oe of the earliest applicatios of o-lie cetralized cotrol was to provide a cetral facility, to operate ecoomically, several geeratig plats supplyig the loads of the system.

More information

Statistical Inference Based on Extremum Estimators

Statistical Inference Based on Extremum Estimators T. Rotheberg Fall, 2007 Statistical Iferece Based o Extremum Estimators Itroductio Suppose 0, the true value of a p-dimesioal parameter, is kow to lie i some subset S R p : Ofte we choose to estimate 0

More information

Definitions and Theorems. where x are the decision variables. c, b, and a are constant coefficients.

Definitions and Theorems. where x are the decision variables. c, b, and a are constant coefficients. Defiitios ad Theorems Remember the scalar form of the liear programmig problem, Miimize, Subject to, f(x) = c i x i a 1i x i = b 1 a mi x i = b m x i 0 i = 1,2,, where x are the decisio variables. c, b,

More information

Sequences. Notation. Convergence of a Sequence

Sequences. Notation. Convergence of a Sequence Sequeces A sequece is essetially just a list. Defiitio (Sequece of Real Numbers). A sequece of real umbers is a fuctio Z (, ) R for some real umber. Do t let the descriptio of the domai cofuse you; it

More information

CS537. Numerical Analysis and Computing

CS537. Numerical Analysis and Computing CS57 Numerical Aalysis ad Computig Lecture Locatig Roots o Equatios Proessor Ju Zhag Departmet o Computer Sciece Uiversity o Ketucky Leigto KY 456-6 Jauary 9 9 What is the Root May physical system ca be

More information

Signals & Systems Chapter3

Signals & Systems Chapter3 Sigals & Systems Chapter3 1.2 Discrete-Time (D-T) Sigals Electroic systems do most of the processig of a sigal usig a computer. A computer ca t directly process a C-T sigal but istead eeds a stream of

More information

Lecture 20. Brief Review of Gram-Schmidt and Gauss s Algorithm

Lecture 20. Brief Review of Gram-Schmidt and Gauss s Algorithm 8.409 A Algorithmist s Toolkit Nov. 9, 2009 Lecturer: Joatha Keler Lecture 20 Brief Review of Gram-Schmidt ad Gauss s Algorithm Our mai task of this lecture is to show a polyomial time algorithm which

More information

The multi capacitated clustering problem

The multi capacitated clustering problem The multi capacitated clusterig problem Bruo de Aayde Prata 1 Federal Uiversity of Ceará, Brazil Abstract Clusterig problems are combiatorial optimizatio problems wi several idustrial applicatios. The

More information

EXAMINATIONS OF THE ROYAL STATISTICAL SOCIETY

EXAMINATIONS OF THE ROYAL STATISTICAL SOCIETY EXAMINATIONS OF THE ROYAL STATISTICAL SOCIETY GRADUATE DIPLOMA, 016 MODULE : Statistical Iferece Time allowed: Three hours Cadidates should aswer FIVE questios. All questios carry equal marks. The umber

More information

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

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

More information

Estimation for Complete Data

Estimation for Complete Data Estimatio for Complete Data complete data: there is o loss of iformatio durig study. complete idividual complete data= grouped data A complete idividual data is the oe i which the complete iformatio of

More information

An Introduction to Randomized Algorithms

An Introduction to Randomized Algorithms A Itroductio to Radomized Algorithms The focus of this lecture is to study a radomized algorithm for quick sort, aalyze it usig probabilistic recurrece relatios, ad also provide more geeral tools for aalysis

More information

Chapter 2 The Solution of Numerical Algebraic and Transcendental Equations

Chapter 2 The Solution of Numerical Algebraic and Transcendental Equations Chapter The Solutio of Numerical Algebraic ad Trascedetal Equatios Itroductio I this chapter we shall discuss some umerical methods for solvig algebraic ad trascedetal equatios. The equatio f( is said

More information

Complex Analysis Spring 2001 Homework I Solution

Complex Analysis Spring 2001 Homework I Solution Complex Aalysis Sprig 2001 Homework I Solutio 1. Coway, Chapter 1, sectio 3, problem 3. Describe the set of poits satisfyig the equatio z a z + a = 2c, where c > 0 ad a R. To begi, we see from the triagle

More information

Introduction to Signals and Systems, Part V: Lecture Summary

Introduction to Signals and Systems, Part V: Lecture Summary EEL33: Discrete-Time Sigals ad Systems Itroductio to Sigals ad Systems, Part V: Lecture Summary Itroductio to Sigals ad Systems, Part V: Lecture Summary So far we have oly looked at examples of o-recursive

More information

MODEL CHANGE DETECTION WITH APPLICATION TO MACHINE LEARNING. University of Illinois at Urbana-Champaign

MODEL CHANGE DETECTION WITH APPLICATION TO MACHINE LEARNING. University of Illinois at Urbana-Champaign MODEL CHANGE DETECTION WITH APPLICATION TO MACHINE LEARNING Yuheg Bu Jiaxu Lu Veugopal V. Veeravalli Uiversity of Illiois at Urbaa-Champaig Tsighua Uiversity Email: bu3@illiois.edu, lujx4@mails.tsighua.edu.c,

More information

Chapter 9: Numerical Differentiation

Chapter 9: Numerical Differentiation 178 Chapter 9: Numerical Differetiatio Numerical Differetiatio Formulatio of equatios for physical problems ofte ivolve derivatives (rate-of-chage quatities, such as velocity ad acceleratio). Numerical

More information

Dotting The Dot Map, Revisited. A. Jon Kimerling Dept. of Geosciences Oregon State University

Dotting The Dot Map, Revisited. A. Jon Kimerling Dept. of Geosciences Oregon State University Dottig The Dot Map, Revisited A. Jo Kimerlig Dept. of Geoscieces Orego State Uiversity Dot maps show the geographic distributio of features i a area by placig dots represetig a certai quatity of features

More information

Polynomial identity testing and global minimum cut

Polynomial identity testing and global minimum cut CHAPTER 6 Polyomial idetity testig ad global miimum cut I this lecture we will cosider two further problems that ca be solved usig probabilistic algorithms. I the first half, we will cosider the problem

More information

EECS564 Estimation, Filtering, and Detection Hwk 2 Solns. Winter p θ (z) = (2θz + 1 θ), 0 z 1

EECS564 Estimation, Filtering, and Detection Hwk 2 Solns. Winter p θ (z) = (2θz + 1 θ), 0 z 1 EECS564 Estimatio, Filterig, ad Detectio Hwk 2 Sols. Witer 25 4. Let Z be a sigle observatio havig desity fuctio where. p (z) = (2z + ), z (a) Assumig that is a oradom parameter, fid ad plot the maximum

More information

Lecture 7: Density Estimation: k-nearest Neighbor and Basis Approach

Lecture 7: Density Estimation: k-nearest Neighbor and Basis Approach STAT 425: Itroductio to Noparametric Statistics Witer 28 Lecture 7: Desity Estimatio: k-nearest Neighbor ad Basis Approach Istructor: Ye-Chi Che Referece: Sectio 8.4 of All of Noparametric Statistics.

More information

Quantile regression with multilayer perceptrons.

Quantile regression with multilayer perceptrons. Quatile regressio with multilayer perceptros. S.-F. Dimby ad J. Rykiewicz Uiversite Paris 1 - SAMM 90 Rue de Tolbiac, 75013 Paris - Frace Abstract. We cosider oliear quatile regressio ivolvig multilayer

More information

Stat410 Probability and Statistics II (F16)

Stat410 Probability and Statistics II (F16) Some Basic Cocepts of Statistical Iferece (Sec 5.) Suppose we have a rv X that has a pdf/pmf deoted by f(x; θ) or p(x; θ), where θ is called the parameter. I previous lectures, we focus o probability problems

More information