A Constant-Factor Approximation Algorithm for the Link Building Problem

Size: px
Start display at page:

Download "A Constant-Factor Approximation Algorithm for the Link Building Problem"

Transcription

1 A Costat-Factor Approximatio Algorithm for the Lik Buildig Problem Marti Olse 1, Aastasios Viglas 2, ad Ilia Zvedeiouk 2 1 Ceter for Iovatio ad Busiess Developmet, Istitute of Busiess ad Techology, Aarhus Uiversity, Birk Ceterpark 15, DK-7400 Herig, Demark martio@hih.au.dk 2 School of Iformatio Techologies, Uiversity of Sydey, 1 Clevelad St, NSW 2006, Australia taso.viglas@sydey.edu.au, izve6419@ui.sydey.edu.au Abstract. I this work we cosider the problem of maximizig the PageRak of a give target ode i a graph by addig k ew liks. We cosider the case that the ew liks must poit to the give target ode (backliks). Previous work [7] shows that this problem has o fully polyomial time approximatio schemes uless P = NP. We preset a polyomial time algorithm yieldig a PageRak value withi a costat factor from the optimal. We also cosider the aive algorithm where we choose backliks from odes with high PageRak values compared to the outdegree ad show that the aive algorithm performs much worse o certai graphs compared to the costat factor approximatio scheme. 1 Itroductio Search egie optimizatio (SEO) is a fast growig idustry that deals with optimizig the rakig of web pages i search egie results. SEO is a complex task, especially sice the specific details of search ad rakig algorithms are ofte ot publicly released, ad also ca chage frequetly. Oe of the key elemets of optimizig for search egie visibility is the exteral lik popularity [9], which is based o the structure of the web graph. The problem of obtaiig optimal ew backliks i order to achieve good search egie rakigs is kow as Lik Buildig ad leadig experts from the SEO idustry cosider Lik Buildig to be a importat aspect of SEO [9]. The PageRak algorithm is oe of the popular methods of defiig a rakig accordig to the lik structure of the graph. The defiitio of PageRak [3] uses radom walks based o the radom surfer model. The radom surfer walk is defied as follows: the walk ca start from ay ode i the graph ad at each step the surfer chooses a ew ode to visit. The surfer usually chooses (uiformly at radom) a outgoig lik from the curret ode, ad follows it. But with a small probability at each step the surfer might choose to igore the curret ode s outgoig liks, ad just zap to ay ode i the graph (chose uiformly at radom). The radom surfer walk is a radom walk o the graph with radom

2 restarts every few steps. This radom walk has a uique statioary probability distributio that assigs the probability value π i to ode i. This value is the PageRak of ode i, ad ca be iterpreted as the probability for the radom surfer of beig at ode i at ay give poit durig the walk. We refer to the radom restart as zappig. The parameter that cotrols the zappig frequecy is the probability of cotiuig the radom walk at each step, α > 0. The high level idea is that the PageRak algorithm will assig high PageRak values to odes that would appear more ofte i a radom surfer type of walk. I other words the odes with high PageRak are hot-spots that will see more radom surfer traffic, resultig directly from the lik structure of the graph. If we add a small umber of ew liks to the graph, the PageRak values of certai odes ca be affected very sigificatly. The Lik Buildig problem arises as a atural questio: give a specific target ode i the graph, what is the best set of k liks that will achieve the maximum icrease for the PageRak of the target ode? We cosider the problem of choosig the optimal set of backliks for maximizig π x, the PageRak value of some target ode x. A backlik (with respect to a target ode x) is a lik from ay ode towards x. Give a graph G(V, E) ad a iteger k, we wat to idetify the k 1 liks to add to ode x i G i order to maximize the resultig PageRak of x, π x. Ituitively, the ew liks added should redirect the radom surfer walk towards the target ode, as much as possible. For example addig a ew lik from a ode of very high PageRak would usually be a good choice. 1.1 Related Work ad Cotributio The PageRak algorithm [3] is based o properties of Markov chais. There are may results related to the computatio of PageRak values [5, 2] ad recalculatig PageRak values after addig a set of ew liks i a graph [1]. The Lik Buildig problem that we cosider i this work is kow to be NP-hard [7] where it is eve showed that there is o fully polyomial time approximatio scheme (FPTAS) for Lik Buildig uless NP = P ad the problem is also show to be W[1]-hard with parameter k. A related problem cosiders the case where a target ode aims at maximizig its PageRak by addig ew outliks. Note that i this case, ew outliks ca actually decrease the PageRak of the target ode. This is differet to the case of the Lik Buildig problem with backliks where the PageRak of the target ca oly icrease [1]. For the problem of maximizig PageRak with outliks we refer to [1, 4] cotaiig, amog other thigs, guidelies for optimal likig structure. I Sect. 2 we give backgroud to the PageRak algorithm. I Sect. 3 we formally itroduce the Lik Buildig problem. I Sect. 3.1 we cosider the aive ad ituitively clear algorithm for Lik Buildig where we choose backliks from the odes with the highest PageRak values compared to their outdegree (plus oe). We show how to costruct graphs where we obtai a surprisigly high approximatio ratio. The approximatio ratio is the value of the optimal solutio divided by the value of the solutio obtaied by the algorithm. I Sect. 3.2, we preset a polyomial time algorithm yieldig a PageRak value withi

3 a costat factor from the optimal ad therefore show that the Lik Buildig problem is i the class APX. 2 Backgroud: The PageRak Algorithm The PageRak algorithm was proposed by Bri, Page [3] ad Bri, Page, Motwai ad Wiograd [8] as a webpage rakig method that captures the importace of webpages. Loosely speakig, a lik poitig to a webpage is cosidered a vote of importace for that webpage. A lik from a importat webpage is better for the receiver tha a lik from a uimportat webpage. We cosider directed graphs G = (V, E) that are uweighted ad therefore we cout multiple liks from a ode u to a ode v as a sigle lik. The graph may represet a set of webpages V with hyperliks betwee them, E, or ay other liked structure. We defie the followig radom surfer walk o G: at every step the radom surfer will choose a ew ode to visit. If the radom surfer is curretly visitig ode u the the ext ode is chose as follows: (1) with probability α the surfer chooses a outlik from u, (u, v), uiformly at radom ad visits v. If the curret ode u happes to be a sik (ad therefore has o outliks) the the surfer picks ay ode v V uiformly at radom, (2) with probability 1 α the surfer visits ay ode v V chose uiformly at radom this is referred to as zappig. A typical value for the probability α is The radom surfer walk is therefore a radom walk that usually follows a radom outlik, but every few steps it essetially restarts the radom walk from a radom ode i the graph. Sice the ew ode depeds oly o the curret positio i the graph, the sequece of visited pages is a Markov chai with state space V ad trasitio probabilities that ca be defied as follows. Let P = {p ij } deote a matrix 1 derived from the adjacecy matrix of the graph G, such that p ij = if outdeg(i) (i, j) E ad 0 otherwise (outdeg(i) deotes the outdegree of i, the umber of out-goig edges from ode i V ). If outdeg(i) = 0 the p ij = 1. The trasitio probability matrix of the Markov chai that describes the radom surfer walk ca therefore be writte as Q = 1 α 1l, + αp, where 1l, is a matrix with every etry equal to 1. This Markov chai is aperiodic ad irreducible ad therefore has a uique statioary probability distributio π - the eigevector associated with the domiat eigevalue of Q. For ay positive iitial probability distributio x 0 over V, the iteratio x T 0 Q l will coverge to the statioary probability distributio π T for large eough l. This is referred to as the power method [5]. The distributio π = (π 1,..., π ) T is defied as the PageRak vector of G. The PageRak value of a ode u V is the expected fractio of visits to u after i steps for large i regardless of the startig poit. A ode that is reachable from may other odes i the graph via short directed paths will have a larger PageRak, for example.

