The Two Variable Linear Model

Size: px
Start display at page:

Download "The Two Variable Linear Model"

Transcription

1 Chapter 1 The Two Varable Lnear Model 1.1 The Basc Lnear Model The goal of ths secton s to buld a smple model for the non-exact relatonshp between two varables Y and X, related by some economc theory. For example, consumpton and ncome, quantty consumed and prce, etc. The proposed model: Y = α + βx + u, = 1,..., n (1.1) where α and β are unknown parameters whch are the purpose of the estmaton. What we wll call data are the n realzatons of (X, Y ). We are abusng notaton a bt by usng the same letters to refer to random varables and ther realzatons. u s an unobserved random varable whch represents the fact that the relatonshp between Y and X s not exactly lnear. We wll momentarly assumet that u has expected value zero. Note that f u = 0, then the relatonshp between Y and X would be exactly lnear, so t s the presence of u what breaks ths exact nature of the relatonshp. Y s usually reffered to as the explaned or dependent varable, X s the explanatory or ndependent varable. We wll refer to u as the error term, whch s a termnology more approprate n the expermental scences, where a cause x (say the dose of a drug) s admnstered to dfferent subjects and then an effect y s measured (say, body temperature). In ths case u mght be a measurement error due to the erratc behavor of a measurement nstrument (for example, a thermometer). In a socal scence lke economcs, u represents a broader noton of gnorance that represents whatever s not observed (by gnorance, ommson, etc.) that affects y besdes x. [ FIGURE 1: SCATTER DIAGRAM ] The frst goal wll be to fnd reasonable estmates for α and β based solely on the data, that s (X, Y ), = 1,..., n. 1

2 CHAPTER 1. THE TWO VARIABLE LINEAR MODEL 1. The Least Squares Method Let us denote wth ˆα and ˆβ the estmates of α and β n the smple lnear model. Let us also defne the followng quanttes. The frst one s an estmate of Y : Ŷ ˆα + ˆβX Intutvely, we have replaced α and β by ts estmates, and treated u as f the relatonshp were exactly lnear,.e., as f u were zero. Ths wll be undersood as an estmate of Y. Then t s natural to defne a noton of estmaton error as follows: e Y Ŷ whch measures the dfference between Y and ts estmate. A natural goal s to fnd ˆα and ˆβ so as e s are small n some sense. It s nterestng to see how the problem works from a graphcal perspectve. Data wll correspond to n ponts scattered n a (X, Y ) plane. The presence of a lnear relatonshp lke (1.1) s consstent wth ponts scatterd around an magnary straght lne. Note that f u where ndeed zero, all ponts wll le along the same lne, consstent wth an exact lnear relatonshp. As mentoned above, t s the presence of u what breaks ths exact relatonshp. Now note that for any gven values of ˆα and ˆβ, the ponts determned by the ftted model: Ŷ ˆα + ˆβX correspond to a lne n the (X, Y ) plane. Hence dfferent values of ˆα and ˆβ correspond to dfferent estmated lnes, whch mples that choosng partcular values s equvalent to choosng a specfc lne on the plane. For the -th observaton, the estmaton errors e can be seen graphcally as the vertcal dstance between the ponts (X, Y ) and (X, Ŷ), that s, between (X, Y ) and the ftted lne. So, ntutvely, we want values of ˆα and ˆβ so as the ftted lne they nduce passes as close as possble to all the ponts n the scatter so errors are as small as possble. [ FIGURE : SCATTER DIAGRAM WITH CANDIDATE LINE] Note that f we had only two observatons, the problem has a very smple soluton, and reduces to fndng the only two values of ˆα and ˆβ that make estmaton errors exactly equal to zero. Graphcally, ths s possble snce ths s equvalent to fndng the only straght lne that passes through the two observatons avalable. Trvally, n ths extreme case all estmaton errors wll be zero. The more realstc case appears when we have more than two observatons, not all of them lyng on a sngle lne. Obvously, a lne cannot pass through more than two nonalgned ponts, so we cannot make all errors equal to zero. So now the problem s to fnd values of ˆα and ˆβ that determne a lne that passes the closest as posble to all the ponts, so estmaton errors are, n the aggregate, small. For ths we need to ntroduce a crteron

3 CHAPTER 1. THE TWO VARIABLE LINEAR MODEL 3 of what do we mean by the lne beng close or far from the ponts. Let us defne a penalty functon, whch conssts n addng all the estmaton errors squared, so as postve and negatve errors matter alke. For any ˆα and ˆβ, ths wll gve us an dea of how large s the aggregate estmaton error: SSR(ˆα, ˆβ) n = e = (Y ˆα ˆβX ) =1 SSR stands for sum of squared resduals. Note that gven the observatons Y and X, ths s a functon that depends on ˆα and ˆβ, that s, dfferent values of ˆα and ˆβ correspond to dfferent lnes that pass through the data ponts, mplyng dfferent estmaton errors. It s now natural to look for ˆα and ˆβ so as to make ths aggregate error as small as possble. The values of ˆα and ˆβ that mnmze the sum of squared resduals are: ˆβ = X Y nȳ X X n X and ˆα = Ȳ ˆβ X whch are known as the least squares estmators of β and α. Dervaton of the Least Squares Estmators The next paragraphs show how to obtan these estmators. Fortunately, t s easy to show that SRC(ˆα, ˆβ) s globally concave and dfferentable, so frst order condtons for a local mnmum are: SRC(ˆα, ˆβ) ˆα SRC(ˆα, ˆβ) ˆβ = 0 = 0 The frst order condton s: e ˆα = (Y ˆα ˆβX ) = 0 (1.) Dvdng by mnus and dstrbutng the summatons: Y = nˆα + ˆβ X (1.3) Ths last expresson s very mportant, and we wll return to t frequently. From the second frst order condton:

4 CHAPTER 1. THE TWO VARIABLE LINEAR MODEL 4 e ˆβ = X (Y ˆα ˆβX ) = 0 (1.4) Dvdng by - and dstrbutng the summatons: X Y = ˆα X + ˆβ X (1.5) (1.3) and (1.5) form a system of two lnear equatons wth two unknowns (ˆα y ˆβ) known as the normal equatons. Dvdng (1.3) by n and solvng for ˆα we get: Replacng n (1.5): ˆα = Ȳ ˆβ X (1.6) X Y = (Ȳ ˆβ X) X + ˆβ X X Y = Ȳ X ˆβ X X + ˆβ X X Y Ȳ X = ˆβ ( X X X ) ˆβ = X Y Ȳ X X X X Note that: X = X /n then Z = Zn. Replacng, we get: ˆβ = X Y nȳ X X n X (1.7) It wll be useful to adopt the followng notaton. x = X X, and y = Y Ȳ, so lowercase letters denote the observatons as devatons from ther sample means. Usng ths notaton: x y = (X X)(Y Ȳ ) = (X Y X Ȳ XY I + XȲ ) = X Y Ȳ X X Y + n XȲ = X Y nȳ X n XȲ + n XȲ = X Y nȳ X

