Coursehero >>
Washington >>
Washington >>
SPAN 352 Course Hero has millions of student submitted documents similar to the one below including study guides, homework solutions, papers, and exam answer keys.
352, AMath Lecture #8 July 11, 2008 1 Recap of last lecture In the last lecture, we looked at the ideas of subspaces, span, and linear dependence/linear independence. let me recap the speci c example we were looking at. In the last lecture, we looked at the speci c example of the subspace v1 (1) S = v2 : 3v1 + v2 2v3 = 0 . v3 We also looked at three vectors to use while making sets that span S: 1 0 1 3 , f2 = 2 , f3 = 1 . f1 = 0 1 1 (2) In particular, we saw that the set {f1 , f2 , f3 } spans S and is linearly dependent, whereas the set {f1 , f2 } spans S and is linearly independent. 2 Basis and dimension Today, I ll start o by wrapping that up with the concepts of basis and dimension. To some extent, dimension is really the idea we ve been building towards, so we have a precise de nition for our intuitive idea of dimension. But all of these ideas that get us there span, linear (in)dependence, and basis are important parts of linear algebra in their own right. 2.1 Basis De nition. Let S be a subspace of the vector space V. The set F = {f1 , f2 , . . . , fn } is a basis of S if it has the following two properties: 1. F spans S. 2. F is linearly independent. 1 Let s go back to the example from last time. The set {f1 , f2 , f3 } spans S, but it isn t linearly independent. As a result, this set isn t a basis for S. On the other hand, if I just take {f1 , f2 }, this set both spans S and is linearly independent. So this set is a basis for S. 2.2 Dimension Now that we know what a basis is, the de nition of dimension is really simple. De nition. Let S be a subspace of the vector space V. The dimension of S, denoted dim(S), is the number of elements in a basis of S. So if someone gives me a subspace S, to nd its dimension, I just nd a basis and count the number of vectors. There s some work involved in showing that the de nition of dimension is well-de ned. That is, I need to be sure that if I nd one basis for S that gives me one number for the dimension, I m not going to nd another basis later on that gives me a di erent number. It all works out in the end, though, and we won t go into the details. For the example we ve been looking at, the set {f1 , f2 } is a basis for S. This set has 2 vectors, so dim(S) = 2. Conveniently, this agrees with our intuitive idea of dimension. Since S looks like a plane, it s dimension ought to be 2. This example is more of a sanity check than anything else the interesting thing about dimension is using it in complicated situations where we don t have intuitive ideas to work with. 3 Notation for general linear transformations It s common terminology that the domain of a function is its set of inputs, and the range of a function is its set of outputs. So for a general transformation T , the idea is T : domain range. (3) Keeping with this, I m going to use d and r as placeholders for the sizes of the spaces that T maps between. Maybe it s better to just write what I mean: T : Rd Rr . 2 (4) I m going to stick with this as best I can from here on out. As an added convenience, the r happens to agree with the number of rows in a matrix representation of T . Unfortunately d isn t the rst letter of columns, but at least it s pretty close to c. 4 4.1 Null space What inputs don t matter? Motivation and de nition Let s take a quick look back at orthogonal projections. Remember the idea behind orthogonal projections. Given a vector v R2 , I can also take a perpendicular vector v . Then for any x R2 , I can decompose x as x = v + v for some scalars and . The decomposition is pictured here: (5) u v v v v = Pv (u) The orthogonal projection Pv takes the part parallel to v itself, so Pv (x) = v. (In Lecture 4, we found a formula for , but that s not so important at the moment.) There s something a little peculiar here. Say I apply this projection to v . Well, v decomposes as v = 0v + 1v . Since Pv (v ) takes only the part parallel to v, I get Pv (v ) = 0v = 0. (6) 3 Now say I start with an arbitrary vector x. If I add any multiple of v to x, then I don t a ect the part of it that lies parallel to v. So Pv (x + v ) = Pv (x). The projection Pv doesn t care about the vector v at all. This feature isn t particular to projections. For a general linear transformation T : Rd Rr , suppose that T v = 0. Then for any vector x Rr , T (x + v) = T x + T v = T x. (8) (7) So adding vv to x doesn t change the output at all! This seems to say that if T maps v to 0, then as far as T is concerned, v might as well not exist. If I can gure all the vectors that don t matter, then perhaps I can focus my attention on the inputs that do matter. The rst step is to give the set of all these inputs a name. De nition. The null space of T , denoted Nullspace(T ) is the set of all vectors that map to 0. In set notation, Nullspace(T ) = {v Rd : T v = 0}. (9) 4.2 Null space is a subspace of Rd As it happens, Nullspace(T ) is always a subspace. So it s a mini-vector space inside of the domain. Theorem. If T : Rd Rr is linear, then Nullspace(T ) is a subspace of Rd . Proof. Let u and v be any two vectors in Nullspace(T ). I need to show that any linear combination of these vectors is in Nullspace(T ) as well. This is pretty straightforward: T ( u + v) = T (u) + T (v) = 0 + 0 = 0. (since T is linear) (10) (11) (12) So u + v is in Nullspace(T ). This proves that Nullspace(T ) is a subspace. 4 Now, you might say that this is all well and good, but kind of abstract. So, Nullspace(T is ) a subspace of Rd . Whoop-dee-doo. And while your sarcasm would be appreciated, it would be wrong. The fact that Nullspace(T ) is a subspace has one huge implication for linear systems. If a linear system has more than one solution, then it has in nitely many solutions. Here s the theorem, and the proof. Theorem. If the linear system Ax = b has more than one solution, then it has in nitely many solutions. Proof. Let x1 and x2 be two di erent solutions of Ax = b. Then A(x1 x2 ) = Ax1 Ax2 = b b = 0. (13) This means that x1 x2 is a nonzero vector in Nullspace(A). (It s nonzero since x1 and x2 are di erent.) Since Nullspace(A) is a subspace, this means it contains in nitely many elements. Now take any of these in nitely many elements, and call it v. Then A(x1 + v) = Ax1 + Av = Ax1 = b. This provides in nitely many solutions to Ax = b. (14) 4.3 Nullity The size of the null space is also important enough to get its own name. It s called the nullity. De nition. The nullity of T , denoted nullity(T ), is the dimension of Nullspace(T ). As an equation, nullity(T ) = dim(Nullspace(T )). (15) This gauges the amount of information that the transformation T destroys (which it does by mapping vectors to 0). 5 5 5.1 Range What outputs are possible? Motivation and de nition Here s another peculiar feature of linear transformations, again motivated by the projection Pv . At a glance, I d say that the outputs from Pv live in R2 . This is true, but it s not very precise. This projection always gives me an output that s parallel to v. In fact, span(v) fully describes the possible outputs of Pv . This subspace looks like a straight line, and it s much smaller than R2 . This begs the question: For an arbitrary linear transformation T : Rd r R , what vectors in Rr are actually possible as outputs? This is a big question for linear systems of equations, too. If my system is T x = b, then b has to be among the possible outputs if there s any hope of nding an exact solution. The set of all possible outputs from T is called the range. Here s how to de ne it. De nition. Let T : Rd Rr be linear. The range of T , denoted Range(T ) is the set of all possible outputs from T . In set notation, Range(T ) = {w Rm : w = T v for some v Rn }, where T : Rn Rm . (16) 5.2 Range is a subspace Same as the null space, the range of a linear transformation is a subspace. Only Range(T ) is a subspace of Rr , whereas Nullspace(T ) is a subspace of Rd . Theorem. Let T : Rn Rm be a linear transformation. Then Range(T ) is a subspace of Rm . Proof. I need to show that Range(T ) is closed under linear combinations. To do this, suppose that w and z are vectors in Range(T ). Then there are vectors u and v in Rn such that w = T u, z = T v. (17) Now if I take an arbitrary linear combination of w and z, w + z = T u + T v. 6 (18) Since T is linear, I can rearrange the right side: w + z = T ( u) + T ( v) = T ( u + v). (19) (20) This shows that w + z is the output of T when I apply it to u + v. So w + v Range(T ), and thus Range(T ) is a subspace. This doesn t have immediate implications that are as gratifying as what we did with null spaces. But it s still a big part of understanding linear transformations. The set of possible outputs always looks like a line, or a plane, or their higher dimensional analogues. It does, at least, tell me that I can precisely de ne the size of the range. 5.3 rank(T ) How big is Range(T )? Since Range(T ) is a subspace of Rm , I can say how big it is by nding its dimension. In fact, this gets a special name: rank. De nition. The rank of T , denoted rank(T ), is the dimension of Range(T ). More equation-like, rank(T ) = dim(Range(T )). (21) Actually nding rank(T ) is another matter, as it involves constructing a basis for Range(T ). We ll deal with that a little ways down the road. 5.4 How can I nd Range(T )? question. Say that I have the transfor t13 t1d t23 t2d . . . . . . . tr3 trd Now let s check out a more practical mation T : Rd Rr as a matrix, t11 t12 t21 t22 T = . . . . . . tr1 tr2 (22) (For instance, this is the matrix I d get with a r d linear system, T x = b.) How do I determine which vectors are actually in Range(T ). 7 Fortunately, that s pretty easy to gure out. Remember that the matrixvector multiplication T x takes the components of x, and uses them to make a linear combination of the columns of T : t11 t12 t13 t1d t21 t22 t23 t2d T x = . x1 + . x2 + . x3 + + . xd . (23) . . . . . . . . tr1 tr2 tr3 trd I can vary the values of x1 , x2 , . . . , xd as much as I want. So by picking di erent vectors x, I can make T x give me back any linear combination of the columns of T . That s pretty spi y because it tells me that Range(T ) = span(columns of T ). (24) 4 and think about the projection Pv . I know 1 that Range(Pv ) ought to be span(v), but I want to check out this span of the columns business. First, I need to nd the matrix representation for Pv . To nd this, I see what it does to the standard basis vectors: Example. Let s take v = Pv (e1 ) = Pv (e2 ) = 4 v e1 v = v, v v 17 (25) (26) v e2 1 v = v. v v 17 So the matrix representation for Pv is Pv = So I should have 4 1 Range(Pv ) = span( 17 v, 17 v). 4 v 17 1 v 17 = 16/17 4/17 . 4/17 1/17 (27) (28) But any linear combination of 4 v 17 and 1 v 17 is just a scalar multiple of v. So (29) Range(Pv ) = span(v), which is what I was hoping I d get! 8
Find millions of documents here - Study Guides, Homework Solutions, Papers, Exam Answer Keys and more.
Course Hero has millions of course related materials that will enable you to learn better, faster and get an A in all your courses.
Below is a small sample set of documents:
352sect19.pdf
Path: Washington >> SPAN >> 352 Fall, 2008
Description: Applied Math 352 Notes by R. J. LeVeque 19 Eigenvalue problems In this section we are only interested in square matrices, A lRnn . Then f (u) = Au denes a mapping from lRn to itself. Normally if we multiply an arbitrary vector u by A it will get ...
lecture11.pdf
Path: Washington >> SPAN >> 352 Fall, 2008
Description: AMath 352, Lecture #11 July 18, 2008 1 Introduction An orthornormal set of vectors is one in which the vectors are all perpendicular to each other, and they each have length one. More technically, heres the denition. Denition. A set of vectors {q1...
JFQA-392-Hasbrouck-Appendix.pdf
Path: Washington >> SPAN >> 392 Winter, 2008
Description: JFQA, Vol. 39, No. 2, June 2004 Appendix to Liquidity in the Futures Pits: Inferring Market Dynamics from Incomplete Data Joel Hasbrouck Trading Costs and Returns for US Equities: The Evidence from Daily Data Joel Hasbrouck Department of Finance Ste...
pscyh 410 summary.doc
Path: Washington >> SPAN >> 410 Spring, 2008
Description: Teasya Kusumo Psychology 410 Annotated Bibliographies Treatment Effectiveness for Conduct Disorder May 1, 2008 Connell, A. M., Dishion, T. J., Yasui, M., & Kavanagh, K. (2007). An adaptive approach to family intervention: Linking engagement in famil...
475.pdf
Path: Washington >> SPAN >> 475 Fall, 2008
Description: 16th ASCE Engineering Mechanics Conference July 16-18, 2003, University of Washington, Seattle DAMAGE AND RESIDUAL LIFE ASSESSMENT OF STRUCTURES USING FRACTURE MECHANICS Trisha Sain 1 , J. M. Chandra Kishen2 , Associate Member, ASCE ABSTRACT A damag...
aging--final!.doc
Path: Washington >> SPAN >> 488 Fall, 2008
Description: Teasya Kusumo Psychology 462 Term Paper Topic Topic: Aging and Memory Is it true thatas as a person is agesging, he/ or she will have impaired memory recollection? According to many past research studies, memory is defined as process of putting infor...
syllabus 510.doc
Path: Washington >> SPAN >> 510 Fall, 2008
Description: 1[1] ForeignLanguageTeachingMethods Fall2005 Rom 518 Tuesday 1:30-3:20 Low 114 GERM/NE/SLAV/Tuesday 3:30-5:20 Denny 310 OFFICE: 305 X RAITT HALL OFFICEHOUR:W1012(andbyappointment) TEL5431510EMAIL:brandl@u.washington.edu http: /faculty.washington.ed...
Lesson6.ppt
Path: Washington >> SPAN >> 595 Winter, 2008
Description: Lesson 6: Portland Cement Concrete CEE 595 Construction Materials Winter Quarter 2008 Lesson 6: Portland Cement Concrete Topics Traditional Portland Cement Concrete 6.1 Introduction (Chapter 1 and Powers et al) 6.2 Hydraulic Cements (Chapter 2 a...
Supplement6a_PCC_Case_Study_TNB.ppt
Path: Washington >> SPAN >> 595 Winter, 2008
Description: Supplemental Lesson 6a: PCC Case StudyNew Tacoma Narrows Bridge Supplemental Lesson 6a: PCC Case StudyTNBTopics Overview of project Tower construction Mix Design Mix Properties Construction Images Overview of TNB Project Owner: Washington St...
soccultdevlec student version 6 per page.pdf
Path: Washington >> SPHSC >> 308 Winter, 2008
Description: Individual Learning SPHSC 308 Socio-cultural Development Winter 2007 Olswang Learning that allows for the acquisition of new behaviors, skills, concepts Example Learning/Development How do individuals learn? How do systems evolve? How do cultur...
systems student version 2 per page.pdf
Path: Washington >> SPHSC >> 308 Winter, 2008
Description: Systems Theory SPHSC 308 Winter 2007 Context Situational Interpersonal/social Cultural Interpersonal Context Systems Theory as a means of discussing this level of context Systems Something with interrelated parts. If the parts are related in an o...
500 whowhat to treat baby.ppt
Path: Washington >> SPHSC >> 500 Fall, 2008
Description: SPHSC 500 Autumn 2008 Clinical Methods Lesley B. Olswang, Ph.D. Who to Treat What to Treat Example Example Baby with moderate to severe motor impairments 10-24 months Nonverbal Non-communicative What would you do? Where would you start? Standa...
500 Course Intro.pdf
Path: Washington >> SPHSC >> 500 Fall, 2008
Description: SPHSC 500 Autumn 2008 Clinical Methods Lesley B. Olswang, Ph.D. Introduction Course Content What is the role of the SpeechLanguage Pathologist Fundamental concepts of treatment Data collection for monitoring change and decision-making Course App...
Audibility and sound measurement.ppt
Path: Washington >> SPHSC >> 509 Fall, 2008
Description: Audibility and sound measurement SPHSC 509 Lecture 1 Example: dB HL, dB SL Example: dB HL, dB SL Effect of transducer kHz .25 .5 .75 1 1.5 2 3 4 6 ER3 22 18 16 16 17 21 23 24 25 TDH 18 13 10 10 10 15 17 15 18 Sf 0 deg 15 8 7 6 8 7 1 1 17 50 45 40 ...
intensity.assignment.doc
Path: Washington >> SPHSC >> 509 Fall, 2008
Description: SPHSC 509 Assignment for intensity and loudness 1. jnd for intensity Use the auditory interactivities program, Lesson 3, interactivity 2. This is a 3AFC task with the jnd expressed as delta L. Measure your jnd as a function of overall intensity at 1 ...
dir_mic_lab.doc
Path: Washington >> SPHSC >> 582 Fall, 2008
Description: SPHSC 582 WINTER 2006 LAB 7: DIRECTIONAL MICROPHONES PART I - Phonak Savia Software Questions -Connect the Phonak Savia to the HiPro box using the appropriate cords/cables -Open NOAH and recall your patient, enter a sloping audiogram of your choice -...
Lab_6_Noise_Reduction_Aids.doc
Path: Washington >> SPHSC >> 582 Fall, 2008
Description: SPHSC 582: WINTER 2006 Lab 6 Noise Reduction Aids Tips: Remember that using the Multicurve option on the test box allows you to compare different curves at the same time Remember that the Help option on the manufacturers software is helpful For this ...
lab7.htm.doc
Path: Washington >> SPHSC >> 582 Fall, 2008
Description: SPHSC 582 Winter 2004 Lab 7: Compression Definitions INPUT-OUTPUT (I/O) CHARACTERISTICAn input-output characteristic is a set of output levels, generated as a function of input level, for a fixed input frequency (or frequency band). For tolerance pur...
lab_prog1.doc
Path: Washington >> SPHSC >> 582 Fall, 2008
Description: SPHSC 582: WINTER 2006 Lab 2 Hearing Aid Programming I To gain access to hearing aid programming, 5 main hardware/software components are necessary: 1) Hearing aid A hearing aid that can be programmed is either digitally programmable or digital. This...
lab_verification_1_linear.doc
Path: Washington >> SPHSC >> 583 Spring, 2008
Description: SPHSC 583 Lab 6 Spring 2005 Verification I: Matching Target/Linear Aids *Be sure and bring your listening ear mold to lab* 1. Using either the FP40 or Verifit equipment, enter a hearing loss for your patient. It can be a flat, sloping or rising co...
lab_2cc_targets.doc
Path: Washington >> SPHSC >> 583 Spring, 2008
Description: SPHSC 583 Hearing Aid Selection Lab #3 Topics: REUR, NAL-R 2cc target Part I: Enter the audiogram Suppose your patient has the following audiogram: 500 Hz: 30 dB HL, 1000 Hz: 30 dB HL, 2000 Hz: 40 dB HL, 3000 Hz: 50 dB HL, 4000 Hz: 50 dB HL. - Enter...
Hubio 563 Readings and Objectives.doc
Path: Washington >> HUBIO >> 563 Fall, 2008
Description: Hubio 563 Readings and Objectives Lectures: Mental Status Exam and Interviewing Reading: Chapter 2, The Psychiatric Evaluation Chapter Review 1. Review Table 2-1 Elements of the Psychiatric History Table 2-1 Elements of the psychiatric history Idenif...
GW_Petition_Park_report_1998.pdf
Path: Washington >> STAT >> 111 Spring, 2008
Description: ...
Holdren2008_Science_Sustainability.pdf
Path: Washington >> STAT >> 111 Spring, 2008
Description: ASSOCIATIONAFFAIRS PRESIDENTIAL ADDRESS Science and Technology for Sustainable Well-Being John P. Holdren entails pursuing sustainable development to achieve well-being where it is now most conspicuously absent, as well as converting to a sustainab...
Hoegh_Guldberg_2007_Coral_reefs.pdf
Path: Washington >> STAT >> 111 Spring, 2008
Description: Coral Reefs Under Rapid Climate Change and Ocean Acidification O. Hoegh-Guldberg, et al. Science 318, 1737 (2007); DOI: 10.1126/science.1152509 The following resources related to this article are available online at www.sciencemag.org (this informati...
exam1.pdf
Path: Washington >> STAT >> 321 Winter, 2008
Description: Case-based Social Statistics I CSSS 321 Winter 2003 First Examination Exam: Friday, February 14, 10:30am - 11:25am Professor: Mark S. Handcock Name: 1. Please write your name in the above space. 2. You need to do 2 of the 3 questions. All questions...
syllabus.pdf
Path: Washington >> STAT >> 321 Winter, 2008
Description: Case-based Social Statistics I Winter 2007 Professor: Mark S. Handcock Syllabus MOS Mind on Statistics text. CHS A Casebook for a First Course in Statistics text. Lecture Date Topics Readings 1 2 Introduction to Statistical ideas: Why Statistic...
practice1.pdf
Path: Washington >> STAT >> 322 Spring, 2008
Description: Case-based Social Statistics II CSSS 322 Spring 2002 Practice First Examination Exam: Tuesday, May 7, 10:30am - 12:00pm Professor: Mark S. Handcock Name: 1. Please write your name in the above space. 2. You need to do all 4 questions. All questions...
hw5.pdf
Path: Washington >> STAT >> 322 Spring, 2008
Description: Case-based Social Statistics II CSSS 322 Professor: Mark S. Handcock Solutions to Homework 5 Due Thursday, May 16, 2002 Problems to be handed in: 1) In an article on crime in the United States, Newsweek magazine (January 10, 1994) quoted FBI statisti...
hw3.pdf
Path: Washington >> STAT >> 322 Spring, 2008
Description: Case-based Social Statistics II CSSS 322 Professor: Mark S. Handcock Homework 3 Due Thursday, April 25, 2002 Problems to be handed in: 1) In a random sample of 725 selected for interview from a population of 13,916 teachers in Washington, 113 said th...
fin.pdf
Path: Washington >> STAT >> 394 Fall, 2008
Description: ...
AEESP-stat-analysis.pdf
Path: Washington >> STAT >> 486 Fall, 2008
Description: Statistics Statistics for Analysis of Experimental Data Catherine A. Peters Department of Civil and Environmental Engineering Princeton University Princeton, NJ 08544 Statistics is a mathematical tool for quantitative analysis of data, and as such i...
Problems1003.doc
Path: Washington >> STAT >> 491 Fall, 2008
Description: STAT 491 Group problems 10/3 1. Consider 2a molecules diffusing through a membrane. Let Xn be the number of molecules to the left of the membrane. At each time, one of the 2a molecule is chosen at random and moved to the other side of the membrane ...
sln.hw2.doc
Path: Washington >> STAT >> 491 Fall, 2008
Description: STAT/MATH 491 Solutions to homework 2. 5.4.1 E(Z m Zn) = . Now given that Zm = k, Zn can be thought of as k independent chains of length m n. Thus E(Z n Z m = = = so E(Z m Z n ) = ( ) = . Hence Cov(Z m , Z n ) = = ...
CA.trend.coef.matrix.txt
Path: Washington >> STAT >> 498 Fall, 2008
Description: 060370002,2.93443293273918,-6.60175212411867,1.46086781027834 060371002,3.03280812436641,-6.44671558582038,-1.66919019159562 060371103,2.99947555742709,-6.23861259473043,-1.0092641065844 060371201,2.79750673204645,-6.36486904517982,-0.838880577044036...
CA.lcovar.subset.txt
Path: Washington >> STAT >> 498 Fall, 2008
Description: ID2,LAT,LONG,LANDUSE,PopDens,m_to_a1,m_to_a2,m_to_a3,m_to_commerc,xlamb2,ylamb2 060370002,34.13650,-117.9230,Indust, 9.250915, 7.503247,7.190049,7.660713,6.2324031, -22.4479346, -1.542679 060371002,34.17600,-118.3170,Comm_serv, 9.346770, 7.368975,9.3...
HW506Sol3.pdf
Path: Washington >> STAT >> 506 Spring, 2008
Description: Stat 506, Homework set #3 Due Monday April 21, 2008 From Casella and Berger. 3.3; 3.7; 3.9; 3.20 and 3.23 Solution to Casella and Berger 3.3 Let Xi be the indicator function of the event a car is passing during the i-th second, where we start counti...
hw5.pdf
Path: Washington >> STAT >> 506 Spring, 2008
Description: Computer Environments for Social Scientists CSSS 506 Professor: Mark S. Handcock Solutions to Homework 5 Due Tuesday, March 5, 2002 1) The data frame hills contains the results from the Scottish hill races. The data set is taken from Staudte and Shea...
512 Info.doc
Path: Washington >> STAT >> 512 Fall, 2008
Description: STAT512:STATISTICALINFERENCE AUTUMN2007 Instructor: MichaelPerlman,Dept.ofStatistics,Box354322 Office:B310PadelfordHall(mailboxinB313) Phone:5437735 email:michael@stat.washington.edu Officehours:afterclassorbyappointment MWF10:3011:20,Sieg225. Th10:3...
Rcode.txt
Path: Washington >> STAT >> 516 Fall, 2008
Description: Example R Sessionx <- 1:5xy <- 11:15x+yz <- c(10,6,3,5,1)zhelp(seq) seq(from=3,to=7,by=2)seq(3,17)seq(14,2)seq(1,2,.1)help(rep)rep(1,5)rep(1:5,3)temp <- c(2,1,5,9)temp.3 <- rep(temp,3)temp.3rep(c(seq(2,10,2),seq(1,9,2),2)temp.3[3] temp.3[5:7]temp.3[c...
Spatial4.ppt
Path: Washington >> STAT >> 518 Spring, 2008
Description: SpatialStatisticsIV Stat518Sp08 Estimationof variograms Recall (v) = s (1 r (v) Methodofmoments:squareofallpairwise differences,smoothedoverlagbins 2 (h) = 1 N(h) i,j N(h) (Z(s i ) Z(s j )2 N(h) = (, : ) + 2 2 Problems:Notn...
spatial1.ppt
Path: Washington >> STAT >> 518 Spring, 2008
Description: Spatialstatistics STAT518Sp08 Researchgoalsin airqualityresearch Calculateairpollutionfieldsforhealth effectstudies Assessdeterministicairqualitymodels againstdata Interpretandsetairqualitystandards Improvedunderstandingof complicatedsystems Predict...
Spacetime.ppt
Path: Washington >> STAT >> 518 Spring, 2008
Description: Spacetimestatistics STAT518 Sp08 Spacetimeprocesses Separablecovariancestructure: Cov(Z(x,t),Z(y,s)=C1(x,y)C2(s,t) Nonseparablealternatives Temporallyvaryingspatial covariances Fourierapproach Completelymonotonefunctions SARMAPstudy Spatialcor...
524-07s.pdf
Path: Washington >> STAT >> 524 Spring, 2008
Description: ...
CATHEEK STAT 534 HW #1.txt
Path: Washington >> STAT >> 534 Fall, 2008
Description: #-#-#Cathee Kneeling #STAT 534 #Homework #1, Due 4/11/2006 #--#-# Pull in source files directory <- \"http:/www.stat.washington.edu/catheek/stat534/HW#1\" lib.filename <- \"home1-make-data-lib-3-30-05.txt\" lib.pathname <- paste(directory, lib.filename, ...
CATHEEK STAT 534 HW #5.txt
Path: Washington >> STAT >> 534 Fall, 2008
Description: #-#-#Cathee Kneeling #STAT 534, Werner Stuetzle #Homework #5, Due 5/16/2006 #--#-#-#--# cost function calculates minimum total cost # and completes knowncost matrix # i = index of vector v1; j = index of vector v2 #-#--cost = function(i, j, v1, v2) {...
syllabus.pdf
Path: Washington >> STAT >> 535 Fall, 2008
Description: Course Syllabus: BIOSTAT/STAT 535 Statistical Computing Autumn Quarter 2008 Adrian Dobra, Assistant Professor, Statistics, CS&SS and BNHS adobra@u.washington.edu September 30, 2008 Class room The class meets Tuesday and Thursday between 11:30am and ...
535-07au.pdf
Path: Washington >> STAT >> 535 Fall, 2008
Description: ...
538-08wi.pdf
Path: Washington >> STAT >> 538 Fall, 2008
Description: ...
550-07au.pdf
Path: Washington >> STAT >> 550 Fall, 2008
Description: ...
560syll.pdf
Path: Washington >> STAT >> 560 Fall, 2008
Description: Preliminary Battle Plan CSSS/POLS/STAT 560: Hierarchical Modeling for the Social Sciences Professor: Kevin Quinn, Political Science and CSSS Winter Quarter 2002 Class Room Oce 2:30-4:00 PM Tuesday and Thursday 313 Savery C-14-C Padelford Hall Phone...
lec3bw.pdf
Path: Washington >> STAT >> 560 Fall, 2008
Description: 1 CSSS 560 Lecture 3: Review of the Linear Regression Model (Part II) Kevin Quinn University of Washington 2 Outline Residual Diagnostics Leverage and Inuence Example 3 Residual Diagnostics In deriving the sampling properties of the OLS es...
lec1bw.pdf
Path: Washington >> STAT >> 560 Fall, 2008
Description: 1 CSSS 560 Lecture 1: What is Clustered Data and How Should it be Analyzed? Kevin Quinn University of Washington 2 Examples of Clustered Data Multilevel (contextual) data Longitudinal (panel) data Repeated measures data Data collected via cl...
FigHW3.pdf
Path: Washington >> STAT >> 567 Fall, 2008
Description: Earnings of Black Women 0.06 0.06 Earnings of Black Women 0.05 default=SheatherJones 0.05 h=2 h=10 0.04 Probability Probability 0 20 40 60 80 0.03 0.02 0.01 0.00 0.00 0 0.01 0.02 0.03 0.04 20 40 60 80 Earnings (thousands of doll...
lec2plots.pdf
Path: Washington >> STAT >> 567 Fall, 2008
Description: Betty Dick Sally Harry Tom Sally Tom Harry Dick Betty ...
friends.pdf
Path: Washington >> STAT >> 567 Fall, 2008
Description: Krackhardts Hightech Managers friends network q q q q q q q q q q q q q q q q q q q q q q q q q q q q q q q q q q q q Trace of var1 10 Density of var1 Density 0e+00 3e+05 Iterations 6e+05 5 10 15 20 0.00 20 0.02 0.04 0.06 0 0.08 ...
FigHW5.3.pdf
Path: Washington >> STAT >> 567 Fall, 2008
Description: Linear Quantile Regression 11.5 11.5 Spline Quantile Regression 11.0 10.5 Logearnings 10.0 Logearnings observed quantiles quantile regression lines 9.5 9.5 10.0 10.5 11.0 observed quantiles quantile regression splines 9.0 9.0 70 75 80...
570-Day-2.pdf
Path: Washington >> STAT >> 570 Fall, 2008
Description: Stemming Tokenizing suffixes irrelevant Porter Stemmer, simple and efficient Website: http:/www.tartarus.org/...
573.pdf
Path: Washington >> STAT >> 573 Fall, 2008
Description: ...
576-07s.pdf
Path: Washington >> STAT >> 576 Fall, 2008
Description: BIOSTAT/STAT 576 Statistical Methods for Survival Data MW 9:00am - 10:20am, Spring 2007; HST T530 Instructor: Ying Qing Chen Tel: 206.667.7051 Email: yqchen@u.washington.edu Oce hour: Th 2:30pm - 3:30pm; H657 Course Web Site: http:/www.scharp.org/u...
576.pdf
Path: Washington >> STAT >> 576 Fall, 2008
Description: ...
579-07au.pdf
Path: Washington >> STAT >> 579 Fall, 2008
Description: ...
579-08su.pdf
Path: Washington >> STAT >> 579 Fall, 2008
Description: ...
579-08sp.pdf
Path: Washington >> STAT >> 579 Fall, 2008
Description: ...
581.day1.08.pdf
Path: Washington >> STAT >> 581 Fall, 2008
Description: STATISTICS 581: Advanced Theory of Statistical Inference Fall, 2008 Time: Place: Professor: Oce: Phone: e-mail: Oce Hours: Texts: 10:30 - 11:20 MWF (lecture) MEB 245 Jon A. Wellner B320 Padelford 206-543-6207 jaw@stat.washington.edu 1:30 - 3:30 MWF...
ref.08.pdf
Path: Washington >> STAT >> 581 Fall, 2008
Description: References for Statistics 581, Fall 2008 Analysis: Bartle, R. G., The Elements of Integration. Rudin, W., Principles of Mathematical Analysis. Royden, H. L., Real Analysis. Luenberger, D., Optimization by Vector Space Methods. Probability: Will...
ch2.figs-epsf.pdf
Path: Washington >> STAT >> 581 Fall, 2008
Description: Statistics 581, Chapter 2 Empirical Distribution Function and Empirical Process Figures Wellner; 10/24/2008 1 0.8 0.6 0.4 0.2 0.2 0.4 0.6 0.8 1 Figure 1: Uniform Empirical Distribution Function, n = 50. 1 0.75 0.5 0.25 0.2 -0.25 0.4 0.6...
exam1.06.pdf
Path: Washington >> STAT >> 581 Fall, 2008
Description: Statistics 581, Midterm Exam Wellner; 11/06/2006 This exam is to be taken without any books or notes. 1. (24 points) Dene any three of the following ve terms. (a) A uniformly integrable sequence of random variables. (b) Convergence in rth mean of a...
mt03.pdf
Path: Washington >> STAT >> 582 Fall, 2008
Description: Stat 582 W03 Midterm exam Please give as complete solutions as possible. More paper is available if needed. 1. Let (X,Y) be bivariate normal, mean zero, variance 1, correlation r. Find a minimal sufficient statistic for r. Is it complete? 2. Suppo...
final2.89.pdf
Path: Washington >> STAT >> 582 Fall, 2008
Description: STAT 582 FINAL EXAM 1. Let T (F) = m 2 = ( xdF(x)2 . Find, using the asymptotic theory for statistical functionals, the limiting F distribution of T (F n ) when m F 0. 2. Let (X 1 , Y 1 ), . . . , (X n , Y n ) be independent random variables with ...