Assignment 1 - Solutions. ECSE 420 Parallel Computing Fall November 2, 2014

Size: px
Start display at page:

Download "Assignment 1 - Solutions. ECSE 420 Parallel Computing Fall November 2, 2014"

Transcription

1 Aigmet - Solutio ECSE 420 Parallel Computig Fall 204 ovember 2, 204. (%) Decribe briefly the followig term, expoe their caue, ad work-aroud the idutry ha udertake to overcome their coequece: (i) Memory wall, (ii) Frequecy wall, ad (iii) Power wall. (i) Memory wall: CPU performace i the pat ha icreaed too fat for the matchig ytem memory, which yield memory which i below the ytem performace. Therefore thi create a bottleeck while a CPU i waitig for memory to be traferred to/from memory. To overcome thi iue, idutry ha itroduced cache (L, L2, L) betwee the CPU ad ytem memory which are much fater, however mall. Other method created are thig uch a out-of-order executio ad itructio-level parallelim. (ii) Frequecy wall: The frequecy wall i the limit at which CPU clock cycle ca be horteed. The reao for thi i the traitor iide the CPU have a defied maximum witchig time before heat diipatio a well a frequecy iterferece become a problem. Thee limit alo iclude uch thig a power coumptio ad the phyical ize of the traitor ad i relatio the chip) To overcome the frequecy wall, ytem have added ehaced coolig techique a well a delegatig multiple core of lower frequecy allowig for greater parallelim rather tha imply higher clock peed. (iii) Power wall: Thi term decribe CPU heat diipatio problem. A traitor icreae their frequecy, heat diipatio icreae. Approache to overcome the power wall i to ue ehaced coolig method. However thee coolig ytem ca ed up beig quite expeive. B: The above awer may ot cover all poibillitie, thu may differ lightly compared to your. A log a the mai idea for each problem i properly addreed ad decribed, your repoe i accepted a valid awer.

2 2. (%) A uiproceor applicatio i parallelized for 4 proceor, yieldig a.8 peedup. Give the time breakdow of the variou fuctio ee i the graph, what i the miimum total time that the uiproceor applicatio pet while Buy ad i performig Data Acce? Figure : Time breakdow of the variou fuctio Let T i be the total time ped per proceor P i. The peedup ca be expreed a: Speedup Sequetial Time Max(T 0, T, T 2, T ).8 Sequetial Time 60m Sequetial Time.8 60m = 608m. (20%) For a machie with the commuicatio overhead, ait occupacy ad etwork delay (meage tart-up time) of 200 ad the aymptotic peak badwidth of GB/, calculate the meage legth for reachig the /rd ad 2/rd of the peak badwidth. Aumig that the cotetio at thee two poit add 00 ad 00 to the tart-up time, repectively, what meage legth would the be obtaied? From lecture lide, the total Trafer time i: T () = T 0 + B 2

3 where i the meage legth, B i the aymptotic peak badwidth, ad T 0 the meage tart-up time. Let B be the actual badwidth of our ytem: B = T () = T 0 + B The actual badwidth i a fractio of the aymptotic peak badwidth B = λb. For the meage legth to be computed, we have: B = T 0 + B λb = T 0 + B λbt 0 + λ = ( λ) = λbt 0 = λ λ BT 0 Therefore, for the two aked ceario we have: /rd of the peak badwidth ad = 00 tart-up time: = BT 0 = 2 ( ) ( 0 9 byte ) = 20byte 2/rd of the peak badwidth ad = 700 tart-up time: = 2 2 BT 0 = 2 ( ) ( 0 9 byte ) = 7000byte B : Thee awer may differ lightly if you do a coverio with 024 for byte/bit tuff. Both are accepted a valid awer here. 4. (20%) Suppoe we have a program that ca be divided ito cocurret tak. Oe of thee tak require twice the executio time tha the other 4. (a) Baed o the Amdhal law compute the peed up (S) of uig proceor (oe proceor per tak) (b) Exted Amdahl law by takig ito coideratio the fixed overhead O i the commuicatio ad the etup of parallel procee. Derive a expreio for Amdahl boud that properly take the overhead ito accout. (c) Give thi ew expreio, which would be a more realitic value for the peed-up S computed above? (a) From the lecture lide, the peed-up S i: S = SP + ( SP )

4 where i the umber of proceor ad SP the equetial part of our program. Oe of our tak require twice the executio time (t = 2 T ) tha the other 4 (t = t 2 = t = t 4 = T ). The total time for thee tak to be executed equetially i t proceor = 6 T Uig the proceor, we ca execute the 4 tak ad the firt half of the th tak i parallel. I other word, the ecod half of the th tak i the part of our program that caot be executed i parallel: Thu, we have the aked peed-up: S = SP = T 6 T = ( 6 ) = (b) Takig the fixed overhead O ito coideratio, we have the ruig time of a program o proceor: T = SP T + ( SP ) T where i the umber of proceor,sp the equetial part of our program ad T the ruig time of the program o proceor. Thu, the peed-up i S = T T = SP + ( SP ) + O T = + O T SP T + ( SP ) T + O = SP + ( SP ) + O T ( ) lim = SP + O T We mut therefore keep O ad SP a low a poible i order to achieve maximal peedup a icreae. (c) Becaue of the fixed overhead O, a more realitic reult would be a maller value compared to the peed-up S we computed above.. (0%) Suppoe we have a machie with 00 core that acce a grid of ( = 0 0 ) elemet. Each oe of thee elemet i of double floatig poit preciio. We ca partitio the grid i two differet way: D - block of cotiguou colum 2D - Two-dimeioal domai decompoitio (blockig) 4