5 CHAPTER 1. THE TWO VARIABLE LINEAR MODEL 5 corresponds to the numerator of (1.7). Makng a smlar operaton n the denomnator of (1.7) we get the followng alternatve expresson for the least squares estmate of β: ˆβ = x y x [ FIGURE 3: SCATTER DIAGRAM AND OLS LINE ] 1.3 Algebrac Propertes of Least Squares Estmators By algebrac propertes of the estmator we mean those that are a drect consequence of the mnmzacon process, stressng the dfference wth statstcal propertes, whch wll be studed n the next secton. Property 1: e = 0 From the frst normal equaton (1.), dvdng by mnus and replacng by the defnton of e we easly verfy that as a consequence of mnmzng the sum of squared resduals, the sum of the resduals, and consequently ther average, s equal to zero. Property : X e = 0. Ths can be checked by dvdng by mnus n the second normal equaton (1.4). The covarance between X and e s gven by: Cov(X, e) = = = 1 (X n 1 X)(e ē) 1 [ X e ē X n 1 X e + ] Xē 1 X e n 1 snce from the prevous property e and hence ē are equal to zero. Then, ths property says that as a consequence of usng the method of least squares the sample covarance between the explanatory varable X and the error term e s zero, or, whch s the same, the resduals are lnearly unrelated to the explanatory varable. Property 3: The estmated regresson lne corresponds to the functon Ŷ (X) = ˆα+ ˆβX where e take ˆα and ˆβ as parameters, so as Ŷ s a functon that depends on X. Consder what happens when we evaluate ths functon at X, the mean of X: But from (1.6): Ŷ ( X) = ˆα + ˆβ X ˆα + ˆβ X = Ȳ Then Ŷ ( X) = Ȳ, ths s, the estmated regresson lne by the method of least squares passes through the pont of means.

6 CHAPTER 1. THE TWO VARIABLE LINEAR MODEL 6 Property 4: Relatonshp between regresson and correlaton: Remember that the sample correlaton coeffcent between X and Y for a sample of n observatons (X, Y ), = 1,,..., n s defned as: r XY = Cov(X, Y ) S X S Y The followng result establshes the relatonshp between r XY and ˆβ. ˆβ = x y x = x y x x = x y x x y y = x y x y y / n x / n ˆβ = r S Y S X If r = 0 then ˆβ = 0.Note that f both varables have the same sample varance, then the correlaton coeffcent s equal to the regresson coeffcent ˆβ. We can also see that, unlke the correlaton coeffcent, ˆβ s not nvarant to changes n scales or unt of measurement. Property 5: The sample means of Y and Ŷ are the same. By defnton, Y = Ŷ + e for = 1,..., n. Then, summng for every : Y = Ŷ + e and dvdng by n: Y Ŷ n = n snce e = 0 from the frst order condtons. Then: whch s the desred result. Ȳ = Ŷ

7 CHAPTER 1. THE TWO VARIABLE LINEAR MODEL 7 Property 6: ˆβ s a lnear functon of the Y s. Ths s, ˆβ can be wrtten as ˆβ = w Y, where the w s are real numbers not all of them equal to zero. Ths s easy to prove. Let us start by wrtng ˆβ as follows: ˆβ = ( ) x x y and call w = x / x. Note that: x = (X X) = X n X = 0 whch mples w = 0. From the prevous result: whch gves the desred result. ˆβ = w y = w (Y Ȳ ) = w Y Ȳ w = w Y Ths does not have much ntutve meanng so far, but t wll be a useful for later results. 1.4 The Two-Varable Lnear Model under the Classcal Assumptons Y = α + βx + u, = 1,..., n In addton the the lnear relatonhps beteween Y and X we wll assume: 1. E(u ) = 0, = 1,,..., n. On average the relatonshp between Y and X s lnear.. V ar(u ) = E[(u E(u )) ] = Eu = σ = 1,,..., n. The varance of the error term s constant for all observatons. We wll say that the error term s homoskedastc. 3. Cov(u, u j ) = 0 j. The error term for an observaton s not lnearly related to the error term of any other dfferent observaton j. If varables are measured over tme,.e., = 1980, , 1997 we wll say that there s no autocorrelaton. In general, we wll say that there s no seral correlaton. Note that snce E(u ) = 0, assumng Cov(u, u j ) = 0 s equvalent to assumng E(u u j ) = The values of X are non-stochastc and not all of them equal.

8 CHAPTER 1. THE TWO VARIABLE LINEAR MODEL 8 The classcal assumptons provde a basc probablstc structure to study the lnear model. Most assumptons are of a pedagogc nature and we wll study later on how they can be relaxed. Nevertheless, they provde a smple framework to explore the nature of least squares estmator. 1.5 Statstcal Propertes of Least Squares Estmators Actually, the problem s to fnd good estmates of α, β and σ. The prevous secton presents estmates of the frst two based on the prncple of least squares so, trvally, these estmates are good n the sense that they mnmze certan noton of ft: they make the sum of squared resduals as small as possble. It s relevant to remark that n obtanng the least squares estmators we have made no use of the classcal assumptons descrbed above. Hence, the natural step s to explore whether we can deduce addtonal propertes satsfed by the least squares estmator, so we can say that t s good n a sense that goes beyond that mplct n the least squares crteron. The followng are called statstcal propertes snce they arse as a consequence of the statstcal structure of the model. We wll use repeatedly the followng expressons for the LS estmators: ˆβ = x y x ˆα = Ȳ ˆβ X We wll frst explore the man propertes of ˆβ n detal, and leave the analyss of ˆα as exercses. The startng conceptual pont s to see that ˆβ depends explctely on the Y s whch, n turn, depend on the u s whch are, by constructon, random varables. Then ˆβ s a random varable and then t makes sense to talk about ts moments (mean and varance, for example) and ts dstrbuton. It s easy to verfy that: y = x β + u where u = u ū, and, accordng to the classcal assumptons, E(u ) = 0 and, consequently, E(y ) = x β. Ths s known as the classcal two-varables lnear model n devatons form the means. ˆβ s an unbased estmator, that s: E( ˆβ) = β To prove the result, from the lnearty property of the prevous secton ˆβ = w y E( ˆβ) = w E(y ) (w s are non-stochastc) = w x β

