In the rth step, the computaton of the Householder matrx H r requres only the n ; r last elements of the rth column of A T r;1a r;1 snce we donothave

Size: px
Start display at page:

Download "In the rth step, the computaton of the Householder matrx H r requres only the n ; r last elements of the rth column of A T r;1a r;1 snce we donothave "

From this document you will learn the answers to the following questions:

  • What are the relatve errors?

  • What values of the bdagonalzaton scheme produces?

  • What is the name of the matrces A = DX?

Transcription

1 An accurate bdagonal reducton for the computaton of sngular values Ru M. S. Ralha Abstract We present a new bdagonalzaton technque whch s compettve wth the standard bdagonalzaton method and analyse the numercal accuracy of such technque. We show that, for some matrces, our algorthm produces sngular values wth low relatve errors. 1 Introducton In [10] we proposed a new algorthm for reducng a rectangular matrx A to bdagonal form from where the sngular values of A can be computed teratvely usng the classcal method due to Golub and Kahan or any of the alternatve algorthms gven n [6], [9] and [12]. In [13] we presented results of numercal tests carred out on a CRAY Y-MP EL and compared the speed of our code (n Fortran77) to the speed of: the CRAY's lbrary module for SVD, the NAG's routne where R-bdagonalzaton as proposed n [4] s mplemented, and the LAPACK's routne these results haveshown that our algorthm s very compettve n terms of performance and we clamed that t s a serous alternatve for computng the sngular values of large matrces. However, at the tme we had not fully understood the behavour of our method for matrces wth very small sngular values, more precsely we were not able to explan the errors n the smallest sngular values of almost rank decent matrces. We have done sgncant progress n ths matter snce we have dented the cause of such errors and know howtomprove the orgnal method n order to produce accurate small sngular values. Furthermore, we found that for matrces A = DX where D s dagonal and X s well condtoned, our bdagonalzaton scheme, just lke the one-sded Jacob algorthm, produces sngular values wth low relatve errors. 2 A new bdagonalzaton method Our bdagonalzaton strategy conssts of two stages. In the rst one (dubbed \trorthogonalzaton") we perform n ; 2 Householder transformatons A r := A r;1 H r r =1 n; 2 (1) where A 0 represents the ntal m-by-n matrx A. The basc dea s to select the approprate Householder matrces H r n (1) such that the resultng rectangular matrx A n;2 s \trorthogonal",.e.the columns a of A n;2 satsfy a T a j =0 for j ; jj > 1 (2) Notng that (2) s equvalent to say that the n-by-n symmetrc matrx A T n;2 A n;2 s trdagonal, we conclude that to produce n (1) a rectangular \trorthogonal" matrx, we just need to use the Householder matrces that, f appled on both sdes of the symmetrc matrx A T A would produce a smlar trdagonal form T n the well-known reducton T := H n;2 H 1 ; AT A H 1 H n;2 =(AH 1 H n;2 ) T (AH 1 H n;2 ) (3) Centre of Mathematcs, Unversty of Mnho, Braga, Portugal. emal: r ralha@math.umnho.pt 1