4 3 The Lik Buildig Problem The k backlik (or Lik Buildig) problem is defied as follows: Defiitio 1. The LINK BUILDING problem: Istace: A triple (G, x, k) where G(V, E) is a directed graph, x V ad k ZZ +. Solutio: A set S V \ {x} with S = k maximizig π x i G(V, E (S {x})). For fixed k = 1 this problem ca be solved i polyomial time by simply calculatig the ew potetial PageRaks of the target ode after addig a lik from each ode. This requires O() PageRak calculatios. The argumet is similar for ay fixed k. As metioed i Sect. 1.1, if k is part of the iput the the problem becomes NP-hard. 3.1 Naive Selectio of Backliks Whe choosig ew icomig liks i a graph, based o the defiitio of the PageRak algorithm, higher PageRak odes appear to be more desirable. If we aively assume that the PageRak values will ot chage after isertig ew liks to the target ode the the optimal ew sources for liks to the target would be the odes with the highest PageRak values compared to outdegree plus oe. This leads us to the followig aive but ituitively clear algorithm: Naive(G, x, k) Compute all PageRaks π i, for all (i V : (i, x) E) Retur the k webpages with highest values of, where di is the outdegree of page i π i d i +1 Fig. 1. The aive algorithm The algorithm simply computes all iitial PageRaks ad chooses the k odes π with the highest value of i d i+1. It is well uderstood [7] that the aive algorithm is ot always optimal. We will ow show how to costruct graphs with a surprisigly high approximatio ratio roughly 13.8 for α = 0.85 for the aive algorithm. Lower Boud for the Approximatio Ratio of the Naive Algorithm We defie a family of iput graphs ( cycle versus sik graphs) that have the followig structure: There is a cycle with k odes, where each ode has a umber of icomig liks from t c other odes (referred to as tail odes). Tail odes are used to boost the PageRaks of certai pages i the iput graph ad have a outdegree of 1. There are also k sik odes (o outliks) each oe with a tail of

5 t s odes poitig to them. The target ode is x ad it has outliks towards all of the siks. Figure 2 illustrates this family of graphs. Assume also that there is a isolated large clique with size t i. Fig. 2. A cycle versus sik graph for the aive algorithm. Due to symmetry all pages i the cycle will have the same PageRak π c ad the k sik pages will have the PageRak π s. All tail odes have o icomig liks ad will also have the same PageRak deoted by π t. The PageRak of the target ode is π x ad the PageRak of each ode i the isolated clique is π i. The iitial PageRaks for this kid of symmetric graph ca be computed by writig a liear system of equatios based o the idetity π T = π T Q. The total umber of odes is = k (t s + t c + 2) + t i + 1. π t = 1 α π x = π t = 1 α + α k π s + α k π s ( ) π s = π t + α k + t sπ t π c = π t + α (π c + t c π t ) π i = π t + απ i. We eed to add k ew liks towards the target ode. We will pick the sizes of the tails t c, t s ad therefore the PageRaks i the iitial etwork so that the PageRak (divided by outdegree plus oe) of the cycle odes is slightly higher tha the PageRak over degree for the sik odes. Therefore the aive algorithm 1 will choose to add k liks from the k cycle odes. Oce oe lik has bee added, the rest of the cycle odes are ot desirable aymore, a fact that the aive algorithm fails to observe. The optimal solutio is to add k liks from the sik odes. I order to make sure cycle odes are chose by the aive algorithm, we eed to esure that π c outdeg(c)+1 > π s outdeg(s)+1 πc 2 > π s π c /π s = 2 + δ for some

6 δ > 0. We the parameterize our tails: t c = u (1) t i = u 2 (2) u t s = 2(1 λ α). (3) where u determies the size of the graph ad λ is the solutio of π c /π s = 2+δ, givig (( α 2 α ) δ + 2α 2) ku + 2 ((α 1) δ + 2α 1) k + 2 ( α 2 α ) δ + 4(α 2 α) λ = 2 α 2 ku + ((2 α 2 2 α) δ + 4 α 2 2 α) k + (2 α 3 2 α 2 ) δ + 4 α 3 4 α 2 We ca solve for λ for ay desired value of δ. Note also that we choose the tails of the clique odes to be u 2 i order to make them asymptotically domiate all the other tails. The aive algorithm therefore will add k liks from the cycle odes which will result i the followig liear system for the PageRaks: π g t = 1 α + α k πg s g = π g t + αk πg c ( 2 ) πs g = π g π g t + α x k + t sπ g t πc g = π g t + α (πc g /2 + t c π g t ) π g i = πg t + απ g i. The optimal is to choose k liks from the sik odes with a resultig Page- Rak vector described by the followig system: πt o = 1 α o = πt o + αkπs o ( ) π πs o = πt o o + α x k + t sπt o πc o = πt o + α (πc o + t c πt o ) π o i = π o t + απ o i. We solve these systems ad calculate the approximatio ratio of the aive algorithm: ( o α 3 2 α 2) k t s + ( α 2 2 α ) k + α 2 g = (α 4 α 2 ) k t c + (α 3 α) k α α 2 + α 2. (4) We ow set our tails as described above i Equatios 1-3 ad let u, k. So for large values of the tail sizes we get the followig limit:

7 o 2 α lim u,k g = (α 3 α 2 α + 1) δ + 2 α 3 2 α 2 2 α + 2. (5) Now lettig δ 0 (as ay positive value serves our purpose) we get the followig theorem. Theorem 1. Cosider the Lik Buildig problem with target ode x. Let G = (V, E) be some directed graph. Let π o x deote the highest possible PageRak that the target ode ca achieve after addig k liks, ad π g x deote the PageRak after addig the liks retured by the aive algorithm from Fig. 1. The for ay ɛ > 0 there exist ifiitely may differet graphs G where o 2 α g > 2 (1 α) (1 α 2 ) ɛ. (6) Note that ɛ ca be writte as fuctio of u, δ, k ad α. As u, k, ɛ 0 givig the asymptotic lower boud. For α = 0.85 the lower boud is about Lik Buildig is i APX I this sectio we preset a greedy polyomial time algorithm for Lik Buildig; computig a set of k ew backliks to target ode x with a correspodig value of G withi a costat factor from the optimal value. I other words we prove that Lik Buildig is a member of the complexity class APX. We also itroduce z ij as the expected umber of visits of ode j startig at ode i without zappig withi the radom surfer model. These values ca be computed i polyomial time [1]. Proof of APX Membership Now cosider the algorithm cosistig of k steps where we at each step add a backlik to ode x producig the maximum icrease i z xx the pseudo code of the algorithm is show i Fig. 3. This algorithm rus i polyomial time, producig a solutio to the Lik Buildig problem withi a costat factor from the optimal value as stated by the followig theorem. So, Lik Buildig is a member of the complexity class APX. r-greedy(g, x, k) S := repeat k times Let u be a ode which maximizes the value of S := S {u} E := E {(u, x)} Report S as the solutio π x z xx i G(V, E {(u, x)}) Fig. 3. Pseudo code for the greedy approach.