9 CHAPTER 1. THE TWO VARIABLE LINEAR MODEL 9 = β w x = β x /( x ) = β The varance of ˆβ s σ / x From the lnearty property, ˆβ = w Y, then V ( ˆβ) ( ) = V w Y Now note two thngs. Frst: V (Y ) = V (α + βx + u ) = V (u ) = σ snce X s non-stochastc. Second, note that E(Y ) = α + βx, so Cov(Y, Y j ) = E [(Y E(Y ))(Y j E(Y j ))] = E(u u j ) = 0 by the no seral correlaton assumpton. Then V ( w Y ) s the varance of (weghted) sum of uncorrelated terms. Hence V ( ˆβ) ( ) = V w Y = w V (Y ) = σ w = σ [ ] (x )/ x = σ / x Gauss-Markov Theorem: under the classcal assumptons, ˆβ, the LS estmator of β, has the smallest varance among the class of lnear and unbased estmators. More formally, f β s any lnear and unbased estmator of β then: V (β ) V ( ˆβ) The proof of a more general verson of ths result wll be postponed untl Chapter 3. Dscusson: BLUE, best does not mean good, we want mnmum varance unbased (wthout lnear ), lnear s not an nterestng class, etc. If we drop any assumpton, the OLS estmate s no longer BLUE. Ths justfes the use of OLS when all the asumptons are correct.

10 CHAPTER 1. THE TWO VARIABLE LINEAR MODEL 10 Estmaton of σ So far we have concentrated the analyss on α and β. As an estmate for σ we wll propose: S = e n We wll later show that S provdes and unbased estmator for σ. 1.6 Goodness of ft After estmatng the parameters of the regresson lne, t s nterestng to check how well does the estmated model ft the data. We want a measure of how well does the ftted lne represent the observatons of the varables of the model. To look for such measure of goodness of ft, we start from the defnton of ftted value e = Y Ŷ, solve for Y and substract n both members the sample mean of Y to obtan: Y Ȳ = Ŷ Ȳ + e y = ŷ + e usng the notaton defned before and notng that from Property 4, Ȳ = Ŷ. Takng the square of both sdes and summng over all the observatons: y = (ŷ + e ) = ŷ + e + ŷ e y = ŷ + e + ŷ e The next step s to show that ŷ e = 0: ŷ e = (ˆα + ˆβX )e = ˆα e + ˆβ X e = from the frst order condtons. Then we get the followng mportant decomposton: y = ŷ + e T SS = ESS + RSS Ths s a key result that ndcates that when the we use the least squares method, the total varablty of the dependent varable (TSS) around ts sample mean can be decomposed as the sum of two factors. The frst one corresponds to the varablty of Ŷ (ESS) and represents the varablty explaned by the ftted model. The second term represents the varablty not explaned by the model (RSS), assocated to the error term.

11 CHAPTER 1. THE TWO VARIABLE LINEAR MODEL 11 For a gven model, the best stuaton arses when errors are all zero, n whch case the total varablty (TSS) conncdes wth the explaned varablty (ESS). The worst case corresponds to the stuaton n whch the ftted model does not explan anythng of the total varablty, n whch case TSS concdes wth RSS. From ths observaton, t s natural to suggest the followng goodness of ft measure, known as R, or coeffcent of determnaton: R = SCE SCT = 1 SCR SCT It can be shown (we wll do t n the exercses) that R = r. Consequently, 0 R 1. When R = 1 r = 1, whch corresponds to the case n whch the relatonshp between Y and X s exactly lnear. On the other hand, R = 0 s equvalent to r = 0, whch corresponds to the case n whch Y and X are lnearly unrelated. It s nterestng to note that T SS does not depend on the estmated model, that s, t does not depend on ˆβ nor ˆα. Then, f ˆβ and ˆα are choosen so as to mnmze SSR then they automatcally maxmze R. Ths mples that, for a gven model, the least squares estmate maxmzes R. The R s, arguably, the most used and abused measure of qualty of a regresson model. A detaled analyss of the extent to whch a hgh R can be taken as representatve of a good model wll be undertaken n Chapter Inference n the two-varable lnear model The methods dscussed so far provde reasonably good pont estmates of the parameters of nterest α, β and σ but usually we wll be nterested n evaluatng hypotheses nvolvng the parameters, or constructng confdence ntervals for them. For example, consder the case of a smple consumpton functon where consumpton s specfed as a smple lnear functon of ncome. We could be nterested n evaluatng whether the margnal propensty to consume s equal to, say, 0.75, or that autonomous consumpton s equal to zero. In general terms, a hypothess about a parameter of the model s a conjecture about t, that can be ether false or true. The central problem s that n order to check whether such statement s true or false we do not have the chance to observe such a parameter. Instead, based on the avalable data, we have an estmate of t. As an example, suppose we are nterested n evaluatng the, rather strong, null hypothess that ncome s not an explanatory factor of consumpton, aganst the hypothess that t s a relevant factor. In our smple setup ths corresponds to H 0 : β = 0 aganst H A : β 0. The logc we wll use s the followng: f the null hypothess were n fact true β would be exactly zero. Realzatons of ˆβ can potentally take any value, snce ˆβ s, by constructon, a random varable. But f ˆβ s a good estmator of β, when the null hypothess s true t should take values close to zero. On the other hand, f the null hypothess were false, the realzatons of ˆβ should be sgnfcantly dfferent from zero. Then, the procedure conssts n computng ˆβ from the data, and reject the null f the obtaned value s sgnfcantly dfferent from zero, or accept otherwse.

