Functional Form and Nonlinearities

Size: px
Start display at page:

Download "Functional Form and Nonlinearities"

Transcription

1 Sectin 6 Functinal Frm and Nnlinearities This is a gd place t remind urselves f Assumptin #0: That all bservatins fllw the same mdel. Levels f measurement and kinds f variables There are (at least) three essential kinds f variables in ecnmetrics Interval (r cardinal) variables are the usual kind f variables that are cntinuus and where the numbers actually measure smething. Differences are meaningful: An incme f $70,000 exceeds an incme f $60,000 by the same amunt as an incme f $50,000 exceeds an incme f $40,000 With interval variables, we can talk meaningfully abut cntinuus mathematical functins and partial derivatives Ordinal variables take n several rdered values, but differences are nt meaningful. It is a scale n which we knw which directin different values are frm ne anther, but nt hw far each adjacent pair is apart. Example: highest academic actin taken against a student. We knw that dismissal is wrse than denial f registratin, denial is wrse than prbatin, prbatin is wrse than warning, and warning is wrse than n actin. We dn t knw hw much wrse each is than the adjacent actin. Denial may be a bigger step frm prbatin than prbatin is frm warning. Scale f actins N actin Warning Prbatin Deny registratin Dismissal With rdinal variables, we can talk meaningfully abut hw a change in anther variable wuld mve this variable alng its scale, but there is n easy single-number translatin int hw that mvement n the scale wuld translate int the underlying rdinal levels f the variable because we dn t knw a priri hw far they are apart. (Ecnmetrics allws us t estimate this if we use prper prcedures.) Are GPA and SAT scres interval r rdinal? Categrical variables are thse that have several pssible utcmes but where thse utcmes cannt even be ranked rdinally. ~ 66 ~

2 Fr these variables, we just have t treat the utcmes as separate pssibilities and cannt meaningfully put them n a scale at all. Example: Chsing t attend Reed vs. anther schl wuld be a twutcme categrical variable. (Chsing Reed vs. L&C vs. anther schl wuld be three-utcme variable.) Sex, ethnicity, and many ther variables are categrical. Dummy (binary r indicatr) independent variables Dummy variables are (yes, n) variables. We traditinally give the value 1 t yes and 0 t n. Dummy variables are used t mdel categrical variables as dependent r explanatry variables and rdinal variables as explanatry variables. When there are nly tw pssible utcmes, a single dummy variable is sufficient (e.g., sex, ignring the transgendered). When there are M > 2 utcmes, we need M 1 dummy variables: Regin {Nrtheast, Suth, Midwest, West} Need dummies fr Nrtheast, Suth, Midwest. Dn t need dummy fr West because we can tell thse bservatins frm the fact that they are zer fr the ther three. If we include all fur dummies, they will add up t 1, meaning perfect multicllinearity in a regressin that als includes an intercept term. While dummy variables are ften very useful in multiple regressins (with mre than ne regressr), they are limited in simple regressin, but have a special interpretatin. Suppse that D is a dummy variable fr sex with D = 1 being male. Cnsider the mdel yi 1 2 Di ei. Fr females, D = 0 and the expected value f y is 1. Fr males, D = 1 and the expected value f y is Thus, 1 is the difference between the expected y fr males and females. A test f the null hypthesis 2 = 0 wuld be a test f whether males and females have the same average y. This is equivalent t the t test fr the equality f means and is a simple applicatin f analysis f variance. When there are ther variables present, a dummy variable shifts the intercept f the relatinship between y and the ther variables upward r dwnward depending n the value f the dummy. (Slpe is assumed t be the same.) Cnsider the fllwing example: lnw 1 t estimate the effect f an additinal year f educatin n the wage. Wages may differ acrss sexes T allw the functin t vary by a cnstant amunt between males and females: lnw 1 3MALE ~ 67 ~

3 Fr females: lnw 1 Fr males: lnw ED Thus, the intercept is different fr males than fr females, but the slpe is the same, meaning that we have assumed that the effect f educatin n wages is the same fr males and females. What if we include a FEMALE dummy as well? lnw 1 3MALE 4FEMALE This wuld add nthing f value t the regressin because we already knw the difference between males and females frm 3. MALE FEMALE 1 x1 s there is perfect multicllinearity: XX is singular and the inverse des nt exist. Statistical algrithms will either break dwn r (like Stata) delete ne f the cllinear variables. Hw wuld this wrk with the reginal dummies? T mdel differences in intercept, we include dummies fr three f fur regins: lnw 1 3Nrtheast 4Suth 5Midwest Again, including all fur results in cllinearity The intercept term 1 is the intercept fr the mitted categry (West) The intercept fr Suth is 1 + 4, s 4 measures whether the intercept is different fr the Suth vs. the West. Chse the mitted categry t be the ne against which yu want t test thers, then the t test is easier T test whether regin matters at all, d a jint F test f 3 = 4 = 5 = 0. Making and using dummy variables in Stata Suppse that we have a regin variable and want t make dummies fr the varius regins: Old-fashined way: gen suth=regin== Suth (and similar fr the ther regins) Use the xi cmmand t create a battery f dummies: xi i.regin Easiest f all, use factr variables in yur variable list: reg lwage i.regin educ If we have a dummy variable that is 1 fr nly a single bservatin (presumably in multiple regressin), then the residual fr that bservatin will be zer and the cefficient f that dummy variable will have the value f the residual f that bservatin in an therwise identical regressin that excludes the dummy. Dummy dependent variables can be estimated by OLS using the linear prbability mdel, but this is nt the best way t estimate these mdels, s we wn t g int any details. ~ 68 ~

4 Interactin effects What if the effect f educatin differs fr males and females? In this case, we need an interactin variable. lnw ED MALE ED MALE Equatin fr females: lnw 1 Equatin fr males: lnw Thus, 3 is the difference in the intercept and 4 is the difference in the slpes. Running this regressin is equivalent t running separate regressins fr the male and female samples The female sample will have an intercept estimate f b 1 and a slpe ED estimate f b 2 The male sample will have an intercept estimate f b 1 + b 3 and a slpe estimate f b 2 + b 4 Running them tgether requires that the variance f the errr term fr males and females be the same But running them tgether allws testing the hyptheses 3 = 0 and 4 = 0, which are ften f interest. The jint test that bth (all) cefficients are the same acrss the tw subsamples is called a Chw test. Allwing the slpe (educatin effect) t vary acrss regins wuld invlve interactin terms between ED and each f the three reginal dummies. We can als interact dummies with ne anther: lnw ED MALE Suth MALE Suth Fr nn-suth females: lnw 1 Fr Suth females: lnw 1 4 Fr nn-suth males: lnw 1 3 Fr Suth males: lnw Suth effect fr females = 4 Suth effect fr males = Male effect fr nn-suth = 3 Male effect fr Suth = Thus, 5 measures the difference in the male effect between Suth and nn- Suth, r the difference in the Suth effect between males and females. We can als interact cntinuus variables lnw ED AGE ED AGE ~ 69 ~