8 Theorem 2. We let π G x ad z G xx deote the values obtaied by the r-greedy algorithm i Fig. 3. Deotig the optimal value bye π o x, we have the followig π G x π o x zxx G zxx o (1 1 e ) πo x(1 α 2 )(1 1 e ). where e = ad z o xx is the value of z xx correspodig to π o x. Proof. Propositio 2.1 i [1] by Avrachekov ad Litvak states the followig π x = 1 α z xx(1 + r ix ). (7) i x where r ix is the probability that a radom surfer startig at i reaches x before zappig. This meas that the algorithm i Fig. 3 greedily adds backliks to x i a attempt to maximize the probability of reachig ode x before zappig, for a surfer dropped at a ode chose uiformly at radom. We show i Lemma 1 below that r ix i the graph obtaied by addig liks from X V to x is a submodular fuctio of X iformally this meas that addig the lik (u, x) early i the process produces a higher icrease of r ix compared to addig the lik later. We also show i Lemma 2 below that r ix is ot decreasig after addig (u, x), which is ituitively clear. We ow coclude from (7) that z xx is a submodular ad odecreasig fuctio sice z xx is a sum of submodular ad odecreasig terms. Whe we greedily maximize a oegative odecreasig submodular fuctio we will always obtai a solutio withi a fractio 1 1 e from the optimal accordig to [6] by Nemhauser et al. We ow have that: G zxx G πo x zxx o (1 1 e ). Fially, we use the fact that z G xx ad z o xx are umbers betwee 1 ad 1 1 α 2. For α = 0.85 this gives a upper boud of πo x of approximately 5.7 It must G be stressed that this upper boud is cosiderably smaller if z xx is close to the optimal value prior to the modificatio if z xx caot be improved the the e upper boud is e 1 = It may be the case that we obtai a bigger value of π x by greedily maximizig π x istead of z xx, but π x (the PageRak of the target ode throughout the Lik Buildig process) is ot a submodular fuctio of X so we caot use the approach above to aalyze this situatio. To see that π x is ot submodular we just have to observe that addig a backlik from a sik ode creatig a short cycle late i the process will produce a higher icrease i π x compared to addig the lik early i the process. Proof of Submodularity ad Mootoicity of r ix Let f i (X) deote the value of r ix i G(V, E (X {x})) the graph obtaied after addig liks from all odes i X to x.

9 Lemma 1. f i is submodular for every i V. Proof. Let fi r (X) deote the probability of reachig x from i without zappig, i r steps or less, i G(V, E (X {x})). We will show by iductio i r that fi r is submodular. We will show the followig for arbitrary A B ad y / B: f r i (B {y}) f r i (B) f r i (A {y}) f r i (A). (8) We start with the iductio basis r = 1. It is ot hard to show that the two sides of (8) are equal for r = 1. For the iductio step; if you wat to reach x i r + 1 steps or less you have to follow oe of the liks to your eighbors ad reach x i r steps or less from the eighbor: f r+1 α i (X) = outdeg(i) j:i j f r j (X). (9) where j : i j deotes the odes that i liks to this set icludes x if i X. The outdegree of i is also depedet o X. If i is a sik i G(V, E (X {x})) the we ca use (9) with outdeg(i) = ad j : i j = V as explaied i Sect. 2, the siks ca be thought of as likig to all odes i the graph. Please also ote that f r x(x) = 1. We will ow show that the followig holds for every i V assumig that (8) holds for every i V : f r+1 i (B {y}) f r+1 i (B) f r+1 i (A {y}) f r+1 i (A). (10) 1. i A: The set j : i j ad outdeg(i) are the same for all four terms i (10). We use (9) ad the iductio hypothesis to see that (10) holds. 2. i B \ A : (a) i is a sik i G(V, E): The left had side of (10) is 0 while the right had side is positive or 0 accordig to Lemma 2 below. (b) i is ot a sik i G(V, E): I this case j : i j icludes x o the left had side of (10) but ot o the right had side the oly differece betwee the two sets ad outdeg(i) is oe bigger o the left had side. We ow use (9), the iductio hypothesis ad X : f r x(x) = i = y: We rearrage (10) such that the two terms icludig y are the oly terms o the left had side. We ow use the same approach as for the case i B \ A. 4. i V \ (B {y}): As the case i A. Fially, we use lim r f r i (X) = f i(x) to prove that (8) holds for f i. Lemma 2. f i is odecreasig for every i V. Proof. We shall prove the followig by iductio i r for y B: fi r (B {y}) fi r (B). (11) We start with the iductio basis r = 1.

10 α 1. i = y: The left had side is outdeg(y) where outdeg(y) is the ew outdegree of y ad the right had side is at most α (if y is a sik i G(V, E)). 2. i y: The two sides are the same. For the iductio step; assume that (11) holds for r ad all i V. We will show that the followig holds: f r+1 i (B {y}) f r+1 i (B). (12) 1. i = y: (a) i is a sik i G(V, E): The left had side of (12) is α ad the right had side is smaller tha α. (b) i is ot a sik i G(V, E): We use (9) i (12) ad obtai simple averages o both sides with bigger umbers o the left had side due to the iductio hypothesis. 2. i y: Agai we ca obtai averages where the umbers are bigger o the left had side due to the iductio hypothesis. Agai we use lim r f r i (X) = f i(x) to coclude that (11) holds for f i. 4 Discussio ad Ope Problems We have preseted a costat-factor approximatio polyomial time algorithm for Lik Buildig. We also preseted a lower boud for the approximatio ratio achieved by a perhaps more ituitive ad simpler greedy algorithm. The problem of developig a polyomial time approximatio scheme (PTAS) for Lik Buildig remais ope. Refereces 1. Avrachekov, K., Litvak, N.: The effect of ew liks o Google PageRak. Stochastic Models 22(2), (2006) 2. Biachii, M., Gori, M., Scarselli, F.: Iside pagerak. ACM Trasactios o Iteret Techology 5(1), (Feb 2005) 3. Bri, S., Page, L.: The aatomy of a large-scale hypertextual Web search egie. Computer etworks ad ISDN systems 30(1-7), (1998) 4. Dekerchove, C., Niove, L., Vadoore, P.: Maximizig PageRak via outliks. Liear Algebra ad its Applicatios 429(5-6), (Sep 2008) 5. Lagville, A., Meyer, C.: Deeper iside pagerak. Iteret Mathematics 1(3), (2004) 6. Nemhauser, G., Wolsey, L., Fisher, M.: A aalysis of approximatios for maximizig submodular set fuctiosi. Mathematical Programmig 14(1), (1978) 7. Olse, M.: Maximizig PageRak with New Backliks. CIAC Algorithms ad complexity pp (2010) 8. Page, L., Bri, S., Motwai, R., Wiograd, T.: The PageRak citatio rakig: Brigig order to the web. Techical Report , Staford IfoLab (November 1999), 9. SEOmoz: Search egie 2009 rakig factors (2009),

In nite Sequences. Dr. Philippe B. Laval Kennesaw State University. October 9, 2008

In nite Sequences. Dr. Philippe B. Laval Kennesaw State University. October 9, 2008 I ite Sequeces Dr. Philippe B. Laval Keesaw State Uiversity October 9, 2008 Abstract This had out is a itroductio to i ite sequeces. mai de itios ad presets some elemetary results. It gives the I ite Sequeces

More information

Project Deliverables. CS 361, Lecture 28. Outline. Project Deliverables. Administrative. Project Comments