12 CHAPTER 1. THE TWO VARIABLE LINEAR MODEL 1 Of course, the central concept behnd ths procedure les n specfyng what do we mean by very close or very far, gven that ˆβ s a random varable. More specfcally, we need to know the dstrbuton of ˆβ under the null hypothess so we can defne precsely the noton of sgnfcantly dfferent from zero. In ths context such a statement s necessarly probablstc, that s, we wll take as the rejecton regon a set of values that le far away from zero, or, a set of values that under the null hypothess appear wth very low probablty. The propertes dscussed n the prevous secton are nformatve about certan moments of ˆβ or ˆα (for example, ther means and varances) but they are not enough for the purposes of knowng ther dstrubutons. Consequently, we need to ntroduce an addtonal assumpton. We wll assume that u s normally dstrbuted, for = 1,..., n. Gven that we have already assumed that u has zero mean and constant varance equal to σ, we have: u N(0, σ ) Gven that Y = α + βx + u and that the X s are non-stochastc, we mmedately see that the Y s are also normally dstrbuted snce lnear transformatons of normal random varables are also normal. In partcular, gven that the normal dstbuton can be characterzed by ts mean and varance only, we get: Y N(α + βx, σ ), for every = 1..., n. In a smlar fashon ˆβ s also normally dstrbuted snce by Property 1 t s a lnear combnaton of the Y s, that s: ˆβ N(β, σ / x ) If σ were known we could use ths result to test smple hypothess lke: H o : β = β o vs. H A : β β o Substractng from ˆβ ts expected value and dvdng by ts standard devaton we get: z = ˆβ β o N(0, 1) σ/ x Hence, f the null hypothess s true, z should take values that are small n absolute value, and large otherwse. As you should remember from a basc statstcs course, ths s acomplshed by defnng a rejecton regon and an acceptance regon as follows. The acceptance regon ncludes values that le close to the one correspondng to the null hypothess. Let c < 1 and z c be a number such that: Replacng z by ts defnton: P r( z c z z c ) = 1 c

