10 Pages

ch6

Course: STA 293, Fall 2008
School: Duke
Rating:
 
 
 
 
 

Word Count: 2320

Document Preview

Density 6. Estimation 1. Cross Validation 2. Histogram 3. Kernel Density Estimation 4. Local Polynomials 5. Higher Dimensions 6. Mixture Models 7. Converting Density Estimation Into Regression 6.1 Cross Validation Suppose we observe X1 , . . . , Xn from an unknown density f . Our goal is to estimate f nonparametrically. Finding the best estimator fn in some sense is equivalent to nding the optimal smoothing...

Register Now

Unformatted Document Excerpt

Coursehero >> North Carolina >> Duke >> STA 293

Course Hero has millions of student submitted documents similar to the one
below including study guides, practice problems, reference materials, practice exams, textbook help and tutor support.

Course Hero has millions of student submitted documents similar to the one below including study guides, practice problems, reference materials, practice exams, textbook help and tutor support.
Density 6. Estimation 1. Cross Validation 2. Histogram 3. Kernel Density Estimation 4. Local Polynomials 5. Higher Dimensions 6. Mixture Models 7. Converting Density Estimation Into Regression 6.1 Cross Validation Suppose we observe X1 , . . . , Xn from an unknown density f . Our goal is to estimate f nonparametrically. Finding the best estimator fn in some sense is equivalent to nding the optimal smoothing parameter h. How to measure the performance of fn ? Risk/Integrated Mean Square Error(IMSE) R(fn , f ) = E (L(fn , f )) where L(fn , f ) = (fn (x) f (x))2 dx. One can nd an optimal estimator that minimizes the risk function: fn = argmin R(fn , f ), b fn but the risk function is unknown! 1 2 Estimation of the Risk function Use leave-one-out cross validation to estimate the risk function. One can express the loss function as a function of the smoothing parameter h L(h) = = (fn (x) f (x)) dx (fn (x))2 dx 2 J(h) 2 Finding an optimal estimator fn E(J(h)) = E(J(h)) = R(h) + c The optimal smoothing parameter h = argmin J(h) h fn (x)f (x)dx + f 2 (x)dx Nonparametric estimator f can be expressed as a function of h and the best estimator fn can be obtained by Plug-in the optimal smoothing parameter f = f h Cross-validation estimator of the risk function (up to constant) 2 J(h) = fn (x)dx 2 n n f(i) (Xi ) i=1 where f(i) is the density estimator obtained after removing it h observation 3 4 6.2 Histogram Histogram Estimator Without loss of generality, we assume that the support of f is [0,1]. Divide the support into m equally sized bins 1 B1 = 0, m Let h = 1 m, Theorem 1. Suppose that f is absolutely continuous and (f )2 du < . Then R(fn , f ) = h2 12 (f )2 du + 1 + o(h2 ) + o nh 1 n . The optimal bandwidth is h = 1 2 , B2 = , m m Bj , . . . , Bm n i=1 m1 = ,1 m 1 n1/3 6 (f (u))2 du 1/3 . pj = f (x)dx and Yj = I(Xi Bj ) With the optimal binwidth, R(fn , f ) where C = 3 2/3 4 The histogram estimator is dened by n C n2/3 fn (x) = j=1 pj I(x Bj ) h (f (u))2 du 1/3 . where pj = Yj n . 5 6 Proof. For any x, u Bj , f (u) = f (x) + (u x)f (x) + for some x between x and u. Hence, pj = Bj Therefore, the bias of fn is (u x)2 f (x). 2 b(x) E (fn (x)) f (x) = = 1 E (pj ) f (x) h f (u)du f (x) + (u x)f (x) + Bj = (u x)2 f (x) du 2 x + O(h3 ). pj f (x) h 1 1 f (x)h + hf (x) h j x + O(h3 ) f (x) = h 2 1 = f (x) h j x + O(h2 ). 2 = f (x)h + hf (x) h j 1 2 By the mean value theorem, for some xj Bj , b2 (x)dx Bj = Bj (f (x))2 h j 1 2 1 2 2 x x dx + O(h4 ) 2 = (f (xj ))2 Bj h j dx + O(h4 ) h3 + O(h4 ). = (f (xj ))2 12 7 8 Hence 1 m Therefore, b2 (x)dx = 0 j=1 m Bj b2 (x)dx + O(h3 ) 0 1 m m v(x)dx = j=1 Bj m v(x)dx = j=1 Bj m j=1 pj (1 pj ) dx nh2 p2 j h2 f 2 (xj ) j=1 = j=1 (f (xj ))2 h 12 2 1 0 h3 x + O(h3 ) 12 = 1 nh2 pj j=1 Bj m 1 nh2 Bj = For the variance of fn : v(x) Var (fn (x)) = (f (x))2 dx + o(h2 ). = = 1 1 nh nh2 1 1 nh nh p2 = j j=1 1 1 1 nh nh 1 pj (1 pj ) Var (pj ) = . 2 h nh2 f 2 (x)dx + o(1) 0 = 1 +o nh 1 n By the mean value theorem, for some xj Bj , pj = Bj f (x)dx hf (xj ). 9 10 Theorem 2. The cross-validation estimator of risk for the histogram is m (n + 1) 2 p2 . J(h) = h(n 1) h(n 1) j=1 j Theorem 3. Let m = m(n) be the number of bins in the histogram fn . Assume that m(n) and m(n) = log n/n 0 as n . Dene 2 2 6.3 Kernel Density Estimation Given a kernel K and a positive number h, called the bandwidth, the kernel density estimator is: 1 fn (x) = n n i=1 1 K h x Xi h . ln (x) = where c = max z/(2m) 2 fn (x) c, 0 m n. , un (x) = fn (x) c, 0 The choice of kernel K is not crucial but the choice of bandwidth h is important. We assume that K satises K(x)dx = 1, 2 xK(x)dx = 0 and K Then Pr ln (x) E (fn ) un (x)x 1 . x2 K(x) > 0. 11 12 Theorem 4. Let Rx = E (f (x) f (x))2 be the risk at point x and let R = Rx dx denote the integrated risk. Assume that f is absolutely continuous and that int(f (x))2 dx < . Also, assume that K satises K(x)dx = 1, Then, Rx R = = f (x) K 2 (x)dx 1 4 4 + O(n1 ) + O(h6 ), K hn (f (x))2 + n 4 nhn K 2 (x)dx 1 4 4 K hn (f (x))2 dx + + O(n1 ) + O(h6 ). n 4 nhn 2 xK(x)dx = 0 and K 1 Proof. Write Kh (x, X) = h K xX h and fn (x) = 1 n n i=1 Kh (x, Xi ). E (fn (x)) = E (Kh (x, X)) xt 1 K = h h = = f (t)dt x2 K(x) > 0. K(u)f (x hu)du K(u) f (x) huf (x) + h2 u2 f (x) + 2 du 1 = f (x) + h2 f (x) 2 Hence bias(fn (x)) = Similarly, Var (fn (x)) = f (x) u2 K(u)du. 1 2 2 h f (x) + O(h4 ). 2 K n K 2 (x)dx + O(n1 ). nhn 14 13 Bandwidth selection The optimal smoothing bandwidth is h = c2 2 A(f )n c1 1/5 The Normal reference rule Assume that f is Normal, one can compute the h with the Gaussian kernel. h = 1.06n1/5 is estimated by = min{s, IQR/1.34} where s is the sample standard deviation and IQR is the interquartile range. The selected bandwidth is: hn = 1.06 . n1/5 where c1 = x2 K(x)dx, c2 = (K(x))2 dx and A(f ) = (f (x))2 dx. The only unknown quantity in h is A(f ) = (f (x))2 dx A(f ) = (f (x))2 dx = (f (4) (x))f (x)dx = E (f (4) ) where f (r) denote the r th derivative of f 15 16 Plug-in method Let r = E (f (r) ). To estimate 4 by using the Kernel method, one need to choose the optimal bandwidth which is a functional of 6 . 1. Estimate 8 with the bandwidth chosen the normal reference rule. 2. Estimate 6 with the bandwidth depending on 8 3. Estimate 4 with the bandwidth depending on 6 4. The selected bandwidth is h = Cross-validation Cross-validation score function: J(h) = 2 f (x)dx n 2 n i=1 fi (Xi ) The selected bandwidth is h = argmin J(h) h c2 c2 4 n 1 1/5 Theorem 5 (Stones Theorem). Suppose f is bounded. Let fh denote the kernel estimator with bandwidth h and let h denote the bandwidth chosen by cross-validation. Then f (x) fh inf h 2 dx 2 a.s. 1. f (x) fh dx 17 18 Computation The cross-validation score function J(h) can be approximated by 1 J(h) = nh2 n n Optimal Convergence rate From Theorem 4, the optimal convergence rate is O(n4/5 ) if the optimal bandwidth is used. Theorem 6. Let F be the set of all pdfs and let f (m) denote the mth derivative of f . Dene Fm (c) = For any estimator fn , sup f Fm (c) K i=1 j=1 Xi X i h + 2 K(0) + O nh 1 n2 where K (x) = K (2) (x) 2K(x) and K (2) K(z y)K(y)dy. For the computation of fn and J(h), use ; fast Fourier transform (FFT) binning strategy For the details, See Silverman (1981) and Wand and Jones (1995). f F : |f (m) (x)|2 dx c2 . Ef (fn (x) f (x))2 bn2m/(2m+1) . where b > 0 is a universal constant that depends only on m and c. 19 20 Local log-likelihood 6.4 Local Polynomials Smoothed log-likelihood Recall that the nonparametric MLE of the pdf is p = (p1 , . . . , pn ) argmin L(p) p The kernel density estimator: fK (x) = argmax Lx The (p). p log-likelihood function of f : n L(f ) = i=1 log f (Xi ) n f (u)du 1 . where L(p) = n n log pi n i=1 i=1 pi 1 . The local log-likelihood at target value x is n A smoothed version of the log-likelihood at x (up to constant) is n Lx (f ) = i=1 K x Xi h log f (Xi ) n K xu h f (u)du. Lx (p) = i=1 K x Xi h n log pi n i=1 K x Xi h pi . 21 22 Local likelihood density estimator Approximate log f (u) with a polynomial p 6.5 Higher Dimensions Suppose Xi = (Xi1 , . . . , Xid ). The multivariate kernel estimator is fn (x) = 1 n n i=1 Px (a, u) = j=0 aj (x u)j . j! The local polynomial log-likelihood is n 1 K(H1 (x X)). |H| Lx (a) = i=1 K x Xi h Px (a, Xi )n K u Xi h ePx (a,u) du. The local likelihood density estimator is a a fn (x) = ePx (b,x) = eb0 , where a = (a0 , . . . , ap )T argmax Lx (a) a We often assume a simple form of the bandwidth matrix or kernel. For example, H =diag(h1 , . . . , hd ). Then d d xj Xij 1 K fn (x) = nh1 nd hj i=1 j=1 23 24 The risk function; d 1 4 h4 R K j 4 j=1 2 fjj (x)dx + j=k h2 h2 j k The optimal bandwidth h = O(n1/(4+d) ). i fjj fkk dx+ 6.6 Mixture Models ( K (x)dx) . nh1 hd 2 d The Normal Mixture Model K f (x, ) = j=1 (xj )2 2 2 j 2 pj (x|j , j ), In practice, one can choose the optimal bandwidth by cross-validation and often assume a simple form of the bandwidth matrix. H = h I. The curse of dimensionality. where 2 j (x|j , j ) = 1 e 2 . 2 2 Dene = (p1 , . . . , pK , 1 , . . . , K , 1 , . . . , K ) Given K, how to estimate ? EM algorithm 25 26 EM algorithm For K = 2, Dene latent variables Zi : 1 : Zi = 0 : L(y, z, ) = i:zi =0 n [E-step] Given , compute E (Zi |Y, ). E(Zi |Y = yi , ) wi = if Yi is from group 1 if Yi is from group 2 where n p(yi ) (y) + (1 p)(y) [M-step] = argmax L(), The log-likelihood function is 2 log[p(yi |1 , 1 )] + i:zi =1 log[(1 2 p)(yi |2 , 2 )] L() = i=1 (wi log p(yi ) + (1 wi ) log(1 p)(yi )). = i=1 2 2 log[p(yi |1 , 1 )] + (1 zi ) log[(1 p)(yi |2 , 2 )] Then n p = 2 1 = i=1 n i=1 wi , n 1 = n i=1 wi yi , n i=1 wi 2 2 = 2 = n i=1 (1 wi )yi , n i=1 (1 wi wi (yi 1 )2 , n i=1 wi 28 n i=1 (1 wi )(yi n i=1 (1 wi ) 1 )2 . 27 How to estimate the number of components k? AIC (Akaike Information Criterion): nd most predictive model AIC = L q where L is the loglikelihood and p is the number of parameters. BIC (Bayesian Information Criterion): nd the true model with high probability q log n BIC = L 2 The number of clusters is not always equal to the number of component Gaussian is sensitive to outliers Replace the normal density with t-distribution density. 2 If j = 2 > 0 is xed and K n, then MLE of the mixture 1 model approaches the kernel estimate where pj = n and j = xj . 29 30 source("ch6.r") library(MASS) library(sm) library(locfit) library(mclust) ### Read data faithful<-read.table("faithful.dat",header=T) eruptions <-faithful$eruptions n<-length(eruptions) ### Select the optimal number of bins by CV hist.h <- cv.hist.fun(eruptions)$mbest ### Select optimal bandwidth of kernel estimators by normal ### reference rule/Cross-validation/plug-in sigma.hat <-min(sd(eruptions), IQR(eruptions)/1.34) h.normal <-1.06*sigma.hat/n^(0.2) 31 h.cv <- ucv(eruptions) h.plugin <-width.SJ(eruptions) f1<-density(eruptions,width=h.normal) # normal reference f2<-density(eruptions,width=h.cv) # cross-validation f3<-density(eruptions,width=h.plugin) # plugin f4<-density(eruptions,method="mclust") # finite mixture model f5 <-locfit(~eruptions, alpha=c(0.1,0.8),flim=c(1,6)) f6 <-locfit(~eruptions, alpha=c(0.1,0.6),flim=c(1,6), link="ident") postscript("density.ps") par(mfrow=c(2,2)) truehist(eruptions, xlim=c(1,6), ymax=0.8) # histogram truehist(eruptions, nbins=hist.h, xlim=c(1,6), ymax=0.8) plot(f1,ylim=c(0,0.8));plot(f2,ylim=c(0,0.8)) plot(f3,ylim=c(0,0.8));plot(f4,ylim=c(0,0.8)) plot(f5,ylim=c(0,0.8),main="local linear") plot(f6,ylim=c(0,...

Find millions of documents on Course Hero - Study Guides, Lecture Notes, Reference Materials, Practice Exams and more. Course Hero has millions of course specific materials providing students with the best way to expand their education.

Below is a small sample set of documents:

Duke - STA - 244
%!PS-Adobe-2.0 %Creator: dvips(k) 5.86 Copyright 1999 Radical Eye Software %Title: HW2.dvi %Pages: 2 %PageOrder: Ascend %BoundingBox: 0 0 612 792 %DocumentFonts: CMBX12 CMR12 CMMI12 CMMI8 CMR8 CMSY10 CMSY8 CMEX10 %+ CMTI12 CMTT12 %EndComments %DVIPSW
Duke - STA - 244
%!PS-Adobe-2.0 %Creator: dvips(k) 5.94b Copyright 2004 Radical Eye Software %Title: HW4.dvi %CreationDate: Tue Feb 14 15:22:14 2006 %Pages: 2 %PageOrder: Ascend %BoundingBox: 0 0 595 842 %DocumentFonts: CMBX10 CMBX12 CMR10 CMMI10 CMSY10 CMSS10 CMMI8
Duke - STA - 244
%!PS-Adobe-2.0 %Creator: dvips(k) 5.94b Copyright 2004 Radical Eye Software %Title: HW5.dvi %CreationDate: Tue Feb 28 10:50:14 2006 %Pages: 4 %PageOrder: Ascend %BoundingBox: 0 0 595 842 %DocumentFonts: CMBX12 CMR12 CMMI12 CMR8 CMSY10 CMSS12 CMMI8 CM
Duke - STA - 244
%!PS-Adobe-2.0 %Creator: dvips(k) 5.94b Copyright 2004 Radical Eye Software %Title: HW6.dvi %CreationDate: Tue Mar 07 16:09:04 2006 %Pages: 3 %PageOrder: Ascend %BoundingBox: 0 0 595 842 %DocumentFonts: CMBX12 CMR12 CMMI12 CMMI8 CMSY10 CMR8 CMEX10 CM
Emporia - CS - 555
Virtual Memory Early computers had a small and fixed amount to memory. All programs had to be able to fit in this memory. Overlays were used when the program was to big. The programmer was responsible for bringing in the overlays and managing the
Emporia - CS - 555
Handout 20Virtual MemoryVirtual Memory Early computers had a small and fixed amount to memory. All programs had to be able to fit in this memory. Overlays were used when the program was to big. The programmer was responsible for bringing in th
Emporia - CS - 555
Handout 21DLLsBackground Microsoft's implementation of the shared library concept in the Microsoft Windows and OS/2 operating systems. These libraries usually have the file extension DLL, OCX (for libraries containing ActiveX controls), or DRV (
Emporia - CS - 555
Handout 22Windows EventsEvent-driven Programming A programming paradigm in which the flow of the program is determined by sensor outputs or user actions (mouse clicks, key presses) or messages from other programs.Batch Programming In batch pro
Emporia - CS - 350
NODE * Program(FILE *fp) {trace(&quot;Program&quot;);NODE * sourceNode = new NODE; sourceNode-&gt;nodetype = SOURCE;sourceNode-&gt;line = tok.line;sourceNode-&gt;column = tok.column;/ child 0 - an INTTYPE or FLOATTYPE node, designating the program's r
Emporia - CS - 350
Top-Down Parsing The parse tree is created top to bottom. Top-down parser Recursive-Descent Parsing Backtracking is needed (If a choice of a production rule does not work, we backtrack to try other alternatives.) It is a general parsing techniqu
Emporia - CS - 350
/FA, /Fa (Listing File) (C+)Page 1 of 22008 Microsoft Corporation. All rights reserved.Visual C+ Compiler Options/FA, /Fa (Listing File)Creates a listing file containing assembly code./FA[c|s|u] /FapathnameRemarks The arguments control the
Emporia - CS - 350
Some Thoughts on Programming Languages &amp; OOPA deeply philosophical treatise on the nature of programming languages.How is a compiler class different?Why are you taking this course?a) b) c) d) e) learn what the compiler does to my code write a la
Emporia - CS - 350
Handout 12 The 5-Minute Variable HandoutSource: http:/www.visualcplusdotnet.com/visualcplusdotnet9.html
Emporia - CS - 552
* * * * TASK-CENTERED USER INTERFACE DESIGN * * * * A Practical Introduction * * * * * * Clayton Lewis * * John Rieman * * * *--| SHAREWARE NOTICE: | | | | The suggested shareware fee for this book is $5.00, | | payable to Clayton Lewis and John Ri
Emporia - CS - 552
Configuration Management** portions from hereStarting Questions How do you know if you have a CM problem? What is the ecstasy of CM? What is the agony of it? What is CM?Signs of a problem . Cannot meet deadlines Cannot release multi
Emporia - CS - 552
Hungarian NotationPage 1 of 7MSDN Home &gt; MSDN Library &gt;Hungarian NotationCharles Simonyi Microsoft Corporation Reprinted November 1999 Summary: Charles Simonyi's explication of the Hungarian notation identifier naming convention. (10 printed p
East Los Angeles College - MATHS - 3830
# preliminary calculations for Shape analysis practicalx=bk.coords(gorm.dat); y=bk.coords(gorf.dat)k=dim(x)[1] # number of landmarksm=dim(x)[2] # number of coordinates, =2nx=dim(x)[3] # number of malesny=dim(y)[3] # number of females# so x and
Emporia - CS - 552
Five Types of Review / 21Five Types of ReviewPros and cons of formal, over-the-shoulder, email pass-around, pair-programming, and tool-assisted reviews.There are many ways to skin a cat. I can think of four right off the bat. There are also many
Emporia - CS - 552
** ** TASK-CENTERED USER INTERFACE DESIGN ** A Practical Introduction ** *
Emporia - CS - 552
** ** TASK-CENTERED USER INTERFACE DESIGN ** A Practical Introduction ** *
Emporia - CS - 552
** ** TASK-CENTERED USER INTERFACE DESIGN ** A Practical Introduction ** *
Emporia - CS - 552
** ** TASK-CENTERED USER INTERFACE DESIGN ** A Practical Introduction ** *
Emporia - CS - 552
** ** TASK-CENTERED USER INTERFACE DESIGN ** A Practical Introduction ** *
Emporia - CS - 552
** ** TASK-CENTERED USER INTERFACE DESIGN ** A Practical Introduction ** *
Virginia Tech - CS - 1044
Programmer: Dwight BarnetteCS 1044 Project 4 Spring 2002Adufia Customer Billing Report:Customer Account Billing Outlets Service Utility Regulatory TotalName Number Date Charge Pla
Virginia Tech - CS - 1044
Tic-Tac-Toe Game DataO: D Allison X: D BarnetteX6O6O9X9X7O4X1O3X5O2X8
Virginia Tech - CS - 1044
# Principal Rate Period Years 1000.00 0.05 12 10 1000.00 0.05 12 20 1000.00 0.05 12 30 1000.00 0.05 365 10 1000.00 0.05 365 20 1000.00 0.05 365 30
Emporia - CS - 552
Software Engineering: A Practitioner's Approach, 6/eChapter 3 Prescriptive Process Modelscopyright 1996, 2001, 2005R.S. Pressman &amp; Associates, Inc. For University Use Only May be reproduced ONLY for student use at the university level when used
Emporia - CS - 552
Software Engineering: A Practitioner's Approach, 6/eChapter 4 Agile Developmentcopyright 1996, 2001, 2005R.S. Pressman &amp; Associates, Inc. For University Use Only May be reproduced ONLY for student use at the university level when used in conjun
Emporia - CS - 552
Software Engineering: A Practitioner's Approach, 6/eChapter 8 Analysis Modelingcopyright 1996, 2001, 2005R.S. Pressman &amp; Associates, Inc. For University Use Only May be reproduced ONLY for student use at the university level when used in conjun
Emporia - CS - 552
Software Engineering: A Practitioner's Approach, 6/eChapter 11 ComponentLevel Designcopyright 1996, 2001, 2005R.S. Pressman &amp; Associates, Inc. For University Use Only May be reproduced ONLY for student use at the university level when used in c
Emporia - CS - 552
Software Engineering: A Practitioners Approach, 6/eWhat is a Component?OMG Unified Modeling Language Specification [OMG01] defines a component as a modular, deployable, and replaceable part of a system that encapsulates implementation and exposes
Emporia - CS - 552
Software Engineering: A Practitioner's Approach, 6/eChapter 12 User Interface Designcopyright 1996, 2001, 2005R.S. Pressman &amp; Associates, Inc. For University Use Only May be reproduced ONLY for student use at the university level when used in c
Emporia - CS - 552
Software Engineering: A Practitioners Approach, 6/eSoftware TestingTesting is the process of exercising a program with the specific intent of finding errors prior to delivery to the end user.Chapter 13 Software Testing Strategiescopyright 1996
Emporia - CS - 552
Software Engineering: A Practitioner's Approach, 6/eChapter 15 Product Metrics for Softwarecopyright 1996, 2001, 2005R.S. Pressman &amp; Associates, Inc. For University Use Only May be reproduced ONLY for student use at the university level when us
Emporia - CS - 552
McCalls Triangle of QualitySoftware Engineering: A Practitioners Approach, 6/eChapter 15 Product Metrics for Softwarecopyright 1996, 2001, 2005Maintainability Flexibility Testability PRODUCT REVISIONPortability Reusability Interoperability P
Emporia - CS - 552
Software Engineering: A Practitioner's Approach, 6/ePart 3R.S. Pressman &amp; Associates, Inc. For University Use Only May be reproduced ONLY for student use at the university level when used in conjunction with Software Engineering: A Practitioner's A
Emporia - CS - 552
SoftwareEngineering:APractitionersApproach,6/eChapter23 EstimationforSoftwareProjectscopyright 1996, 2001, 2005R.S. Pressman &amp; Associates, Inc. For University Use Only May be reproduced ONLY for student use at the university level when used in
Emporia - CS - 552
Software Engineering: A Practitioner's Approach, 6/eChapter 24 Project Scheduling and Trackingcopyright 1996, 2001, 2005R.S. Pressman &amp; Associates, Inc. For University Use Only May be reproduced ONLY for student use at the university level when
Emporia - CS - 552
Software Engineering: A Practitioner's Approach, 6/eChapter 25 Risk Managementcopyright 1996, 2001, 2005R.S. Pressman &amp; Associates, Inc. For University Use Only May be reproduced ONLY for student use at the university level when used in conjunc
Emporia - CS - 552
SoftwareEngineering:APractitionersApproach,6/eChapter26 QualityManagementcopyright 1996, 2001, 2005R.S. Pressman &amp; Associates, Inc. For University Use Only May be reproduced ONLY for student use at the university level when used in conjunction
Emporia - CS - 552
Software Engineering: A Practitioners Approach, 6/eProblems with Conventional Specificationcontradictions ambiguities vagueness incompleteness mixed levels of abstractionChapter 28 Formal Methodscopyright 1996, 2001, 2005R.S. Pressman &amp; Asso
Emporia - CS - 552
Software Engineering: A Practitioner's Approach, 6/eChapter 30 ComponentBased Software Engineeringcopyright 1996, 2001, 2005R.S. Pressman &amp; Associates, Inc. For University Use Only May be reproduced ONLY for student use at the university level
Emporia - CS - 552
Software Engineering: A Practitioner's Approach, 6/eChapter 31 Reengineeringcopyright 1996, 2001, 2005R.S. Pressman &amp; Associates, Inc. For University Use Only May be reproduced ONLY for student use at the university level when used in conjuncti
Emporia - CS - 552
Managing peopleObjectivesManaging people working as individuals and in groupsTo describe simple models of human cognition and their relevance for software managers To explain the key issues that determine the success or otherwise of tea
Emporia - CS - 552
Reliability and Testing** from http:/www.cs.otago.ac.nz/cosc345/lectures.htmlEthical Considerations As computer professionals, we have a responsibility to society. As engineers, we claim to practice some skill and deliver reliable results. Ethi
Emporia - CS - 552
Adaptive Software DevelopmentASD A software development process that grew out of rapid application development work by Jim Highsmith and Sam Bayer. ASD embodies the principle that continuous adaptation of the process to the work at hand is the no
Emporia - CS - 552
Software Product Metrics- Software quality - A framework for product metrics - A product metrics taxonomy - Metrics for the analysis model - Metrics for the design model - Metrics for maintenanceExamples of Metrics from Everyday Life Working and
Emporia - CS - 555
Gates and Boolean Algebra (1)The Digital Logic LevelChapter 3(a) A transistor inverter. (b) A NAND gate. (c) A NOR gate.Tanenbaum, Structured Computer Organization, Fifth Edition, (c) 2006 Pearson Education, Inc. All rights reserved. 0-13-148521
Emporia - CS - 555
ISA LevelThe Instruction Set Architecture LevelChapter 5The ISA level is the interface between the compilers and the hardware.Tanenbaum, Structured Computer Organization, Fifth Edition, (c) 2006 Pearson Education, Inc. All rights reserved. 0-13
Emporia - CS - 555
Why Use Assembly Language?The Assembly Language LevelChapter 7Comparison of assembly language and high-level language programming, with and without tuning.Tanenbaum, Structured Computer Organization, Fifth Edition, (c) 2006 Pearson Education, I
Emporia - CS - 555
Parallel Computer ArchitecturesParallel Computer ArchitecturesChapter 8(a) On-chip parallelism. (b) A coprocessor. (c) A multiprocessor. (d) A multicomputer. (e) A grid.Tanenbaum, Structured Computer Organization, Fifth Edition, (c) 2006 Pearso
W. Alabama - GE - 121
University of Waterloo Final ExaminationTerm: Winter Year: 2008 Student Name _UW Student ID Number _ BLOCK _ SUPP EXAM _ DEFERRED EXAM _Course Abbreviation and Number Course Title Section(s) InstructorGEN E 121 (Mech C+) Digital Computation 00
W. Alabama - ME - 362
294Solutions Manual Fluid Mechanics, Fifth EditionSolution: The combined stream function is = K ln(r) m, with the angle given bytan = |v /v r| = K/r K = = 1.6 independent of r, m/r mThe desired angle is = tan1(1.6) 58 Ans.Local pres
W. Alabama - ME - 362
288Solutions Manual Fluid Mechanics, Fifth Edition4.65 A two-dimensional incompressible flow is defined by u= Ky x + y22=Kx x + y22where K = constant. Is this flow irrotational? If so, find its velocity potential, sketch a few potential
N. Colorado - MUS - 307
MUS 307/507History of Instruments and Instrumental PracticeSpring 2008 MWF 1:25-2:15 PM Frasier 168; Music Library Media Center as noted Prof. Bellman Office: Frasier 155 Office Hours: MW 9:0011:00 AM. Phone: 351-2151 E-Mail: jonathan.bellman@unco.e
Allan Hancock College - CS - 9315
11.Transaction Management OverviewXuemin Lin (Chapter 18 in the texbook)COMP9315: Database System Implementation1TransactionsConcurrent execution of user programs is essential for good DBMS performance.Because disk accesses are frequent, a
Allan Hancock College - CS - 9315
MiniBase Introduction A Simple Relational DBMS Single User Without concurrence Control For Educational Use Developed in conjunction with the text &lt;Database Management Systems &gt; Goal is to let individual components can be studied and implemente
Allan Hancock College - CS - 9315
Tree-Structured IndexesCh9 (2nd Edition) Ch10 (3rd Edition)1IntroductionvAs for any index, 3 alternatives for data entries k*: Data record with key value k &lt;k, rid of data record with search key value k&gt; &lt;k, list of rids of data records wi
Allan Hancock College - CS - 9315
8. Relational Query OptimizationXuemin Lin (Chapters 14 &amp; 13 in the textbook)COMP9315: Database Systems Implementation1Relational Algebra EquivalencesyyAllow us to choose different join orders and to `push selections and projections ahead
Allan Hancock College - CS - 9315
6. Evaluation of Relational OperationsPart A Xuemin Lin (Chapter 12 in the textbook)COMP9315: Database Systems Implementation1Relational OperationsWe will consider how to implement: Selection ( ) Selects a subset of rows from rela