Project Deliverables. CS 361, Lecture 28. Outline. Project Deliverables. Administrative. Project Comments Project Deliverables CS 361, Lecture 28 Jared Saia Uiversity of New Mexico Each Group should tur i oe group project cosistig of: About 6-12 pages of text (ca be loger with appedix) 6-12 figures (please

More information

Department of Computer Science, University of Otago

Department of Computer Science, University of Otago Departmet of Computer Sciece, Uiversity of Otago Techical Report OUCS-2006-09 Permutatios Cotaiig May Patters Authors: M.H. Albert Departmet of Computer Sciece, Uiversity of Otago Micah Colema, Rya Fly

More information

Discrete Mathematics and Probability Theory Spring 2014 Anant Sahai Note 13

Discrete Mathematics and Probability Theory Spring 2014 Anant Sahai Note 13 EECS 70 Discrete Mathematics ad Probability Theory Sprig 2014 Aat Sahai Note 13 Itroductio At this poit, we have see eough examples that it is worth just takig stock of our model of probability ad may

More information

Infinite Sequences and Series

Infinite Sequences and Series CHAPTER 4 Ifiite Sequeces ad Series 4.1. Sequeces A sequece is a ifiite ordered list of umbers, for example the sequece of odd positive itegers: 1, 3, 5, 7, 9, 11, 13, 15, 17, 19, 21, 23, 25, 27, 29...

More information

I. Chi-squared Distributions

I. Chi-squared Distributions 1 M 358K Supplemet to Chapter 23: CHI-SQUARED DISTRIBUTIONS, T-DISTRIBUTIONS, AND DEGREES OF FREEDOM To uderstad t-distributios, we first eed to look at aother family of distributios, the chi-squared distributios.

More information

Incremental calculation of weighted mean and variance

Incremental calculation of weighted mean and variance Icremetal calculatio of weighted mea ad variace Toy Fich faf@cam.ac.uk dot@dotat.at Uiversity of Cambridge Computig Service February 009 Abstract I these otes I eplai how to derive formulae for umerically

More information

Sequences and Series

Sequences and Series CHAPTER 9 Sequeces ad Series 9.. Covergece: Defiitio ad Examples Sequeces The purpose of this chapter is to itroduce a particular way of geeratig algorithms for fidig the values of fuctios defied by their

More information

CHAPTER 3 DIGITAL CODING OF SIGNALS

CHAPTER 3 DIGITAL CODING OF SIGNALS CHAPTER 3 DIGITAL CODING OF SIGNALS Computers are ofte used to automate the recordig of measuremets. The trasducers ad sigal coditioig circuits produce a voltage sigal that is proportioal to a quatity

More information

Asymptotic Growth of Functions

Asymptotic Growth of Functions CMPS Itroductio to Aalysis of Algorithms Fall 3 Asymptotic Growth of Fuctios We itroduce several types of asymptotic otatio which are used to compare the performace ad efficiecy of algorithms As we ll

More information

Properties of MLE: consistency, asymptotic normality. Fisher information.

Properties of MLE: consistency, asymptotic normality. Fisher information. Lecture 3 Properties of MLE: cosistecy, asymptotic ormality. Fisher iformatio. I this sectio we will try to uderstad why MLEs are good. Let us recall two facts from probability that we be used ofte throughout

More information

Week 3 Conditional probabilities, Bayes formula, WEEK 3 page 1 Expected value of a random variable

Week 3 Conditional probabilities, Bayes formula, WEEK 3 page 1 Expected value of a random variable Week 3 Coditioal probabilities, Bayes formula, WEEK 3 page 1 Expected value of a radom variable We recall our discussio of 5 card poker hads. Example 13 : a) What is the probability of evet A that a 5

More information

1 Computing the Standard Deviation of Sample Means

1 Computing the Standard Deviation of Sample Means Computig the Stadard Deviatio of Sample Meas Quality cotrol charts are based o sample meas ot o idividual values withi a sample. A sample is a group of items, which are cosidered all together for our aalysis.

More information

5 Boolean Decision Trees (February 11)

5 Boolean Decision Trees (February 11) 5 Boolea Decisio Trees (February 11) 5.1 Graph Coectivity Suppose we are give a udirected graph G, represeted as a boolea adjacecy matrix = (a ij ), where a ij = 1 if ad oly if vertices i ad j are coected

More information

Chapter 6: Variance, the law of large numbers and the Monte-Carlo method

Chapter 6: Variance, the law of large numbers and the Monte-Carlo method Chapter 6: Variace, the law of large umbers ad the Mote-Carlo method Expected value, variace, ad Chebyshev iequality. If X is a radom variable recall that the expected value of X, E[X] is the average value

More information

Modified Line Search Method for Global Optimization

Modified Line Search Method for Global Optimization Modified Lie Search Method for Global Optimizatio Cria Grosa ad Ajith Abraham Ceter of Excellece for Quatifiable Quality of Service Norwegia Uiversity of Sciece ad Techology Trodheim, Norway {cria, ajith}@q2s.tu.o

More information

FIBONACCI NUMBERS: AN APPLICATION OF LINEAR ALGEBRA. 1. Powers of a matrix

FIBONACCI NUMBERS: AN APPLICATION OF LINEAR ALGEBRA. 1. Powers of a matrix FIBONACCI NUMBERS: AN APPLICATION OF LINEAR ALGEBRA. Powers of a matrix We begi with a propositio which illustrates the usefuless of the diagoalizatio. Recall that a square matrix A is diogaalizable if

More information

Soving Recurrence Relations

Soving Recurrence Relations Sovig Recurrece Relatios Part 1. Homogeeous liear 2d degree relatios with costat coefficiets. Cosider the recurrece relatio ( ) T () + at ( 1) + bt ( 2) = 0 This is called a homogeeous liear 2d degree

More information

The Stable Marriage Problem

The Stable Marriage Problem The Stable Marriage Problem William Hut Lae Departmet of Computer Sciece ad Electrical Egieerig, West Virgiia Uiversity, Morgatow, WV William.Hut@mail.wvu.edu 1 Itroductio Imagie you are a matchmaker,

More information

SECTION 1.5 : SUMMATION NOTATION + WORK WITH SEQUENCES

SECTION 1.5 : SUMMATION NOTATION + WORK WITH SEQUENCES SECTION 1.5 : SUMMATION NOTATION + WORK WITH SEQUENCES Read Sectio 1.5 (pages 5 9) Overview I Sectio 1.5 we lear to work with summatio otatio ad formulas. We will also itroduce a brief overview of sequeces,

More information

Factors of sums of powers of binomial coefficients

Factors of sums of powers of binomial coefficients ACTA ARITHMETICA LXXXVI.1 (1998) Factors of sums of powers of biomial coefficiets by Neil J. Cali (Clemso, S.C.) Dedicated to the memory of Paul Erdős 1. Itroductio. It is well ow that if ( ) a f,a = the

More information

SAMPLE QUESTIONS FOR FINAL EXAM. (1) (2) (3) (4) Find the following using the definition of the Riemann integral: (2x + 1)dx

SAMPLE QUESTIONS FOR FINAL EXAM. (1) (2) (3) (4) Find the following using the definition of the Riemann integral: (2x + 1)dx SAMPLE QUESTIONS FOR FINAL EXAM REAL ANALYSIS I FALL 006 3 4 Fid the followig usig the defiitio of the Riema itegral: a 0 x + dx 3 Cosider the partitio P x 0 3, x 3 +, x 3 +,......, x 3 3 + 3 of the iterval

More information

Irreducible polynomials with consecutive zero coefficients

Irreducible polynomials with consecutive zero coefficients Irreducible polyomials with cosecutive zero coefficiets Theodoulos Garefalakis Departmet of Mathematics, Uiversity of Crete, 71409 Heraklio, Greece Abstract Let q be a prime power. We cosider the problem