5 ote that i both cae we have equally ized partitio but the meage ize betwee adjacet partitio chage. The meage tart-up time i 4 u (We aume that it iclude all SW ad HW overhead, acceig the etwork iterface ad cro the etwork it ca be thought of a the time to ed the zero-legth meage). I additio, the aymptotic peak badwidth i 400 MB/. Compute the commuicatio overhead for each cae. Which oe of the two partitio would you elect, for thi total overhead to be reduced? We are aked to compute the total commuicatio overhead per cae: T () = T 0 + B where i the total meage legth, B i the aymptotic peak badwidth, ad T 0 the meage tart-up time. We therefore have to evaluate the total amout of data ( byte) that hould be commuicated betwee adjacet partitio. D - block of cotiguou colum: = 98 (2 8byte) + ( 8byte) + ( 8byte) = 98 (8 0 byte) So, we have the total trafer time: T () = 98 T 0 + B = (8 0 byte) byte T () = D - Two-dimeioal domai decompoitio (blockig): = 64 ( byte)+2 ( 0 4 8byte)+4 ( byte) = 60 (8 0 4 byte) So, we have the total trafer time: T () = 60 T 0 + B = (8 04 byte) byte T () = We ca eaily oberve that the ecod 2D partitio i the mot efficiet choice for the total commuicatio overhead to be reduced. B: Thee awer may differ lightly if you do ot multiply the umber of meage to be et by the meage tart-up time T 0. A log a the commuicatio cheme betwee adjacet partitio i properly decribed, both are accepted a valid awer here.

u t u 0 ( 7) Intuitively, the maximum principles can be explained by the following observation. Recall

u t u 0 ( 7) Intuitively, the maximum principles can be explained by the following observation. Recall Oct. Heat Equatio M aximum priciple I thi lecture we will dicu the maximum priciple ad uiquee of olutio for the heat equatio.. Maximum priciple. The heat equatio alo ejoy maximum priciple a the Laplace

More information

Isolated Word Recogniser

Isolated Word Recogniser Lecture 5 Iolated Word Recogitio Hidde Markov Model of peech State traitio ad aligmet probabilitie Searchig all poible aligmet Dyamic Programmig Viterbi Aligmet Iolated Word Recogitio 8. Iolated Word Recogier

More information

Lecture 30: Frequency Response of Second-Order Systems