13 CHAPTER 1. THE TWO VARIABLE LINEAR MODEL 13 ( ) ( P r [β o z c σ/ x ˆβ )] β o + z c σ/ x = 1 c Then the acceptance regon s gven by the nterval: β o ± z c (σ/ x ) so we accept the null hypothess f the observed realzaton of ˆβ les wthn ths nterval and reject otherwse. The number c s specfed n advance and t s usually a small number. It s called the sgnfcance of the test. Note that t gves the probablty that we reject the null hypohtess when t s correct. Under the normalty assumptons, the value z c can be easly obtaned from a table of percentles of the standard normal dstrbuton. As you should also remember from a basc statstcs class, a smlar logc can be appled to construct a confdence nterval for β 0. Note that: [ ] P r ˆβ z c (σ/ x ) β o ˆβ + z c (σ/ x ) = 1 c Then a 1 c confdence nterval for β 0 wll be gven by: ) ˆβ ± z c (σ/ x The practcal problem wth the prevous procedures s that they requre that we know σ, whch s usually not avalable. Instead, we can compute ts estmated verson S. Defne t as: t = ˆβ β S/ x t s smply z where we have replaced σ by S. A very mportant result s that by dong ths replacement we have: t t n that s, the t-statstc has the so-called t-dstrbuton wth n degrees of freedom. Hence, when we use the estmated verson of the varance we obtan a dfferent dstrbuton for the statstc used to test smple hypotheses and construct confdence ntervals. Consequently, applyng once agan the same logc, n order to test the null hypothess H o : β = β o aganst H A : β β o we use the t-statstc: t = ˆβ β o S/ x t n

14 CHAPTER 1. THE TWO VARIABLE LINEAR MODEL 14 and a 1 c confdence nterval for β 0 wll be gven by: ˆβ ± t c (S/ x ) where now t c s a percentle of the t dstrbuton wth n degrees of freedom, whch s usually tabulated n basc statstcs and econometrcs textbooks. An mportant partcular case s the nsgnfcance hypothess, that s H o : β o = 0 aganst H A : β 0 0. Under the null X does not help explan Y, and under the alternatve, X s lnearly related to Y. Replacng β o by 0 above we get: t I = ˆβ S/ x t n whch s usually reported as a standard outcome n most regresson packages. Another alternatve to check for the sgnfcance of the lnear relatonshp s to look at how large s the explaned sum of squares ESS. Recall that f the model has an ntercept we have that: T SS = ESS + RSS If there s no lnear relatonshp between Y and X, ESS should be very close to zero. Consder the followng statstc, whch s just a standardzed verson of the ESS: F = ESS RSS/(n ) It can be shown that under the normalty assumpton, F has the F dstrbuton wth 1 degree of freedom n the numerator, and n degrees of freedom n the denomnator, whch s usually labeled as F (1, n ). Note that f X does not help explan Y n a lnear sense, ESS should be very small, whch would make F very small. Then, we should reject the null hypothess that X does not help explan Y s the F statstc computed from the data takes a large value, and accept otherwse. Note that by defnton R = ESS/T SS = 1 RSS/T SS. Dvde both the numerator of the F statstc by T SS. Solvng for ESS and RSS and replacng above we can wrte the F statstc n terms of the R coeffcent as: F = R (1 R )/(n ) Then, the F test s actually lookng at whether the R s sgnfcantly hgh. As t s expected, there s a close relatonshp between the F statstc and the t statstc for the nsgnfcance hypothess (t I ). In fact, when there s no lnear relatonshp between Y and X, ESS s zero, or β 0 = 0. In fact, t can be easly shown that: We wll leave the proof as an excercse. F = t I

THE METHOD OF LEAST SQUARES THE METHOD OF LEAST SQUARES

THE METHOD OF LEAST SQUARES THE METHOD OF LEAST SQUARES The goal: to measure (determne) an unknown quantty x (the value of a RV X) Realsaton: n results: y 1, y 2,..., y j,..., y n, (the measured values of Y 1, Y 2,..., Y j,..., Y n ) every result s encumbered

More information

Causal, Explanatory Forecasting. Analysis. Regression Analysis. Simple Linear Regression. Which is Independent? Forecasting

Causal, Explanatory Forecasting. Analysis. Regression Analysis. Simple Linear Regression. Which is Independent? Forecasting Causal, Explanatory Forecastng Assumes cause-and-effect relatonshp between system nputs and ts output Forecastng wth Regresson Analyss Rchard S. Barr Inputs System Cause + Effect Relatonshp The job of

More information

PSYCHOLOGICAL RESEARCH (PYC 304-C) Lecture 12

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

More information

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

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

More information

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

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

More information

CHAPTER 14 MORE ABOUT REGRESSION

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

More information

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

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

More information

Recurrence. 1 Definitions and main statements

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

More information

SIMPLE LINEAR CORRELATION

SIMPLE LINEAR CORRELATION SIMPLE LINEAR CORRELATION Smple lnear correlaton s a measure of the degree to whch two varables vary together, or a measure of the ntensty of the assocaton between two varables. Correlaton often s abused.

More information

Economic Interpretation of Regression. Theory and Applications

Economic Interpretation of Regression. Theory and Applications Economc Interpretaton of Regresson Theor and Applcatons Classcal and Baesan Econometrc Methods Applcaton of mathematcal statstcs to economc data for emprcal support Economc theor postulates a qualtatve

More information

The OC Curve of Attribute Acceptance Plans

The OC Curve of Attribute Acceptance Plans The OC Curve of Attrbute Acceptance Plans The Operatng Characterstc (OC) curve descrbes the probablty of acceptng a lot as a functon of the lot s qualty. Fgure 1 shows a typcal OC Curve. 10 8 6 4 1 3 4

More information

CHAPTER 5 RELATIONSHIPS BETWEEN QUANTITATIVE VARIABLES

CHAPTER 5 RELATIONSHIPS BETWEEN QUANTITATIVE VARIABLES CHAPTER 5 RELATIONSHIPS BETWEEN QUANTITATIVE VARIABLES In ths chapter, we wll learn how to descrbe the relatonshp between two quanttatve varables. Remember (from Chapter 2) that the terms quanttatve varable

More information

How To Calculate The Accountng Perod Of Nequalty

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

More information

1 Example 1: Axis-aligned rectangles

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

More information

1. Measuring association using correlation and regression

1. Measuring association using correlation and regression How to measure assocaton I: Correlaton. 1. Measurng assocaton usng correlaton and regresson We often would lke to know how one varable, such as a mother's weght, s related to another varable, such as a

More information

STATISTICAL DATA ANALYSIS IN EXCEL

STATISTICAL DATA ANALYSIS IN EXCEL Mcroarray Center STATISTICAL DATA ANALYSIS IN EXCEL Lecture 6 Some Advanced Topcs Dr. Petr Nazarov 14-01-013 petr.nazarov@crp-sante.lu Statstcal data analyss n Ecel. 6. Some advanced topcs Correcton for

More information

Calculation of Sampling Weights

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

More information

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

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

More information

A Probabilistic Theory of Coherence

A Probabilistic Theory of Coherence A Probablstc Theory of Coherence BRANDEN FITELSON. The Coherence Measure C Let E be a set of n propostons E,..., E n. We seek a probablstc measure C(E) of the degree of coherence of E. Intutvely, we want

More information

What is Candidate Sampling

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

More information

L10: Linear discriminants analysis

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

More information

Risk-based Fatigue Estimate of Deep Water Risers -- Course Project for EM388F: Fracture Mechanics, Spring 2008

Risk-based Fatigue Estimate of Deep Water Risers -- Course Project for EM388F: Fracture Mechanics, Spring 2008 Rsk-based Fatgue Estmate of Deep Water Rsers -- Course Project for EM388F: Fracture Mechancs, Sprng 2008 Chen Sh Department of Cvl, Archtectural, and Envronmental Engneerng The Unversty of Texas at Austn

More information

Linear Circuits Analysis. Superposition, Thevenin /Norton Equivalent circuits

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

More information

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

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

More information

Calibration and Linear Regression Analysis: A Self-Guided Tutorial

Calibration and Linear Regression Analysis: A Self-Guided Tutorial Calbraton and Lnear Regresson Analyss: A Self-Guded Tutoral Part The Calbraton Curve, Correlaton Coeffcent and Confdence Lmts CHM314 Instrumental Analyss Department of Chemstry, Unversty of Toronto Dr.

More information

An Alternative Way to Measure Private Equity Performance

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

More information

PRACTICE 1: MUTUAL FUNDS EVALUATION USING MATLAB.

PRACTICE 1: MUTUAL FUNDS EVALUATION USING MATLAB. PRACTICE 1: MUTUAL FUNDS EVALUATION USING MATLAB. INDEX 1. Load data usng the Edtor wndow and m-fle 2. Learnng to save results from the Edtor wndow. 3. Computng the Sharpe Rato 4. Obtanng the Treynor Rato

More information

NPAR TESTS. One-Sample Chi-Square Test. Cell Specification. Observed Frequencies 1O i 6. Expected Frequencies 1EXP i 6

NPAR TESTS. One-Sample Chi-Square Test. Cell Specification. Observed Frequencies 1O i 6. Expected Frequencies 1EXP i 6 PAR TESTS If a WEIGHT varable s specfed, t s used to replcate a case as many tmes as ndcated by the weght value rounded to the nearest nteger. If the workspace requrements are exceeded and samplng has

More information

Support Vector Machines

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

More information

Fuzzy Regression and the Term Structure of Interest Rates Revisited

Fuzzy Regression and the Term Structure of Interest Rates Revisited Fuzzy Regresson and the Term Structure of Interest Rates Revsted Arnold F. Shapro Penn State Unversty Smeal College of Busness, Unversty Park, PA 68, USA Phone: -84-865-396, Fax: -84-865-684, E-mal: afs@psu.edu

More information

Can Auto Liability Insurance Purchases Signal Risk Attitude?

Can Auto Liability Insurance Purchases Signal Risk Attitude? Internatonal Journal of Busness and Economcs, 2011, Vol. 10, No. 2, 159-164 Can Auto Lablty Insurance Purchases Sgnal Rsk Atttude? Chu-Shu L Department of Internatonal Busness, Asa Unversty, Tawan Sheng-Chang

More information

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

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

More information

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

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

More information

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

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

More information

8 Algorithm for Binary Searching in Trees

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

More information

Project Networks With Mixed-Time Constraints

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

More information

THE DISTRIBUTION OF LOAN PORTFOLIO VALUE * Oldrich Alfons Vasicek

THE DISTRIBUTION OF LOAN PORTFOLIO VALUE * Oldrich Alfons Vasicek HE DISRIBUION OF LOAN PORFOLIO VALUE * Oldrch Alfons Vascek he amount of captal necessary to support a portfolo of debt securtes depends on the probablty dstrbuton of the portfolo loss. Consder a portfolo

More information

Section 5.4 Annuities, Present Value, and Amortization

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

More information

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

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

More information

Question 2: What is the variance and standard deviation of a dataset?

Question 2: What is the variance and standard deviation of a dataset? Queston 2: What s the varance and standard devaton of a dataset? The varance of the data uses all of the data to compute a measure of the spread n the data. The varance may be computed for a sample of

More information

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

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

More information

Quantization Effects in Digital Filters

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

More information

Although ordinary least-squares (OLS) regression

Although ordinary least-squares (OLS) regression egresson through the Orgn Blackwell Oxford, TEST 0141-98X 003 5 31000 Orgnal Joseph Teachng G. UK Artcle Publshng Esenhauer through Statstcs the Ltd Trust Orgn 001 KEYWODS: Teachng; egresson; Analyss of

More information

Portfolio Loss Distribution

Portfolio Loss Distribution Portfolo Loss Dstrbuton Rsky assets n loan ortfolo hghly llqud assets hold-to-maturty n the bank s balance sheet Outstandngs The orton of the bank asset that has already been extended to borrowers. Commtment

More information

BERNSTEIN POLYNOMIALS

BERNSTEIN POLYNOMIALS On-Lne Geometrc Modelng Notes BERNSTEIN POLYNOMIALS Kenneth I. Joy Vsualzaton and Graphcs Research Group Department of Computer Scence Unversty of Calforna, Davs Overvew Polynomals are ncredbly useful

More information

How To Understand The Results Of The German Meris Cloud And Water Vapour Product

How To Understand The Results Of The German Meris Cloud And Water Vapour Product Ttel: Project: Doc. No.: MERIS level 3 cloud and water vapour products MAPP MAPP-ATBD-ClWVL3 Issue: 1 Revson: 0 Date: 9.12.1998 Functon Name Organsaton Sgnature Date Author: Bennartz FUB Preusker FUB Schüller

More information

Answer: A). There is a flatter IS curve in the high MPC economy. Original LM LM after increase in M. IS curve for low MPC economy