More information

Chapter 7 Methods of Finding Estimators

Chapter 7 Methods of Finding Estimators Chapter 7 for BST 695: Special Topics i Statistical Theory. Kui Zhag, 011 Chapter 7 Methods of Fidig Estimators Sectio 7.1 Itroductio Defiitio 7.1.1 A poit estimator is ay fuctio W( X) W( X1, X,, X ) of

More information

Taking DCOP to the Real World: Efficient Complete Solutions for Distributed Multi-Event Scheduling

Taking DCOP to the Real World: Efficient Complete Solutions for Distributed Multi-Event Scheduling Taig DCOP to the Real World: Efficiet Complete Solutios for Distributed Multi-Evet Schedulig Rajiv T. Maheswara, Milid Tambe, Emma Bowrig, Joatha P. Pearce, ad Pradeep araatham Uiversity of Souther Califoria

More information

.04. This means $1000 is multiplied by 1.02 five times, once for each of the remaining sixmonth

.04. This means $1000 is multiplied by 1.02 five times, once for each of the remaining sixmonth Questio 1: What is a ordiary auity? Let s look at a ordiary auity that is certai ad simple. By this, we mea a auity over a fixed term whose paymet period matches the iterest coversio period. Additioally,

More information

Lecture 2: Karger s Min Cut Algorithm

Lecture 2: Karger s Min Cut Algorithm priceto uiv. F 3 cos 5: Advaced Algorithm Desig Lecture : Karger s Mi Cut Algorithm Lecturer: Sajeev Arora Scribe:Sajeev Today s topic is simple but gorgeous: Karger s mi cut algorithm ad its extesio.

More information

THE ABRACADABRA PROBLEM

THE ABRACADABRA PROBLEM THE ABRACADABRA PROBLEM FRANCESCO CARAVENNA Abstract. We preset a detailed solutio of Exercise E0.6 i [Wil9]: i a radom sequece of letters, draw idepedetly ad uiformly from the Eglish alphabet, the expected

More information

Confidence Intervals for One Mean

Confidence Intervals for One Mean Chapter 420 Cofidece Itervals for Oe Mea Itroductio This routie calculates the sample size ecessary to achieve a specified distace from the mea to the cofidece limit(s) at a stated cofidece level for a

More information

The analysis of the Cournot oligopoly model considering the subjective motive in the strategy selection

The analysis of the Cournot oligopoly model considering the subjective motive in the strategy selection The aalysis of the Courot oligopoly model cosiderig the subjective motive i the strategy selectio Shigehito Furuyama Teruhisa Nakai Departmet of Systems Maagemet Egieerig Faculty of Egieerig Kasai Uiversity

More information

Perfect Packing Theorems and the Average-Case Behavior of Optimal and Online Bin Packing

Perfect Packing Theorems and the Average-Case Behavior of Optimal and Online Bin Packing SIAM REVIEW Vol. 44, No. 1, pp. 95 108 c 2002 Society for Idustrial ad Applied Mathematics Perfect Packig Theorems ad the Average-Case Behavior of Optimal ad Olie Bi Packig E. G. Coffma, Jr. C. Courcoubetis

More information

The Power of Free Branching in a General Model of Backtracking and Dynamic Programming Algorithms

The Power of Free Branching in a General Model of Backtracking and Dynamic Programming Algorithms The Power of Free Brachig i a Geeral Model of Backtrackig ad Dyamic Programmig Algorithms SASHKA DAVIS IDA/Ceter for Computig Scieces Bowie, MD sashka.davis@gmail.com RUSSELL IMPAGLIAZZO Dept. of Computer

More information

Section 11.3: The Integral Test

Section 11.3: The Integral Test Sectio.3: The Itegral Test Most of the series we have looked at have either diverged or have coverged ad we have bee able to fid what they coverge to. I geeral however, the problem is much more difficult

More information

0.7 0.6 0.2 0 0 96 96.5 97 97.5 98 98.5 99 99.5 100 100.5 96.5 97 97.5 98 98.5 99 99.5 100 100.5

0.7 0.6 0.2 0 0 96 96.5 97 97.5 98 98.5 99 99.5 100 100.5 96.5 97 97.5 98 98.5 99 99.5 100 100.5 Sectio 13 Kolmogorov-Smirov test. Suppose that we have a i.i.d. sample X 1,..., X with some ukow distributio P ad we would like to test the hypothesis that P is equal to a particular distributio P 0, i.e.

More information

Concept: Types of algorithms

Concept: Types of algorithms Discrete Math for Bioiformatics WS 10/11:, by A. Bockmayr/K. Reiert, 18. Oktober 2010, 21:22 1001 Cocept: Types of algorithms The expositio is based o the followig sources, which are all required readig:

More information

INVESTMENT PERFORMANCE COUNCIL (IPC)

INVESTMENT PERFORMANCE COUNCIL (IPC) INVESTMENT PEFOMANCE COUNCIL (IPC) INVITATION TO COMMENT: Global Ivestmet Performace Stadards (GIPS ) Guidace Statemet o Calculatio Methodology The Associatio for Ivestmet Maagemet ad esearch (AIM) seeks

More information

Here are a couple of warnings to my students who may be here to get a copy of what happened on a day that you missed.

Here are a couple of warnings to my students who may be here to get a copy of what happened on a day that you missed. This documet was writte ad copyrighted by Paul Dawkis. Use of this documet ad its olie versio is govered by the Terms ad Coditios of Use located at http://tutorial.math.lamar.edu/terms.asp. The olie versio

More information

Tradigms of Astundithi and Toyota

Tradigms of Astundithi and Toyota Tradig the radomess - Desigig a optimal tradig strategy uder a drifted radom walk price model Yuao Wu Math 20 Project Paper Professor Zachary Hamaker Abstract: I this paper the author iteds to explore

More information

Estimating Probability Distributions by Observing Betting Practices

Estimating Probability Distributions by Observing Betting Practices 5th Iteratioal Symposium o Imprecise Probability: Theories ad Applicatios, Prague, Czech Republic, 007 Estimatig Probability Distributios by Observig Bettig Practices Dr C Lych Natioal Uiversity of Irelad,

More information

INVESTMENT PERFORMANCE COUNCIL (IPC) Guidance Statement on Calculation Methodology

INVESTMENT PERFORMANCE COUNCIL (IPC) Guidance Statement on Calculation Methodology Adoptio Date: 4 March 2004 Effective Date: 1 Jue 2004 Retroactive Applicatio: No Public Commet Period: Aug Nov 2002 INVESTMENT PERFORMANCE COUNCIL (IPC) Preface Guidace Statemet o Calculatio Methodology

More information

INFINITE SERIES KEITH CONRAD

INFINITE SERIES KEITH CONRAD INFINITE SERIES KEITH CONRAD. Itroductio The two basic cocepts of calculus, differetiatio ad itegratio, are defied i terms of limits (Newto quotiets ad Riema sums). I additio to these is a third fudametal

More information

A Recursive Formula for Moments of a Binomial Distribution

A Recursive Formula for Moments of a Binomial Distribution A Recursive Formula for Momets of a Biomial Distributio Árpád Béyi beyi@mathumassedu, Uiversity of Massachusetts, Amherst, MA 01003 ad Saverio M Maago smmaago@psavymil Naval Postgraduate School, Moterey,

More information

A RANDOM PERMUTATION MODEL ARISING IN CHEMISTRY