5 lnw ED 2 4 lnw AGE 3 4 AGE ED Thus, 4 measure the effect f age n the value f an additinal year f educatin, r the effect f educatin n the value f an additinal year f age. Factr variables in Stata t create interactins: reg lwage i.regin#c.ed runs a regressin f lwage n the interactins f the regin dummies and the educatin variable (the c. means a cntinuus variable) reg lwage i.regin##c.ed includes bth interactins and the regin dummies themselves and ed itself (this is usually what yu want) Yu can run quadratic mdel in educatin as reg lwage c.ed##c.ed. The advantage f this frm is that yu can use margins and marginsplt t shw and plt the relatinship between lwage and ed taking accunt f the nnlinearity. Nnlinearity in variables vs. nnlinearity in parameters Slving fr the OLS estimatr required that we differentiate the LS r likelihd functin with respect t the parameters. In a mdel that is linear in parameters, the LS bjective functin will be quadratic, s that the least-squares nrmal equatins based n setting the first derivatives t zer are linear in the cefficient estimatr. This means that we can use linear algebra t slve fr the cefficient estimatr. If the mdel is nnlinear in parameters, then the LS bjective functin will nt be quadratic and the nrmal equatins will nt be linear in parameters, s numerical search methds must be used fr slutin. This is called nnlinear LS and is much mre cmputatinally difficult and ptentially prblematic than the linear mdel. (Cvered in S&W appendix t Ch. 8.) There are times when nnlinear LS is necessary, but we try t avid it whenever pssible. There are many mdels that are nnlinear in variables but linear in parameters. These mdels are easy t deal with: we can transfrm the variables and use linear OLS methds. If a mdel is nnlinear in its regressrs (r with a nnlinear dependent variable), then the cefficient n the variable is n lnger y/x j. Instead, we have t calculate y/x j as a functin f the cefficients and the values f X. This will vary accrding t the functinal frm, s we ll talk abut the partial effects fr individual frms as we discuss them. ~ 70 ~

6 The chice f functinal frm shuld be guided by thery, but thery rarely prvides a unique specificatin. It is ften necessary t try varius functinal frms t see which ne seems t fit the best. Pltting actual and fitted values against each regressr can ften be helpful in seeing nnlinearities. One way t explre nnlinearities (if yu have a large enugh sample) is t create a battery f dummy variables with different levels f a regressr. Lking at the pattern f cefficients fr the different levels can tell yu whether the relatinship is apprximately linear. Fr example, we culd examine math SAT scre effects by lking at dummies fr 500 SATM < 600, 600 SATM < 700, and SATM 701, leaving ut the bttm categry belw 500. This will give us fur pints n a general respnse functin (with zer implicit fr the mitted grup, belw 500). If the fur pints seem t lie n a straight line, then the linear specificatin is prbably fine. One may als see evidence f quadratic r cubic behavir and can use mre than fur categries if yu have enugh data and want t be mre discriminating. Quadratic and higher-rder plynmial mdels One easy way f incrprating curvature int a mdel is t intrduce quadratic terms. (Fr the mment, we will assume nly ne regressr is nnlinear, s we ll ignre thers.) 2 Yi 0 1Xi 2Xi ui Pssible shapes fr the relatinship: Upward slping at an increasing rate ( 1 > 0, 2 > 0) Upward slping at a decreasing rate r dwnward slping but flattening ut ( 1 > 0, 2 < 0) Nte that this curve always turns dwnward (upward) after a peak (trugh) at x = 1 /2 2, s it is critical t evaluate which part(s) f the curve the sample lies in. (Are mst/all f the x values f interest < r > 1 /2 2?) This nn-mntnicity may be gd r bad depending n thery. If yu want a universally mntnic but diminishing effect, using ln x may be a gd alternative specificatin. Dwnward slping and getting steeper as x increases ( 1 < 0, 2 < 0) Always include a graph f the respnse functin s that yur reader can understand the shape f the effect. The cefficients dn t tell the stry in a transparent way. ~ 71 ~