Answer: A). There is a flatter IS curve in the high MPC economy. Original LM LM after increase in M. IS curve for low MPC economy 4.02 Quz Solutons Fall 2004 Multple-Choce Questons (30/00 ponts) Please, crcle the correct answer for each of the followng 0 multple-choce questons. For each queston, only one of the answers s correct.

More information

Luby s Alg. for Maximal Independent Sets using Pairwise Independence

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

More information

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

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

More information

Statistical Methods to Develop Rating Models

Statistical Methods to Develop Rating Models Statstcal Methods to Develop Ratng Models [Evelyn Hayden and Danel Porath, Österrechsche Natonalbank and Unversty of Appled Scences at Manz] Source: The Basel II Rsk Parameters Estmaton, Valdaton, and

More information

n + d + q = 24 and.05n +.1d +.25q = 2 { n + d + q = 24 (3) n + 2d + 5q = 40 (2)

n + d + q = 24 and.05n +.1d +.25q = 2 { n + d + q = 24 (3) n + 2d + 5q = 40 (2) MATH 16T Exam 1 : Part I (In-Class) Solutons 1. (0 pts) A pggy bank contans 4 cons, all of whch are nckels (5 ), dmes (10 ) or quarters (5 ). The pggy bank also contans a con of each denomnaton. The total

More information

Fisher Markets and Convex Programs

Fisher Markets and Convex Programs Fsher Markets and Convex Programs Nkhl R. Devanur 1 Introducton Convex programmng dualty s usually stated n ts most general form, wth convex objectve functons and convex constrants. (The book by Boyd and

More information

Hedging Interest-Rate Risk with Duration

Hedging Interest-Rate Risk with Duration FIXED-INCOME SECURITIES Chapter 5 Hedgng Interest-Rate Rsk wth Duraton Outlne Prcng and Hedgng Prcng certan cash-flows Interest rate rsk Hedgng prncples Duraton-Based Hedgng Technques Defnton of duraton

More information

Least Squares Fitting of Data

Least Squares Fitting of Data Least Squares Fttng of Data Davd Eberly Geoetrc Tools, LLC http://www.geoetrctools.co/ Copyrght c 1998-2016. All Rghts Reserved. Created: July 15, 1999 Last Modfed: January 5, 2015 Contents 1 Lnear Fttng

More information

Regression Models for a Binary Response Using EXCEL and JMP

Regression Models for a Binary Response Using EXCEL and JMP SEMATECH 997 Statstcal Methods Symposum Austn Regresson Models for a Bnary Response Usng EXCEL and JMP Davd C. Trndade, Ph.D. STAT-TECH Consultng and Tranng n Appled Statstcs San Jose, CA Topcs Practcal

More information

CHOLESTEROL REFERENCE METHOD LABORATORY NETWORK. Sample Stability Protocol

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

More information

Staff Paper. Farm Savings Accounts: Examining Income Variability, Eligibility, and Benefits. Brent Gloy, Eddy LaDue, and Charles Cuykendall

Staff Paper. Farm Savings Accounts: Examining Income Variability, Eligibility, and Benefits. Brent Gloy, Eddy LaDue, and Charles Cuykendall SP 2005-02 August 2005 Staff Paper Department of Appled Economcs and Management Cornell Unversty, Ithaca, New York 14853-7801 USA Farm Savngs Accounts: Examnng Income Varablty, Elgblty, and Benefts Brent

More information

Exhaustive Regression. An Exploration of Regression-Based Data Mining Techniques Using Super Computation

Exhaustive Regression. An Exploration of Regression-Based Data Mining Techniques Using Super Computation Exhaustve Regresson An Exploraton of Regresson-Based Data Mnng Technques Usng Super Computaton Antony Daves, Ph.D. Assocate Professor of Economcs Duquesne Unversty Pttsburgh, PA 58 Research Fellow The

More information

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

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

More information

Latent Class Regression. Statistics for Psychosocial Research II: Structural Models December 4 and 6, 2006

Latent Class Regression. Statistics for Psychosocial Research II: Structural Models December 4 and 6, 2006 Latent Class Regresson Statstcs for Psychosocal Research II: Structural Models December 4 and 6, 2006 Latent Class Regresson (LCR) What s t and when do we use t? Recall the standard latent class model

More information

Risk Model of Long-Term Production Scheduling in Open Pit Gold Mining

Risk Model of Long-Term Production Scheduling in Open Pit Gold Mining Rsk Model of Long-Term Producton Schedulng n Open Pt Gold Mnng R Halatchev 1 and P Lever 2 ABSTRACT Open pt gold mnng s an mportant sector of the Australan mnng ndustry. It uses large amounts of nvestments,

More information

The Mathematical Derivation of Least Squares

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

More information

Extending Probabilistic Dynamic Epistemic Logic

Extending Probabilistic Dynamic Epistemic Logic Extendng Probablstc Dynamc Epstemc Logc Joshua Sack May 29, 2008 Probablty Space Defnton A probablty space s a tuple (S, A, µ), where 1 S s a set called the sample space. 2 A P(S) s a σ-algebra: a set

More information

Chapter XX More advanced approaches to the analysis of survey data. Gad Nathan Hebrew University Jerusalem, Israel. Abstract

Chapter XX More advanced approaches to the analysis of survey data. Gad Nathan Hebrew University Jerusalem, Israel. Abstract Household Sample Surveys n Developng and Transton Countres Chapter More advanced approaches to the analyss of survey data Gad Nathan Hebrew Unversty Jerusalem, Israel Abstract In the present chapter, we

More information

Section C2: BJT Structure and Operational Modes

Section C2: BJT Structure and Operational Modes Secton 2: JT Structure and Operatonal Modes Recall that the semconductor dode s smply a pn juncton. Dependng on how the juncton s based, current may easly flow between the dode termnals (forward bas, v

More information

RECENT DEVELOPMENTS IN QUANTITATIVE COMPARATIVE METHODOLOGY:

RECENT DEVELOPMENTS IN QUANTITATIVE COMPARATIVE METHODOLOGY: Federco Podestà RECENT DEVELOPMENTS IN QUANTITATIVE COMPARATIVE METHODOLOGY: THE CASE OF POOLED TIME SERIES CROSS-SECTION ANALYSIS DSS PAPERS SOC 3-02 INDICE 1. Advantages and Dsadvantages of Pooled Analyss...

More information

Using Series to Analyze Financial Situations: Present Value

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

More information

Feature selection for intrusion detection. Slobodan Petrović NISlab, Gjøvik University College

Feature selection for intrusion detection. Slobodan Petrović NISlab, Gjøvik University College Feature selecton for ntruson detecton Slobodan Petrovć NISlab, Gjøvk Unversty College Contents The feature selecton problem Intruson detecton Traffc features relevant for IDS The CFS measure The mrmr measure

More information

Addendum to: Importing Skill-Biased Technology

Addendum to: Importing Skill-Biased Technology Addendum to: Importng Skll-Based Technology Arel Bursten UCLA and NBER Javer Cravno UCLA August 202 Jonathan Vogel Columba and NBER Abstract Ths Addendum derves the results dscussed n secton 3.3 of our

More information

Descriptive Models. Cluster Analysis. Example. General Applications of Clustering. Examples of Clustering Applications

Descriptive Models. Cluster Analysis. Example. General Applications of Clustering. Examples of Clustering Applications CMSC828G Prncples of Data Mnng Lecture #9 Today s Readng: HMS, chapter 9 Today s Lecture: Descrptve Modelng Clusterng Algorthms Descrptve Models model presents the man features of the data, a global summary

More information

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

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

More information

PRIVATE SCHOOL CHOICE: THE EFFECTS OF RELIGIOUS AFFILIATION AND PARTICIPATION

PRIVATE SCHOOL CHOICE: THE EFFECTS OF RELIGIOUS AFFILIATION AND PARTICIPATION PRIVATE SCHOOL CHOICE: THE EFFECTS OF RELIIOUS AFFILIATION AND PARTICIPATION Danny Cohen-Zada Department of Economcs, Ben-uron Unversty, Beer-Sheva 84105, Israel Wllam Sander Department of Economcs, DePaul

More information

Efficient Project Portfolio as a tool for Enterprise Risk Management

Efficient Project Portfolio as a tool for Enterprise Risk Management Effcent Proect Portfolo as a tool for Enterprse Rsk Management Valentn O. Nkonov Ural State Techncal Unversty Growth Traectory Consultng Company January 5, 27 Effcent Proect Portfolo as a tool for Enterprse

More information

IS-LM Model 1 C' dy = di

IS-LM Model 1 C' dy = di - odel Solow Assumptons - demand rrelevant n long run; assumes economy s operatng at potental GDP; concerned wth growth - Assumptons - supply s rrelevant n short run; assumes economy s operatng below potental

More information

Marginal Benefit Incidence Analysis Using a Single Cross-section of Data. Mohamed Ihsan Ajwad and Quentin Wodon 1. World Bank.

Marginal Benefit Incidence Analysis Using a Single Cross-section of Data. Mohamed Ihsan Ajwad and Quentin Wodon 1. World Bank. Margnal Beneft Incdence Analyss Usng a Sngle Cross-secton of Data Mohamed Ihsan Ajwad and uentn Wodon World Bank August 200 Abstract In a recent paper, Lanjouw and Ravallon proposed an attractve and smple

More information

Logistic Regression. Steve Kroon

Logistic Regression. Steve Kroon Logstc Regresson Steve Kroon Course notes sectons: 24.3-24.4 Dsclamer: these notes do not explctly ndcate whether values are vectors or scalars, but expects the reader to dscern ths from the context. Scenaro

More information

Interest Rate Fundamentals

Interest Rate Fundamentals Lecture Part II Interest Rate Fundamentals Topcs n Quanttatve Fnance: Inflaton Dervatves Instructor: Iraj Kan Fundamentals of Interest Rates In part II of ths lecture we wll consder fundamental concepts

More information

An Analysis of the relationship between WTI term structure and oil market fundamentals in 2002-2009

An Analysis of the relationship between WTI term structure and oil market fundamentals in 2002-2009 MPRA Munch Personal RePEc Archve An Analyss of the relatonshp between WTI term structure and ol market fundamentals n 00-009 Mleno Cavalcante Petrobras S.A., Unversdade de Fortaleza. August 00 Onlne at

More information

total A A reag total A A r eag

total A A reag total A A r eag hapter 5 Standardzng nalytcal Methods hapter Overvew 5 nalytcal Standards 5B albratng the Sgnal (S total ) 5 Determnng the Senstvty (k ) 5D Lnear Regresson and albraton urves 5E ompensatng for the Reagent

More information

International University of Japan Public Management & Policy Analysis Program

International University of Japan Public Management & Policy Analysis Program Internatonal Unversty of Japan Publc Management & Polcy Analyss Program Practcal Gudes To Panel Data Modelng: A Step by Step Analyss Usng Stata * Hun Myoung Park, Ph.D. kucc65@uj.ac.jp 1. Introducton.

More information

Texas Instruments 30X IIS Calculator

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

More information

Inter-Ing 2007. INTERDISCIPLINARITY IN ENGINEERING SCIENTIFIC INTERNATIONAL CONFERENCE, TG. MUREŞ ROMÂNIA, 15-16 November 2007.

Inter-Ing 2007. INTERDISCIPLINARITY IN ENGINEERING SCIENTIFIC INTERNATIONAL CONFERENCE, TG. MUREŞ ROMÂNIA, 15-16 November 2007. Inter-Ing 2007 INTERDISCIPLINARITY IN ENGINEERING SCIENTIFIC INTERNATIONAL CONFERENCE, TG. MUREŞ ROMÂNIA, 15-16 November 2007. UNCERTAINTY REGION SIMULATION FOR A SERIAL ROBOT STRUCTURE MARIUS SEBASTIAN

More information

Analysis of Premium Liabilities for Australian Lines of Business

Analysis of Premium Liabilities for Australian Lines of Business Summary of Analyss of Premum Labltes for Australan Lnes of Busness Emly Tao Honours Research Paper, The Unversty of Melbourne Emly Tao Acknowledgements I am grateful to the Australan Prudental Regulaton

More information

Estimation of Dispersion Parameters in GLMs with and without Random Effects

Estimation of Dispersion Parameters in GLMs with and without Random Effects Mathematcal Statstcs Stockholm Unversty Estmaton of Dsperson Parameters n GLMs wth and wthout Random Effects Meng Ruoyan Examensarbete 2004:5 Postal address: Mathematcal Statstcs Dept. of Mathematcs Stockholm

More information

NON-CONSTANT SUM RED-AND-BLACK GAMES WITH BET-DEPENDENT WIN PROBABILITY FUNCTION LAURA PONTIGGIA, University of the Sciences in Philadelphia

NON-CONSTANT SUM RED-AND-BLACK GAMES WITH BET-DEPENDENT WIN PROBABILITY FUNCTION LAURA PONTIGGIA, University of the Sciences in Philadelphia To appear n Journal o Appled Probablty June 2007 O-COSTAT SUM RED-AD-BLACK GAMES WITH BET-DEPEDET WI PROBABILITY FUCTIO LAURA POTIGGIA, Unversty o the Scences n Phladelpha Abstract In ths paper we nvestgate

More information

Evaluating credit risk models: A critique and a new proposal

Evaluating credit risk models: A critique and a new proposal Evaluatng credt rsk models: A crtque and a new proposal Hergen Frerchs* Gunter Löffler Unversty of Frankfurt (Man) February 14, 2001 Abstract Evaluatng the qualty of credt portfolo rsk models s an mportant

More information

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

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

More information

Implied (risk neutral) probabilities, betting odds and prediction markets

Implied (risk neutral) probabilities, betting odds and prediction markets Impled (rsk neutral) probabltes, bettng odds and predcton markets Fabrzo Caccafesta (Unversty of Rome "Tor Vergata") ABSTRACT - We show that the well known euvalence between the "fundamental theorem of

More information

5 Multiple regression analysis with qualitative information

5 Multiple regression analysis with qualitative information 5 Multple regresson analyss wth qualtatve nformaton Ezequel Urel Unversty of Valenca Verson: 9-13 5.1 Introducton of qualtatve nformaton n econometrc models. 1 5. A sngle dummy ndependent varable 5.3 Multple

More information

World currency options market efficiency

World currency options market efficiency Arful Hoque (Australa) World optons market effcency Abstract The World Currency Optons (WCO) maket began tradng n July 2007 on the Phladelpha Stock Exchange (PHLX) wth the new features. These optons are

More information

Brigid Mullany, Ph.D University of North Carolina, Charlotte

Brigid Mullany, Ph.D University of North Carolina, Charlotte Evaluaton And Comparson Of The Dfferent Standards Used To Defne The Postonal Accuracy And Repeatablty Of Numercally Controlled Machnng Center Axes Brgd Mullany, Ph.D Unversty of North Carolna, Charlotte

More information

Joe Pimbley, unpublished, 2005. Yield Curve Calculations

Joe Pimbley, unpublished, 2005. Yield Curve Calculations Joe Pmbley, unpublshed, 005. Yeld Curve Calculatons Background: Everythng s dscount factors Yeld curve calculatons nclude valuaton of forward rate agreements (FRAs), swaps, nterest rate optons, and forward

More information

Time Value of Money Module

Time Value of Money Module Tme Value of Money Module O BJECTIVES After readng ths Module, you wll be able to: Understand smple nterest and compound nterest. 2 Compute and use the future value of a sngle sum. 3 Compute and use the

More information

Characterization of Assembly. Variation Analysis Methods. A Thesis. Presented to the. Department of Mechanical Engineering. Brigham Young University

Characterization of Assembly. Variation Analysis Methods. A Thesis. Presented to the. Department of Mechanical Engineering. Brigham Young University Characterzaton of Assembly Varaton Analyss Methods A Thess Presented to the Department of Mechancal Engneerng Brgham Young Unversty In Partal Fulfllment of the Requrements for the Degree Master of Scence

More information

Part 1: quick summary 5. Part 2: understanding the basics of ANOVA 8

Part 1: quick summary 5. Part 2: understanding the basics of ANOVA 8 Statstcs Rudolf N. Cardnal Graduate-level statstcs for psychology and neuroscence NOV n practce, and complex NOV desgns Verson of May 4 Part : quck summary 5. Overvew of ths document 5. Background knowledge

More information

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

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

More information

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

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

More information

Sketching Sampled Data Streams

Sketching Sampled Data Streams Sketchng Sampled Data Streams Florn Rusu, Aln Dobra CISE Department Unversty of Florda Ganesvlle, FL, USA frusu@cse.ufl.edu adobra@cse.ufl.edu Abstract Samplng s used as a unversal method to reduce the

More information

The Application of Fractional Brownian Motion in Option Pricing

The Application of Fractional Brownian Motion in Option Pricing Vol. 0, No. (05), pp. 73-8 http://dx.do.org/0.457/jmue.05.0..6 The Applcaton of Fractonal Brownan Moton n Opton Prcng Qng-xn Zhou School of Basc Scence,arbn Unversty of Commerce,arbn zhouqngxn98@6.com

More information

ANALYZING THE RELATIONSHIPS BETWEEN QUALITY, TIME, AND COST IN PROJECT MANAGEMENT DECISION MAKING

ANALYZING THE RELATIONSHIPS BETWEEN QUALITY, TIME, AND COST IN PROJECT MANAGEMENT DECISION MAKING ANALYZING THE RELATIONSHIPS BETWEEN QUALITY, TIME, AND COST IN PROJECT MANAGEMENT DECISION MAKING Matthew J. Lberatore, Department of Management and Operatons, Vllanova Unversty, Vllanova, PA 19085, 610-519-4390,

More information