A RANDOM PERMUTATION MODEL ARISING IN CHEMISTRY J. Appl. Prob. 45, 060 070 2008 Prited i Eglad Applied Probability Trust 2008 A RANDOM PERMUTATION MODEL ARISING IN CHEMISTRY MARK BROWN, The City College of New York EROL A. PEKÖZ, Bosto Uiversity SHELDON

More information

A Combined Continuous/Binary Genetic Algorithm for Microstrip Antenna Design

A Combined Continuous/Binary Genetic Algorithm for Microstrip Antenna Design A Combied Cotiuous/Biary Geetic Algorithm for Microstrip Atea Desig Rady L. Haupt The Pesylvaia State Uiversity Applied Research Laboratory P. O. Box 30 State College, PA 16804-0030 haupt@ieee.org Abstract:

More information

5: Introduction to Estimation

5: Introduction to Estimation 5: Itroductio to Estimatio Cotets Acroyms ad symbols... 1 Statistical iferece... Estimatig µ with cofidece... 3 Samplig distributio of the mea... 3 Cofidece Iterval for μ whe σ is kow before had... 4 Sample

More information

Chapter 5: Inner Product Spaces

Chapter 5: Inner Product Spaces Chapter 5: Ier Product Spaces Chapter 5: Ier Product Spaces SECION A Itroductio to Ier Product Spaces By the ed of this sectio you will be able to uderstad what is meat by a ier product space give examples

More information

THE HEIGHT OF q-binary SEARCH TREES

THE HEIGHT OF q-binary SEARCH TREES THE HEIGHT OF q-binary SEARCH TREES MICHAEL DRMOTA AND HELMUT PRODINGER Abstract. q biary search trees are obtaied from words, equipped with the geometric distributio istead of permutatios. The average

More information

Hypothesis testing. Null and alternative hypotheses

Hypothesis testing. Null and alternative hypotheses Hypothesis testig Aother importat use of samplig distributios is to test hypotheses about populatio parameters, e.g. mea, proportio, regressio coefficiets, etc. For example, it is possible to stipulate

More information

Systems Design Project: Indoor Location of Wireless Devices

Systems Design Project: Indoor Location of Wireless Devices Systems Desig Project: Idoor Locatio of Wireless Devices Prepared By: Bria Murphy Seior Systems Sciece ad Egieerig Washigto Uiversity i St. Louis Phoe: (805) 698-5295 Email: bcm1@cec.wustl.edu Supervised

More information

ODBC. Getting Started With Sage Timberline Office ODBC

ODBC. Getting Started With Sage Timberline Office ODBC ODBC Gettig Started With Sage Timberlie Office ODBC NOTICE This documet ad the Sage Timberlie Office software may be used oly i accordace with the accompayig Sage Timberlie Office Ed User Licese Agreemet.

More information

A probabilistic proof of a binomial identity

A probabilistic proof of a binomial identity A probabilistic proof of a biomial idetity Joatho Peterso Abstract We give a elemetary probabilistic proof of a biomial idetity. The proof is obtaied by computig the probability of a certai evet i two

More information

Non-life insurance mathematics. Nils F. Haavardsson, University of Oslo and DNB Skadeforsikring

Non-life insurance mathematics. Nils F. Haavardsson, University of Oslo and DNB Skadeforsikring No-life isurace mathematics Nils F. Haavardsso, Uiversity of Oslo ad DNB Skadeforsikrig Mai issues so far Why does isurace work? How is risk premium defied ad why is it importat? How ca claim frequecy

More information

MARTINGALES AND A BASIC APPLICATION

MARTINGALES AND A BASIC APPLICATION MARTINGALES AND A BASIC APPLICATION TURNER SMITH Abstract. This paper will develop the measure-theoretic approach to probability i order to preset the defiitio of martigales. From there we will apply this

More information

Chair for Network Architectures and Services Institute of Informatics TU München Prof. Carle. Network Security. Chapter 2 Basics

Chair for Network Architectures and Services Institute of Informatics TU München Prof. Carle. Network Security. Chapter 2 Basics Chair for Network Architectures ad Services Istitute of Iformatics TU Müche Prof. Carle Network Security Chapter 2 Basics 2.4 Radom Number Geeratio for Cryptographic Protocols Motivatio It is crucial to

More information

THE REGRESSION MODEL IN MATRIX FORM. For simple linear regression, meaning one predictor, the model is. for i = 1, 2, 3,, n

THE REGRESSION MODEL IN MATRIX FORM. For simple linear regression, meaning one predictor, the model is. for i = 1, 2, 3,, n We will cosider the liear regressio model i matrix form. For simple liear regressio, meaig oe predictor, the model is i = + x i + ε i for i =,,,, This model icludes the assumptio that the ε i s are a sample

More information

Maximum Likelihood Estimators.

Maximum Likelihood Estimators. Lecture 2 Maximum Likelihood Estimators. Matlab example. As a motivatio, let us look at oe Matlab example. Let us geerate a radom sample of size 00 from beta distributio Beta(5, 2). We will lear the defiitio

More information

CS103X: Discrete Structures Homework 4 Solutions

CS103X: Discrete Structures Homework 4 Solutions CS103X: Discrete Structures Homewor 4 Solutios Due February 22, 2008 Exercise 1 10 poits. Silico Valley questios: a How may possible six-figure salaries i whole dollar amouts are there that cotai at least

More information

Convexity, Inequalities, and Norms

Convexity, Inequalities, and Norms Covexity, Iequalities, ad Norms Covex Fuctios You are probably familiar with the otio of cocavity of fuctios. Give a twicedifferetiable fuctio ϕ: R R, We say that ϕ is covex (or cocave up) if ϕ (x) 0 for

More information

Chatpun Khamyat Department of Industrial Engineering, Kasetsart University, Bangkok, Thailand ocpky@hotmail.com

Chatpun Khamyat Department of Industrial Engineering, Kasetsart University, Bangkok, Thailand ocpky@hotmail.com SOLVING THE OIL DELIVERY TRUCKS ROUTING PROBLEM WITH MODIFY MULTI-TRAVELING SALESMAN PROBLEM APPROACH CASE STUDY: THE SME'S OIL LOGISTIC COMPANY IN BANGKOK THAILAND Chatpu Khamyat Departmet of Idustrial

More information

Theorems About Power Series

Theorems About Power Series Physics 6A Witer 20 Theorems About Power Series Cosider a power series, f(x) = a x, () where the a are real coefficiets ad x is a real variable. There exists a real o-egative umber R, called the radius

More information

CHAPTER 3 THE TIME VALUE OF MONEY

CHAPTER 3 THE TIME VALUE OF MONEY CHAPTER 3 THE TIME VALUE OF MONEY OVERVIEW A dollar i the had today is worth more tha a dollar to be received i the future because, if you had it ow, you could ivest that dollar ad ear iterest. Of all

More information

Annuities Under Random Rates of Interest II By Abraham Zaks. Technion I.I.T. Haifa ISRAEL and Haifa University Haifa ISRAEL.

Annuities Under Random Rates of Interest II By Abraham Zaks. Technion I.I.T. Haifa ISRAEL and Haifa University Haifa ISRAEL. Auities Uder Radom Rates of Iterest II By Abraham Zas Techio I.I.T. Haifa ISRAEL ad Haifa Uiversity Haifa ISRAEL Departmet of Mathematics, Techio - Israel Istitute of Techology, 3000, Haifa, Israel I memory

More information

Lecture 3. denote the orthogonal complement of S k. Then. 1 x S k. n. 2 x T Ax = ( ) λ x. with x = 1, we have. i = λ k x 2 = λ k.