2 In the rth step, the computaton of the Householder matrx H r requres only the n ; r last elements of the rth column of A T r;1a r;1 snce we donothave ths product explctly formed, we just need to compute the n ; r dot products wth the approprate columns of A r;1. The second stage of our algorthm s a varant of the moded Gram-Schmdt orthogonalzaton method (MGS) and produces an upper bdagonal matrx B n the decomposton A n;2 = QB, where Q s orthogonal. Such decomposton requres only O(mn) flops snce the property (2) holds. In the followng we wll refer to the procedure that mplements ths decomposton as TRIMGS. 3 Accuracy of the sngular values of A n;2 Snce the reducton of the ntal matrx to \trorthogonal" form nvolves n ; 2 Householder transformatons, we can expect the process to be numercally stable. In fact, we have, wth beng the machne precson, Theorem 1 The \trorthogonalzaton" algorthm s backward stable,.e. for the computed \trorthogonal" matrx e A n;2 := A e H 1 e H2 e H n;2 we have ea n;2 =(A + E) H 1 H 2 H n;2 wth kek 2 =(n ; 2):O(): kak 2 (4) Proof. To prove ths result, we smply need to adapt the proof gven n [14], p. 124, for a sequence of orthogonal transformatons appled to both sdes of A From (4) we conclude, usng a well-kown perturbaton theorem, that the sngular values e of the \trorthogonal" matrx A e n;2 are close to the sngular values of A n the sense that j ; e j(n ; 2):O(): kak 2 (5) holds for =1 n. Ths s a satsfactory error bound for large sngular values (those near kak 2 ) snce most of the computed dgts of e wll concde wth the correct ones. However, such bound s not so good for sngular values much smaller than kak 2 whch may exhbt very large relatve errors. It s known that the one-sded Jacob method can compute all sngular values to hgh relatve accuracy for matrces A = DX, where D s dagonal and X s well-condtoned (see [14], pp ). The relatve errors n the sngular values b of the matrx b G obtaned from A wth post-multplcaton of m successve Gvens rotatons, satsfy the followng bound j ; b j O(m") 2 (X) (6) Interestngly, the proof of ths result can be adapted to our \trorthogonalzaton" method, snce t can be shown that such proof, gven n [14], can be extended to any one-sded orthogonal transformaton. Therefore, the bound (6) holds, wth m = n ; 2, for the sngular values of the \trorthogonal" matrx e A n;2. 4 Loss of orthogonalty and errors In practce, we have experenced that very small sngular values of the bdagonal form produced wth our method, let us call t ORTHOGSVD, may exhbt large absolute errors. Is ths because we are usng MGS that s known to produce a matrx whch may be far from orthogonal n the case of ll-condtoned matrces? Snce Bjorck has shown [8] that MGS produces a trangular matrx whch s numercally as good as that from the Householder QR factorzaton,we conclude that the sngular values of the trangular matrx are close to those of the ntal matrx. However, our procedure TRIMGS bulds an upper bdagonal form, assumng that a complete QR decomposton would produce a trangular matrx R wth neglgble elements r j for j>+1. Unfortunately, we can not guarantee ths, n general, snce for ll-condtoned matrces there 2

3 may appear large jr j j above the bdagonal form for nstance, for the \trorthogonal" matrx obtaned from the Hlbert matrx of order n =11 the last four columns of R are gven n Table 1: ;2:7493e ; 17 4:4252e ; 18 ;5:9938e ; 18 1:1687e ; 17 ;7:3356e ; 17 1:3068e ; 17 ;1:8988e ; 17 3:7100e ; 17 2:9805e ; 16 ;5:3282e ; 17 7:8085e ; 17 ;1:5086e ; 16 1:3420e ; 15 ;2:3995e ; 16 3:5153e ; 16 ;6:7919e ; 16 ;6:7391e ; 15 1:2050e ; 15 ;1:7654e ; 15 3:4108e ; 15 3:8096e ; 14 ;6:8119e ; 15 9:9794e ; 15 ;1:9281e ; 14 ;4:0374e ; 08 4:3893e ; 14 ;6:4303e ; 14 1:2424e ; 13 5:3952e ; 09 7:4512e ; 10 ;4:8120e ; 13 9:2972e ; 13 8:3168e ; 11 ;2:8831e ; 12 ;8:3296e ; 12 3:0252e ; 13 7:2449e ; 13 8:8244e ; 15 Table 1: Last four columns of R produced by the MGS method appled to the \trorthogonal" matrx obtaned from the Hlbert matrx of order n =11. We notce that there are elements above the upper bdagonal form of absolute value as large as 10 ;12 and 10 ;13, therefore errors of ths sze may aect the sngular values of the bdagonal form produced wth TRIMGS. Ths actually happens snce the two smallest sngular values computed wth ORTHOGSVD are 5:7089e ; 013 and 8:4136e ; 012 whereas the correct values, wth ve sgncant dgts, are 3:3932e ; 015 and 7:8071e ; 013: The problem s that two columns, say a (1) and a (1),ofA j n;2 may be far from orthogonal, even f a (1)T a (1), when at least one of the norms jja (1) jj or jja (1) jj s very small n other j j words, A n;2 s truly \trorthogonal", to workng precson, only f the quanttes T c (1) := a(1) a (1) j j jja (1) jj jja (1) jj j (7) are close to the machne precson, for j>+1. We have nvestgated how large values jc (1) j ntroduce mportant errors n the bdagonal j form produced wth TRIMGS. For the elements r 1j of the rst row ofr we have r 1j := jja (1) jj:c (1) j =2 ::: n (8) j 1j Therefore, jr 1j j can be much smaller than jc (1) j provded jja(1) jj s small,.e. loss of orthogonalty 1j j of the columns a (1), j>2 relatvely to the rst column a (1) j 1, s harmless to the accuracy of the computed R snce such loss of accuracy occurs gradually wth decreasng jja (1) jj. For ths reason, j we expect to have n all cases jr 1j jkak, j =3 ::: n (9) Representng by a (j) the th column of the matrx under transformaton, after makng t orthogonal to q j;1,wehave proved that, for each j =3 n jr j j t jr ;1 j j jja(;1) jj =2 jja () j ; 2 (10) jj Ths gves an estmate of the growth of the sze of the elements r 2 j r j;2 j n the jth column of R, startng wth r 1j : In practcal tests, we found ths estmate to be qute accurate. 3

4 5 Reorthogonalzaton of columns From the analyss carred out n the prevous secton, t becomes clear that for the bdagonal form produced wth TRIMGS to have accurate sngular values, the elements r j have to be neglgble, for j = 3 n and = 1 j ; 2: Ths wll happen f A n;2 s \trorthogonal" to workng precson and n some cases ths may requre reorthogonalzaton of the columns of A n;2.e. we apply the same procedure twce, the rst tme to produce A n;2 and the second tme to mprove the \trorthogonalty" of ths matrx. Havng completed ths procedure wth the Hlbert matrx of order n =11 the MGS method appled to the resultng \trorthogonal" matrx produces an upper trangular matrx whose last four columns are gven n Table 2: ;5:9847e ; 025 8:3919e ; 027 4:3511e ; 030 ;6:2775e ; 029 ;1:2327e ; 024 1:5856e ; 026 1:6832e ; 028 ;1:6234e ; 028 ;2:8172e ; 024 7:6665e ; 026 ;8:9748e ; 028 2:4253e ; 028 ;7:6227e ; 024 ;6:5261e ; 026 ;4:6777e ; 027 1:1409e ; 027 4:5097e ; 023 ;2:8395e ; 025 2:4386e ; 026 ;5:8864e ; 027 ;2:4042e ; 022 1:3565e ; 024 ;1:3398e ; 025 3:4580e ; 026 4:0374e ; 008 ;8:7048e ; 024 8:7033e ; 025 ;2:1923e ; 025 5:3952e ; 009 7:4513e ; 010 6:5099e ; 024 ;1:6409e ; 024 8:3159e ; 011 ;8:8968e ; 012 1:4707e ; 023 7:8320e ; 013 5:6476e ; 014 3:4089e ; 015 Table 2: Last four columns of R produced by the MGS method appled to the trorthogonal matrx (wth reorthogonalzaton) obtaned from the Hlbert matrx of order n = 11. These values are to be compared wth those gven n Table 1 and show that the elements r j above the bdagonal form are neglgble. Therefore, we expect the bdagonal form computed wth the procedure TRIMGS to be accurate (n fact, ts elements concde wth those of the correspondng dagonals of R up to the machne precsson). Of course, the use of reorthogonalzaton doubles the arthmetc complexty of the process of producng a \trorthogonal" matrx. We have not devsed so far an efectve sheme to mplement selectve reorthogonalzaton n ths procedure. It must be stressed out that not all ll-condtoned matrces requre the use of reorthogonalzaton. In the next secton we gve some examples of such matrces. 6 Numercal results In ths secton we dscuss the numercal results obtaned wth our procedure n the case of selected matrces. Lauchl matrces ALauchl matrx s a (n +1) n matrx of the type L(n ) = The sngular values of L(n ) are 1 =,ofmultplcty n ; 1, and 2 = p n + 2. For small values of, L(n ) s ll-condtoned, therefore we are nterested n testng ORTHOGSVD for 4

5 matrces of ths type. We found that, n most cases, the method produces sngular values wth very low relatve errors, even for very small values. For nstance, wth = p almost all sngular values exhbt a relatve error of the order of magntude of although for certan szes n one of the sngular values s aected by a larger relatve error. In Table 3, the maxmum relatve error produced wth ORTHOGSVD s shown for some values n: Wth = agan all but one of the sngular values have relatve errors close to but one sngular value exhbts a very large relatve error, even for small szes n: For nstance, for n =7 we get one sngular value equal to 5:4390e ; 016 whch has not a sngle sgncant dgt correct, snce t 2:2204e ; 016. The gan n accuracy due to the use of reorthogonalzaton s dramatc n the case of = as t can be apprecated n Table 4. From Table 3, we can also conclude that ORTHOGSVD wth reorthogonalzaton s more accurate than the procedure svd of Matlab (for = the relatve errors of the sngular values produced wth svd are essentally the same as for = p ). n (a) 5.5e e e e e e-13 max j;ej (b) 8.8e e e e e e-15 (c) 4.2e e e e e e-13 Table 3: Maxmum relatve error n the sngular values of L(n p ), computed wth ORTHOGSV D, wth (a) and wthout reorthogonalzaton (b) and wth the functon svd of Matlab (c). n max j;ej (a) 5.5e e e e e e+01 (b) 8.8e e e e e e-15 Table 4: Maxmum relatve error n the sngular values of L(n ), computed wth ORTHOGSVD, wthout (a) and wth reorthogonalzaton (b). 6.1 Random matrces produced wth RANDSVD The Matlab's functon randsvd [7] generates a random matrx wth pre-assgned sngular values. Used n the form A = randsvd(n k 1), t produces a square matrx of order n, wth a sngle sngular value equal to one and n ; 1 sngular values equal to 1=k: In Table 5 the maxmum absolute error n the smallest n ; 1 sngular values of matrces of ths type, produced wth k =10 7 s gven (wth k =10 15 we obtaned smlar absolute errors). max 2n n j ; e j (a) 5.5e e e e e e-17 (b) 5.5e e e e e e-17 Table 5: Maxmum absolute error n the smallest n ;1 sngular values of A = randsvd(n ), computed wth ORTHOGSVD, wthout reorthogonalzaton (a), and wth the functon svd of Matlab (b). 6.2 A=DX Fnally, we consder the example used n [14], pp , to llustrate the hablty of the onesded Jacob algorthm to compute the sngular values of A wth small relatve errors, accordng to (6), when A = DX, whered s dagonal and X s well-condtoned. The matrx G

6 wth = 10 ;20 has the sngular values (to at least 16 dgts) p 3, p 3,, : As shown by Demmel, the classcal reducton to bdagonal form produces a matrx whose three smallest sngular values are very naccurate approxmatons of the true values. In constrast, the onesded Jacob method produces accurate sngular values. We nowshow, that n the case of ths matrx our method also produces very accurate sngular values. A straghtforward Matlab's mplementaton of our method appled to matrx G produces a matrx B whch has the followng sngular values (computed wth MAPLE usng 30 decmal dgts arthmetc) 1 =1: =1: ;20 3 =9: ;21 4 =9: ;21 whch concde wth p 3, p 3,,, respectvely, to at least 16 decmal dgts. References [1] J.K.H.Wlknson, The Algebrac Egenvalue Problem, The Oxford Unversty Press, 1965 [2] A. Bjorck, Solvng Lnear Least Squares Problems by Gram-Schmdt Orthogonalzaton, BIT 7:1-21 (1967). [3] B.N.Parlett, The Symmetrc Egenvalue Problem, Prentce-Hall, Inc., [4] T. F. Chan, An Improved Algorthm for Computng the Sngular Value Decomposton, ACM Trans. on Math. Software, vol.8: (1982) [5] G. H. Golub, C. F. Van Loan, Matrx Computatons, 2nd ed., The Johns Hopkns Unversty Press, [6] J. Demmel, W. Kahan, Accurate Sngular Values of Bdagonal Matrces, SIAM J. Sc. Sta Comput. 11: (1990). [7] N. Hgham, A Collecton of Test Matrces n Matlab, ACM Trans. on Math. Software, vol.17, N.3: (1991). [8] A. Bjorck, Numercs of Gram-Schmdt Orthogonalzaton, Lnear Algebra and ts Applcatons 197, 198: (1994). [9] K. Vnce Fernando, Beresford N. Parlett, Accurate Sngular Values and Derental QD Algorthms, Numersche Mathematk, vol.67: (1994). [10] R. M. S. Ralha, A New Algorthm for Sngular Value Decompostons, Proc. of the II Euromcro Work. on Parallel and Dstrbuted Processng, , IEEE Computer Socety Press (1994). [11] C. L. Lawson, R. J. Hanson, Solvng Least Squares Problems, Classcs n Appled Mathematcs, SIAM, [12] T. Y. L, Noah H. Rhee, Zhonggang Zeng, An Ecent and Accurate Parallel Algorthm for the Sngular Value Problem of Bdagonal Matrces, Numersche Mathematk, vol.69: (1995). [13] R. M. S. Ralha, A. Mackewcz, An Ecent Algorthm for the Computaton of Sngular Values, Proc. of the III Internatonal Congress of Numercal Methods n Engneerng, M. Doblare, J.M. Correas, E. Alarcon, L. Gavete and M. Pastor (Eds.), , SEMNI (1996). [14] J. Demmel, Appled Numercal Lnear Algebra, SIAM (1997). 6

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

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

More information

Recurrence. 1 Definitions and main statements

Recurrence. 1 Definitions and main statements Recurrence 1 Defntons and man statements Let X n, n = 0, 1, 2,... be a MC wth the state space S = (1, 2,...), transton probabltes p j = P {X n+1 = j X n = }, and the transton matrx P = (p j ),j S def.

More information

v a 1 b 1 i, a 2 b 2 i,..., a n b n i.

v a 1 b 1 i, a 2 b 2 i,..., a n b n i. SECTION 8.4 COMPLEX VECTOR SPACES AND INNER PRODUCTS 455 8.4 COMPLEX VECTOR SPACES AND INNER PRODUCTS All the vector spaces we have studed thus far n the text are real vector spaces snce the scalars are

More information

PERRON FROBENIUS THEOREM

PERRON FROBENIUS THEOREM PERRON FROBENIUS THEOREM R. CLARK ROBINSON Defnton. A n n matrx M wth real entres m, s called a stochastc matrx provded () all the entres m satsfy 0 m, () each of the columns sum to one, m = for all, ()

More information

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

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

More information

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

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

More information

Logical Development Of Vogel s Approximation Method (LD-VAM): An Approach To Find Basic Feasible Solution Of Transportation Problem

Logical Development Of Vogel s Approximation Method (LD-VAM): An Approach To Find Basic Feasible Solution Of Transportation Problem INTERNATIONAL JOURNAL OF SCIENTIFIC & TECHNOLOGY RESEARCH VOLUME, ISSUE, FEBRUARY ISSN 77-866 Logcal Development Of Vogel s Approxmaton Method (LD- An Approach To Fnd Basc Feasble Soluton Of Transportaton

More information

What is Candidate Sampling

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

More information

Implementation of Deutsch's Algorithm Using Mathcad

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

More information

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

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

More information

Point cloud to point cloud rigid transformations. Minimizing Rigid Registration Errors

Point cloud to point cloud rigid transformations. Minimizing Rigid Registration Errors Pont cloud to pont cloud rgd transformatons Russell Taylor 600.445 1 600.445 Fall 000-014 Copyrght R. H. Taylor Mnmzng Rgd Regstraton Errors Typcally, gven a set of ponts {a } n one coordnate system and

More information

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

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

More information

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

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

More information

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

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

More information

Section 5.4 Annuities, Present Value, and Amortization

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

More information

On the Solution of Indefinite Systems Arising in Nonlinear Optimization

On the Solution of Indefinite Systems Arising in Nonlinear Optimization On the Soluton of Indefnte Systems Arsng n Nonlnear Optmzaton Slva Bonettn, Valera Ruggero and Federca Tnt Dpartmento d Matematca, Unverstà d Ferrara Abstract We consder the applcaton of the precondtoned

More information

On fourth order simultaneously zero-finding method for multiple roots of complex polynomial equations 1

On fourth order simultaneously zero-finding method for multiple roots of complex polynomial equations 1 General Mathematcs Vol. 6, No. 3 (2008), 9 3 On fourth order smultaneously zero-fndng method for multple roots of complex polynomal euatons Nazr Ahmad Mr and Khald Ayub Abstract In ths paper, we present

More information

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

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

More information

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

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

More information

+ + + - - This circuit than can be reduced to a planar circuit

+ + + - - This circuit than can be reduced to a planar circuit MeshCurrent Method The meshcurrent s analog of the nodeoltage method. We sole for a new set of arables, mesh currents, that automatcally satsfy KCLs. As such, meshcurrent method reduces crcut soluton to

More information

Calculation of Sampling Weights

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

More information

Simple Interest Loans (Section 5.1) :

Simple Interest Loans (Section 5.1) : Chapter 5 Fnance The frst part of ths revew wll explan the dfferent nterest and nvestment equatons you learned n secton 5.1 through 5.4 of your textbook and go through several examples. The second part

More information

Stochastic epidemic models revisited: Analysis of some continuous performance measures

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

More information

1 Example 1: Axis-aligned rectangles

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

More information

where the coordinates are related to those in the old frame as follows.

where the coordinates are related to those in the old frame as follows. Chapter 2 - Cartesan Vectors and Tensors: Ther Algebra Defnton of a vector Examples of vectors Scalar multplcaton Addton of vectors coplanar vectors Unt vectors A bass of non-coplanar vectors Scalar product

More information

PSYCHOLOGICAL RESEARCH (PYC 304-C) Lecture 12

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

More information

Luby s Alg. for Maximal Independent Sets using Pairwise Independence

Luby s Alg. for Maximal Independent Sets using Pairwise Independence Lecture Notes for Randomzed Algorthms Luby s Alg. for Maxmal Independent Sets usng Parwse Independence Last Updated by Erc Vgoda on February, 006 8. Maxmal Independent Sets For a graph G = (V, E), an ndependent

More information

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

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

More information

Linear Circuits Analysis. Superposition, Thevenin /Norton Equivalent circuits

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

More information

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

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

More information

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

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

More information

Imperial College London

Imperial College London F. Fang 1, C.C. Pan 1, I.M. Navon 2, M.D. Pggott 1, G.J. Gorman 1, P.A. Allson 1 and A.J.H. Goddard 1 1 Appled Modellng and Computaton Group Department of Earth Scence and Engneerng Imperal College London,

More information

An Alternative Way to Measure Private Equity Performance

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

More information

Damage detection in composite laminates using coin-tap method

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

More information

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

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

More information

Single and multiple stage classifiers implementing logistic discrimination

Single and multiple stage classifiers implementing logistic discrimination Sngle and multple stage classfers mplementng logstc dscrmnaton Hélo Radke Bttencourt 1 Dens Alter de Olvera Moraes 2 Vctor Haertel 2 1 Pontfíca Unversdade Católca do Ro Grande do Sul - PUCRS Av. Ipranga,

More information

A Fast Incremental Spectral Clustering for Large Data Sets

A Fast Incremental Spectral Clustering for Large Data Sets 2011 12th Internatonal Conference on Parallel and Dstrbuted Computng, Applcatons and Technologes A Fast Incremental Spectral Clusterng for Large Data Sets Tengteng Kong 1,YeTan 1, Hong Shen 1,2 1 School

More information

Calculating the high frequency transmission line parameters of power cables

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

More information

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

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

More information

An Interest-Oriented Network Evolution Mechanism for Online Communities

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

More information

Modelling high-dimensional data by mixtures of factor analyzers

Modelling high-dimensional data by mixtures of factor analyzers Computatonal Statstcs & Data Analyss 41 (2003) 379 388 www.elsever.com/locate/csda Modellng hgh-dmensonal data by mxtures of factor analyzers G.J. McLachlan, D. Peel, R.W. Bean Department of Mathematcs,

More information

Support Vector Machines

Support Vector Machines Support Vector Machnes Max Wellng Department of Computer Scence Unversty of Toronto 10 Kng s College Road Toronto, M5S 3G5 Canada wellng@cs.toronto.edu Abstract Ths s a note to explan support vector machnes.

More information

COMPRESSED NETWORK MONITORING. Mark Coates, Yvan Pointurier and Michael Rabbat

COMPRESSED NETWORK MONITORING. Mark Coates, Yvan Pointurier and Michael Rabbat COMPRESSED NETWORK MONITORING Mark Coates, Yvan Ponturer and Mchael Rabbat Department of Electrcal and Computer Engneerng McGll Unversty 348 Unversty Street, Montreal, Quebec H3A 2A7, Canada ABSTRACT Ths

More information

Texas Instruments 30X IIS Calculator

Texas Instruments 30X IIS Calculator Texas Instruments 30X IIS Calculator Keystrokes for the TI-30X IIS are shown for a few topcs n whch keystrokes are unque. Start by readng the Quk Start secton. Then, before begnnng a specfc unt of the

More information

The Mathematical Derivation of Least Squares

The Mathematical Derivation of Least Squares Pscholog 885 Prof. Federco The Mathematcal Dervaton of Least Squares Back when the powers that e forced ou to learn matr algera and calculus, I et ou all asked ourself the age-old queston: When the hell

More information

MAC Layer Service Time Distribution of a Fixed Priority Real Time Scheduler over 802.11

MAC Layer Service Time Distribution of a Fixed Priority Real Time Scheduler over 802.11 Internatonal Journal of Software Engneerng and Its Applcatons Vol., No., Aprl, 008 MAC Layer Servce Tme Dstrbuton of a Fxed Prorty Real Tme Scheduler over 80. Inès El Korb Ecole Natonale des Scences de

More information

A frequency decomposition time domain model of broadband frequency-dependent absorption: Model II

A frequency decomposition time domain model of broadband frequency-dependent absorption: Model II A frequenc decomposton tme doman model of broadband frequenc-dependent absorpton: Model II W. Chen Smula Research Laborator, P. O. Box. 134, 135 Lsaker, Norwa (1 Aprl ) (Proect collaborators: A. Bounam,

More information

HÜCKEL MOLECULAR ORBITAL THEORY

HÜCKEL MOLECULAR ORBITAL THEORY 1 HÜCKEL MOLECULAR ORBITAL THEORY In general, the vast maorty polyatomc molecules can be thought of as consstng of a collecton of two electron bonds between pars of atoms. So the qualtatve pcture of σ

More information

Quantization Effects in Digital Filters

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

More information

Matrix Multiplication I

Matrix Multiplication I Matrx Multplcaton I Yuval Flmus February 2, 2012 These notes are based on a lecture gven at the Toronto Student Semnar on February 2, 2012. The materal s taen mostly from the boo Algebrac Complexty Theory

More information

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

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

More information

The Distribution of Eigenvalues of Covariance Matrices of Residuals in Analysis of Variance

The Distribution of Eigenvalues of Covariance Matrices of Residuals in Analysis of Variance JOURNAL OF RESEARCH of the Natonal Bureau of Standards - B. Mathem atca l Scence s Vol. 74B, No.3, July-September 1970 The Dstrbuton of Egenvalues of Covarance Matrces of Resduals n Analyss of Varance

More information

320 The Internatonal Arab Journal of Informaton Technology, Vol. 5, No. 3, July 2008 Comparsons Between Data Clusterng Algorthms Osama Abu Abbas Computer Scence Department, Yarmouk Unversty, Jordan Abstract:

More information

L10: Linear discriminants analysis

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

More information

Traffic State Estimation in the Traffic Management Center of Berlin

Traffic State Estimation in the Traffic Management Center of Berlin Traffc State Estmaton n the Traffc Management Center of Berln Authors: Peter Vortsch, PTV AG, Stumpfstrasse, D-763 Karlsruhe, Germany phone ++49/72/965/35, emal peter.vortsch@ptv.de Peter Möhl, PTV AG,

More information

CHOLESTEROL REFERENCE METHOD LABORATORY NETWORK. Sample Stability Protocol

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

More information

Lecture 3: Force of Interest, Real Interest Rate, Annuity

Lecture 3: Force of Interest, Real Interest Rate, Annuity Lecture 3: Force of Interest, Real Interest Rate, Annuty Goals: Study contnuous compoundng and force of nterest Dscuss real nterest rate Learn annuty-mmedate, and ts present value Study annuty-due, and

More information

Ring structure of splines on triangulations

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

More information

Financial Mathemetics

Financial Mathemetics Fnancal Mathemetcs 15 Mathematcs Grade 12 Teacher Gude Fnancal Maths Seres Overvew In ths seres we am to show how Mathematcs can be used to support personal fnancal decsons. In ths seres we jon Tebogo,

More information

Formulating & Solving Integer Problems Chapter 11 289

Formulating & Solving Integer Problems Chapter 11 289 Formulatng & Solvng Integer Problems Chapter 11 289 The Optonal Stop TSP If we drop the requrement that every stop must be vsted, we then get the optonal stop TSP. Ths mght correspond to a ob sequencng

More information

Joint Scheduling of Processing and Shuffle Phases in MapReduce Systems

Joint Scheduling of Processing and Shuffle Phases in MapReduce Systems Jont Schedulng of Processng and Shuffle Phases n MapReduce Systems Fangfe Chen, Mural Kodalam, T. V. Lakshman Department of Computer Scence and Engneerng, The Penn State Unversty Bell Laboratores, Alcatel-Lucent

More information

FORMAL ANALYSIS FOR REAL-TIME SCHEDULING

FORMAL ANALYSIS FOR REAL-TIME SCHEDULING FORMAL ANALYSIS FOR REAL-TIME SCHEDULING Bruno Dutertre and Vctora Stavrdou, SRI Internatonal, Menlo Park, CA Introducton In modern avoncs archtectures, applcaton software ncreasngly reles on servces provded

More information

Time Domain simulation of PD Propagation in XLPE Cables Considering Frequency Dependent Parameters

Time Domain simulation of PD Propagation in XLPE Cables Considering Frequency Dependent Parameters Internatonal Journal of Smart Grd and Clean Energy Tme Doman smulaton of PD Propagaton n XLPE Cables Consderng Frequency Dependent Parameters We Zhang a, Jan He b, Ln Tan b, Xuejun Lv b, Hong-Je L a *

More information

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

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

More information

Computers and Mathematics with Applications. POD reduced-order unstructured mesh modeling applied to 2D and 3D fluid flow

Computers and Mathematics with Applications. POD reduced-order unstructured mesh modeling applied to 2D and 3D fluid flow Computers and Mathematcs wth Applcatons 65 (2013) 362 379 Contents lsts avalable at ScVerse ScenceDrect Computers and Mathematcs wth Applcatons journal homepage: www.elsever.com/locate/camwa POD reduced-order

More information

Consider a 1-D stationary state diffusion-type equation, which we will call the generalized diffusion equation from now on:

Consider a 1-D stationary state diffusion-type equation, which we will call the generalized diffusion equation from now on: Chapter 1 Boundary value problems Numercal lnear algebra technques can be used for many physcal problems. In ths chapter we wll gve some examples of how these technques can be used to solve certan boundary

More information

Loop Parallelization

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

More information

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

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

More information

The circuit shown on Figure 1 is called the common emitter amplifier circuit. The important subsystems of this circuit are:

The circuit shown on Figure 1 is called the common emitter amplifier circuit. The important subsystems of this circuit are: polar Juncton Transstor rcuts Voltage and Power Amplfer rcuts ommon mtter Amplfer The crcut shown on Fgure 1 s called the common emtter amplfer crcut. The mportant subsystems of ths crcut are: 1. The basng

More information

NMT EE 589 & UNM ME 482/582 ROBOT ENGINEERING. Dr. Stephen Bruder NMT EE 589 & UNM ME 482/582

NMT EE 589 & UNM ME 482/582 ROBOT ENGINEERING. Dr. Stephen Bruder NMT EE 589 & UNM ME 482/582 NMT EE 589 & UNM ME 482/582 ROBOT ENGINEERING Dr. Stephen Bruder NMT EE 589 & UNM ME 482/582 7. Root Dynamcs 7.2 Intro to Root Dynamcs We now look at the forces requred to cause moton of the root.e. dynamcs!!

More information

Conversion between the vector and raster data structures using Fuzzy Geographical Entities

Conversion between the vector and raster data structures using Fuzzy Geographical Entities Converson between the vector and raster data structures usng Fuzzy Geographcal Enttes Cdála Fonte Department of Mathematcs Faculty of Scences and Technology Unversty of Combra, Apartado 38, 3 454 Combra,

More information

When Network Effect Meets Congestion Effect: Leveraging Social Services for Wireless Services

When Network Effect Meets Congestion Effect: Leveraging Social Services for Wireless Services When Network Effect Meets Congeston Effect: Leveragng Socal Servces for Wreless Servces aowen Gong School of Electrcal, Computer and Energy Engeerng Arzona State Unversty Tempe, AZ 8587, USA xgong9@asuedu

More information

Software Alignment for Tracking Detectors

Software Alignment for Tracking Detectors Software Algnment for Trackng Detectors V. Blobel Insttut für Expermentalphysk, Unverstät Hamburg, Germany Abstract Trackng detectors n hgh energy physcs experments requre an accurate determnaton of a

More information

Mining Multiple Large Data Sources

Mining Multiple Large Data Sources The Internatonal Arab Journal of Informaton Technology, Vol. 7, No. 3, July 2 24 Mnng Multple Large Data Sources Anmesh Adhkar, Pralhad Ramachandrarao 2, Bhanu Prasad 3, and Jhml Adhkar 4 Department of

More information

IDENTIFICATION AND CORRECTION OF A COMMON ERROR IN GENERAL ANNUITY CALCULATIONS

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

More information

8 Algorithm for Binary Searching in Trees

8 Algorithm for Binary Searching in Trees 8 Algorthm for Bnary Searchng n Trees In ths secton we present our algorthm for bnary searchng n trees. A crucal observaton employed by the algorthm s that ths problem can be effcently solved when the

More information

We are now ready to answer the question: What are the possible cardinalities for finite fields?

We are now ready to answer the question: What are the possible cardinalities for finite fields? Chapter 3 Fnte felds We have seen, n the prevous chapters, some examples of fnte felds. For example, the resdue class rng Z/pZ (when p s a prme) forms a feld wth p elements whch may be dentfed wth the

More information

Availability-Based Path Selection and Network Vulnerability Assessment

Availability-Based Path Selection and Network Vulnerability Assessment Avalablty-Based Path Selecton and Network Vulnerablty Assessment Song Yang, Stojan Trajanovsk and Fernando A. Kupers Delft Unversty of Technology, The Netherlands {S.Yang, S.Trajanovsk, F.A.Kupers}@tudelft.nl

More information

Project Networks With Mixed-Time Constraints

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

More information

A Secure Password-Authenticated Key Agreement Using Smart Cards

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

More information

Optimal monitoring in large networks by Successive c-optimal Designs

Optimal monitoring in large networks by Successive c-optimal Designs Optmal montorng n large networs by Successve c-optmal Desgns Gullaume Sagnol, Stéphane Gaubert INRIA Saclay & CMAP, Ecole Polytechnque Emal: {gullaumesagnol,stephanegaubert}@nrafr Mustapha Bouhtou Orange

More information

A practical approach of diffusion load balancing algorithms

A practical approach of diffusion load balancing algorithms A practcal approach of dffuson load balancng algorthms Emmanuel Jeannot and Flaven Verner Abstract In ths paper, a practcal approach of dffuson load balancng algorthms and ts mplementaton are studed. Three

More information

Using Series to Analyze Financial Situations: Present Value

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

More information

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

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

More information

An Analysis of Central Processor Scheduling in Multiprogrammed Computer Systems

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

More information

Fast degree elevation and knot insertion for B-spline curves

Fast degree elevation and knot insertion for B-spline curves Computer Aded Geometrc Desgn 22 (2005) 183 197 www.elsever.com/locate/cagd Fast degree elevaton and knot nserton for B-splne curves Q-Xng Huang a,sh-mnhu a,, Ralph R. Martn b a Department of Computer Scence

More information

INSTITUT FÜR INFORMATIK

INSTITUT FÜR INFORMATIK INSTITUT FÜR INFORMATIK Schedulng jobs on unform processors revsted Klaus Jansen Chrstna Robene Bercht Nr. 1109 November 2011 ISSN 2192-6247 CHRISTIAN-ALBRECHTS-UNIVERSITÄT ZU KIEL Insttut für Informat

More information

How To Know The Components Of Mean Squared Error Of Herarchcal Estmator S

How To Know The Components Of Mean Squared Error Of Herarchcal Estmator S S C H E D A E I N F O R M A T I C A E VOLUME 0 0 On Mean Squared Error of Herarchcal Estmator Stans law Brodowsk Faculty of Physcs, Astronomy, and Appled Computer Scence, Jagellonan Unversty, Reymonta

More information

Logistic Regression. Lecture 4: More classifiers and classes. Logistic regression. Adaboost. Optimization. Multiple class classification

Logistic Regression. Lecture 4: More classifiers and classes. Logistic regression. Adaboost. Optimization. Multiple class classification Lecture 4: More classfers and classes C4B Machne Learnng Hlary 20 A. Zsserman Logstc regresson Loss functons revsted Adaboost Loss functons revsted Optmzaton Multple class classfcaton Logstc Regresson

More information

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

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

More information

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

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

More information

GRAVITY DATA VALIDATION AND OUTLIER DETECTION USING L 1 -NORM

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

More information

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

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

More information

Performance Analysis of Energy Consumption of Smartphone Running Mobile Hotspot Application

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

More information

How To Calculate The Accountng Perod Of Nequalty

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

More information

Use of Numerical Models as Data Proxies for Approximate Ad-Hoc Query Processing

Use of Numerical Models as Data Proxies for Approximate Ad-Hoc Query Processing Preprnt UCRL-JC-?????? Use of Numercal Models as Data Proxes for Approxmate Ad-Hoc Query Processng R. Kammura, G. Abdulla, C. Baldwn, T. Crtchlow, B. Lee, I. Lozares, R. Musck, and N. Tang U.S. Department

More information

QUESTIONS, How can quantum computers do the amazing things that they are able to do, such. cryptography quantum computers

QUESTIONS, How can quantum computers do the amazing things that they are able to do, such. cryptography quantum computers 2O cryptography quantum computers cryptography quantum computers QUESTIONS, Quantum Computers, and Cryptography A mathematcal metaphor for the power of quantum algorthms Mark Ettnger How can quantum computers

More information

Introduction to Differential Algebraic Equations

Introduction to Differential Algebraic Equations Dr. Abebe Geletu Ilmenau Unversty of Technology Department of Smulaton and Optmal Processes (SOP) Wnter Semester 2011/12 4.1 Defnton and Propertes of DAEs A system of equatons that s of the form F (t,

More information

The Greedy Method. Introduction. 0/1 Knapsack Problem

The Greedy Method. Introduction. 0/1 Knapsack Problem The Greedy Method Introducton We have completed data structures. We now are gong to look at algorthm desgn methods. Often we are lookng at optmzaton problems whose performance s exponental. For an optmzaton

More information

CHAPTER 14 MORE ABOUT REGRESSION

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

More information