Expected Behavior of Bisection Based Methods for Counting and. Computing the Roots of a Function D.J. KAVVADIAS, F.S. MAKRI, M.N.

Size: px
Start display at page:

Download "Expected Behavior of Bisection Based Methods for Counting and. Computing the Roots of a Function D.J. KAVVADIAS, F.S. MAKRI, M.N."

Transcription

1 Expected Behavior of Bisection Based Methods for Counting and Coputing the Roots of a Function D.J. KAVVADIAS, F.S. MAKRI, M.N. VRAHATIS Departent of Matheatics, University of Patras, GR Patras, GREECE, and University of Patras Articial Intelligence Research Center{UPAIRC, University of Patras, GR Patras, GREECE. URL: Abstract: -We present a new bisection based ethod for counting and coputing roots of a function in a given interval. Our ethod is focused on very large probles, i.e. instances with nuber of roots of the order of the hundreds. The ethod draws its power fro the fact that the roots are expected to be any, in order to discover a large proportion of the very eciently. Its ain advantage, apart fro its eciency, is its siplicity which aes it a suitable preprocessing step to ore robust and expensive ethods in order to reduce the size of the proble. The algorith is accopanied by a probabilistic analysis of its behavior, which shows that a siple existence criterion lie the Bolzano's rule, can be a powerful tool in the root nding process. Keywords and phrases: Expected behavior, bisection based ethods, counting and coputing the roots of a function, very large probles. 1 Introduction In this paper we present a bisection based ethod for the proble of counting and coputing roots of a single equation: f(x) =0; (1) where f:[a; b] IR IR is continuous in the given interval [a; b]. The ethod is focused on very large instances of the proble (with roots of the order of the hundreds or ore). It is well nown that probles of such size eerge in several elds of atheatics and engineering. On the other hand, it is also well nown that solving such instances is a foridable tas and in soe sense the true testing eld for any root nding ethod. The proposed ethod taes advantage of the abundance of roots, in an attept to very cheaply (in ters of coputing resources) locate a large nuber of roots, thus reducing the size of the proble. The algorith alost blindly searches for roots by eploying only the Bolzano's existence criterion (see next section). It turns out however that even this siple rule is sucient to guide the algorith in discovering a large proportion of the total set of roots. Thus with very few function evaluations, the proble can be considerably reduced. But this is already ore than it could be expected fro such a siple ethod: while new roots are being discovered, the cost gets increasingly high to a point where it becoes unprotable to continue. Then the unsearched parts of the interval ust be searched by a dierent ethod. Thus the algorith ust be viewed as a preprocessing step of a ore robust and expensive ethod. Its ain advantage is its siplicity which follows precisely fro the expectation that with high probability even a siple search for a root will prove successful due to the abundance of roots. In this paper we also study analytically the expected behavior of the ethod and give theoretical justication of its good perforance. We would lie to point out here that recently, there has been a surge of interest concerning the expected behavior of nuerical algoriths [1,2,3,14] and [5, 6, 8, 19]. The traditional approach inevaluating a nuerical ethod, usually involves a nuber of experients on a nuber of inputs, either of individual interest or randoly constructed by altering certain paraeters of the proble. Very few nuerical ethods exist that are accopanied

2 by a robust analysis of their expected behavior. The analysis presented here follows the fraewor of [8]. A by-product of the algorith is an estiation of the nuber of roots in an interval. This proble is interesting on its own, either in order to a priori evaluate the size of a proble or as in this case, to establish a stopping criterion for the ethod. In the next section we give soe bacground aterial on the bisection ethod, as was odied in [15, 16]. In section 3 we briey discuss the ain steps of the algorith in order to present its theoretical analysis which follows in section 4. Then in section 5 we give a ore detailed description of the ethod which also refers to the theoretical analysis. We end in section 6 with soe conclusions and future wor. 2 Bacground aterial A siple oracle on the existence of a solution of f(x) = 0 in soe interval (a; b) where the function f is continuous in [a; b] is the following criterion: f(a) f(b) < 0; or sgn f(a) sgn f(b)=,1; where sgn is the well nown three valued sign function. This criterion is nown as Bolzano's existence criterion (for a generalization of this criterion to higher diensions see [17]). Note that this oracle ay introduce a one{sided error, i.e. a positive response eans that at least one root exists but a negative response ay correspond to the existence of an even nuber of siple roots. The siplicity of this criterion is what aes it attractive even though it has the above disadvantage. Thus it will be our ain tool in what follows. More elaborate relations can give ore inforation on the existence of roots. For exaple, interval analysis uses the range of the function to decide on the existence or not of a root (see e.g. [9, 10, 11]). An even ore coplicated oracle which gives the exact nuber of roots N r is based on topological degree theory using Kronecer's integral on a Picard's extension [4, 12]. This oracle was used in [8] as part of the rst phase of an algorith for the isolation of all siple roots of a function f(x) inan interval (a; b). The algorith of [8] uses in its second phase, bisection in order to copute the roots. Specically, it uses the following siplied version described in [15]: x i+1 = x i + c sgnf(x i )=2 i+1 ; i =0;1;:::; (2) where c = sgnf(a)(b,a): The sequence (2) converges to a root r 2 (a; b) if for soe x i ; sgnf(x 0 ) sgnf(x i )=,1; for i =1;2;:::: Furtherore, the nuber of iterations, which are required in obtaining an approxiate root r such that jr, r j"for soe " 2 (0; 1) is given by: = dlog(b, a) ",1 e; (3) where the logarith in the above relation and also in the rest of the paper is taen with base two. Instead of the iterative forula (2) we can also use the following one: x i+1 = x i, c sgnf(x i )=2 i+1 ; i =0;1;:::; (4) where c = sgnf(b)(b,a): The reason for choosing the bisection ethod is that it always converges within the given interval (a; b) and it is a globally convergence ethod. Moreover it has a great advantage since it is optial, i.e. it possesses asyptotically the best possible rate of convergence [13]. Also, using the relation (3) it is easy to have beforehand the nuber of iterations that are required for the attainent of an approxiate root to a predeterined accuracy. Finally, it requires only the algebraic signs of the function values to be coputed, as it is evident fro (2) or (4), thus it can be applied to probles with iprecise function values. As a consequence for probles where the function value follows as a result of an innite series (e.g. Bessel or Airy functions) it can be shown [18, 20] that the sign stabilizes after a relatively sall nuber of ters of the series and the calculations can be speed up considerably. 3 An inforal description Here is an inforal description of the algorith. The algorith begins by subdividing the interval into a nuber of equal subintervals (it will becoe clear that it is convenient for the nuber of subintervals to be a power of two and its specic value will be xed later). The ain body of the algorith consists of three steps: Step 1. We copute the sign of the function at the endpoints of the subintervals. Depending on the nuber of roots in each subinterval, its endpoints will have the sae signs (in a case of even roots) or opposite signs (in a case of odd roots). We therefore have certainty on the existence of at

3 least one root in an interval with opposite signs, so we proceed in discovering a root in those intervals using ordinary bisection. Step 2. Notice that at this point all intervals in our pattern of subdivisions have the sae sign at their endpoints. Depending now on a stopping criterion, we decide whether it is worthwhile continuing the algorith (in ters of the cost of discovering new roots). Step 3. If we decide that it is, we subdivide the class of subintervals of greatest length into two halves and go bac to step 1. Otherwise we output the discovered roots and halt. 4 Wor estiations Our stopping criterion is based on the expected, per root, nuber of function evaluations that the roots that will be discovered in the next iteration, will require. The probability space on which we ae our calculations and the whole fraewor can be found in [8]. We briey ention here that we view each root as a rando point in the interval (a; b). We also ae the assuption that the roots are uniforly distributed, i.e. intervals of equal length have equal probability of containing a root. Central to our decision turns out to be an estiation of the total nuber of roots in the original interval. This is of no surprise: if there is an abundance of roots in the interval and we have only discovered a few, then it is natural to expect that with high probability the next iteration will reveal a lot of roots. The estiation on the total nuber of roots is revised after each iteration, when new roots have been discovered. Hence at the beginning of the algorith there is only a rough estiation on the nuber of roots, but as we proceed the additional inforation allows us to be ore accurate in our prediction. For our estiation ethod we shall need the following two propositions: Proposition 1 Assue that the total nuber of roots in the interval is N. Then the probability p odd that a subinterval of length ` contains an odd nuber of roots is given by: Proof: See [7]. p odd = 1, (1, 2`)N : (5) 2 Throughout this paper we assue without loss of generality that the given interval is noralized, i.e. its length is 1. Consequently the length ` of a subinterval gives also the probability of a root to lie within this subinterval. Notice that for a nuber of roots N of the order of twenty orso,p odd is very close to 1/2 for sall enough `. Therefore, roughly half of the intervals provably have at least one root. This is natural, since when the nuber of roots is large, the intervals with odd and the intervals with even roots are about the sae. In such a case, after coputing the roots, it is worthwhile continuing by subdividing the largest intervals. When however we have discovered a nuber of roots close to the total, the nuber of intervals with zero roots begin to increase, and this is precisely what we tae advantage of to decide if it is tie to stop. In order however to quantify the above, we use a nown condence interval for the probability p of the binoial distribution. We ay view the faily of subintervals of interest as rando variables which follow, for the property of having or not odd roots, the binoial distribution with probability given by (5). Proposition 2 Assue that at a certain point of subdivision we have subintervals of largest size, out of which we have observed subintervals with opposite signs at their endpoints. Then with probability at least 1,, the probability of having odd roots p odd is between: where: and Proof: See [7]. p lower p odd p upper ; p lower =, z =2 p upper = + z =2 q (,) ; q (,) In the above forulas z =2 is a constant which can be deterined fro: Prob(,z =2 Z z =2 )=1,; where Z is a rando variable following the standard noral distribution. For exaple when = 0:05 then z =2 =1:96. We use the above condence interval to estiate p odd and then using (5) to estiate N. This is done by coputing two values for N, call the N lower and N upper. The rst is coputed by solving the equation (with respect to N): p upper = 1, (1, 2`)N ; (6) 2 :

4 and the second by solving the equation: we get the following: p lower = 1, (1, 2`)N : (7) 2 Notice that in soe cases N upper and even N lower can be innite. This will happen when insucient data are available for deterining exact values for the condence interval. But for our purposes this is iaterial: in either of these cases we continue subdividing the intervals. When after soe iterations, both ends of the condence interval are well dened, wechoose soe preferable value for N. A good choice sees to be (N lower +N upper )=2. Or, weay decide to be on the safe side and choose as N to be N lower. Whichever our choice ight be, we use it to decide whether it is tie to stop. Our criterion is based on the expected wor (in function evaluations) that the next root that will be discovered, will require. Assue that at a certain point our estiation for the total nuber of roots is N. Moreover, the length of the greatest subintervals is ` and their nuber is. (Notice that if this happens at the i-th iteration, ` =2,i ). Now, the wor that the algorith will do at the next iteration consists of (a) the function evaluations at the idpoints of the largest subintervals and (b) if sub-subintervals are discovered with odd nuber of roots, log (`,1 ) function evaluations for discovering a root in these subintervals. The total cost therefore of the next iteration is: + log ` : (8) Now, since the probability ofhaving sub-subintervals with odd nuber of roots is: p odd(1, p odd ), ; we get that the expected cost of the next iteration is: E cost = Since: and X =0 X =0 X =0 + log ` p odd(1, p odd ), : p odd(1, p odd ), =1; p odd(1, p odd ), = p odd ; E cost = + p odd log ` : Taing into consideration that the expected nuber of roots of the next iteration is p odd we get that the expected cost per root, E cost, of the next iteration is: E cost = 1 p odd + log ` : (9) The above expected cost constitutes our stopping criterion. The ost natural choice is to stop once this cost as given by (9) exceeds soe predened threshold c th. The intention is to stop coputing roots using the current ethod if the cost of discovering new roots becoes very high. But there are also other approaches to this end: for exaple we aychoose to end the algorith once a prede- ned \budget" of function evaluations has expired. Current wor involves experients for evaluating c th and the dierent ethods for stopping. 5 The algorith In this section we give a detailed description of the algorith based on the previous discussions. 1. Divide the interval in 32 equal subintervals; 2. Let A be the set of subintervals with opposite signs and B the set of subintervals with the sae signs at their endpoints; 3. Find one root in each interval in A using bisection; 4. Estiate the total nuber of roots using Relations (6) and (7); 5. If both N lower and N upper are nite copute the expected cost of new roots using Relation (9); 6. If the cost is less than the threshold or at least one of the N is innite then divide the subintervals in B and go to Step If the condition in Step 6 fails then output the roots and halt. The initial subdivision in 32 subintervals is forced by the theory supporting the condence interval in Proposition 2. In order for this interval to hold, has to be greater than 30. The subdivision into intervals which are fractions that are power of two is justied as follows:

5 Recall that after we identify an interval with opposite signs at its endpoints, we proceed in discovering a root using ordinary bisection (this is Step 3 above). But this has the side-eect that these intervals will be subdivided further in the process of discovering the root. Now if we choose the initial subintervals to be a power of two, all these subdivisions that eerge fro bisection, can be used in the future should the algorith proceeds to next iterations and thus soe function evaluations can be saved. 6 Conclusion We have addressed the proble of coputing the roots of a function in a case where the nuber of roots is very large. This is a foridable proble with any applications in various elds of science. It sees however possible to attac the proble by taing advantage precisely of its size. To this end we have presented an algorith that eectively discovers roots using an alost \blind" search up to a point where the original size of the proble has been severely reduced. Then, ore robust and expensive ethods can be used to copletely solve the proble. We have also given theoretical justi- cation of its good perforance, based on a probabilistic fraewor. The ain advantages of the proposed ethodology are its siplicity which results in fairly siple prograing and its eciency which increases with the proble size. Current research includes experiental evaluation of a nuber of paraeters in order to better tune the algorith. References [1] S. Graf, R.D. Mauldin, S.C. Willias, \Rando hoeoorphiss", Adv. Math., vol.60, 1986, pp.239{359. [2] S. Graf, E. Nova, \The average error of quadrature forulas for functions of bounded variation", Rocy Mountain J. Math. [3] S. Graf, E. Nova, A. Papageorgiou, \Bisection is not optial on the average", Nuer. Math., vol.55, 1989, pp.481{491. [4] B.J. Hoenders, C.H. Slup, \On the calculation of the exact nuber of zeros of a set of equations", Coputing vol.30, 1983, pp.137{ 147. [5] D.J. Kavvadias, F.S. Mari, M.N. Vrahatis, \Locating and coputing arbitrarily distributed zeros and extrea", 4th Hellenic European Conference on Coputer Matheatics and its Applications, E.A. Lipitais Ed., 1998, in press. [6] D.J. Kavvadias, F.S. Mari, M.N. Vrahatis, \Locating and coputing arbitrarily distributed zeros", SIAM J. Sci. Coput., in press. [7] D.J. Kavvadias, F.S. Mari, M.N. Vrahatis, \Expected behavior of bisection based ethods for counting and coputing the roots of a function", Division of Coputational Matheatics and Inforatics, Departent of Matheatics, University of Patras, Technical Report TR/1999-1, [8] D.J. Kavvadias, M.N. Vrahatis, \Locating and coputing all the siple roots and extrea of a function", SIAM J. Sci. Coput., vol.17, no.5, 1996, pp.1232{1248. [9] R.B. Kearfott, \Rigorous Global Search: Continuous Probles", Kluwer Acadeic Publishers, Dordrecht, The Netherlands, [10] R.B. Kearfott and M. Novoa III, \INTBIS: A portable interval Newton=bisection pacage", ACM Trans. Math. Software, vol.16, 1990, pp.152{157. [11] A. Neuaier, \Interval Methods for systes of equations", Cabridge University Press, Cabridge, [12] E. Picard, \Sur le nobre des racines counes a plusieurs equations siultanees, Journ. de Math. Pure et Appl. (4 e serie), vol.8, 1892, pp.5{24. [13] K. Siorsi, \Bisection is optial, Nuer. Math. vol.40, 1982, pp.111{117. [14] J.F. Traub, G.W. Wasilowsi, H. Wozniaowsi, \Inforation{based coplexity", Acadeic Press, New Yor, [15] M.N. Vrahatis, \Solving systes of nonlinear equations using the nonzero value of the topological degree", ACM Trans. Math. Softw., vol.14, 1988, pp.312{329. [16] M.N. Vrahatis, \CHABIS: A atheatical software pacage for locating and evaluating roots of systes of nonlinear equations", ACM Trans. Math. Software, vol.14, 1988, pp.330{ 336. [17] M.N. Vrahatis, \A short proof and a generalization of Miranda's existence theore", Proc. Aer. Math. Soc., vol.107, 1989, pp.701{703.

6 [18] M.N. Vrahatis, T.N. Grapsa, O. Ragos, F.A. Zaropoulos, \On the localization and coputation of zeros of Bessel functions", Z. angew. Math. Mech., vol.77, 1997, pp.467{475. [19] M.N. Vrahatis, D.J. Kavvadias, \Expected behavior of bisection based ethods for counting and coputing all the roots of a function", Proceedings of the Sixth International Colloquiu on Dierential Equations, D. Bainov, Ed., VSP International Science Publishers, Zeist, The Netherlands, 1996, pp.353{360. [20] M.N. Vrahatis, O. Ragos, F.A. Zaropoulos and T.N. Grapsa, \Locating and Coputing Zeros of Airy Functions", Z. angew. Math. Mech., vol.76, 1996, pp.419{422.

Block designs and statistics

Block designs and statistics Bloc designs and statistics Notes for Math 447 May 3, 2011 The ain paraeters of a bloc design are nuber of varieties v, bloc size, nuber of blocs b. A design is built on a set of v eleents. Each eleent

More information

A note on the multiplication of sparse matrices

A note on the multiplication of sparse matrices Cent. Eur. J. Cop. Sci. 41) 2014 1-11 DOI: 10.2478/s13537-014-0201-x Central European Journal of Coputer Science A note on the ultiplication of sparse atrices Research Article Keivan Borna 12, Sohrab Aboozarkhani

More information

Model Fitting. CURM Background Material, Fall 2014 Dr. Doreen De Leon

Model Fitting. CURM Background Material, Fall 2014 Dr. Doreen De Leon Model Fitting CURM Background Material, Fall 014 Dr. Doreen De Leon 1 Introduction Given a set of data points, we often want to fit a selected odel or type to the data (e.g., we suspect an exponential

More information

ON THE TWO-LEVEL PRECONDITIONING IN LEAST SQUARES METHOD

ON THE TWO-LEVEL PRECONDITIONING IN LEAST SQUARES METHOD PROCEEDINGS OF THE YEREVAN STATE UNIVERSITY Physical and Matheatical Sciences 04,, p. 7 5 ON THE TWO-LEVEL PRECONDITIONING IN LEAST SQUARES METHOD M a t h e a t i c s Yu. A. HAKOPIAN, R. Z. HOVHANNISYAN

More information

e-companion ONLY AVAILABLE IN ELECTRONIC FORM

e-companion ONLY AVAILABLE IN ELECTRONIC FORM OPERATIONS RESEARCH doi 10.1287/opre.1070.0427ec pp. ec1 ec5 e-copanion ONLY AVAILABLE IN ELECTRONIC FORM infors 07 INFORMS Electronic Copanion A Learning Approach for Interactive Marketing to a Custoer

More information

lecture 36: Linear Multistep Mehods: Zero Stability

lecture 36: Linear Multistep Mehods: Zero Stability 95 lecture 36: Linear Multistep Mehods: Zero Stability 5.6 Linear ultistep ethods: zero stability Does consistency iply convergence for linear ultistep ethods? This is always the case for one-step ethods,

More information

Quantum algorithms (CO 781, Winter 2008) Prof. Andrew Childs, University of Waterloo LECTURE 15: Unstructured search and spatial search

Quantum algorithms (CO 781, Winter 2008) Prof. Andrew Childs, University of Waterloo LECTURE 15: Unstructured search and spatial search Quantu algoriths (CO 781, Winter 2008) Prof Andrew Childs, University of Waterloo LECTURE 15: Unstructured search and spatial search ow we begin to discuss applications of quantu walks to search algoriths

More information

Constant-Space String-Matching. in Sublinear Average Time. (Extended Abstract) Wojciech Rytter z. Warsaw University. and. University of Liverpool

Constant-Space String-Matching. in Sublinear Average Time. (Extended Abstract) Wojciech Rytter z. Warsaw University. and. University of Liverpool Constant-Space String-Matching in Sublinear Average Tie (Extended Abstract) Maxie Crocheore Universite de Marne-la-Vallee Leszek Gasieniec y Max-Planck Institut fur Inforatik Wojciech Rytter z Warsaw University

More information

Non-Parametric Non-Line-of-Sight Identification 1

Non-Parametric Non-Line-of-Sight Identification 1 Non-Paraetric Non-Line-of-Sight Identification Sinan Gezici, Hisashi Kobayashi and H. Vincent Poor Departent of Electrical Engineering School of Engineering and Applied Science Princeton University, Princeton,

More information

USEFUL HINTS FOR SOLVING PHYSICS OLYMPIAD PROBLEMS. By: Ian Blokland, Augustana Campus, University of Alberta

USEFUL HINTS FOR SOLVING PHYSICS OLYMPIAD PROBLEMS. By: Ian Blokland, Augustana Campus, University of Alberta 1 USEFUL HINTS FOR SOLVING PHYSICS OLYMPIAD PROBLEMS By: Ian Bloland, Augustana Capus, University of Alberta For: Physics Olypiad Weeend, April 6, 008, UofA Introduction: Physicists often attept to solve

More information

Experimental Design For Model Discrimination And Precise Parameter Estimation In WDS Analysis

Experimental Design For Model Discrimination And Precise Parameter Estimation In WDS Analysis City University of New York (CUNY) CUNY Acadeic Works International Conference on Hydroinforatics 8-1-2014 Experiental Design For Model Discriination And Precise Paraeter Estiation In WDS Analysis Giovanna

More information

Solving initial value problems by residual power series method

Solving initial value problems by residual power series method Theoretical Matheatics & Applications, vol.3, no.1, 13, 199-1 ISSN: 179-9687 (print), 179-979 (online) Scienpress Ltd, 13 Solving initial value probles by residual power series ethod Mohaed H. Al-Sadi

More information

Necessity of low effective dimension

Necessity of low effective dimension Necessity of low effective diension Art B. Owen Stanford University October 2002, Orig: July 2002 Abstract Practitioners have long noticed that quasi-monte Carlo ethods work very well on functions that

More information

On a few Iterative Methods for Solving Nonlinear Equations

On a few Iterative Methods for Solving Nonlinear Equations On a few Iterative Methods for Solving Nonlinear Equations Gyurhan Nedzhibov Laboratory of Matheatical Modelling, Shuen University, Shuen 971, Bulgaria e-ail: gyurhan@shu-bg.net Abstract In this study

More information

New upper bound for the B-spline basis condition number II. K. Scherer. Institut fur Angewandte Mathematik, Universitat Bonn, Bonn, Germany.

New upper bound for the B-spline basis condition number II. K. Scherer. Institut fur Angewandte Mathematik, Universitat Bonn, Bonn, Germany. New upper bound for the B-spline basis condition nuber II. A proof of de Boor's 2 -conjecture K. Scherer Institut fur Angewandte Matheati, Universitat Bonn, 535 Bonn, Gerany and A. Yu. Shadrin Coputing

More information

This model assumes that the probability of a gap has size i is proportional to 1/i. i.e., i log m e. j=1. E[gap size] = i P r(i) = N f t.

This model assumes that the probability of a gap has size i is proportional to 1/i. i.e., i log m e. j=1. E[gap size] = i P r(i) = N f t. CS 493: Algoriths for Massive Data Sets Feb 2, 2002 Local Models, Bloo Filter Scribe: Qin Lv Local Models In global odels, every inverted file entry is copressed with the sae odel. This work wells when

More information

Nonmonotonic Networks. a. IRST, I Povo (Trento) Italy, b. Univ. of Trento, Physics Dept., I Povo (Trento) Italy

Nonmonotonic Networks. a. IRST, I Povo (Trento) Italy, b. Univ. of Trento, Physics Dept., I Povo (Trento) Italy Storage Capacity and Dynaics of Nononotonic Networks Bruno Crespi a and Ignazio Lazzizzera b a. IRST, I-38050 Povo (Trento) Italy, b. Univ. of Trento, Physics Dept., I-38050 Povo (Trento) Italy INFN Gruppo

More information

THE AVERAGE NORM OF POLYNOMIALS OF FIXED HEIGHT

THE AVERAGE NORM OF POLYNOMIALS OF FIXED HEIGHT THE AVERAGE NORM OF POLYNOMIALS OF FIXED HEIGHT PETER BORWEIN AND KWOK-KWONG STEPHEN CHOI Abstract. Let n be any integer and ( n ) X F n : a i z i : a i, ± i be the set of all polynoials of height and

More information

arxiv: v1 [cs.ds] 3 Feb 2014

arxiv: v1 [cs.ds] 3 Feb 2014 arxiv:40.043v [cs.ds] 3 Feb 04 A Bound on the Expected Optiality of Rando Feasible Solutions to Cobinatorial Optiization Probles Evan A. Sultani The Johns Hopins University APL evan@sultani.co http://www.sultani.co/

More information

On Constant Power Water-filling

On Constant Power Water-filling On Constant Power Water-filling Wei Yu and John M. Cioffi Electrical Engineering Departent Stanford University, Stanford, CA94305, U.S.A. eails: {weiyu,cioffi}@stanford.edu Abstract This paper derives

More information

Fast Montgomery-like Square Root Computation over GF(2 m ) for All Trinomials

Fast Montgomery-like Square Root Computation over GF(2 m ) for All Trinomials Fast Montgoery-like Square Root Coputation over GF( ) for All Trinoials Yin Li a, Yu Zhang a, a Departent of Coputer Science and Technology, Xinyang Noral University, Henan, P.R.China Abstract This letter

More information

Soft Computing Techniques Help Assign Weights to Different Factors in Vulnerability Analysis

Soft Computing Techniques Help Assign Weights to Different Factors in Vulnerability Analysis Soft Coputing Techniques Help Assign Weights to Different Factors in Vulnerability Analysis Beverly Rivera 1,2, Irbis Gallegos 1, and Vladik Kreinovich 2 1 Regional Cyber and Energy Security Center RCES

More information

On random Boolean threshold networks

On random Boolean threshold networks On rando Boolean threshold networs Reinhard Hecel, Steffen Schober and Martin Bossert Institute of Telecounications and Applied Inforation Theory Ul University Albert-Einstein-Allee 43, 89081Ul, Gerany

More information

A Better Algorithm For an Ancient Scheduling Problem. David R. Karger Steven J. Phillips Eric Torng. Department of Computer Science

A Better Algorithm For an Ancient Scheduling Problem. David R. Karger Steven J. Phillips Eric Torng. Department of Computer Science A Better Algorith For an Ancient Scheduling Proble David R. Karger Steven J. Phillips Eric Torng Departent of Coputer Science Stanford University Stanford, CA 9435-4 Abstract One of the oldest and siplest

More information

1 Bounding the Margin

1 Bounding the Margin COS 511: Theoretical Machine Learning Lecturer: Rob Schapire Lecture #12 Scribe: Jian Min Si March 14, 2013 1 Bounding the Margin We are continuing the proof of a bound on the generalization error of AdaBoost

More information

Algebraic Montgomery-Yang problem: the log del Pezzo surface case

Algebraic Montgomery-Yang problem: the log del Pezzo surface case c 2014 The Matheatical Society of Japan J. Math. Soc. Japan Vol. 66, No. 4 (2014) pp. 1073 1089 doi: 10.2969/jsj/06641073 Algebraic Montgoery-Yang proble: the log del Pezzo surface case By DongSeon Hwang

More information

Ph 20.3 Numerical Solution of Ordinary Differential Equations

Ph 20.3 Numerical Solution of Ordinary Differential Equations Ph 20.3 Nuerical Solution of Ordinary Differential Equations Due: Week 5 -v20170314- This Assignent So far, your assignents have tried to failiarize you with the hardware and software in the Physics Coputing

More information

Uniform Approximation and Bernstein Polynomials with Coefficients in the Unit Interval

Uniform Approximation and Bernstein Polynomials with Coefficients in the Unit Interval Unifor Approxiation and Bernstein Polynoials with Coefficients in the Unit Interval Weiang Qian and Marc D. Riedel Electrical and Coputer Engineering, University of Minnesota 200 Union St. S.E. Minneapolis,

More information

The Solution of One-Phase Inverse Stefan Problem. by Homotopy Analysis Method

The Solution of One-Phase Inverse Stefan Problem. by Homotopy Analysis Method Applied Matheatical Sciences, Vol. 8, 214, no. 53, 2635-2644 HIKARI Ltd, www.-hikari.co http://dx.doi.org/1.12988/as.214.43152 The Solution of One-Phase Inverse Stefan Proble by Hootopy Analysis Method

More information

The Weierstrass Approximation Theorem

The Weierstrass Approximation Theorem 36 The Weierstrass Approxiation Theore Recall that the fundaental idea underlying the construction of the real nubers is approxiation by the sipler rational nubers. Firstly, nubers are often deterined

More information

An Improved Particle Filter with Applications in Ballistic Target Tracking

An Improved Particle Filter with Applications in Ballistic Target Tracking Sensors & ransducers Vol. 72 Issue 6 June 204 pp. 96-20 Sensors & ransducers 204 by IFSA Publishing S. L. http://www.sensorsportal.co An Iproved Particle Filter with Applications in Ballistic arget racing

More information

13.2 Fully Polynomial Randomized Approximation Scheme for Permanent of Random 0-1 Matrices

13.2 Fully Polynomial Randomized Approximation Scheme for Permanent of Random 0-1 Matrices CS71 Randoness & Coputation Spring 018 Instructor: Alistair Sinclair Lecture 13: February 7 Disclaier: These notes have not been subjected to the usual scrutiny accorded to foral publications. They ay

More information

A Note on the Applied Use of MDL Approximations

A Note on the Applied Use of MDL Approximations A Note on the Applied Use of MDL Approxiations Daniel J. Navarro Departent of Psychology Ohio State University Abstract An applied proble is discussed in which two nested psychological odels of retention

More information

Sharp Time Data Tradeoffs for Linear Inverse Problems

Sharp Time Data Tradeoffs for Linear Inverse Problems Sharp Tie Data Tradeoffs for Linear Inverse Probles Saet Oyak Benjain Recht Mahdi Soltanolkotabi January 016 Abstract In this paper we characterize sharp tie-data tradeoffs for optiization probles used

More information

MSEC MODELING OF DEGRADATION PROCESSES TO OBTAIN AN OPTIMAL SOLUTION FOR MAINTENANCE AND PERFORMANCE

MSEC MODELING OF DEGRADATION PROCESSES TO OBTAIN AN OPTIMAL SOLUTION FOR MAINTENANCE AND PERFORMANCE Proceeding of the ASME 9 International Manufacturing Science and Engineering Conference MSEC9 October 4-7, 9, West Lafayette, Indiana, USA MSEC9-8466 MODELING OF DEGRADATION PROCESSES TO OBTAIN AN OPTIMAL

More information

ESTIMATING AND FORMING CONFIDENCE INTERVALS FOR EXTREMA OF RANDOM POLYNOMIALS. A Thesis. Presented to. The Faculty of the Department of Mathematics

ESTIMATING AND FORMING CONFIDENCE INTERVALS FOR EXTREMA OF RANDOM POLYNOMIALS. A Thesis. Presented to. The Faculty of the Department of Mathematics ESTIMATING AND FORMING CONFIDENCE INTERVALS FOR EXTREMA OF RANDOM POLYNOMIALS A Thesis Presented to The Faculty of the Departent of Matheatics San Jose State University In Partial Fulfillent of the Requireents

More information

I. Understand get a conceptual grasp of the problem

I. Understand get a conceptual grasp of the problem MASSACHUSETTS INSTITUTE OF TECHNOLOGY Departent o Physics Physics 81T Fall Ter 4 Class Proble 1: Solution Proble 1 A car is driving at a constant but unknown velocity,, on a straightaway A otorcycle is

More information

Ch 12: Variations on Backpropagation

Ch 12: Variations on Backpropagation Ch 2: Variations on Backpropagation The basic backpropagation algorith is too slow for ost practical applications. It ay take days or weeks of coputer tie. We deonstrate why the backpropagation algorith

More information

Combining Classifiers

Combining Classifiers Cobining Classifiers Generic ethods of generating and cobining ultiple classifiers Bagging Boosting References: Duda, Hart & Stork, pg 475-480. Hastie, Tibsharini, Friedan, pg 246-256 and Chapter 10. http://www.boosting.org/

More information

Projectile Motion with Air Resistance (Numerical Modeling, Euler s Method)

Projectile Motion with Air Resistance (Numerical Modeling, Euler s Method) Projectile Motion with Air Resistance (Nuerical Modeling, Euler s Method) Theory Euler s ethod is a siple way to approxiate the solution of ordinary differential equations (ode s) nuerically. Specifically,

More information

. The univariate situation. It is well-known for a long tie that denoinators of Pade approxiants can be considered as orthogonal polynoials with respe

. The univariate situation. It is well-known for a long tie that denoinators of Pade approxiants can be considered as orthogonal polynoials with respe PROPERTIES OF MULTIVARIATE HOMOGENEOUS ORTHOGONAL POLYNOMIALS Brahi Benouahane y Annie Cuyt? Keywords Abstract It is well-known that the denoinators of Pade approxiants can be considered as orthogonal

More information

A Simplified Analytical Approach for Efficiency Evaluation of the Weaving Machines with Automatic Filling Repair

A Simplified Analytical Approach for Efficiency Evaluation of the Weaving Machines with Automatic Filling Repair Proceedings of the 6th SEAS International Conference on Siulation, Modelling and Optiization, Lisbon, Portugal, Septeber -4, 006 0 A Siplified Analytical Approach for Efficiency Evaluation of the eaving

More information

On the Bell- Kochen -Specker paradox

On the Bell- Kochen -Specker paradox On the Bell- Kochen -Specker paradox Koji Nagata and Tadao Nakaura Departent of Physics, Korea Advanced Institute of Science and Technology, Daejeon, Korea E-ail: ko_i_na@yahoo.co.jp Departent of Inforation

More information

Using EM To Estimate A Probablity Density With A Mixture Of Gaussians

Using EM To Estimate A Probablity Density With A Mixture Of Gaussians Using EM To Estiate A Probablity Density With A Mixture Of Gaussians Aaron A. D Souza adsouza@usc.edu Introduction The proble we are trying to address in this note is siple. Given a set of data points

More information

Interactive Markov Models of Evolutionary Algorithms

Interactive Markov Models of Evolutionary Algorithms Cleveland State University EngagedScholarship@CSU Electrical Engineering & Coputer Science Faculty Publications Electrical Engineering & Coputer Science Departent 2015 Interactive Markov Models of Evolutionary

More information

Bipartite subgraphs and the smallest eigenvalue

Bipartite subgraphs and the smallest eigenvalue Bipartite subgraphs and the sallest eigenvalue Noga Alon Benny Sudaov Abstract Two results dealing with the relation between the sallest eigenvalue of a graph and its bipartite subgraphs are obtained.

More information

An Adaptive UKF Algorithm for the State and Parameter Estimations of a Mobile Robot

An Adaptive UKF Algorithm for the State and Parameter Estimations of a Mobile Robot Vol. 34, No. 1 ACTA AUTOMATICA SINICA January, 2008 An Adaptive UKF Algorith for the State and Paraeter Estiations of a Mobile Robot SONG Qi 1, 2 HAN Jian-Da 1 Abstract For iproving the estiation accuracy

More information

As a model for an ATM switch we consider the overow frequency of a queue that

As a model for an ATM switch we consider the overow frequency of a queue that BUFFER OVERFLOW ASYMPTOTICS FOR A BUFFER HANDLING MANY TRAFFIC SOURCES COSTAS COURCOUBETIS, University of Crete RICHARD WEBER, University of Cabridge Abstract As a odel for an ATM switch we consider the

More information

#A52 INTEGERS 10 (2010), COMBINATORIAL INTERPRETATIONS OF BINOMIAL COEFFICIENT ANALOGUES RELATED TO LUCAS SEQUENCES

#A52 INTEGERS 10 (2010), COMBINATORIAL INTERPRETATIONS OF BINOMIAL COEFFICIENT ANALOGUES RELATED TO LUCAS SEQUENCES #A5 INTEGERS 10 (010), 697-703 COMBINATORIAL INTERPRETATIONS OF BINOMIAL COEFFICIENT ANALOGUES RELATED TO LUCAS SEQUENCES Bruce E Sagan 1 Departent of Matheatics, Michigan State University, East Lansing,

More information

Bootstrapping Dependent Data

Bootstrapping Dependent Data Bootstrapping Dependent Data One of the key issues confronting bootstrap resapling approxiations is how to deal with dependent data. Consider a sequence fx t g n t= of dependent rando variables. Clearly

More information

Symbolic Analysis as Universal Tool for Deriving Properties of Non-linear Algorithms Case study of EM Algorithm

Symbolic Analysis as Universal Tool for Deriving Properties of Non-linear Algorithms Case study of EM Algorithm Acta Polytechnica Hungarica Vol., No., 04 Sybolic Analysis as Universal Tool for Deriving Properties of Non-linear Algoriths Case study of EM Algorith Vladiir Mladenović, Miroslav Lutovac, Dana Porrat

More information

a a a a a a a m a b a b

a a a a a a a m a b a b Algebra / Trig Final Exa Study Guide (Fall Seester) Moncada/Dunphy Inforation About the Final Exa The final exa is cuulative, covering Appendix A (A.1-A.5) and Chapter 1. All probles will be ultiple choice

More information

Approximation in Stochastic Scheduling: The Power of LP-Based Priority Policies

Approximation in Stochastic Scheduling: The Power of LP-Based Priority Policies Approxiation in Stochastic Scheduling: The Power of -Based Priority Policies Rolf Möhring, Andreas Schulz, Marc Uetz Setting (A P p stoch, r E( w and (B P p stoch E( w We will assue that the processing

More information

A Bernstein-Markov Theorem for Normed Spaces

A Bernstein-Markov Theorem for Normed Spaces A Bernstein-Markov Theore for Nored Spaces Lawrence A. Harris Departent of Matheatics, University of Kentucky Lexington, Kentucky 40506-0027 Abstract Let X and Y be real nored linear spaces and let φ :

More information

4 = (0.02) 3 13, = 0.25 because = 25. Simi-

4 = (0.02) 3 13, = 0.25 because = 25. Simi- Theore. Let b and be integers greater than. If = (. a a 2 a i ) b,then for any t N, in base (b + t), the fraction has the digital representation = (. a a 2 a i ) b+t, where a i = a i + tk i with k i =

More information

E0 370 Statistical Learning Theory Lecture 6 (Aug 30, 2011) Margin Analysis

E0 370 Statistical Learning Theory Lecture 6 (Aug 30, 2011) Margin Analysis E0 370 tatistical Learning Theory Lecture 6 (Aug 30, 20) Margin Analysis Lecturer: hivani Agarwal cribe: Narasihan R Introduction In the last few lectures we have seen how to obtain high confidence bounds

More information

Sequence Analysis, WS 14/15, D. Huson & R. Neher (this part by D. Huson) February 5,

Sequence Analysis, WS 14/15, D. Huson & R. Neher (this part by D. Huson) February 5, Sequence Analysis, WS 14/15, D. Huson & R. Neher (this part by D. Huson) February 5, 2015 31 11 Motif Finding Sources for this section: Rouchka, 1997, A Brief Overview of Gibbs Sapling. J. Buhler, M. Topa:

More information

Research Article Rapidly-Converging Series Representations of a Mutual-Information Integral

Research Article Rapidly-Converging Series Representations of a Mutual-Information Integral International Scholarly Research Network ISRN Counications and Networking Volue 11, Article ID 5465, 6 pages doi:1.54/11/5465 Research Article Rapidly-Converging Series Representations of a Mutual-Inforation

More information

Physics 215 Winter The Density Matrix

Physics 215 Winter The Density Matrix Physics 215 Winter 2018 The Density Matrix The quantu space of states is a Hilbert space H. Any state vector ψ H is a pure state. Since any linear cobination of eleents of H are also an eleent of H, it

More information

On the Communication Complexity of Lipschitzian Optimization for the Coordinated Model of Computation

On the Communication Complexity of Lipschitzian Optimization for the Coordinated Model of Computation journal of coplexity 6, 459473 (2000) doi:0.006jco.2000.0544, available online at http:www.idealibrary.co on On the Counication Coplexity of Lipschitzian Optiization for the Coordinated Model of Coputation

More information

Qualitative Modelling of Time Series Using Self-Organizing Maps: Application to Animal Science

Qualitative Modelling of Time Series Using Self-Organizing Maps: Application to Animal Science Proceedings of the 6th WSEAS International Conference on Applied Coputer Science, Tenerife, Canary Islands, Spain, Deceber 16-18, 2006 183 Qualitative Modelling of Tie Series Using Self-Organizing Maps:

More information

Numerical Studies of a Nonlinear Heat Equation with Square Root Reaction Term

Numerical Studies of a Nonlinear Heat Equation with Square Root Reaction Term Nuerical Studies of a Nonlinear Heat Equation with Square Root Reaction Ter Ron Bucire, 1 Karl McMurtry, 1 Ronald E. Micens 2 1 Matheatics Departent, Occidental College, Los Angeles, California 90041 2

More information

Lower Bounds for Quantized Matrix Completion

Lower Bounds for Quantized Matrix Completion Lower Bounds for Quantized Matrix Copletion Mary Wootters and Yaniv Plan Departent of Matheatics University of Michigan Ann Arbor, MI Eail: wootters, yplan}@uich.edu Mark A. Davenport School of Elec. &

More information

Fixed-to-Variable Length Distribution Matching

Fixed-to-Variable Length Distribution Matching Fixed-to-Variable Length Distribution Matching Rana Ali Ajad and Georg Böcherer Institute for Counications Engineering Technische Universität München, Gerany Eail: raa2463@gail.co,georg.boecherer@tu.de

More information

Konrad-Zuse-Zentrum für Informationstechnik Berlin Heilbronner Str. 10, D Berlin - Wilmersdorf

Konrad-Zuse-Zentrum für Informationstechnik Berlin Heilbronner Str. 10, D Berlin - Wilmersdorf Konrad-Zuse-Zentru für Inforationstechnik Berlin Heilbronner Str. 10, D-10711 Berlin - Wilersdorf Folkar A. Borneann On the Convergence of Cascadic Iterations for Elliptic Probles SC 94-8 (Marz 1994) 1

More information

Generalized AOR Method for Solving System of Linear Equations. Davod Khojasteh Salkuyeh. Department of Mathematics, University of Mohaghegh Ardabili,

Generalized AOR Method for Solving System of Linear Equations. Davod Khojasteh Salkuyeh. Department of Mathematics, University of Mohaghegh Ardabili, Australian Journal of Basic and Applied Sciences, 5(3): 35-358, 20 ISSN 99-878 Generalized AOR Method for Solving Syste of Linear Equations Davod Khojasteh Salkuyeh Departent of Matheatics, University

More information

Probability Distributions

Probability Distributions Probability Distributions In Chapter, we ephasized the central role played by probability theory in the solution of pattern recognition probles. We turn now to an exploration of soe particular exaples

More information

Lecture 21 Principle of Inclusion and Exclusion

Lecture 21 Principle of Inclusion and Exclusion Lecture 21 Principle of Inclusion and Exclusion Holden Lee and Yoni Miller 5/6/11 1 Introduction and first exaples We start off with an exaple Exaple 11: At Sunnydale High School there are 28 students

More information

Physically Based Modeling CS Notes Spring 1997 Particle Collision and Contact

Physically Based Modeling CS Notes Spring 1997 Particle Collision and Contact Physically Based Modeling CS 15-863 Notes Spring 1997 Particle Collision and Contact 1 Collisions with Springs Suppose we wanted to ipleent a particle siulator with a floor : a solid horizontal plane which

More information

Finite fields. and we ve used it in various examples and homework problems. In these notes I will introduce more finite fields

Finite fields. and we ve used it in various examples and homework problems. In these notes I will introduce more finite fields Finite fields I talked in class about the field with two eleents F 2 = {, } and we ve used it in various eaples and hoework probles. In these notes I will introduce ore finite fields F p = {,,...,p } for

More information

A Simple Regression Problem

A Simple Regression Problem A Siple Regression Proble R. M. Castro March 23, 2 In this brief note a siple regression proble will be introduced, illustrating clearly the bias-variance tradeoff. Let Y i f(x i ) + W i, i,..., n, where

More information

IN modern society that various systems have become more

IN modern society that various systems have become more Developent of Reliability Function in -Coponent Standby Redundant Syste with Priority Based on Maxiu Entropy Principle Ryosuke Hirata, Ikuo Arizono, Ryosuke Toohiro, Satoshi Oigawa, and Yasuhiko Takeoto

More information

A Self-Organizing Model for Logical Regression Jerry Farlow 1 University of Maine. (1900 words)

A Self-Organizing Model for Logical Regression Jerry Farlow 1 University of Maine. (1900 words) 1 A Self-Organizing Model for Logical Regression Jerry Farlow 1 University of Maine (1900 words) Contact: Jerry Farlow Dept of Matheatics Univeristy of Maine Orono, ME 04469 Tel (07) 866-3540 Eail: farlow@ath.uaine.edu

More information

Quantum Chemistry Exam 2 Take-home Solutions

Quantum Chemistry Exam 2 Take-home Solutions Cheistry 60 Fall 07 Dr Jean M Standard Nae KEY Quantu Cheistry Exa Take-hoe Solutions 5) (0 points) In this proble, the nonlinear variation ethod will be used to deterine an approxiate solution for the

More information

Explicit solution of the polynomial least-squares approximation problem on Chebyshev extrema nodes

Explicit solution of the polynomial least-squares approximation problem on Chebyshev extrema nodes Explicit solution of the polynoial least-squares approxiation proble on Chebyshev extrea nodes Alfredo Eisinberg, Giuseppe Fedele Dipartiento di Elettronica Inforatica e Sisteistica, Università degli Studi

More information

Curious Bounds for Floor Function Sums

Curious Bounds for Floor Function Sums 1 47 6 11 Journal of Integer Sequences, Vol. 1 (018), Article 18.1.8 Curious Bounds for Floor Function Sus Thotsaporn Thanatipanonda and Elaine Wong 1 Science Division Mahidol University International

More information

Homotopy Analysis Method for Solving Fuzzy Integro-Differential Equations

Homotopy Analysis Method for Solving Fuzzy Integro-Differential Equations Modern Applied Science; Vol. 7 No. 3; 23 ISSN 93-844 E-ISSN 93-82 Published by Canadian Center of Science Education Hootopy Analysis Method for Solving Fuzzy Integro-Differential Equations Ean A. Hussain

More information

TEST OF HOMOGENEITY OF PARALLEL SAMPLES FROM LOGNORMAL POPULATIONS WITH UNEQUAL VARIANCES

TEST OF HOMOGENEITY OF PARALLEL SAMPLES FROM LOGNORMAL POPULATIONS WITH UNEQUAL VARIANCES TEST OF HOMOGENEITY OF PARALLEL SAMPLES FROM LOGNORMAL POPULATIONS WITH UNEQUAL VARIANCES S. E. Ahed, R. J. Tokins and A. I. Volodin Departent of Matheatics and Statistics University of Regina Regina,

More information

Classical systems in equilibrium

Classical systems in equilibrium 35 Classical systes in equilibriu Ideal gas Distinguishable particles Here we assue that every particle can be labeled by an index i... and distinguished fro any other particle by its label if not by any

More information

Computational and Statistical Learning Theory

Computational and Statistical Learning Theory Coputational and Statistical Learning Theory TTIC 31120 Prof. Nati Srebro Lecture 2: PAC Learning and VC Theory I Fro Adversarial Online to Statistical Three reasons to ove fro worst-case deterinistic

More information

Ştefan ŞTEFĂNESCU * is the minimum global value for the function h (x)

Ştefan ŞTEFĂNESCU * is the minimum global value for the function h (x) 7Applying Nelder Mead s Optiization Algorith APPLYING NELDER MEAD S OPTIMIZATION ALGORITHM FOR MULTIPLE GLOBAL MINIMA Abstract Ştefan ŞTEFĂNESCU * The iterative deterinistic optiization ethod could not

More information

Spine Fin Efficiency A Three Sided Pyramidal Fin of Equilateral Triangular Cross-Sectional Area

Spine Fin Efficiency A Three Sided Pyramidal Fin of Equilateral Triangular Cross-Sectional Area Proceedings of the 006 WSEAS/IASME International Conference on Heat and Mass Transfer, Miai, Florida, USA, January 18-0, 006 (pp13-18) Spine Fin Efficiency A Three Sided Pyraidal Fin of Equilateral Triangular

More information

Pattern Recognition and Machine Learning. Artificial Neural networks

Pattern Recognition and Machine Learning. Artificial Neural networks Pattern Recognition and Machine Learning Jaes L. Crowley ENSIMAG 3 - MMIS Fall Seester 2016 Lessons 7 14 Dec 2016 Outline Artificial Neural networks Notation...2 1. Introduction...3... 3 The Artificial

More information

Hermite s Rule Surpasses Simpson s: in Mathematics Curricula Simpson s Rule. Should be Replaced by Hermite s

Hermite s Rule Surpasses Simpson s: in Mathematics Curricula Simpson s Rule. Should be Replaced by Hermite s International Matheatical Foru, 4, 9, no. 34, 663-686 Herite s Rule Surpasses Sipson s: in Matheatics Curricula Sipson s Rule Should be Replaced by Herite s Vito Lapret University of Lublana Faculty of

More information

On Conditions for Linearity of Optimal Estimation

On Conditions for Linearity of Optimal Estimation On Conditions for Linearity of Optial Estiation Erah Akyol, Kuar Viswanatha and Kenneth Rose {eakyol, kuar, rose}@ece.ucsb.edu Departent of Electrical and Coputer Engineering University of California at

More information

An Inverse Interpolation Method Utilizing In-Flight Strain Measurements for Determining Loads and Structural Response of Aerospace Vehicles

An Inverse Interpolation Method Utilizing In-Flight Strain Measurements for Determining Loads and Structural Response of Aerospace Vehicles An Inverse Interpolation Method Utilizing In-Flight Strain Measureents for Deterining Loads and Structural Response of Aerospace Vehicles S. Shkarayev and R. Krashantisa University of Arizona, Tucson,

More information

arxiv: v2 [math.co] 3 Dec 2008

arxiv: v2 [math.co] 3 Dec 2008 arxiv:0805.2814v2 [ath.co] 3 Dec 2008 Connectivity of the Unifor Rando Intersection Graph Sion R. Blacburn and Stefanie Gere Departent of Matheatics Royal Holloway, University of London Egha, Surrey TW20

More information

1 Proof of learning bounds

1 Proof of learning bounds COS 511: Theoretical Machine Learning Lecturer: Rob Schapire Lecture #4 Scribe: Akshay Mittal February 13, 2013 1 Proof of learning bounds For intuition of the following theore, suppose there exists a

More information

AN EFFICIENT CLASS OF CHAIN ESTIMATORS OF POPULATION VARIANCE UNDER SUB-SAMPLING SCHEME

AN EFFICIENT CLASS OF CHAIN ESTIMATORS OF POPULATION VARIANCE UNDER SUB-SAMPLING SCHEME J. Japan Statist. Soc. Vol. 35 No. 005 73 86 AN EFFICIENT CLASS OF CHAIN ESTIMATORS OF POPULATION VARIANCE UNDER SUB-SAMPLING SCHEME H. S. Jhajj*, M. K. Shara* and Lovleen Kuar Grover** For estiating the

More information

Hybrid System Identification: An SDP Approach

Hybrid System Identification: An SDP Approach 49th IEEE Conference on Decision and Control Deceber 15-17, 2010 Hilton Atlanta Hotel, Atlanta, GA, USA Hybrid Syste Identification: An SDP Approach C Feng, C M Lagoa, N Ozay and M Sznaier Abstract The

More information

Keywords: Estimator, Bias, Mean-squared error, normality, generalized Pareto distribution

Keywords: Estimator, Bias, Mean-squared error, normality, generalized Pareto distribution Testing approxiate norality of an estiator using the estiated MSE and bias with an application to the shape paraeter of the generalized Pareto distribution J. Martin van Zyl Abstract In this work the norality

More information

Anton Bourdine. 1. Introduction. and approximate propagation constants by following simple ratio (Equation (32.22) in [1]):

Anton Bourdine. 1. Introduction. and approximate propagation constants by following simple ratio (Equation (32.22) in [1]): Matheatical Probles in Engineering olue 5, Article ID 843, pages http://dx.doi.org/.55/5/843 Research Article Fast and Siple Method for Evaluation of Polarization Correction to Propagation Constant of

More information

The Methods of Solution for Constrained Nonlinear Programming

The Methods of Solution for Constrained Nonlinear Programming Research Inventy: International Journal Of Engineering And Science Vol.4, Issue 3(March 2014), PP 01-06 Issn (e): 2278-4721, Issn (p):2319-6483, www.researchinventy.co The Methods of Solution for Constrained

More information

Computable Shell Decomposition Bounds

Computable Shell Decomposition Bounds Coputable Shell Decoposition Bounds John Langford TTI-Chicago jcl@cs.cu.edu David McAllester TTI-Chicago dac@autoreason.co Editor: Leslie Pack Kaelbling and David Cohn Abstract Haussler, Kearns, Seung

More information

Analysis of Polynomial & Rational Functions ( summary )

Analysis of Polynomial & Rational Functions ( summary ) Analysis of Polynoial & Rational Functions ( suary ) The standard for of a polynoial function is ( ) where each of the nubers are called the coefficients. The polynoial of is said to have degree n, where

More information

Supervised assessment: Modelling and problem-solving task

Supervised assessment: Modelling and problem-solving task Matheatics C 2008 Saple assessent instruent and indicative student response Supervised assessent: Modelling and proble-solving tas This saple is intended to infor the design of assessent instruents in

More information

C na (1) a=l. c = CO + Clm + CZ TWO-STAGE SAMPLE DESIGN WITH SMALL CLUSTERS. 1. Introduction

C na (1) a=l. c = CO + Clm + CZ TWO-STAGE SAMPLE DESIGN WITH SMALL CLUSTERS. 1. Introduction TWO-STGE SMPLE DESIGN WITH SMLL CLUSTERS Robert G. Clark and David G. Steel School of Matheatics and pplied Statistics, University of Wollongong, NSW 5 ustralia. (robert.clark@abs.gov.au) Key Words: saple

More information

Asynchronous Gossip Algorithms for Stochastic Optimization

Asynchronous Gossip Algorithms for Stochastic Optimization Asynchronous Gossip Algoriths for Stochastic Optiization S. Sundhar Ra ECE Dept. University of Illinois Urbana, IL 680 ssrini@illinois.edu A. Nedić IESE Dept. University of Illinois Urbana, IL 680 angelia@illinois.edu

More information

Research in Area of Longevity of Sylphon Scraies

Research in Area of Longevity of Sylphon Scraies IOP Conference Series: Earth and Environental Science PAPER OPEN ACCESS Research in Area of Longevity of Sylphon Scraies To cite this article: Natalia Y Golovina and Svetlana Y Krivosheeva 2018 IOP Conf.

More information

Statistics and Probability Letters

Statistics and Probability Letters Statistics and Probability Letters 79 2009 223 233 Contents lists available at ScienceDirect Statistics and Probability Letters journal hoepage: www.elsevier.co/locate/stapro A CLT for a one-diensional

More information