Lecture 3. denote the orthogonal complement of S k. Then. 1 x S k. n. 2 x T Ax = ( ) λ x. with x = 1, we have. i = λ k x 2 = λ k. 18.409 A Algorithmist s Toolkit September 17, 009 Lecture 3 Lecturer: Joatha Keler Scribe: Adre Wibisoo 1 Outlie Today s lecture covers three mai parts: Courat-Fischer formula ad Rayleigh quotiets The

More information

CME 302: NUMERICAL LINEAR ALGEBRA FALL 2005/06 LECTURE 8

CME 302: NUMERICAL LINEAR ALGEBRA FALL 2005/06 LECTURE 8 CME 30: NUMERICAL LINEAR ALGEBRA FALL 005/06 LECTURE 8 GENE H GOLUB 1 Positive Defiite Matrices A matrix A is positive defiite if x Ax > 0 for all ozero x A positive defiite matrix has real ad positive

More information

Pre-Suit Collection Strategies

Pre-Suit Collection Strategies Pre-Suit Collectio Strategies Writte by Charles PT Phoeix How to Decide Whether to Pursue Collectio Calculatig the Value of Collectio As with ay busiess litigatio, all factors associated with the process

More information

Trackless online algorithms for the server problem

Trackless online algorithms for the server problem Iformatio Processig Letters 74 (2000) 73 79 Trackless olie algorithms for the server problem Wolfgag W. Bei,LawreceL.Larmore 1 Departmet of Computer Sciece, Uiversity of Nevada, Las Vegas, NV 89154, USA

More information

Evaluating Model for B2C E- commerce Enterprise Development Based on DEA

Evaluating Model for B2C E- commerce Enterprise Development Based on DEA , pp.180-184 http://dx.doi.org/10.14257/astl.2014.53.39 Evaluatig Model for B2C E- commerce Eterprise Developmet Based o DEA Weli Geg, Jig Ta Computer ad iformatio egieerig Istitute, Harbi Uiversity of

More information

Case Study. Normal and t Distributions. Density Plot. Normal Distributions