7 Partial effect Y 122X. X The sign f the partial effect will change at x = 1 /2 2 if sgn( 1 ) sgn( 2 ), as discussed abve. Estimating the standard errr f the partial effect Cnditinal n x, var ˆ 2 ˆ X var ˆ 4X 2 var ˆ 4Xcv ˆ, ˆ The estimated values f the variances and cvariances can be btained frm the utput f yur regressin package. (They are the diagnal and ff-diagnal elements f the estimated cvariance matrix f the cefficient vectr. This is btained by estat vce after a regressin cmmand. (As usual, it will be the classical estimated cvariance estimatr unless yu use the rbust ptin in the regressin.) S&W pint ut tw ther ways f estimating the standard errr f a linear cmbinatin f cefficients: D a test cmmand that the partial effect is zer t get an F statistic, then an estimate f the standard errr will be the abslute value f the partial effect at that x divided by the square rt f the F value. Transfrm the mdel int ne where the desired effect is directly estimated and get the standard errr frm the regressin table. Relevant significance tests in the quadratic mdel: Des x affect y? This is a test f the jint null hypthesis H 0 : 1 0, 2 0. It is a standard F test. Is the relatinship quadratic rather than linear? This is a t test f H 0 : 2 = 0, given that 1 is assumed t be nnzer (null hypthesis is linear mdel). This is an example f a nested specificatin test because the linear mdel is a special case f (nested within) the quadratic specificatin. Nte that the t test is preferred t cmparing R 2 2 r R values. The frmer will always be higher fr the quadratic specificatin. The latter will be higher if the t value exceeds ne, which is well belw cnventinal critical values. Higher-rder plynmials D cubic, quartic, etc. relatinships ever ccur in ecnmic data? ~ 72 ~

8 Yes, but they can be hard t sell. Example f SAT scres and Reed GPA. Same prcedures apply fr estimated partial effects and tests. What t d if 3 rd -rder term is significant and 2 nd -rder term is nt? Dn t leave ut the 2 nd -rder term. Test bth jintly t try t reject the linear mdel in favr f the cubic. If significant, retain bth. Nnlinear least squares Fr mdels that are nnlinear in the parameters, we must generally use nnlinear search methds t find the least-squares (r maximum-likelihd) estimates. Linearity in parameters depends crucially n the specificatin f the errr term. The errr term in the mdel must be additive. B y; B x; e, where B is Cnsider the Bx-Cx mdel the Bx-Cx transfrmatin Bz Recall that Bz; z y 1 2 z z 1 ; z. z 1 if z 1, ln z if z 0. Nnlinear estimatin usually requires yu t (at minimum) prvide a frmula fr the deterministic part f the functin. T estimate the abve mdel in Stata (withut using the bxcx cmmand) yu culd type nl ((y^lamy 1)/lamy = beta1+beta2*(x^lamx 1)/lamx), initial (lamy 0.5 lamx 0.5 beta1 0 beta2 0) Nnlinear search algrithms can be very slw and unreliable. It is generally very helpful t prvide starting values near the ptimal parameter values. Nnlinear estimatin is a directed search ver the parameter space t find the best cmbinatin. It is generally guided by taking numerical derivatives f the bjective (LS r likelihd) functin with respect t the parameters, then fllwing the directin f greatest imprvement (the gradient). Sme nnlinear-ptimizatin packages allw yu t enter analytic (algebraic) partial derivatives f the mdel with respect t the parameters. This generally speeds up cnvergence. Sme bjective functins may have multiple lcal ptima. Starting far frm the glbal ptimum can cause the algrithm t becme trapped at a glbal ptimum that is inferir t the glbal ne. Gd initial values can help avid this prblem. T assure that yur ptimum is a glbal ne, try starting frm several different sets f initial values and see if yu cnverge t the same ptimum. z x ~ 73 ~

9 Sme bjective functins are badly behaved, having ridges (r valleys) where the bjective functin is very flat in ne directin. This is particularly true if multicllinearity is a prblem. If tw variables are highly, psitively crrelated, then increasing the cefficient f ne by a lt and simultaneusly decreasing the cefficient f the ther will have very little effect n the predicted values and the residuals, hence n the bjective functin. This leads t a ridge in the likelihd functin (valley in the least-squares functin) at a diagnal in the space f these tw variables. Nnlinear estimatin is nt as cmputatinally prblematic as in the ld days, but it is still subject t these numerical difficulties. Avid it when pssible by using specificatins that are linear in the parameters. There will be times when we need t use it fr maximum-likelihd estimatrs such as prbit and lgit, but these likelihd functins are ften well-behaved. Treatment effects Crrelatin des nt imply causatin, even if ne event ccurred befre the ther. Hspital stay vs. health status example frm text Selectin bias ccurs when the sample f peple is nt randmly chsen frm the ppulatin. Wage equatin example: nly wrking peple have bserved wages, but peple with higher wage ffers are mre likely t wrk Randmized cntrlled experiments are gld standard f statistical prcedures, but are nt ften available in ecnmics. Unless we have the resurces t create ur wn data, we must use natural experiments arising ut f natural variatin in bserved datasets. Randmized experiments randmly place bservatins int treatment grup r cntrl grup. Often use duble-blind technique in medical treatments where neither the patient nr the dctr knws which grup the patient is in: aviding the Hawthrne effect. Prblems with experiments: Lack f randmizatin can lead t crrelatin between grup selectin and ther variables. Can cntrl fr this by cntrlling fr these variables by including them in a regressin. Partial cmpliance Did the treatment and cntrl grups actually d what they were suppsed t d? Did the jb-training selectees actually attend training? Did the patient take the drug? Is this behavir crrelated with e? ~ 74 ~

10 Attritin Sme drp ut f bth grups during the experiment. Were they randm r did peple with high (r lw) values f e drp ut? Hawthrne effect Difference estimatr Duble-blind is nt pssible in many experiments. Experimenter bias may result frm incentives t make results lk significant. Let d i = 1 fr bservatins in treatment grup, 0 fr thse in cntrl grup. yi 1 2di ei 2 measures the treatment effect OLS regressin will give b 2 = y1 y0, the differences f the means f the tw grups. D we need ther regressrs? Nt if selectin is randm because there is n mitted variable bias if the mitted regressrs are uncrrelated with the variable f interest (d). If selectin is nn-randm, but all the variables that determine the selectin are bservable and added t the regressin, then ur dummyvariable cefficient will still be unbiased because there are n mitted variables that are crrelated with d. If we allw peple t select int the treatment and cntrl grups, then there will be ther characteristics (thse that affect the chice) that will be crrelated with d. If any f these variables are als crrelated with y, then we have mitted variable bias ~ sample selectin bias. It may still be useful t include ther regressrs because they will lwer the verall variance f the equatin and reduce the amunt f variatin that d needs t explain. Interactin terms between treatment dummy and ther regressrs wuld allw us t see hw treatment effect might vary with subject characteristics. Differences-in-differences estimatr When we nly have natural experiments, we can smetimes d befre and after cmparisns between the cntrl and treatment grups and get valid estimatrs under apprpriate cnditins. In rder t d this we must have tw bservatins (befre and after) fr each unit and we must be able t assume that the befreafter change is independent f any mitted variable crrelated with treatment status. ~ 75 ~

11 The differences-in-differences estimatr uses the mdel it 1 2 i 3 it y d t dt e, where t = 0 fr befre and 1 fr after and d is the treatment dummy we used abve. ytreatment, after ycntrl, after ytreatment, befre ycntrl, befre ytreatment, after ytreatment, befre ycntrl, after ycntrl, befre ˆ Yu can als use ther cntrls t reduce variance here Differences-in-differences estimatr is example f using panel data, which vary bth acrss time and acrss units. We will study methds fr use with panel data latter n. ~ 76 ~

Internal vs. external validity. External validity. This section is based on Stock and Watson s Chapter 9.

Internal vs. external validity. External validity. This section is based on Stock and Watson s Chapter 9. Sectin 7 Mdel Assessment This sectin is based n Stck and Watsn s Chapter 9. Internal vs. external validity Internal validity refers t whether the analysis is valid fr the ppulatin and sample being studied.

More information

Inference in the Multiple-Regression

Inference in the Multiple-Regression Sectin 5 Mdel Inference in the Multiple-Regressin Kinds f hypthesis tests in a multiple regressin There are several distinct kinds f hypthesis tests we can run in a multiple regressin. Suppse that amng

More information

CHAPTER 24: INFERENCE IN REGRESSION. Chapter 24: Make inferences about the population from which the sample data came.

CHAPTER 24: INFERENCE IN REGRESSION. Chapter 24: Make inferences about the population from which the sample data came. MATH 1342 Ch. 24 April 25 and 27, 2013 Page 1 f 5 CHAPTER 24: INFERENCE IN REGRESSION Chapters 4 and 5: Relatinships between tw quantitative variables. Be able t Make a graph (scatterplt) Summarize the

More information

4th Indian Institute of Astrophysics - PennState Astrostatistics School July, 2013 Vainu Bappu Observatory, Kavalur. Correlation and Regression

4th Indian Institute of Astrophysics - PennState Astrostatistics School July, 2013 Vainu Bappu Observatory, Kavalur. Correlation and Regression 4th Indian Institute f Astrphysics - PennState Astrstatistics Schl July, 2013 Vainu Bappu Observatry, Kavalur Crrelatin and Regressin Rahul Ry Indian Statistical Institute, Delhi. Crrelatin Cnsider a tw

More information

CAUSAL INFERENCE. Technical Track Session I. Phillippe Leite. The World Bank

CAUSAL INFERENCE. Technical Track Session I. Phillippe Leite. The World Bank CAUSAL INFERENCE Technical Track Sessin I Phillippe Leite The Wrld Bank These slides were develped by Christel Vermeersch and mdified by Phillippe Leite fr the purpse f this wrkshp Plicy questins are causal

More information

A Matrix Representation of Panel Data

A Matrix Representation of Panel Data web Extensin 6 Appendix 6.A A Matrix Representatin f Panel Data Panel data mdels cme in tw brad varieties, distinct intercept DGPs and errr cmpnent DGPs. his appendix presents matrix algebra representatins

More information

PSU GISPOPSCI June 2011 Ordinary Least Squares & Spatial Linear Regression in GeoDa

PSU GISPOPSCI June 2011 Ordinary Least Squares & Spatial Linear Regression in GeoDa There are tw parts t this lab. The first is intended t demnstrate hw t request and interpret the spatial diagnstics f a standard OLS regressin mdel using GeDa. The diagnstics prvide infrmatin abut the

More information

INSTRUMENTAL VARIABLES

INSTRUMENTAL VARIABLES INSTRUMENTAL VARIABLES Technical Track Sessin IV Sergi Urzua University f Maryland Instrumental Variables and IE Tw main uses f IV in impact evaluatin: 1. Crrect fr difference between assignment f treatment

More information

[COLLEGE ALGEBRA EXAM I REVIEW TOPICS] ( u s e t h i s t o m a k e s u r e y o u a r e r e a d y )

[COLLEGE ALGEBRA EXAM I REVIEW TOPICS] ( u s e t h i s t o m a k e s u r e y o u a r e r e a d y ) (Abut the final) [COLLEGE ALGEBRA EXAM I REVIEW TOPICS] ( u s e t h i s t m a k e s u r e y u a r e r e a d y ) The department writes the final exam s I dn't really knw what's n it and I can't very well

More information

Hypothesis Tests for One Population Mean

Hypothesis Tests for One Population Mean Hypthesis Tests fr One Ppulatin Mean Chapter 9 Ala Abdelbaki Objective Objective: T estimate the value f ne ppulatin mean Inferential statistics using statistics in rder t estimate parameters We will be

More information

Pattern Recognition 2014 Support Vector Machines

Pattern Recognition 2014 Support Vector Machines Pattern Recgnitin 2014 Supprt Vectr Machines Ad Feelders Universiteit Utrecht Ad Feelders ( Universiteit Utrecht ) Pattern Recgnitin 1 / 55 Overview 1 Separable Case 2 Kernel Functins 3 Allwing Errrs (Sft

More information

MATCHING TECHNIQUES. Technical Track Session VI. Emanuela Galasso. The World Bank

MATCHING TECHNIQUES. Technical Track Session VI. Emanuela Galasso. The World Bank MATCHING TECHNIQUES Technical Track Sessin VI Emanuela Galass The Wrld Bank These slides were develped by Christel Vermeersch and mdified by Emanuela Galass fr the purpse f this wrkshp When can we use

More information

COMP 551 Applied Machine Learning Lecture 5: Generative models for linear classification

COMP 551 Applied Machine Learning Lecture 5: Generative models for linear classification COMP 551 Applied Machine Learning Lecture 5: Generative mdels fr linear classificatin Instructr: Herke van Hf (herke.vanhf@mail.mcgill.ca) Slides mstly by: Jelle Pineau Class web page: www.cs.mcgill.ca/~hvanh2/cmp551

More information

Differentiation Applications 1: Related Rates

Differentiation Applications 1: Related Rates Differentiatin Applicatins 1: Related Rates 151 Differentiatin Applicatins 1: Related Rates Mdel 1: Sliding Ladder 10 ladder y 10 ladder 10 ladder A 10 ft ladder is leaning against a wall when the bttm

More information

Section 11 Simultaneous Equations

Section 11 Simultaneous Equations Sectin 11 Simultaneus Equatins The mst crucial f ur OLS assumptins (which carry er t mst f the ther estimatrs that we hae studied) is that the regressrs be exgenus uncrrelated with the errr term This assumptin

More information

Bootstrap Method > # Purpose: understand how bootstrap method works > obs=c(11.96, 5.03, 67.40, 16.07, 31.50, 7.73, 11.10, 22.38) > n=length(obs) >

Bootstrap Method > # Purpose: understand how bootstrap method works > obs=c(11.96, 5.03, 67.40, 16.07, 31.50, 7.73, 11.10, 22.38) > n=length(obs) > Btstrap Methd > # Purpse: understand hw btstrap methd wrks > bs=c(11.96, 5.03, 67.40, 16.07, 31.50, 7.73, 11.10, 22.38) > n=length(bs) > mean(bs) [1] 21.64625 > # estimate f lambda > lambda = 1/mean(bs);

More information

, which yields. where z1. and z2

, which yields. where z1. and z2 The Gaussian r Nrmal PDF, Page 1 The Gaussian r Nrmal Prbability Density Functin Authr: Jhn M Cimbala, Penn State University Latest revisin: 11 September 13 The Gaussian r Nrmal Prbability Density Functin

More information

MATCHING TECHNIQUES Technical Track Session VI Céline Ferré The World Bank

MATCHING TECHNIQUES Technical Track Session VI Céline Ferré The World Bank MATCHING TECHNIQUES Technical Track Sessin VI Céline Ferré The Wrld Bank When can we use matching? What if the assignment t the treatment is nt dne randmly r based n an eligibility index, but n the basis

More information

CS 477/677 Analysis of Algorithms Fall 2007 Dr. George Bebis Course Project Due Date: 11/29/2007

CS 477/677 Analysis of Algorithms Fall 2007 Dr. George Bebis Course Project Due Date: 11/29/2007 CS 477/677 Analysis f Algrithms Fall 2007 Dr. Gerge Bebis Curse Prject Due Date: 11/29/2007 Part1: Cmparisn f Srting Algrithms (70% f the prject grade) The bjective f the first part f the assignment is

More information

This section is primarily focused on tools to aid us in finding roots/zeros/ -intercepts of polynomials. Essentially, our focus turns to solving.

This section is primarily focused on tools to aid us in finding roots/zeros/ -intercepts of polynomials. Essentially, our focus turns to solving. Sectin 3.2: Many f yu WILL need t watch the crrespnding vides fr this sectin n MyOpenMath! This sectin is primarily fcused n tls t aid us in finding rts/zers/ -intercepts f plynmials. Essentially, ur fcus

More information

Resampling Methods. Chapter 5. Chapter 5 1 / 52

Resampling Methods. Chapter 5. Chapter 5 1 / 52 Resampling Methds Chapter 5 Chapter 5 1 / 52 1 51 Validatin set apprach 2 52 Crss validatin 3 53 Btstrap Chapter 5 2 / 52 Abut Resampling An imprtant statistical tl Pretending the data as ppulatin and

More information

Department of Economics, University of California, Davis Ecn 200C Micro Theory Professor Giacomo Bonanno. Insurance Markets

Department of Economics, University of California, Davis Ecn 200C Micro Theory Professor Giacomo Bonanno. Insurance Markets Department f Ecnmics, University f alifrnia, Davis Ecn 200 Micr Thery Prfessr Giacm Bnann Insurance Markets nsider an individual wh has an initial wealth f. ith sme prbability p he faces a lss f x (0

More information

We can see from the graph above that the intersection is, i.e., [ ).

We can see from the graph above that the intersection is, i.e., [ ). MTH 111 Cllege Algebra Lecture Ntes July 2, 2014 Functin Arithmetic: With nt t much difficulty, we ntice that inputs f functins are numbers, and utputs f functins are numbers. S whatever we can d with

More information

We say that y is a linear function of x if. Chapter 13: The Correlation Coefficient and the Regression Line

We say that y is a linear function of x if. Chapter 13: The Correlation Coefficient and the Regression Line Chapter 13: The Crrelatin Cefficient and the Regressin Line We begin with a sme useful facts abut straight lines. Recall the x, y crdinate system, as pictured belw. 3 2 1 y = 2.5 y = 0.5x 3 2 1 1 2 3 1

More information

Math Foundations 20 Work Plan

Math Foundations 20 Work Plan Math Fundatins 20 Wrk Plan Units / Tpics 20.8 Demnstrate understanding f systems f linear inequalities in tw variables. Time Frame December 1-3 weeks 6-10 Majr Learning Indicatrs Identify situatins relevant

More information

LHS Mathematics Department Honors Pre-Calculus Final Exam 2002 Answers

LHS Mathematics Department Honors Pre-Calculus Final Exam 2002 Answers LHS Mathematics Department Hnrs Pre-alculus Final Eam nswers Part Shrt Prblems The table at the right gives the ppulatin f Massachusetts ver the past several decades Using an epnential mdel, predict the

More information

Lead/Lag Compensator Frequency Domain Properties and Design Methods

Lead/Lag Compensator Frequency Domain Properties and Design Methods Lectures 6 and 7 Lead/Lag Cmpensatr Frequency Dmain Prperties and Design Methds Definitin Cnsider the cmpensatr (ie cntrller Fr, it is called a lag cmpensatr s K Fr s, it is called a lead cmpensatr Ntatin

More information

Distributions, spatial statistics and a Bayesian perspective

Distributions, spatial statistics and a Bayesian perspective Distributins, spatial statistics and a Bayesian perspective Dug Nychka Natinal Center fr Atmspheric Research Distributins and densities Cnditinal distributins and Bayes Thm Bivariate nrmal Spatial statistics

More information

Admin. MDP Search Trees. Optimal Quantities. Reinforcement Learning

Admin. MDP Search Trees. Optimal Quantities. Reinforcement Learning Admin Reinfrcement Learning Cntent adapted frm Berkeley CS188 MDP Search Trees Each MDP state prjects an expectimax-like search tree Optimal Quantities The value (utility) f a state s: V*(s) = expected

More information

AP Statistics Notes Unit Two: The Normal Distributions

AP Statistics Notes Unit Two: The Normal Distributions AP Statistics Ntes Unit Tw: The Nrmal Distributins Syllabus Objectives: 1.5 The student will summarize distributins f data measuring the psitin using quartiles, percentiles, and standardized scres (z-scres).

More information

AIP Logic Chapter 4 Notes

AIP Logic Chapter 4 Notes AIP Lgic Chapter 4 Ntes Sectin 4.1 Sectin 4.2 Sectin 4.3 Sectin 4.4 Sectin 4.5 Sectin 4.6 Sectin 4.7 4.1 The Cmpnents f Categrical Prpsitins There are fur types f categrical prpsitins. Prpsitin Letter

More information

COMP 551 Applied Machine Learning Lecture 4: Linear classification

COMP 551 Applied Machine Learning Lecture 4: Linear classification COMP 551 Applied Machine Learning Lecture 4: Linear classificatin Instructr: Jelle Pineau (jpineau@cs.mcgill.ca) Class web page: www.cs.mcgill.ca/~jpineau/cmp551 Unless therwise nted, all material psted

More information

x x

x x Mdeling the Dynamics f Life: Calculus and Prbability fr Life Scientists Frederick R. Adler cfrederick R. Adler, Department f Mathematics and Department f Bilgy, University f Utah, Salt Lake City, Utah

More information

READING STATECHART DIAGRAMS

READING STATECHART DIAGRAMS READING STATECHART DIAGRAMS Figure 4.48 A Statechart diagram with events The diagram in Figure 4.48 shws all states that the bject plane can be in during the curse f its life. Furthermre, it shws the pssible

More information

Activity Guide Loops and Random Numbers

Activity Guide Loops and Random Numbers Unit 3 Lessn 7 Name(s) Perid Date Activity Guide Lps and Randm Numbers CS Cntent Lps are a relatively straightfrward idea in prgramming - yu want a certain chunk f cde t run repeatedly - but it takes a

More information

Simple Linear Regression (single variable)

Simple Linear Regression (single variable) Simple Linear Regressin (single variable) Intrductin t Machine Learning Marek Petrik January 31, 2017 Sme f the figures in this presentatin are taken frm An Intrductin t Statistical Learning, with applicatins

More information

Evaluating enterprise support: state of the art and future challenges. Dirk Czarnitzki KU Leuven, Belgium, and ZEW Mannheim, Germany

Evaluating enterprise support: state of the art and future challenges. Dirk Czarnitzki KU Leuven, Belgium, and ZEW Mannheim, Germany Evaluating enterprise supprt: state f the art and future challenges Dirk Czarnitzki KU Leuven, Belgium, and ZEW Mannheim, Germany Intrductin During the last decade, mircecnmetric ecnmetric cunterfactual

More information

x 1 Outline IAML: Logistic Regression Decision Boundaries Example Data

x 1 Outline IAML: Logistic Regression Decision Boundaries Example Data Outline IAML: Lgistic Regressin Charles Suttn and Victr Lavrenk Schl f Infrmatics Semester Lgistic functin Lgistic regressin Learning lgistic regressin Optimizatin The pwer f nn-linear basis functins Least-squares

More information

Experiment #3. Graphing with Excel

Experiment #3. Graphing with Excel Experiment #3. Graphing with Excel Study the "Graphing with Excel" instructins that have been prvided. Additinal help with learning t use Excel can be fund n several web sites, including http://www.ncsu.edu/labwrite/res/gt/gt-

More information

COMP 551 Applied Machine Learning Lecture 11: Support Vector Machines

COMP 551 Applied Machine Learning Lecture 11: Support Vector Machines COMP 551 Applied Machine Learning Lecture 11: Supprt Vectr Machines Instructr: (jpineau@cs.mcgill.ca) Class web page: www.cs.mcgill.ca/~jpineau/cmp551 Unless therwise nted, all material psted fr this curse

More information

MODULE FOUR. This module addresses functions. SC Academic Elementary Algebra Standards:

MODULE FOUR. This module addresses functions. SC Academic Elementary Algebra Standards: MODULE FOUR This mdule addresses functins SC Academic Standards: EA-3.1 Classify a relatinship as being either a functin r nt a functin when given data as a table, set f rdered pairs, r graph. EA-3.2 Use

More information

Preparation work for A2 Mathematics [2018]

Preparation work for A2 Mathematics [2018] Preparatin wrk fr A Mathematics [018] The wrk studied in Y1 will frm the fundatins n which will build upn in Year 13. It will nly be reviewed during Year 13, it will nt be retaught. This is t allw time

More information

SPH3U1 Lesson 06 Kinematics

SPH3U1 Lesson 06 Kinematics PROJECTILE MOTION LEARNING GOALS Students will: Describe the mtin f an bject thrwn at arbitrary angles thrugh the air. Describe the hrizntal and vertical mtins f a prjectile. Slve prjectile mtin prblems.

More information

Lecture 2: Supervised vs. unsupervised learning, bias-variance tradeoff

Lecture 2: Supervised vs. unsupervised learning, bias-variance tradeoff Lecture 2: Supervised vs. unsupervised learning, bias-variance tradeff Reading: Chapter 2 STATS 202: Data mining and analysis September 27, 2017 1 / 20 Supervised vs. unsupervised learning In unsupervised

More information

Computational modeling techniques

Computational modeling techniques Cmputatinal mdeling techniques Lecture 4: Mdel checing fr ODE mdels In Petre Department f IT, Åb Aademi http://www.users.ab.fi/ipetre/cmpmd/ Cntent Stichimetric matrix Calculating the mass cnservatin relatins

More information

Math 105: Review for Exam I - Solutions

Math 105: Review for Exam I - Solutions 1. Let f(x) = 3 + x + 5. Math 105: Review fr Exam I - Slutins (a) What is the natural dmain f f? [ 5, ), which means all reals greater than r equal t 5 (b) What is the range f f? [3, ), which means all

More information

CHM112 Lab Graphing with Excel Grading Rubric

CHM112 Lab Graphing with Excel Grading Rubric Name CHM112 Lab Graphing with Excel Grading Rubric Criteria Pints pssible Pints earned Graphs crrectly pltted and adhere t all guidelines (including descriptive title, prperly frmatted axes, trendline

More information

QUANT EXAMPLE ANALYSIS

QUANT EXAMPLE ANALYSIS QUANT EXAMPLE ANALYSIS This example des nt include backgrund/intrductin sectins, theretical supprt fr hyptheses, discussin f findings, limitatins, future research directins, cnclusins, etc. This is just

More information

Medium Scale Integrated (MSI) devices [Sections 2.9 and 2.10]

Medium Scale Integrated (MSI) devices [Sections 2.9 and 2.10] EECS 270, Winter 2017, Lecture 3 Page 1 f 6 Medium Scale Integrated (MSI) devices [Sectins 2.9 and 2.10] As we ve seen, it s smetimes nt reasnable t d all the design wrk at the gate-level smetimes we just

More information

You need to be able to define the following terms and answer basic questions about them:

You need to be able to define the following terms and answer basic questions about them: CS440/ECE448 Sectin Q Fall 2017 Midterm Review Yu need t be able t define the fllwing terms and answer basic questins abut them: Intr t AI, agents and envirnments Pssible definitins f AI, prs and cns f

More information

NUMBERS, MATHEMATICS AND EQUATIONS

NUMBERS, MATHEMATICS AND EQUATIONS AUSTRALIAN CURRICULUM PHYSICS GETTING STARTED WITH PHYSICS NUMBERS, MATHEMATICS AND EQUATIONS An integral part t the understanding f ur physical wrld is the use f mathematical mdels which can be used t

More information

Lecture 2: Supervised vs. unsupervised learning, bias-variance tradeoff

Lecture 2: Supervised vs. unsupervised learning, bias-variance tradeoff Lecture 2: Supervised vs. unsupervised learning, bias-variance tradeff Reading: Chapter 2 STATS 202: Data mining and analysis September 27, 2017 1 / 20 Supervised vs. unsupervised learning In unsupervised

More information

More Tutorial at

More Tutorial at Answer each questin in the space prvided; use back f page if extra space is needed. Answer questins s the grader can READILY understand yur wrk; nly wrk n the exam sheet will be cnsidered. Write answers,

More information

T Algorithmic methods for data mining. Slide set 6: dimensionality reduction

T Algorithmic methods for data mining. Slide set 6: dimensionality reduction T-61.5060 Algrithmic methds fr data mining Slide set 6: dimensinality reductin reading assignment LRU bk: 11.1 11.3 PCA tutrial in mycurses (ptinal) ptinal: An Elementary Prf f a Therem f Jhnsn and Lindenstrauss,

More information

I. Analytical Potential and Field of a Uniform Rod. V E d. The definition of electric potential difference is

I. Analytical Potential and Field of a Uniform Rod. V E d. The definition of electric potential difference is Length L>>a,b,c Phys 232 Lab 4 Ch 17 Electric Ptential Difference Materials: whitebards & pens, cmputers with VPythn, pwer supply & cables, multimeter, crkbard, thumbtacks, individual prbes and jined prbes,

More information

BASD HIGH SCHOOL FORMAL LAB REPORT

BASD HIGH SCHOOL FORMAL LAB REPORT BASD HIGH SCHOOL FORMAL LAB REPORT *WARNING: After an explanatin f what t include in each sectin, there is an example f hw the sectin might lk using a sample experiment Keep in mind, the sample lab used

More information

ChE 471: LECTURE 4 Fall 2003

ChE 471: LECTURE 4 Fall 2003 ChE 47: LECTURE 4 Fall 003 IDEL RECTORS One f the key gals f chemical reactin engineering is t quantify the relatinship between prductin rate, reactr size, reactin kinetics and selected perating cnditins.

More information

Kinetic Model Completeness

Kinetic Model Completeness 5.68J/10.652J Spring 2003 Lecture Ntes Tuesday April 15, 2003 Kinetic Mdel Cmpleteness We say a chemical kinetic mdel is cmplete fr a particular reactin cnditin when it cntains all the species and reactins

More information

3.4 Shrinkage Methods Prostate Cancer Data Example (Continued) Ridge Regression

3.4 Shrinkage Methods Prostate Cancer Data Example (Continued) Ridge Regression 3.3.4 Prstate Cancer Data Example (Cntinued) 3.4 Shrinkage Methds 61 Table 3.3 shws the cefficients frm a number f different selectin and shrinkage methds. They are best-subset selectin using an all-subsets

More information

IN a recent article, Geary [1972] discussed the merit of taking first differences

IN a recent article, Geary [1972] discussed the merit of taking first differences The Efficiency f Taking First Differences in Regressin Analysis: A Nte J. A. TILLMAN IN a recent article, Geary [1972] discussed the merit f taking first differences t deal with the prblems that trends

More information

Lab 1 The Scientific Method

Lab 1 The Scientific Method INTRODUCTION The fllwing labratry exercise is designed t give yu, the student, an pprtunity t explre unknwn systems, r universes, and hypthesize pssible rules which may gvern the behavir within them. Scientific

More information

Section 11 Simultaneous Equations

Section 11 Simultaneous Equations Sectin 11 Simultaneus Equatins The mst crucial f ur OLS assumptins (which carry er t mst f the ther estimatrs that we hae studied) is that the regressrs be exgenus uncrrelated with the errr term This assumptin

More information

Lyapunov Stability Stability of Equilibrium Points

Lyapunov Stability Stability of Equilibrium Points Lyapunv Stability Stability f Equilibrium Pints 1. Stability f Equilibrium Pints - Definitins In this sectin we cnsider n-th rder nnlinear time varying cntinuus time (C) systems f the frm x = f ( t, x),

More information

SUPPLEMENTARY MATERIAL GaGa: a simple and flexible hierarchical model for microarray data analysis

SUPPLEMENTARY MATERIAL GaGa: a simple and flexible hierarchical model for microarray data analysis SUPPLEMENTARY MATERIAL GaGa: a simple and flexible hierarchical mdel fr micrarray data analysis David Rssell Department f Bistatistics M.D. Andersn Cancer Center, Hustn, TX 77030, USA rsselldavid@gmail.cm

More information

IAML: Support Vector Machines

IAML: Support Vector Machines 1 / 22 IAML: Supprt Vectr Machines Charles Suttn and Victr Lavrenk Schl f Infrmatics Semester 1 2 / 22 Outline Separating hyperplane with maimum margin Nn-separable training data Epanding the input int

More information

Thermodynamics Partial Outline of Topics

Thermodynamics Partial Outline of Topics Thermdynamics Partial Outline f Tpics I. The secnd law f thermdynamics addresses the issue f spntaneity and invlves a functin called entrpy (S): If a prcess is spntaneus, then Suniverse > 0 (2 nd Law!)

More information

Introduction to Regression

Introduction to Regression Intrductin t Regressin Administrivia Hmewrk 6 psted later tnight. Due Friday after Break. 2 Statistical Mdeling Thus far we ve talked abut Descriptive Statistics: This is the way my sample is Inferential

More information

Math Foundations 10 Work Plan

Math Foundations 10 Work Plan Math Fundatins 10 Wrk Plan Units / Tpics 10.1 Demnstrate understanding f factrs f whle numbers by: Prime factrs Greatest Cmmn Factrs (GCF) Least Cmmn Multiple (LCM) Principal square rt Cube rt Time Frame

More information

Lesson Plan. Recode: They will do a graphic organizer to sequence the steps of scientific method.

Lesson Plan. Recode: They will do a graphic organizer to sequence the steps of scientific method. Lessn Plan Reach: Ask the students if they ever ppped a bag f micrwave ppcrn and nticed hw many kernels were unppped at the bttm f the bag which made yu wnder if ther brands pp better than the ne yu are

More information

Resampling Methods. Cross-validation, Bootstrapping. Marek Petrik 2/21/2017

Resampling Methods. Cross-validation, Bootstrapping. Marek Petrik 2/21/2017 Resampling Methds Crss-validatin, Btstrapping Marek Petrik 2/21/2017 Sme f the figures in this presentatin are taken frm An Intrductin t Statistical Learning, with applicatins in R (Springer, 2013) with

More information

CHAPTER 4 DIAGNOSTICS FOR INFLUENTIAL OBSERVATIONS

CHAPTER 4 DIAGNOSTICS FOR INFLUENTIAL OBSERVATIONS CHAPTER 4 DIAGNOSTICS FOR INFLUENTIAL OBSERVATIONS 1 Influential bservatins are bservatins whse presence in the data can have a distrting effect n the parameter estimates and pssibly the entire analysis,

More information

Section 13 Advanced Topics

Section 13 Advanced Topics Sectin 13 Advanced Tpics Specificatin searches Experiments vs. nn-experiments If we can d randm cntrlled experiments, then we dn t need t wrry abut mitted variables bias because the regressr f interest

More information

Fall 2013 Physics 172 Recitation 3 Momentum and Springs

Fall 2013 Physics 172 Recitation 3 Momentum and Springs Fall 03 Physics 7 Recitatin 3 Mmentum and Springs Purpse: The purpse f this recitatin is t give yu experience wrking with mmentum and the mmentum update frmula. Readings: Chapter.3-.5 Learning Objectives:.3.

More information

STATS216v Introduction to Statistical Learning Stanford University, Summer Practice Final (Solutions) Duration: 3 hours

STATS216v Introduction to Statistical Learning Stanford University, Summer Practice Final (Solutions) Duration: 3 hours STATS216v Intrductin t Statistical Learning Stanfrd University, Summer 2016 Practice Final (Slutins) Duratin: 3 hurs Instructins: (This is a practice final and will nt be graded.) Remember the university

More information

The blessing of dimensionality for kernel methods

The blessing of dimensionality for kernel methods fr kernel methds Building classifiers in high dimensinal space Pierre Dupnt Pierre.Dupnt@ucluvain.be Classifiers define decisin surfaces in sme feature space where the data is either initially represented

More information

REGRESSION DISCONTINUITY (RD) Technical Track Session V. Dhushyanth Raju Julieta Trias The World Bank

REGRESSION DISCONTINUITY (RD) Technical Track Session V. Dhushyanth Raju Julieta Trias The World Bank REGRESSION DISCONTINUITY (RD) Technical Track Sessin V Dhushyanth Raju Julieta Trias The Wrld Bank These slides cnstitute supprting material t the Impact Evaluatin in Practice Handbk : Gertler, P. J.;

More information

In the OLG model, agents live for two periods. they work and divide their labour income between consumption and

In the OLG model, agents live for two periods. they work and divide their labour income between consumption and 1 The Overlapping Generatins Mdel (OLG) In the OLG mdel, agents live fr tw perids. When ung the wrk and divide their labur incme between cnsumptin and savings. When ld the cnsume their savings. As the

More information

Slide04 (supplemental) Haykin Chapter 4 (both 2nd and 3rd ed): Multi-Layer Perceptrons

Slide04 (supplemental) Haykin Chapter 4 (both 2nd and 3rd ed): Multi-Layer Perceptrons Slide04 supplemental) Haykin Chapter 4 bth 2nd and 3rd ed): Multi-Layer Perceptrns CPSC 636-600 Instructr: Ynsuck Che Heuristic fr Making Backprp Perfrm Better 1. Sequential vs. batch update: fr large

More information

Group Analysis: Hands-On

Group Analysis: Hands-On Grup Analysis: Hands-On Gang Chen SSCC/NIMH/NIH/HHS 3/19/16 1 Make sure yu have the files!! Under directry grup_analysis_hands_n/! Slides: GrupAna_HO.pdf! Data: AFNI_data6/GrupAna_cases/! In case yu dn

More information

AP Statistics Practice Test Unit Three Exploring Relationships Between Variables. Name Period Date

AP Statistics Practice Test Unit Three Exploring Relationships Between Variables. Name Period Date AP Statistics Practice Test Unit Three Explring Relatinships Between Variables Name Perid Date True r False: 1. Crrelatin and regressin require explanatry and respnse variables. 1. 2. Every least squares

More information

Section 15 Advanced Topics

Section 15 Advanced Topics Sectin 15 Advanced Tpics Specificatin searches Experiments vs. nn-experiments If we can d randm cntrlled experiments, then we dn t need t wrry abut mitted variables bias because the regressr f interest

More information

Materials Engineering 272-C Fall 2001, Lecture 7 & 8 Fundamentals of Diffusion

Materials Engineering 272-C Fall 2001, Lecture 7 & 8 Fundamentals of Diffusion Materials Engineering 272-C Fall 2001, Lecture 7 & 8 Fundamentals f Diffusin Diffusin: Transprt in a slid, liquid, r gas driven by a cncentratin gradient (r, in the case f mass transprt, a chemical ptential

More information

Support-Vector Machines

Support-Vector Machines Supprt-Vectr Machines Intrductin Supprt vectr machine is a linear machine with sme very nice prperties. Haykin chapter 6. See Alpaydin chapter 13 fr similar cntent. Nte: Part f this lecture drew material

More information

Comparing Several Means: ANOVA. Group Means and Grand Mean

Comparing Several Means: ANOVA. Group Means and Grand Mean STAT 511 ANOVA and Regressin 1 Cmparing Several Means: ANOVA Slide 1 Blue Lake snap beans were grwn in 12 pen-tp chambers which are subject t 4 treatments 3 each with O 3 and SO 2 present/absent. The ttal

More information

Determining Optimum Path in Synthesis of Organic Compounds using Branch and Bound Algorithm

Determining Optimum Path in Synthesis of Organic Compounds using Branch and Bound Algorithm Determining Optimum Path in Synthesis f Organic Cmpunds using Branch and Bund Algrithm Diastuti Utami 13514071 Prgram Studi Teknik Infrmatika Seklah Teknik Elektr dan Infrmatika Institut Teknlgi Bandung,

More information

What is Statistical Learning?

What is Statistical Learning? What is Statistical Learning? Sales 5 10 15 20 25 Sales 5 10 15 20 25 Sales 5 10 15 20 25 0 50 100 200 300 TV 0 10 20 30 40 50 Radi 0 20 40 60 80 100 Newspaper Shwn are Sales vs TV, Radi and Newspaper,

More information

Part 3 Introduction to statistical classification techniques

Part 3 Introduction to statistical classification techniques Part 3 Intrductin t statistical classificatin techniques Machine Learning, Part 3, March 07 Fabi Rli Preamble ØIn Part we have seen that if we knw: Psterir prbabilities P(ω i / ) Or the equivalent terms

More information

Reinforcement Learning" CMPSCI 383 Nov 29, 2011!

Reinforcement Learning CMPSCI 383 Nov 29, 2011! Reinfrcement Learning" CMPSCI 383 Nv 29, 2011! 1 Tdayʼs lecture" Review f Chapter 17: Making Cmple Decisins! Sequential decisin prblems! The mtivatin and advantages f reinfrcement learning.! Passive learning!

More information

MATHEMATICS SYLLABUS SECONDARY 5th YEAR

MATHEMATICS SYLLABUS SECONDARY 5th YEAR Eurpean Schls Office f the Secretary-General Pedaggical Develpment Unit Ref. : 011-01-D-8-en- Orig. : EN MATHEMATICS SYLLABUS SECONDARY 5th YEAR 6 perid/week curse APPROVED BY THE JOINT TEACHING COMMITTEE

More information

Computational modeling techniques

Computational modeling techniques Cmputatinal mdeling techniques Lecture 2: Mdeling change. In Petre Department f IT, Åb Akademi http://users.ab.fi/ipetre/cmpmd/ Cntent f the lecture Basic paradigm f mdeling change Examples Linear dynamical

More information

A New Evaluation Measure. J. Joiner and L. Werner. The problems of evaluation and the needed criteria of evaluation

A New Evaluation Measure. J. Joiner and L. Werner. The problems of evaluation and the needed criteria of evaluation III-l III. A New Evaluatin Measure J. Jiner and L. Werner Abstract The prblems f evaluatin and the needed criteria f evaluatin measures in the SMART system f infrmatin retrieval are reviewed and discussed.

More information

Modelling of Clock Behaviour. Don Percival. Applied Physics Laboratory University of Washington Seattle, Washington, USA

Modelling of Clock Behaviour. Don Percival. Applied Physics Laboratory University of Washington Seattle, Washington, USA Mdelling f Clck Behaviur Dn Percival Applied Physics Labratry University f Washingtn Seattle, Washingtn, USA verheads and paper fr talk available at http://faculty.washingtn.edu/dbp/talks.html 1 Overview

More information

UNIV1"'RSITY OF NORTH CAROLINA Department of Statistics Chapel Hill, N. C. CUMULATIVE SUM CONTROL CHARTS FOR THE FOLDED NORMAL DISTRIBUTION

UNIV1'RSITY OF NORTH CAROLINA Department of Statistics Chapel Hill, N. C. CUMULATIVE SUM CONTROL CHARTS FOR THE FOLDED NORMAL DISTRIBUTION UNIV1"'RSITY OF NORTH CAROLINA Department f Statistics Chapel Hill, N. C. CUMULATIVE SUM CONTROL CHARTS FOR THE FOLDED NORMAL DISTRIBUTION by N. L. Jlmsn December 1962 Grant N. AFOSR -62..148 Methds f

More information

Preparation work for A2 Mathematics [2017]

Preparation work for A2 Mathematics [2017] Preparatin wrk fr A2 Mathematics [2017] The wrk studied in Y12 after the return frm study leave is frm the Cre 3 mdule f the A2 Mathematics curse. This wrk will nly be reviewed during Year 13, it will

More information

Elements of Machine Intelligence - I

Elements of Machine Intelligence - I ECE-175A Elements f Machine Intelligence - I Ken Kreutz-Delgad Nun Vascncels ECE Department, UCSD Winter 2011 The curse The curse will cver basic, but imprtant, aspects f machine learning and pattern recgnitin

More information

AEC 874 (2007) Field Data Collection & Analysis in Developing Countries. VII. Data Analysis & Project Documentation

AEC 874 (2007) Field Data Collection & Analysis in Developing Countries. VII. Data Analysis & Project Documentation AEC 874 (2007) Field Data Cllectin & Analysis in Develping Cuntries VII. Data Analysis & Prject Dcumentatin Richard H. Bernsten Agricultural Ecnmics Michigan State University 1 A. Things t Cnsider in Planning

More information

The general linear model and Statistical Parametric Mapping I: Introduction to the GLM

The general linear model and Statistical Parametric Mapping I: Introduction to the GLM The general linear mdel and Statistical Parametric Mapping I: Intrductin t the GLM Alexa Mrcm and Stefan Kiebel, Rik Hensn, Andrew Hlmes & J-B J Pline Overview Intrductin Essential cncepts Mdelling Design

More information

Least Squares Optimal Filtering with Multirate Observations

Least Squares Optimal Filtering with Multirate Observations Prc. 36th Asilmar Cnf. n Signals, Systems, and Cmputers, Pacific Grve, CA, Nvember 2002 Least Squares Optimal Filtering with Multirate Observatins Charles W. herrien and Anthny H. Hawes Department f Electrical

More information

and the Doppler frequency rate f R , can be related to the coefficients of this polynomial. The relationships are:

and the Doppler frequency rate f R , can be related to the coefficients of this polynomial. The relationships are: Algrithm fr Estimating R and R - (David Sandwell, SIO, August 4, 2006) Azimith cmpressin invlves the alignment f successive eches t be fcused n a pint target Let s be the slw time alng the satellite track

More information

PHYS 314 HOMEWORK #3

PHYS 314 HOMEWORK #3 PHYS 34 HOMEWORK #3 Due : 8 Feb. 07. A unifrm chain f mass M, lenth L and density λ (measured in k/m) hans s that its bttm link is just tuchin a scale. The chain is drpped frm rest nt the scale. What des

More information