Lecture 30: Frequency Response of Second-Order Systems Lecture 3: Frequecy Repoe of Secod-Order Sytem UHTXHQF\ 5HVSRQVH RI 6HFRQGUGHU 6\VWHPV A geeral ecod-order ytem ha a trafer fuctio of the form b + b + b H (. (9.4 a + a + a It ca be table, utable, caual

More information

Statistical Inference Procedures

Statistical Inference Procedures Statitical Iferece Procedure Cofidece Iterval Hypothei Tet Statitical iferece produce awer to pecific quetio about the populatio of iteret baed o the iformatio i a ample. Iferece procedure mut iclude a

More information

Erick L. Oberstar Fall 2001 Project: Sidelobe Canceller & GSC 1. Advanced Digital Signal Processing Sidelobe Canceller (Beam Former)

Erick L. Oberstar Fall 2001 Project: Sidelobe Canceller & GSC 1. Advanced Digital Signal Processing Sidelobe Canceller (Beam Former) Erick L. Obertar Fall 001 Project: Sidelobe Caceller & GSC 1 Advaced Digital Sigal Proceig Sidelobe Caceller (Beam Former) Erick L. Obertar 001 Erick L. Obertar Fall 001 Project: Sidelobe Caceller & GSC

More information

SOLUTION: The 95% confidence interval for the population mean µ is x ± t 0.025; 49

SOLUTION: The 95% confidence interval for the population mean µ is x ± t 0.025; 49 C22.0103 Sprig 2011 Homework 7 olutio 1. Baed o a ample of 50 x-value havig mea 35.36 ad tadard deviatio 4.26, fid a 95% cofidece iterval for the populatio mea. SOLUTION: The 95% cofidece iterval for the

More information

Brief Review of Linear System Theory

Brief Review of Linear System Theory Brief Review of Liear Sytem heory he followig iformatio i typically covered i a coure o liear ytem theory. At ISU, EE 577 i oe uch coure ad i highly recommeded for power ytem egieerig tudet. We have developed

More information

Heat Equation: Maximum Principles

Heat Equation: Maximum Principles Heat Equatio: Maximum Priciple Nov. 9, 0 I thi lecture we will dicu the maximum priciple ad uiquee of olutio for the heat equatio.. Maximum priciple. The heat equatio alo ejoy maximum priciple a the Laplace

More information

Comments on Discussion Sheet 18 and Worksheet 18 ( ) An Introduction to Hypothesis Testing

Comments on Discussion Sheet 18 and Worksheet 18 ( ) An Introduction to Hypothesis Testing Commet o Dicuio Sheet 18 ad Workheet 18 ( 9.5-9.7) A Itroductio to Hypothei Tetig Dicuio Sheet 18 A Itroductio to Hypothei Tetig We have tudied cofidece iterval for a while ow. Thee are method that allow

More information

20. CONFIDENCE INTERVALS FOR THE MEAN, UNKNOWN VARIANCE

20. CONFIDENCE INTERVALS FOR THE MEAN, UNKNOWN VARIANCE 20. CONFIDENCE INTERVALS FOR THE MEAN, UNKNOWN VARIANCE If the populatio tadard deviatio σ i ukow, a it uually will be i practice, we will have to etimate it by the ample tadard deviatio. Sice σ i ukow,

More information

18.05 Problem Set 9, Spring 2014 Solutions

18.05 Problem Set 9, Spring 2014 Solutions 18.05 Problem Set 9, Sprig 2014 Solutio Problem 1. (10 pt.) (a) We have x biomial(, θ), o E(X) =θ ad Var(X) = θ(1 θ). The rule-of-thumb variace i jut 4. So the ditributio beig plotted are biomial(250,

More information

State space systems analysis

State space systems analysis State pace ytem aalyi Repreetatio of a ytem i tate-pace (tate-pace model of a ytem To itroduce the tate pace formalim let u tart with a eample i which the ytem i dicuio i a imple electrical circuit with

More information

ON THE SCALE PARAMETER OF EXPONENTIAL DISTRIBUTION

ON THE SCALE PARAMETER OF EXPONENTIAL DISTRIBUTION Review of the Air Force Academy No. (34)/7 ON THE SCALE PARAMETER OF EXPONENTIAL DISTRIBUTION Aca Ileaa LUPAŞ Military Techical Academy, Bucharet, Romaia (lua_a@yahoo.com) DOI:.96/84-938.7.5..6 Abtract:

More information

LECTURE 13 SIMULTANEOUS EQUATIONS

LECTURE 13 SIMULTANEOUS EQUATIONS NOVEMBER 5, 26 Demad-upply ytem LETURE 3 SIMULTNEOUS EQUTIONS I thi lecture, we dicu edogeeity problem that arie due to imultaeity, i.e. the left-had ide variable ad ome of the right-had ide variable are

More information

a 1 = 1 a a a a n n s f() s = Σ log a 1 + a a n log n sup log a n+1 + a n+2 + a n+3 log n sup () s = an /n s s = + t i

a 1 = 1 a a a a n n s f() s = Σ log a 1 + a a n log n sup log a n+1 + a n+2 + a n+3 log n sup () s = an /n s s = + t i 0 Dirichlet Serie & Logarithmic Power Serie. Defiitio & Theorem Defiitio.. (Ordiary Dirichlet Serie) Whe,a,,3, are complex umber, we call the followig Ordiary Dirichlet Serie. f() a a a a 3 3 a 4 4 Note

More information

Chapter 9. Key Ideas Hypothesis Test (Two Populations)

Chapter 9. Key Ideas Hypothesis Test (Two Populations) Chapter 9 Key Idea Hypothei Tet (Two Populatio) Sectio 9-: Overview I Chapter 8, dicuio cetered aroud hypothei tet for the proportio, mea, ad tadard deviatio/variace of a igle populatio. However, ofte

More information

Fig. 1: Streamline coordinates

Fig. 1: Streamline coordinates 1 Equatio of Motio i Streamlie Coordiate Ai A. Soi, MIT 2.25 Advaced Fluid Mechaic Euler equatio expree the relatiohip betwee the velocity ad the preure field i ivicid flow. Writte i term of treamlie coordiate,

More information

CHAPTER 6. Confidence Intervals. 6.1 (a) y = 1269; s = 145; n = 8. The standard error of the mean is = s n = = 51.3 ng/gm.

CHAPTER 6. Confidence Intervals. 6.1 (a) y = 1269; s = 145; n = 8. The standard error of the mean is = s n = = 51.3 ng/gm. } CHAPTER 6 Cofidece Iterval 6.1 (a) y = 1269; = 145; = 8. The tadard error of the mea i SE ȳ = = 145 8 = 51.3 g/gm. (b) y = 1269; = 145; = 30. The tadard error of the mea i ȳ = 145 = 26.5 g/gm. 30 6.2

More information

2.7.2 Limits to Parallelism

2.7.2 Limits to Parallelism Chapter 2 Exercie 53 The 1990 will find a broader ue of multiproceor a the peed of individual proceor reache the limit of metal interconnection. The highet utainable clock rate for metal interconnection

More information

ECEN620: Network Theory Broadband Circuit Design Fall 2014

ECEN620: Network Theory Broadband Circuit Design Fall 2014 ECE60: etwork Theory Broadbad Circuit Deig Fall 04 Lecture 3: PLL Aalyi Sam Palermo Aalog & Mixed-Sigal Ceter Texa A&M Uiverity Ageda & Readig PLL Overview & Applicatio PLL Liear Model Phae & Frequecy

More information

ELEC 372 LECTURE NOTES, WEEK 4 Dr. Amir G. Aghdam Concordia University

ELEC 372 LECTURE NOTES, WEEK 4 Dr. Amir G. Aghdam Concordia University ELEC 37 LECTURE NOTES, WEE 4 Dr Amir G Aghdam Cocordia Uiverity Part of thee ote are adapted from the material i the followig referece: Moder Cotrol Sytem by Richard C Dorf ad Robert H Bihop, Pretice Hall

More information

CONTROL SYSTEMS. Chapter 7 : Bode Plot. 40dB/dec 1.0. db/dec so resultant slope will be 20 db/dec and this is due to the factor s

CONTROL SYSTEMS. Chapter 7 : Bode Plot. 40dB/dec 1.0. db/dec so resultant slope will be 20 db/dec and this is due to the factor s CONTROL SYSTEMS Chapter 7 : Bode Plot GATE Objective & Numerical Type Solutio Quetio 6 [Practice Book] [GATE EE 999 IIT-Bombay : 5 Mark] The aymptotic Bode plot of the miimum phae ope-loop trafer fuctio

More information

x z Increasing the size of the sample increases the power (reduces the probability of a Type II error) when the significance level remains fixed.

x z Increasing the size of the sample increases the power (reduces the probability of a Type II error) when the significance level remains fixed. ] z-tet for the mea, μ If the P-value i a mall or maller tha a pecified value, the data are tatitically igificat at igificace level. Sigificace tet for the hypothei H 0: = 0 cocerig the ukow mea of a populatio

More information

1. (a) If u (I : R J), there exists c 0 in R such that for all q 0, cu q (I : R J) [q] I [q] : R J [q]. Hence, if j J, for all q 0, j q (cu q ) =

1. (a) If u (I : R J), there exists c 0 in R such that for all q 0, cu q (I : R J) [q] I [q] : R J [q]. Hence, if j J, for all q 0, j q (cu q ) = Math 615, Witer 2016 Problem Set #5 Solutio 1. (a) If u (I : R J), there exit c 0 i R uch that for all q 0, cu q (I : R J) [q] I [q] : R J [q]. Hece, if j J, for all q 0, j q (cu q ) = c(ju) q I [q], o

More information

Statistics and Chemical Measurements: Quantifying Uncertainty. Normal or Gaussian Distribution The Bell Curve

Statistics and Chemical Measurements: Quantifying Uncertainty. Normal or Gaussian Distribution The Bell Curve Statitic ad Chemical Meauremet: Quatifyig Ucertaity The bottom lie: Do we trut our reult? Should we (or ayoe ele)? Why? What i Quality Aurace? What i Quality Cotrol? Normal or Gauia Ditributio The Bell

More information

10-716: Advanced Machine Learning Spring Lecture 13: March 5

10-716: Advanced Machine Learning Spring Lecture 13: March 5 10-716: Advaced Machie Learig Sprig 019 Lecture 13: March 5 Lecturer: Pradeep Ravikumar Scribe: Charvi Ratogi, Hele Zhou, Nicholay opi Note: Lae template courtey of UC Berkeley EECS dept. Diclaimer: hee

More information

Explicit scheme. Fully implicit scheme Notes. Fully implicit scheme Notes. Fully implicit scheme Notes. Notes

Explicit scheme. Fully implicit scheme Notes. Fully implicit scheme Notes. Fully implicit scheme Notes. Notes Explicit cheme So far coidered a fully explicit cheme to umerically olve the diffuio equatio: T + = ( )T + (T+ + T ) () with = κ ( x) Oly table for < / Thi cheme i ometime referred to a FTCS (forward time

More information

COMPARISONS INVOLVING TWO SAMPLE MEANS. Two-tail tests have these types of hypotheses: H A : 1 2

COMPARISONS INVOLVING TWO SAMPLE MEANS. Two-tail tests have these types of hypotheses: H A : 1 2 Tetig Hypothee COMPARISONS INVOLVING TWO SAMPLE MEANS Two type of hypothee:. H o : Null Hypothei - hypothei of o differece. or 0. H A : Alterate Hypothei hypothei of differece. or 0 Two-tail v. Oe-tail

More information

We will look for series solutions to (1) around (at most) regular singular points, which without

We will look for series solutions to (1) around (at most) regular singular points, which without ENM 511 J. L. Baai April, 1 Frobeiu Solutio to a d order ODE ear a regular igular poit Coider the ODE y 16 + P16 y 16 + Q1616 y (1) We will look for erie olutio to (1) aroud (at mot) regular igular poit,

More information

EECE 301 Signals & Systems Prof. Mark Fowler

EECE 301 Signals & Systems Prof. Mark Fowler EECE 30 Sigal & Sytem Prof. Mark Fowler Note Set #8 C-T Sytem: Laplace Traform Solvig Differetial Equatio Readig Aigmet: Sectio 6.4 of Kame ad Heck / Coure Flow Diagram The arrow here how coceptual flow

More information

TESTS OF SIGNIFICANCE

TESTS OF SIGNIFICANCE TESTS OF SIGNIFICANCE Seema Jaggi I.A.S.R.I., Library Aveue, New Delhi eema@iari.re.i I applied ivetigatio, oe i ofte itereted i comparig ome characteritic (uch a the mea, the variace or a meaure of aociatio

More information

Gain-scheduling of Acceleration Estimator for Low-velocity Measurement with Encoders

Gain-scheduling of Acceleration Estimator for Low-velocity Measurement with Encoders Jue -5, INTEX, Gyeoggi-Do, orea Gai-chedulig of Acceleratio Etimator for Low-velocity Meauremet with Ecoder Seug-Woo So, Sag-Hu Lee ad Jog-Sug Hur Electro-Mechaical Reearch Ititute, Hyudai Heavy Idutrie

More information

On the 2-Domination Number of Complete Grid Graphs

On the 2-Domination Number of Complete Grid Graphs Ope Joural of Dicrete Mathematic, 0,, -0 http://wwwcirporg/oural/odm ISSN Olie: - ISSN Prit: - O the -Domiatio Number of Complete Grid Graph Ramy Shahee, Suhail Mahfud, Khame Almaea Departmet of Mathematic,

More information

Counting Stars and Other Small Subgraphs in Sublinear Time

Counting Stars and Other Small Subgraphs in Sublinear Time Coutig Star ad Other Small Subgraph i Subliear Time Mira Goe Departmet of Mathematic Bar-Ila Uiverity Ramat Ga, ISRAEL goem@math.biu.ac.il Yuval Shavitt School of Electrical Egieerig Tel-Aviv Uiverity

More information

M227 Chapter 9 Section 1 Testing Two Parameters: Means, Variances, Proportions

M227 Chapter 9 Section 1 Testing Two Parameters: Means, Variances, Proportions M7 Chapter 9 Sectio 1 OBJECTIVES Tet two mea with idepedet ample whe populatio variace are kow. Tet two variace with idepedet ample. Tet two mea with idepedet ample whe populatio variace are equal Tet

More information

Performance-Based Plastic Design (PBPD) Procedure

Performance-Based Plastic Design (PBPD) Procedure Performace-Baed Platic Deig (PBPD) Procedure 3. Geeral A outlie of the tep-by-tep, Performace-Baed Platic Deig (PBPD) procedure follow, with detail to be dicued i ubequet ectio i thi chapter ad theoretical

More information

THE CONCEPT OF THE ROOT LOCUS. H(s) THE CONCEPT OF THE ROOT LOCUS

THE CONCEPT OF THE ROOT LOCUS. H(s) THE CONCEPT OF THE ROOT LOCUS So far i the tudie of cotrol yte the role of the characteritic equatio polyoial i deteriig the behavior of the yte ha bee highlighted. The root of that polyoial are the pole of the cotrol yte, ad their

More information

ECE 669 Parallel Computer Architecture

ECE 669 Parallel Computer Architecture ECE 669 Parallel Computer Architecture Lecture 4 Parallel Applicatios Outlie Motivatig Problems (applicatio case studies) Classifyig problems Parallelizig applicatios Examiig tradeoffs Uderstadig commuicatio

More information

Last time: Completed solution to the optimum linear filter in real-time operation

Last time: Completed solution to the optimum linear filter in real-time operation 6.3 tochatic Etimatio ad Cotrol, Fall 4 ecture at time: Completed olutio to the oimum liear filter i real-time operatio emi-free cofiguratio: t D( p) F( p) i( p) dte dp e π F( ) F( ) ( ) F( p) ( p) 4444443

More information

Hidden Markov Model Parameters

Hidden Markov Model Parameters .PPT 5/04/00 Lecture 6 HMM Traiig Traiig Hidde Markov Model Iitial model etimate Viterbi traiig Baum-Welch traiig 8.7.PPT 5/04/00 8.8 Hidde Markov Model Parameter c c c 3 a a a 3 t t t 3 c a t A Hidde

More information

Société de Calcul Mathématique, S. A. Algorithmes et Optimisation

Société de Calcul Mathématique, S. A. Algorithmes et Optimisation Société de Calcul Mathématique S A Algorithme et Optimiatio Radom amplig of proportio Berard Beauzamy Jue 2008 From time to time we fid a problem i which we do ot deal with value but with proportio For

More information

MASSACHUSETTS INSTITUTE OF TECHNOLOGY 6.265/15.070J Fall 2013 Lecture 16 11/04/2013. Ito integral. Properties

MASSACHUSETTS INSTITUTE OF TECHNOLOGY 6.265/15.070J Fall 2013 Lecture 16 11/04/2013. Ito integral. Properties MASSACHUSES INSIUE OF ECHNOLOGY 6.65/15.7J Fall 13 Lecture 16 11/4/13 Ito itegral. Propertie Cotet. 1. Defiitio of Ito itegral. Propertie of Ito itegral 1 Ito itegral. Exitece We cotiue with the cotructio

More information

STUDENT S t-distribution AND CONFIDENCE INTERVALS OF THE MEAN ( )

STUDENT S t-distribution AND CONFIDENCE INTERVALS OF THE MEAN ( ) STUDENT S t-distribution AND CONFIDENCE INTERVALS OF THE MEAN Suppoe that we have a ample of meaured value x1, x, x3,, x of a igle uow quatity. Aumig that the meauremet are draw from a ormal ditributio

More information

On the Signed Domination Number of the Cartesian Product of Two Directed Cycles

On the Signed Domination Number of the Cartesian Product of Two Directed Cycles Ope Joural of Dicrete Mathematic, 205, 5, 54-64 Publihed Olie July 205 i SciRe http://wwwcirporg/oural/odm http://dxdoiorg/0426/odm2055005 O the Siged Domiatio Number of the Carteia Product of Two Directed

More information

SIMPLIFIED ADDRESSING SCHEME FOR MIXED RADIX FFT ALGORITHMS

SIMPLIFIED ADDRESSING SCHEME FOR MIXED RADIX FFT ALGORITHMS IEEE Iteratioal Coferece o Acoutic, Speech ad Sigal Proceig (ICASSP) SIMPLIFIED ADDRESSING SCHEME FOR MIXED RADIX FFT ALGORITHMS Cuimei Ma, Yizhuag Xie, He Che, Yi Deg, We Ya Beijig Ititute of Techology,

More information

Production Scheduling with Genetic Algorithm

Production Scheduling with Genetic Algorithm Productio Schedulig with Geetic Algorithm Áko Gubá 1, Mikló Gubá 2 1 college profeor, head of departmet, Departmet of Iformatio Sciece ad Techology, Budapet Buie School 2 college profeor, head of ititute,

More information

Statistics Problem Set - modified July 25, _. d Q w. i n

Statistics Problem Set - modified July 25, _. d Q w. i n Statitic Problem Set - modified July 5, 04 x i x i i x i _ x x _ t d Q w F x x t pooled calculated pooled. f d x x t calculated / /.. f d Kow cocept of Gauia Curve Sytematic Error Idetermiate Error t-tet

More information

100(1 α)% confidence interval: ( x z ( sample size needed to construct a 100(1 α)% confidence interval with a margin of error of w:

100(1 α)% confidence interval: ( x z ( sample size needed to construct a 100(1 α)% confidence interval with a margin of error of w: Stat 400, ectio 7. Large Sample Cofidece Iterval ote by Tim Pilachowki a Large-Sample Two-ided Cofidece Iterval for a Populatio Mea ectio 7.1 redux The poit etimate for a populatio mea µ will be a ample

More information

Lecture 21. The Lovasz splitting-off lemma Topics in Combinatorial Optimization April 29th, 2004

Lecture 21. The Lovasz splitting-off lemma Topics in Combinatorial Optimization April 29th, 2004 18.997 Topic in Combinatorial Optimization April 29th, 2004 Lecture 21 Lecturer: Michel X. Goeman Scribe: Mohammad Mahdian 1 The Lovaz plitting-off lemma Lovaz plitting-off lemma tate the following. Theorem

More information

8.6 Order-Recursive LS s[n]

8.6 Order-Recursive LS s[n] 8.6 Order-Recurive LS [] Motivate ti idea wit Curve Fittig Give data: 0,,,..., - [0], [],..., [-] Wat to fit a polyomial to data.., but wic oe i te rigt model?! Cotat! Quadratic! Liear! Cubic, Etc. ry

More information

Generalized Likelihood Functions and Random Measures

Generalized Likelihood Functions and Random Measures Pure Mathematical Sciece, Vol. 3, 2014, o. 2, 87-95 HIKARI Ltd, www.m-hikari.com http://dx.doi.org/10.12988/pm.2014.437 Geeralized Likelihood Fuctio ad Radom Meaure Chrito E. Koutzaki Departmet of Mathematic

More information

NCAAPMT Calculus Challenge Challenge #3 Due: October 26, 2011

NCAAPMT Calculus Challenge Challenge #3 Due: October 26, 2011 NCAAPMT Calculu Challenge 011 01 Challenge #3 Due: October 6, 011 A Model of Traffic Flow Everyone ha at ome time been on a multi-lane highway and encountered road contruction that required the traffic

More information

Confidence Intervals. Confidence Intervals

Confidence Intervals. Confidence Intervals A overview Mot probability ditributio are idexed by oe me parameter. F example, N(µ,σ 2 ) B(, p). I igificace tet, we have ued poit etimat f parameter. F example, f iid Y 1,Y 2,...,Y N(µ,σ 2 ), Ȳ i a poit

More information

Last time: Ground rules for filtering and control system design

Last time: Ground rules for filtering and control system design 6.3 Stochatic Etimatio ad Cotrol, Fall 004 Lecture 7 Lat time: Groud rule for filterig ad cotrol ytem deig Gral ytem Sytem parameter are cotaied i w( t ad w ( t. Deired output i grated by takig the igal

More information

Parallel Vector Algorithms David A. Padua

Parallel Vector Algorithms David A. Padua Parallel Vector Algorithms 1 of 32 Itroductio Next, we study several algorithms where parallelism ca be easily expressed i terms of array operatios. We will use Fortra 90 to represet these algorithms.

More information

ECE 422 Power System Operations & Planning 6 Small Signal Stability. Spring 2015 Instructor: Kai Sun

ECE 422 Power System Operations & Planning 6 Small Signal Stability. Spring 2015 Instructor: Kai Sun ECE 4 Power Sytem Operatio & Plaig 6 Small Sigal Stability Sprig 15 Itructor: Kai Su 1 Referece Saadat Chapter 11.4 EPRI Tutorial Chapter 8 Power Ocillatio Kudur Chapter 1 Power Ocillatio The power ytem

More information

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

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

More information

Preemptive online scheduling with rejection of unit jobs on two uniformly related machines

Preemptive online scheduling with rejection of unit jobs on two uniformly related machines J Sched (04) 7:87 93 DOI 0007/095-03-036-0 Preemptive olie chedulig with rejectio of uit job o two uiformly related machie Leah Eptei Haa Zebedat-Haider Received: November 0 / Accepted: March 03 / Publihed

More information

JOURNAL OF THE INDIAN SOCIETY OF AGRICULTURAL STATISTICS

JOURNAL OF THE INDIAN SOCIETY OF AGRICULTURAL STATISTICS Available olie at www.ia.org.i/jia JOURA OF THE IDIA OIETY OF AGRIUTURA TATITI 64() 00 55-60 Variace Etimatio for te Regreio Etimator of te Mea i tratified amplig UMMARY at Gupta * ad Javid abbir Departmet

More information

EULER-MACLAURIN SUM FORMULA AND ITS GENERALIZATIONS AND APPLICATIONS

EULER-MACLAURIN SUM FORMULA AND ITS GENERALIZATIONS AND APPLICATIONS EULER-MACLAURI SUM FORMULA AD ITS GEERALIZATIOS AD APPLICATIOS Joe Javier Garcia Moreta Graduate tudet of Phyic at the UPV/EHU (Uiverity of Baque coutry) I Solid State Phyic Addre: Practicate Ada y Grijalba

More information

System Control. Lesson #19a. BME 333 Biomedical Signals and Systems - J.Schesser

System Control. Lesson #19a. BME 333 Biomedical Signals and Systems - J.Schesser Sytem Cotrol Leo #9a 76 Sytem Cotrol Baic roblem Say you have a ytem which you ca ot alter but it repoe i ot optimal Example Motor cotrol for exokeleto Robotic cotrol roblem that ca occur Utable Traiet

More information

11/19/ Chapter 10 Overview. Chapter 10: Two-Sample Inference. + The Big Picture : Inference for Mean Difference Dependent Samples

11/19/ Chapter 10 Overview. Chapter 10: Two-Sample Inference. + The Big Picture : Inference for Mean Difference Dependent Samples /9/0 + + Chapter 0 Overview Dicoverig Statitic Eitio Daiel T. Laroe Chapter 0: Two-Sample Iferece 0. Iferece for Mea Differece Depeet Sample 0. Iferece for Two Iepeet Mea 0.3 Iferece for Two Iepeet Proportio

More information

Weak formulation and Lagrange equations of motion

Weak formulation and Lagrange equations of motion Chapter 4 Weak formulatio ad Lagrage equatio of motio A mot commo approach to tudy tructural dyamic i the ue of the Lagrage equatio of motio. Thee are obtaied i thi chapter tartig from the Cauchy equatio

More information

Chapter 1 ASPECTS OF MUTIVARIATE ANALYSIS

Chapter 1 ASPECTS OF MUTIVARIATE ANALYSIS Chapter ASPECTS OF MUTIVARIATE ANALYSIS. Itroductio Defiitio Wiipedia: Multivariate aalyi MVA i baed o the tatitical priciple of multivariate tatitic which ivolve obervatio ad aalyi of more tha oe tatitical

More information

A Faster Product for π and a New Integral for ln π 2

A Faster Product for π and a New Integral for ln π 2 A Fater Product for ad a New Itegral for l Joatha Sodow. INTRODUCTION. I [5] we derived a ifiite product repreetatio of e γ, where γ i Euler cotat: e γ = 3 3 3 4 3 3 Here the th factor i the ( + )th root

More information

VIII. Interval Estimation A. A Few Important Definitions (Including Some Reminders)

VIII. Interval Estimation A. A Few Important Definitions (Including Some Reminders) VIII. Iterval Etimatio A. A Few Importat Defiitio (Icludig Some Remider) 1. Poit Etimate - a igle umerical value ued a a etimate of a parameter.. Poit Etimator - the ample tatitic that provide the poit

More information

S T A T R a c h e l L. W e b b, P o r t l a n d S t a t e U n i v e r s i t y P a g e 1. = Population Variance

S T A T R a c h e l L. W e b b, P o r t l a n d S t a t e U n i v e r s i t y P a g e 1. = Population Variance S T A T 4 - R a c h e l L. W e b b, P o r t l a d S t a t e U i v e r i t y P a g e Commo Symbol = Sample Size x = Sample Mea = Sample Stadard Deviatio = Sample Variace pˆ = Sample Proportio r = Sample

More information

2015 Fermat Contest (Grade 11)

2015 Fermat Contest (Grade 11) The CENTRE for EDUCATION i MATHEMATICS ad COMPUTING cemc.uwaterloo.ca 015 Fermat Cotet (Grade 11) Tueday, February 4, 015 (i North America ad South America) Wededay, February 5, 015 (outide of North America

More information

On The Computation Of Weighted Shapley Values For Cooperative TU Games

On The Computation Of Weighted Shapley Values For Cooperative TU Games O he Computatio Of Weighted hapley Value For Cooperative U Game Iriel Draga echical Report 009-0 http://www.uta.edu/math/preprit/ Computatio of Weighted hapley Value O HE COMPUAIO OF WEIGHED HAPLEY VALUE

More information

STRONG DEVIATION THEOREMS FOR THE SEQUENCE OF CONTINUOUS RANDOM VARIABLES AND THE APPROACH OF LAPLACE TRANSFORM

STRONG DEVIATION THEOREMS FOR THE SEQUENCE OF CONTINUOUS RANDOM VARIABLES AND THE APPROACH OF LAPLACE TRANSFORM Joural of Statitic: Advace i Theory ad Applicatio Volume, Number, 9, Page 35-47 STRONG DEVIATION THEORES FOR THE SEQUENCE OF CONTINUOUS RANDO VARIABLES AND THE APPROACH OF LAPLACE TRANSFOR School of athematic

More information

A criterion for easiness of certain SAT-problems

A criterion for easiness of certain SAT-problems A criterio for eaie of certai SAT-problem Berd R. Schuh Dr. Berd Schuh, D-50968 Köl, Germay; berd.chuh@etcologe.de keyword: compleity, atifiability, propoitioal logic, P, NP, -i-3sat, eay/hard itace Abtract.

More information

Model Theory 2016, Exercises, Second batch, covering Weeks 5-7, with Solutions

Model Theory 2016, Exercises, Second batch, covering Weeks 5-7, with Solutions Model Theory 2016, Exercises, Secod batch, coverig Weeks 5-7, with Solutios 3 Exercises from the Notes Exercise 7.6. Show that if T is a theory i a coutable laguage L, haso fiite model, ad is ℵ 0 -categorical,

More information

μ + = σ = D 4 σ = D 3 σ = σ = All units in parts (a) and (b) are in V. (1) x chart: Center = μ = 0.75 UCL =

μ + = σ = D 4 σ = D 3 σ = σ = All units in parts (a) and (b) are in V. (1) x chart: Center = μ = 0.75 UCL = Our online Tutor are available 4*7 to provide Help with Proce control ytem Homework/Aignment or a long term Graduate/Undergraduate Proce control ytem Project. Our Tutor being experienced and proficient

More information

A Tail Bound For Sums Of Independent Random Variables And Application To The Pareto Distribution

A Tail Bound For Sums Of Independent Random Variables And Application To The Pareto Distribution Applied Mathematic E-Note, 9009, 300-306 c ISSN 1607-510 Available free at mirror ite of http://wwwmaththuedutw/ ame/ A Tail Boud For Sum Of Idepedet Radom Variable Ad Applicatio To The Pareto Ditributio

More information

Preemptive scheduling on a small number of hierarchical machines

Preemptive scheduling on a small number of hierarchical machines Available online at www.ciencedirect.com Information and Computation 06 (008) 60 619 www.elevier.com/locate/ic Preemptive cheduling on a mall number of hierarchical machine György Dóa a, Leah Eptein b,

More information

Time Response. First Order Systems. Time Constant, T c We call 1/a the time constant of the response. Chapter 4 Time Response

Time Response. First Order Systems. Time Constant, T c We call 1/a the time constant of the response. Chapter 4 Time Response Time Repoe Chapter 4 Time Repoe Itroductio The output repoe of a ytem i the um of two repoe: the forced repoe ad the atural repoe. Although may techique, uch a olvig a differetial equatio or takig the

More information

Capacity-Approaching Signal Constellations for the Additive Exponential Noise Channel

Capacity-Approaching Signal Constellations for the Additive Exponential Noise Channel Capacity-Approachig Sigal Cotellatio for the Additive Expoetial Noie Chael Stéphae Y. Le Goff School of Electrical, Electroic ad Computer Egieerig Newcatle Uiverity, Uited Kigdom Abtract We preet a ew

More information

Fractional parts and their relations to the values of the Riemann zeta function

Fractional parts and their relations to the values of the Riemann zeta function Arab. J. Math. (08) 7: 8 http://doi.org/0.007/40065-07-084- Arabia Joural of Mathematic Ibrahim M. Alabdulmohi Fractioal part ad their relatio to the value of the Riema zeta fuctio Received: 4 Jauary 07

More information

V = 4 3 πr3. d dt V = d ( 4 dv dt. = 4 3 π d dt r3 dv π 3r2 dv. dt = 4πr 2 dr

V = 4 3 πr3. d dt V = d ( 4 dv dt. = 4 3 π d dt r3 dv π 3r2 dv. dt = 4πr 2 dr 0.1 Related Rate In many phyical ituation we have a relationhip between multiple quantitie, and we know the rate at which one of the quantitie i changing. Oftentime we can ue thi relationhip a a convenient

More information

Oblivious Gradient Clock Synchronization

Oblivious Gradient Clock Synchronization Motivatio: Clock Sychroizatio Oblivious Gradiet Clock Sychroizatio Thomas Locher, ETH Zurich Roger Wattehofer, ETH Zurich Clock sychroizatio is a classic, importat problem! May results have bee published

More information

Gain and Phase Margins Based Delay Dependent Stability Analysis of Two- Area LFC System with Communication Delays

Gain and Phase Margins Based Delay Dependent Stability Analysis of Two- Area LFC System with Communication Delays Gain and Phae Margin Baed Delay Dependent Stability Analyi of Two- Area LFC Sytem with Communication Delay Şahin Sönmez and Saffet Ayaun Department of Electrical Engineering, Niğde Ömer Halidemir Univerity,

More information

UNIVERSITY OF CALIFORNIA College of Engineering Department of Electrical Engineering and Computer Sciences

UNIVERSITY OF CALIFORNIA College of Engineering Department of Electrical Engineering and Computer Sciences Name [ oit]: AMIN SID: UNIESITY OF CAIFONIA College of Egieerig Deartmet of Electrical Egieerig ad Comuter Sciece Midterm EECS 05 B E BOSE Setember 8 00 FA 00 Show derivatio ad mark reult with box aroud

More information

ELEC 372 LECTURE NOTES, WEEK 1 Dr. Amir G. Aghdam Concordia University

ELEC 372 LECTURE NOTES, WEEK 1 Dr. Amir G. Aghdam Concordia University EEC 37 ECTURE NOTES, WEEK Dr Amir G Aghdam Cocordia Uiverity Part of thee ote are adapted from the material i the followig referece: Moder Cotrol Sytem by Richard C Dorf ad Robert H Bihop, Pretice Hall

More information

Sampling and the Discrete Fourier Transform

Sampling and the Discrete Fourier Transform Sampling and the Dicrete Fourier Tranform Sampling Method Sampling i mot commonly done with two device, the ample-and-hold (S/H) and the analog-to-digital-converter (ADC) The S/H acquire a CT ignal at

More information

Capacitors and PN Junctions. Lecture 8: Prof. Niknejad. Department of EECS University of California, Berkeley. EECS 105 Fall 2003, Lecture 8

Capacitors and PN Junctions. Lecture 8: Prof. Niknejad. Department of EECS University of California, Berkeley. EECS 105 Fall 2003, Lecture 8 CS 15 Fall 23, Lecture 8 Lecture 8: Capacitor ad PN Juctio Prof. Nikejad Lecture Outlie Review of lectrotatic IC MIM Capacitor No-Liear Capacitor PN Juctio Thermal quilibrium lectrotatic Review 1 lectric

More information

Queueing Theory (Part 3)

Queueing Theory (Part 3) Queueig Theory art 3 M/M/ Queueig Sytem with Variatio M/M/, M/M///K, M/M//// Queueig Theory- M/M/ Queueig Sytem We defie λ mea arrival rate mea ervice rate umber of erver > ρ λ / utilizatio ratio We require

More information

Numerical Solution of Coupled System of Nonlinear Partial Differential Equations Using Laplace-Adomian Decomposition Method

Numerical Solution of Coupled System of Nonlinear Partial Differential Equations Using Laplace-Adomian Decomposition Method I S S N 3 4 7-9 V o l u m e N u m b e r 0 8 J o u r a l o f A d v a c e i M a t h e m a t i c Numerical Solutio of Coupled Sytem of Noliear Partial Differetial Equatio Uig Laplace-Adomia Decompoitio Method

More information

Bogoliubov Transformation in Classical Mechanics

Bogoliubov Transformation in Classical Mechanics Bogoliubov Tranformation in Claical Mechanic Canonical Tranformation Suppoe we have a et of complex canonical variable, {a j }, and would like to conider another et of variable, {b }, b b ({a j }). How

More information

Chapter #4 EEE8013. Linear Controller Design and State Space Analysis. Design of control system in state space using Matlab

Chapter #4 EEE8013. Linear Controller Design and State Space Analysis. Design of control system in state space using Matlab EEE83 hapter #4 EEE83 Linear ontroller Deign and State Space nalyi Deign of control ytem in tate pace uing Matlab. ontrollabilty and Obervability.... State Feedback ontrol... 5 3. Linear Quadratic Regulator

More information

CONTROL ENGINEERING LABORATORY

CONTROL ENGINEERING LABORATORY Uiverity of Techology Departmet of Electrical Egieerig Cotrol Egieerig Lab. CONTROL ENGINEERING LABORATORY By Dr. Abdul. Rh. Humed M.Sc. Quay Salim Tawfeeq M.Sc. Nihad Mohammed Amee M.Sc. Waleed H. Habeeb

More information

Sub-exponential Upper Bound for #XSAT of some CNF Classes

Sub-exponential Upper Bound for #XSAT of some CNF Classes Su-expoetial Upper Boud for #XSAT of ome CN Clae Berd R. Schuh Dr. Berd Schuh, D-5968 Köl, Germay; erd.chuh@etcologe.de eyword: complexity, atifiaility, SAT, XSAT, #XSAT, propoitioal logic Atract. We derive

More information

For example suppose we divide the interval [0,2] into 5 equal subintervals of length

For example suppose we divide the interval [0,2] into 5 equal subintervals of length Math 1206 Calculus Sec 1: Estimatig with Fiite Sums Abbreviatios: wrt with respect to! for all! there exists! therefore Def defiitio Th m Theorem sol solutio! perpedicular iff or! if ad oly if pt poit

More information

UNIT #5 SEQUENCES AND SERIES COMMON CORE ALGEBRA II

UNIT #5 SEQUENCES AND SERIES COMMON CORE ALGEBRA II Awer Key Nme: Dte: UNIT # SEQUENCES AND SERIES COMMON CORE ALGEBRA II Prt I Quetio. For equece defied by f? () () 08 6 6 f d f f, which of the followig i the vlue of f f f f f f 0 6 6 08 (). I the viul

More information

Geodynamics Lecture 11 Brittle deformation and faulting

Geodynamics Lecture 11 Brittle deformation and faulting Geodamic Lecture 11 Brittle deformatio ad faultig Lecturer: David Whipp david.whipp@heliki.fi! 7.10.2014 Geodamic www.heliki.fi/liopito 1 Goal of thi lecture Preet mai brittle deformatio mechaim()! Dicu

More information

Matrix Geometric Method for M/M/1 Queueing Model With And Without Breakdown ATM Machines

Matrix Geometric Method for M/M/1 Queueing Model With And Without Breakdown ATM Machines Reearch Paper America Joural of Egieerig Reearch (AJER) 28 America Joural of Egieerig Reearch (AJER) e-issn: 232-847 p-issn : 232-936 Volume-7 Iue- pp-246-252 www.ajer.org Ope Acce Matrix Geometric Method

More information

Chapter 7, Solution 1C.

Chapter 7, Solution 1C. hapter 7, Solutio 1. he velocity of the fluid relative to the immered olid body ufficietly far away from a body i called the free-tream velocity,. he uptream or approach velocity i the velocity of the

More information

Section Induction motor drives

Section Induction motor drives Section 5.1 - nduction motor drive Electric Drive Sytem 5.1.1. ntroduction he AC induction motor i by far the mot widely ued motor in the indutry. raditionally, it ha been ued in contant and lowly variable-peed

More information

Object Matching with a Locally Affine Invariant. Hongsheng Li Dept. of CSE, Lehigh University Feb. 17th, 2011

Object Matching with a Locally Affine Invariant. Hongsheng Li Dept. of CSE, Lehigh University Feb. 17th, 2011 Object Matchig with a Locall Affie Ivariat Hogheg Li Dept. of SE, Lehigh Uiverit Feb. 7th, 2 Outlie Backgroud Notatio ad Problem Formulatio A Locall Affie Ivariat Numerical Scheme Eperimet Dicuio ad ocluio

More information

Chapter 1 Econometrics

Chapter 1 Econometrics Chapter Ecoometric There are o exercie or applicatio i Chapter. 0 Pearo Educatio, Ic. Publihig a Pretice Hall Chapter The Liear Regreio Model There are o exercie or applicatio i Chapter. 0 Pearo Educatio,

More information

Average-Case Analysis of QuickSort

Average-Case Analysis of QuickSort Average-Case Aalysis of QuickSort Comp 363 Fall Semester 003 October 3, 003 The purpose of this documet is to itroduce the idea of usig recurrece relatios to do average-case aalysis. The average-case ruig

More information