Case Study. Normal and t Distributions. Density Plot. Normal Distributions Case Study Normal ad t Distributios Bret Halo ad Bret Larget Departmet of Statistics Uiversity of Wiscosi Madiso October 11 13, 2011 Case Study Body temperature varies withi idividuals over time (it ca

More information

1 Correlation and Regression Analysis

1 Correlation and Regression Analysis 1 Correlatio ad Regressio Aalysis I this sectio we will be ivestigatig the relatioship betwee two cotiuous variable, such as height ad weight, the cocetratio of a ijected drug ad heart rate, or the cosumptio

More information

Ekkehart Schlicht: Economic Surplus and Derived Demand

Ekkehart Schlicht: Economic Surplus and Derived Demand Ekkehart Schlicht: Ecoomic Surplus ad Derived Demad Muich Discussio Paper No. 2006-17 Departmet of Ecoomics Uiversity of Muich Volkswirtschaftliche Fakultät Ludwig-Maximilias-Uiversität Müche Olie at http://epub.ub.ui-mueche.de/940/

More information

THIN SEQUENCES AND THE GRAM MATRIX PAMELA GORKIN, JOHN E. MCCARTHY, SANDRA POTT, AND BRETT D. WICK

THIN SEQUENCES AND THE GRAM MATRIX PAMELA GORKIN, JOHN E. MCCARTHY, SANDRA POTT, AND BRETT D. WICK THIN SEQUENCES AND THE GRAM MATRIX PAMELA GORKIN, JOHN E MCCARTHY, SANDRA POTT, AND BRETT D WICK Abstract We provide a ew proof of Volberg s Theorem characterizig thi iterpolatig sequeces as those for

More information

SEQUENCES AND SERIES

SEQUENCES AND SERIES Chapter 9 SEQUENCES AND SERIES Natural umbers are the product of huma spirit. DEDEKIND 9.1 Itroductio I mathematics, the word, sequece is used i much the same way as it is i ordiary Eglish. Whe we say

More information

1. C. The formula for the confidence interval for a population mean is: x t, which was

1. C. The formula for the confidence interval for a population mean is: x t, which was s 1. C. The formula for the cofidece iterval for a populatio mea is: x t, which was based o the sample Mea. So, x is guarateed to be i the iterval you form.. D. Use the rule : p-value

More information

Institute of Actuaries of India Subject CT1 Financial Mathematics

Institute of Actuaries of India Subject CT1 Financial Mathematics Istitute of Actuaries of Idia Subject CT1 Fiacial Mathematics For 2014 Examiatios Subject CT1 Fiacial Mathematics Core Techical Aim The aim of the Fiacial Mathematics subject is to provide a groudig i

More information

Your organization has a Class B IP address of 166.144.0.0 Before you implement subnetting, the Network ID and Host ID are divided as follows:

Your organization has a Class B IP address of 166.144.0.0 Before you implement subnetting, the Network ID and Host ID are divided as follows: Subettig Subettig is used to subdivide a sigle class of etwork i to multiple smaller etworks. Example: Your orgaizatio has a Class B IP address of 166.144.0.0 Before you implemet subettig, the Network

More information

UC Berkeley Department of Electrical Engineering and Computer Science. EE 126: Probablity and Random Processes. Solutions 9 Spring 2006

UC Berkeley Department of Electrical Engineering and Computer Science. EE 126: Probablity and Random Processes. Solutions 9 Spring 2006 Exam format UC Bereley Departmet of Electrical Egieerig ad Computer Sciece EE 6: Probablity ad Radom Processes Solutios 9 Sprig 006 The secod midterm will be held o Wedesday May 7; CHECK the fial exam

More information

hp calculators HP 12C Statistics - average and standard deviation Average and standard deviation concepts HP12C average and standard deviation

hp calculators HP 12C Statistics - average and standard deviation Average and standard deviation concepts HP12C average and standard deviation HP 1C Statistics - average ad stadard deviatio Average ad stadard deviatio cocepts HP1C average ad stadard deviatio Practice calculatig averages ad stadard deviatios with oe or two variables HP 1C Statistics

More information

Lecture 4: Cheeger s Inequality

Lecture 4: Cheeger s Inequality Spectral Graph Theory ad Applicatios WS 0/0 Lecture 4: Cheeger s Iequality Lecturer: Thomas Sauerwald & He Su Statemet of Cheeger s Iequality I this lecture we assume for simplicity that G is a d-regular

More information

BENEFIT-COST ANALYSIS Financial and Economic Appraisal using Spreadsheets

BENEFIT-COST ANALYSIS Financial and Economic Appraisal using Spreadsheets BENEIT-CST ANALYSIS iacial ad Ecoomic Appraisal usig Spreadsheets Ch. 2: Ivestmet Appraisal - Priciples Harry Campbell & Richard Brow School of Ecoomics The Uiversity of Queeslad Review of basic cocepts

More information

Class Meeting # 16: The Fourier Transform on R n

Class Meeting # 16: The Fourier Transform on R n MATH 18.152 COUSE NOTES - CLASS MEETING # 16 18.152 Itroductio to PDEs, Fall 2011 Professor: Jared Speck Class Meetig # 16: The Fourier Trasform o 1. Itroductio to the Fourier Trasform Earlier i the course,

More information

Vladimir N. Burkov, Dmitri A. Novikov MODELS AND METHODS OF MULTIPROJECTS MANAGEMENT

Vladimir N. Burkov, Dmitri A. Novikov MODELS AND METHODS OF MULTIPROJECTS MANAGEMENT Keywords: project maagemet, resource allocatio, etwork plaig Vladimir N Burkov, Dmitri A Novikov MODELS AND METHODS OF MULTIPROJECTS MANAGEMENT The paper deals with the problems of resource allocatio betwee

More information

Professional Networking

Professional Networking Professioal Networkig 1. Lear from people who ve bee where you are. Oe of your best resources for etworkig is alumi from your school. They ve take the classes you have take, they have bee o the job market

More information

Notes on exponential generating functions and structures.

Notes on exponential generating functions and structures. Notes o expoetial geeratig fuctios ad structures. 1. The cocept of a structure. Cosider the followig coutig problems: (1) to fid for each the umber of partitios of a -elemet set, (2) to fid for each the

More information

CS103A Handout 23 Winter 2002 February 22, 2002 Solving Recurrence Relations

CS103A Handout 23 Winter 2002 February 22, 2002 Solving Recurrence Relations CS3A Hadout 3 Witer 00 February, 00 Solvig Recurrece Relatios Itroductio A wide variety of recurrece problems occur i models. Some of these recurrece relatios ca be solved usig iteratio or some other ad

More information

University of California, Los Angeles Department of Statistics. Distributions related to the normal distribution

University of California, Los Angeles Department of Statistics. Distributions related to the normal distribution Uiversity of Califoria, Los Ageles Departmet of Statistics Statistics 100B Istructor: Nicolas Christou Three importat distributios: Distributios related to the ormal distributio Chi-square (χ ) distributio.

More information

Approximating Area under a curve with rectangles. To find the area under a curve we approximate the area using rectangles and then use limits to find

Approximating Area under a curve with rectangles. To find the area under a curve we approximate the area using rectangles and then use limits to find 1.8 Approximatig Area uder a curve with rectagles 1.6 To fid the area uder a curve we approximate the area usig rectagles ad the use limits to fid 1.4 the area. Example 1 Suppose we wat to estimate 1.

More information

*The most important feature of MRP as compared with ordinary inventory control analysis is its time phasing feature.

*The most important feature of MRP as compared with ordinary inventory control analysis is its time phasing feature. Itegrated Productio ad Ivetory Cotrol System MRP ad MRP II Framework of Maufacturig System Ivetory cotrol, productio schedulig, capacity plaig ad fiacial ad busiess decisios i a productio system are iterrelated.

More information

3 Basic Definitions of Probability Theory

3 Basic Definitions of Probability Theory 3 Basic Defiitios of Probability Theory 3defprob.tex: Feb 10, 2003 Classical probability Frequecy probability axiomatic probability Historical developemet: Classical Frequecy Axiomatic The Axiomatic defiitio

More information

Factoring x n 1: cyclotomic and Aurifeuillian polynomials Paul Garrett <garrett@math.umn.edu>

Factoring x n 1: cyclotomic and Aurifeuillian polynomials Paul Garrett <garrett@math.umn.edu> (March 16, 004) Factorig x 1: cyclotomic ad Aurifeuillia polyomials Paul Garrett Polyomials of the form x 1, x 3 1, x 4 1 have at least oe systematic factorizatio x 1 = (x 1)(x 1

More information

Chapter 5 Unit 1. IET 350 Engineering Economics. Learning Objectives Chapter 5. Learning Objectives Unit 1. Annual Amount and Gradient Functions

Chapter 5 Unit 1. IET 350 Engineering Economics. Learning Objectives Chapter 5. Learning Objectives Unit 1. Annual Amount and Gradient Functions Chapter 5 Uit Aual Amout ad Gradiet Fuctios IET 350 Egieerig Ecoomics Learig Objectives Chapter 5 Upo completio of this chapter you should uderstad: Calculatig future values from aual amouts. Calculatig

More information

Exploratory Data Analysis

Exploratory Data Analysis 1 Exploratory Data Aalysis Exploratory data aalysis is ofte the rst step i a statistical aalysis, for it helps uderstadig the mai features of the particular sample that a aalyst is usig. Itelliget descriptios

More information

The following example will help us understand The Sampling Distribution of the Mean. C1 C2 C3 C4 C5 50 miles 84 miles 38 miles 120 miles 48 miles

The following example will help us understand The Sampling Distribution of the Mean. C1 C2 C3 C4 C5 50 miles 84 miles 38 miles 120 miles 48 miles The followig eample will help us uderstad The Samplig Distributio of the Mea Review: The populatio is the etire collectio of all idividuals or objects of iterest The sample is the portio of the populatio

More information

Stock Market Trading via Stochastic Network Optimization

Stock Market Trading via Stochastic Network Optimization PROC. IEEE CONFERENCE ON DECISION AND CONTROL (CDC), ATLANTA, GA, DEC. 2010 1 Stock Market Tradig via Stochastic Network Optimizatio Michael J. Neely Uiversity of Souther Califoria http://www-rcf.usc.edu/

More information

Center, Spread, and Shape in Inference: Claims, Caveats, and Insights

Center, Spread, and Shape in Inference: Claims, Caveats, and Insights Ceter, Spread, ad Shape i Iferece: Claims, Caveats, ad Isights Dr. Nacy Pfeig (Uiversity of Pittsburgh) AMATYC November 2008 Prelimiary Activities 1. I would like to produce a iterval estimate for the

More information

On the Capacity of Hybrid Wireless Networks

On the Capacity of Hybrid Wireless Networks O the Capacity of Hybrid ireless Networks Beyua Liu,ZheLiu +,DoTowsley Departmet of Computer Sciece Uiversity of Massachusetts Amherst, MA 0002 + IBM T.J. atso Research Ceter P.O. Box 704 Yorktow Heights,

More information

Integer Factorization Algorithms

Integer Factorization Algorithms Iteger Factorizatio Algorithms Coelly Bares Departmet of Physics, Orego State Uiversity December 7, 004 This documet has bee placed i the public domai. Cotets I. Itroductio 3 1. Termiology 3. Fudametal

More information

France caters to innovative companies and offers the best research tax credit in Europe

France caters to innovative companies and offers the best research tax credit in Europe 1/5 The Frech Govermet has three objectives : > improve Frace s fiscal competitiveess > cosolidate R&D activities > make Frace a attractive coutry for iovatio Tax icetives have become a key elemet of public

More information

NATIONAL SENIOR CERTIFICATE GRADE 12

NATIONAL SENIOR CERTIFICATE GRADE 12 NATIONAL SENIOR CERTIFICATE GRADE MATHEMATICS P EXEMPLAR 04 MARKS: 50 TIME: 3 hours This questio paper cosists of 8 pages ad iformatio sheet. Please tur over Mathematics/P DBE/04 NSC Grade Eemplar INSTRUCTIONS

More information

Basic Elements of Arithmetic Sequences and Series

Basic Elements of Arithmetic Sequences and Series MA40S PRE-CALCULUS UNIT G GEOMETRIC SEQUENCES CLASS NOTES (COMPLETED NO NEED TO COPY NOTES FROM OVERHEAD) Basic Elemets of Arithmetic Sequeces ad Series Objective: To establish basic elemets of arithmetic

More information

A Faster Clause-Shortening Algorithm for SAT with No Restriction on Clause Length

A Faster Clause-Shortening Algorithm for SAT with No Restriction on Clause Length Joural o Satisfiability, Boolea Modelig ad Computatio 1 2005) 49-60 A Faster Clause-Shorteig Algorithm for SAT with No Restrictio o Clause Legth Evgey Datsi Alexader Wolpert Departmet of Computer Sciece

More information