ute measures of uncertainty called standard errors for these b j estimates and the resulting forecasts if certain conditions are satis- ed. Note the e

Size: px
Start display at page:

Download "ute measures of uncertainty called standard errors for these b j estimates and the resulting forecasts if certain conditions are satis- ed. Note the e"

Transcription

1 Regression with Time Series Errors David A. Dickey, North Carolina State University Abstract: The basic assumtions of regression are reviewed. Grahical and statistical methods for checking the assumtions are resented using a sales examle. Deartures from indeendence in time series data are emhasized and illustrated in the examle. Several roducts from SAS TM Institute for analyzing regressions with time series errors are illustrated. The imortance of the stochastic roerties of the model inut variables is emhasized. Forecasts from several models for the examle data are comared. 1. Introduction: Regression is a tool that allows one to model the relationshi between a resonse variable Y, which might be a mail order comany's sales, and some exlanatory variables usually denoted X j where X 1 might be the cost of one item from the comany, X 2 the cost of a similar item from a cometitor comany and X 3 the number of hone calls coming in to the comany's switchboard. A tyical regression model for this situation is Y = X X X 3 + e where the regression coecients,, are unknown. You would like to estimate these s, for if you could, you would then have an equation for redicting a future Y from the associated Xs. Notice that even if the regression coecients were known, such a rediction would require knowledge of future X values. For examle, if t reresents time and X = t, then art of our model consists of a simle linear time trend and there will be no surrises when we try to extend the time sequence 1; 2; 3;:::;n into the future. On the other hand if X t is the number of incoming hone calls at time t then forecasting to time n +1 would require that some value be inserted for X n+1 and this value will itself likely be a forecast. These two examles reresent deterministic and stochastic exlanatory variables, resectively. The nature of the X variables will aect the forecast accuracy - obviously a erson forecasting with a known future X is better o than one who must estimate that future X. Thus a roblem we will need to deal with, if we want to ut some sort of error bounds on our forecasts, is the incororation of our level of uncertainty about the future X values. The usual way of estimating the s is the method used in PROC GLM and PROC REG. The method is referred to as ordinary least squares in that it nds estimates b j of the j arameters that P minimize the error n sum of squares SSE = (Y t=1 t,(b 0 +b 1 X 1 + b 2 X 2 +b 3 X 3 )) 2. This SSE is a function of the estimates, b j, and much of the subject of calculus is concerned with nding values of arguments, like these b j, that minimize a function, SSE in our case. Thus we have mathematical tools which are relatively easy to imlement on the comuter that allow ustond the minimizing values. This is what PROC REG and PROC GLM are set u to do. Furthermore, statistical theory allows us to com- 1

2 ute measures of uncertainty called standard errors for these b j estimates and the resulting forecasts if certain conditions are satis- ed. Note the exression \if certain conditions are satised." It is this with which we are concerned here. In this aer we review these \certain conditions," indicate why they might be violated when data are taken over time, resent methods for checking these conditions, and nally reresent corrections that can be alied if the conditions are violated. The corrections that we seak of are imlemented in SAS Institute's PROC AUTOREG. Throughout the aer we will use an articial examle in which X t reresents the number of hone calls in week t to a mail order comany and Y t is the number of shiments for that week. Figure 1 shows the data over a 3 year eriod. We are interested in estimating the comany's growth, estimating the number of shiments generated er hone call, and forecasting hone calls and sales two weeks into the future. 2. Checking the usual assumtions. Our model is Y t = X t + 2 t + e t. We assume (A) Normality: The errors all come from normal distributions (B) Homogeneity: These normal distributions all have mean 0 and the same variance, 2 (C) Indeendence: The correlation between e i and e j is 0 (for i not equal to j) We can check the normality assumtion by drawing histograms and normal robability lots of the residuals. In gures 2-4, we see a histogram of the residuals, a hanging histogram in which each bar becomes a line segment at the former bar midoint, this line being hung from the normal curve rather than rising from the horizontal axis, and a lot of the residuals against their normal scores. These are very easy to roduce using the following code: roc caability grahics; histogram r /normal hanging vref=0; histogram r / normal; qqlot r / normal (mu=est sigma=est); The histograms look reasonably normal and the quantile-quantile lot reasonably straight. PROC CAPABILITY also resents tests of the normality hyothesis but the theory behind these assumes indeendence, an assumtion we have yet to check. Not shown is a simle lot of residuals against redicted values. Because this looks uniform (as oosed to megahone shaed) this check on the homogeneous variance assumtion does not give us cause for concern. The regression and subsequent calculation of residuals was accomlished with this code: roc reg; model y = t x/dw; roc reg; model y = t/dw; where Y is sales, X hone calls, and t week number. The revious residual analysis was from the rst regression. The advantage of the second regression is that only future values of t would be needed for forecasting whereas for the rst model we would need to know, or at least estimate, next week's hone calls to forecast sales. Notice the dw otions. These request the \Durbin Watson" statistic which is a test for autocorrelation, that is, correlation between successive residuals. Autocorrelation is a commonly occurring violation of the indeendence assumtions when data are taken over time. The otion also gives an estimate 2

3 r of the rst order autocorrelation. We get dw = 1:407 and b = :283 for the rst model, dw = :969 and b = :497 for the second model. 3. The Durbin-Watson statistic and rst order autocorrelation. P n t=2 (r t, r t,1) 2 = P n The Durbin-Watson statistic is dw = t=1 r2 where r t t is the residual at time t. If e t reresents white noise (an uncorrelated sequence) then we nd these exected values: Ef(e t, e t,1) 2 g = Efe 2 t, e te t,1 + e 2 t,1 g = Efe 2 t g=2 Thus P n t=2 (e t, e t,1) 2 = P n t=1 e2 t should be near 2, that is, the Durbin Watson statistic should be near 2 if calculated on a white noise sequence. If there is ositive correlation between neighboring e's then e t and e t,1 would be more alike than in the white noise case so that e t, e t,1 would be smaller in magnitude and thus dw would move toward 0. The rst order correlation in the residuals is b = nx t=2 (r t, r)(r t,1, r)= nx t=1 (r t, r) 2 which isvery close to what one would get by simly inserting r t and r t,1 into the standard formula for a correlation. If, as in our examle, the regression contains an intercet then r =0. It is well known that if b is comuted on a white noise series and if the samle size n is reasonably large, then Z = nb 1, b 2 is aroximately a N(0; 1) random variable so that for large samles, values of jzj exceeding 1.96 would give us reason to susect that autocorrelation is resent. A bit of algebra demonstrates that the Durbin-Watson statistic is roughly equal to 2(1, b) so that from our Z, we could get a large samle aroximate distribution for the Durbin-Watson statistic. The real contribution of Durbin and Watson was to to show how to get the exact nite samle distribution of the statistic dw. Unfortunately the Durbin-Watson theory shows that the exact distribution deends on the values of the X exlanatory variables in the regression so that each new roblem encountered would require a new table of critical values. However, if none of the X variables are lagged Y values and the errors are normal, they were able to calculate bounds for all critical values. Thus if you enter the tables of Durbin and Watson for a certain samle size and number of exlanatory variables you will see uer and lower bounds for the true critical value. A dw to the left of the lower bound is clearly less than the critical value and thus too close to 0 to accet the indeendence hyothesis (under which dw should be near 2). Adwto the right of the uer bound makes it clear that dw is closer to 2 than is the critical value so we cannot reject indeendence. A dw between the bounds just tells you that the calculated dw and the critical value are between these numbers so you have no idea how they are laced relative to each other. Durbin and Watson also gave a comutationally intensive way of comuting -values using the observed Xs. We will see how toget -values from PROC AUTOREG. It should be noted that the restriction that lagged Y s not be included in the exlanatory X variables still holds so that a model with lagged Y s, exlicitly or imlicitly among the exlanatory variables, would not roduce exact -values using the Durbin-Watson method. Because the large samle Z aroximation is reasonably good, the tables of Durbin and Watson tyically do not extend to very large nvalues so for our examle residuals, we use 3

4 Z = nb= 1, b 2 getting 156(:283)= 1, :2832 =3:7 for the rst model, and 156(:497)= 1, :4972 =7:2 for the second model. Using 1.96 as a critical value we have strong evidence for autocorrelation in our examle. For our examle we have normal residuals with homogeneous variance, but they are clearly not indeendent for either of our models. 4. Adjusting for autocorrelation. Suose we have a simle linear regression model (A) The estimates of the regression coecients are still unbiased. (B) The estimates of the regression coecients vary more from samle to samle than do the best estimates, but still may be reasonably ecient. (C) Estimates of standard errors for coecients and anything comuted from them (t statistics, - values and condence intervals for examle) are biased - often badly biased. Using our simle linear regression and an order 1 error rocess a t =,a t,1 + e t we note that the equation holds at both times t and t, 1 so that, multilying through by the autoregressive arameter we obtain Y t = X 1t + a t Y t,1 = X 1t,1 + a t,1 Y t = X 1t + a t where, instead of white noise e t term satises a model such as our error and adding we have the transformed model (Y t + Y t,1) = 0 (1+)+ 1 (X 1t +X 1t,1)+(a t +a t,1) a t =, 1 a t,1, 2 a t,2,, a t,+e t This error model is called autoregressive of order where the order refers to the number of lagged a's aearing in the equation for a t. If = 1 then the rst order autocorrelation coecient from PROC REG is a reasonable estimate of but in higher order models, the relationshi between the autoregressive coef- cients (s) and the autocorrelations is much more convoluted. What haens if we just ignore the autocorrelation? Now we note the following oints about this transformed model: (A) This is a linear model in the transformed variables (in arentheses) (B) It has the same coecients as the original model (C) It has error term (a t + a t,1) where we are assuming a t + a t,1 = e t, that is this new model satises all the usual regression assumtions! (D) It has n, 1, not n observations. 4

5 Note that oint (C) imlies that running an ordinary regression would suce if we knew (or could aroximate it well). We can recover the lost observation by noting that 1, 2 Y 1 = 0 1, , 2 X 11 + a 1 This works because Var(a t ) = 2 =(1, 2 ). What we will do is regress column 1 on columns 2 and 3 in this table using the rst order autocorrelation of the residuals from an initial ordinary least squares regression as an estimate of. 1, 2 Y 1 1, 2 1, 2 X 1 Y 2 + Y 1 1+ X 2 +X 1 Y 3 + Y 2 1+ X 3 +X 2... Y n + Y n,1 1+ X n +X n,1 These new estimates of the s can be used to comute new residuals, a new estimate of, new columns in the table and the whole rocess can be iterated until the estimates stabilize. Alternatively, one can simly notice at the outset that this whole rocedure amounts to an attemt to minimize the error sum of squares in a nonlinear model and thus use standard nonlinear search techniques (i.e. full blown maximum likelihood estimation of and the s simultaneously instead of the alternating technique above). Either way, we have estimated the model Y t =,Y t,1+ 0 (1+)+ 1 (X 1t +X 1t,1)+ e t which is seen to be a model that includes lagged Y 's among the exlanatory variables. Now it is ossible that the model needs more than 1 lagged residual. The rocedure is essentially the same, we just need more terms in the transformation and more than 1 observation at the beginning needs to be recovered in a secial way. 5. PROC AUTOREG for the sales data. We use PROC AUTOREG on our sales data with the following code: roc autoreg; model y = t x/nlag=4 backste dwrob artial; The outut begins with ordinary least squares, used to get the residuals and model them. Next come autocorrelations of the residuals. The lag j autocorrelation is simly an estimate of the correlation between a t and a t,j comuted from the ordinary least squares residuals r t (think of r t as an estimate of a t ). The j th artial autocorrelation can be interreted as an estimate of the last coecient in the regression of a t on a t,1;:::;a t,j and thus would be 0 after the aroriate number of autoregressive lags are included in the model. Time series exerts use autocorrelations and artial autocorrelations to diagnose the nature of correlation in the residuals. The dro in the autocorrelations after lag 1 is more dramatic than that in the artial autocorrelations. This suggests that a model other than autoregressive for the error terms might be considered, thus taking us into the realm of PROC ARIMA which we discuss later. Estimates of Autocorrelations Lag Covariance Correlation

6 Partial Autocorrelations The next art of the outut is a backward elimination of insignicant autoregressive arameters ('s) starting with the least signicant. Backward Elimination of Autoregressive Terms Lag Estimate t-ratio Prob We are left, then, with just a lag 1 autoregressive model. The rocedure next summarizes the model: Estimates of the Autoregressive Parameters Lag Coecient Std Error t Ratio Yule-Walker Estimates SSE DFE 152 MSE Root MSE SBC AIC Reg Rsq Durbin-Watson Total Rsq PROB < DW The autoregressive coecient divided by its standard error is t = and since our samle size is reasonably large, t exceeding 1.96 in magnitude is considered signicant. The error mean square estimates 2, the variance of e t so our error model is a t = :2829a t,1 + e t The SBC and AIC are information criteria that can be used to comare models with diering numbers of arameters. The model delivering the smallest information criterion would be selected. The criteria trade the t of the model o against its comlexity just as a erson might trade the functionality of a new comuter against its cost in deciding which machine to urchase. We observe that the Durbin-Watson statistic on the transformed model is now close to 2 and an aroximate -value larger than 0.05 aears. This is not an exact -value since the transformed model imlicitly uses an estimated coecient on lagged Y 's to redict the current Y and thus does not satisfy Durbin and Watson's assumtions. Finally there are 2 R-square values. This is because, in redicting Y one ste ahead, we can use a rediction based on the X's and their coecients only or we can add to that a forecast of the next residual based on our autoregressive error model and the most recently observed residual(s). The ercentage of variation exlained under these scenarios are the regression R-square and total R-square resectively. In that sense, the total R-square is a redictability R-square while the regression R-square tells how much of the redictability isassociated with the X variables (which may be dicult or exensive to obtain - esecially future values of them). The rocedure next uses the estimated to get the transformed variables, e.g. Y t, 0:2829Y t,1, and runs ordinary least squares on the transformed variables. Because of the transformation, the resulting coecients, standard errors, etc. are correct and, excet for the fact that is estimated instead of known, the X coecients are the best linear unbiased estimates of the arameters. The model arameters art of the outut is given next. A ortion of this is shown here: 6

7 Variable DF BValue t Ratio Arox Prob Intercet T X We see that the time trend (T ) which seemed to aear in our grah does not seem imortant after X is included in our model. Note that this does not say that there is no increase in sales, only that there is no increase beyond what would have been redicted from incoming hone calls. Phone calls X are strongly signicant. We might have been haier had the signicance results been reversed, since we need to suly next week's hone volume to redict next week's sales in a model involving X. What are our choices in terms of forecasting? One otion is to somehow get estimates of future X values. Here are some forecasts of hone volume which actually came from SAS PROC ARIMA. They have been aended to our original data and you see their Y values are missing. T DATE X Y /16/ /23/ /30/ /06/ /13/ /20/ /27/ /03/ Do we really think X will be next week? Of course not, this is just a forecast so the use of this X value in comuting a forecast for Y will add to the inaccuracy of the forecast. On the other hand, since we stoed in week 156, the use of t = 157 for next week's t in our model will introduce no inaccuracy in the forecast. Choosing SBC as a criterion we have Model SBC MSE X and t X only t only so the model with X only is clearly referred. One confusing henomenon that often occurs is that, although statistical theory indicates that the estimates from our transformed model should be better than the ordinary least squares estimates that ignore autocorrelation, the ordinary least squares rintout shows smaller standard errors than the ones shown in PROC AUTOREG. How can that be if the PROC AUTOREG method rovides better estimates? The answer is simle - the ordinary least squares numbers are not good estimates of the standard errors and are often, but not always, decetively small. In other words by ignoring autocorrelation we are using inferior estimates of the arameters but the standard errors falsely indicate that they are suerior. The three models estimated by PROC AU- TOREG (with standard errors) are: Y t = 5: :0386t+ 0:9474X t (6:3191)(0:0527) (0:052) Y t = 7: :9589X t (5:8111) (0:0498) Y t = 83: :3388t (11:0956)(0:1222) 6. Forecasting The model with only X is Y t = 7: :9589X t + a t (5:8111)(0:050) 7

8 with a t = :2873 a t,1 + e t and we are at the last week of year 3 in our data so t=156. Standard errors are in arentheses. The last observation was Y 156 = 220 and X 156 = 180 so that the residual, an estimate of a 156, would be r t = 220, 7:3681, :9589(180) = 40:030 and we redict a 157 as :2873(40:030) = 11:501. Now if we assume X 157 will be 157:292 then we redict Y 157 to be 7: :9589(157:292) + 11:501 = 158: :501 = 169:696. This is the rst forecast in the PROC AUTOREG outut dataset and an associated standard error 20.9 is used to comute a 95% rediction interval. The roblem is that this standard error is comuted assuming that X will be exactly in the next time interval. Our true level of uncertainty in the forecast of Y would certainly be inuenced by the variability in our imuted X value. 7. Using PROC ARIMA We can model the whole rocess, X and Y, in PROC ARIMA. We rst comute a model for X which PROC ARIMA estimates as X t, 107:6=:6864(X t,1, 107:6) + e t Now PROC ARIMA can t and forecast the same model as PROC AUTOREG, however it gives you the otion of using the X model to rovide forecasts of future X's and it incororates the uncertainty in those X's in the Y forecasts. Our forecasts of future X's were from PROC ARIMA so the forecasts from the two rocedures will match but the forecast error variances will dier. We close by resenting grahs of forecasts and their standard errors from several scenarios. In gure 5, the forecasts from PROC AU- TOREG and PROC ARIMA with their intervals are overlaid. The dierence in widths of the forecast intervals illustrates the magnitude of error that is being ignored when one treats future X's as known when they are in fact forecasts. Figure 6 shows the forecasts and intervals from the model that uses time t as the exlanatory variable. Here we can roerly treat future t's as known, but ay a rice in that the model does not t as well. The forecasted X ARIMA lot is overlaid on this (it gives the lower forecasts and intervals) and it is interesting to note that although this model t substantially worse according to our statistical tests, once we admit that there is error in our forecasts of X, our forecasts and error bands are similar in both models. In the long term, the model with t will give forecasts that trend linearly uward while the forecasts with the ARIMA model will return to the historic mean as will always haen with a stationary ARIMA model. Finally, PROC ARIMA allows the tting of a larger class of error models than autoregressive. A lag 1 moving average model also rovides an excellent t to the error series for the sales data. Using the autoregressive model for X, a linear relationshi between Y and X, and an order 1 moving average error term, our estimated model becomes Y t =8: :95 X t + e t + :37e t,1 X t, 107:6=0:686 (X t,1, 107:6) + u t Because the error term e t, e t,1 isamoving average we estimated this model in PROC ARIMA: roc arima data=a; ivar=x norint; e =1 ml; i var=y crosscor=(x) nlag=5; e inut = (x) q=1 ml; f lead=5 out=out5 id=t; Because our inut variable is modeled, we will get a crosscorrelation lot which has been rewhitened. It is a lot of correlations between Y at time t and X at time t, j which has been cleared of any indirect correlations caused by autocorrelation in the X series. It 8

9 is thus a icture of how changes in X are incororated into the Y series. The lot of the crosscorrelatins for our examle will look similar to this: Crosscorrelations Lag Corr * j j * ** j * j j j ********** j * j * j j *** ** j. It is seen that there is no lagged correlation, only contemoraneous correlation. The moving average error structure gave error mean square as comared to so it is the best t of all models considered here by that criterion. SAS is the registered trademark of SAS Institute Inc. in the USA and other countries TM indicates USA registration. \." marks two standard errors 9

Estimating Time-Series Models

Estimating Time-Series Models Estimating ime-series Models he Box-Jenkins methodology for tting a model to a scalar time series fx t g consists of ve stes:. Decide on the order of di erencing d that is needed to roduce a stationary

More information

Hotelling s Two- Sample T 2

Hotelling s Two- Sample T 2 Chater 600 Hotelling s Two- Samle T Introduction This module calculates ower for the Hotelling s two-grou, T-squared (T) test statistic. Hotelling s T is an extension of the univariate two-samle t-test

More information

arxiv: v1 [physics.data-an] 26 Oct 2012

arxiv: v1 [physics.data-an] 26 Oct 2012 Constraints on Yield Parameters in Extended Maximum Likelihood Fits Till Moritz Karbach a, Maximilian Schlu b a TU Dortmund, Germany, moritz.karbach@cern.ch b TU Dortmund, Germany, maximilian.schlu@cern.ch

More information

Use of Transformations and the Repeated Statement in PROC GLM in SAS Ed Stanek

Use of Transformations and the Repeated Statement in PROC GLM in SAS Ed Stanek Use of Transformations and the Reeated Statement in PROC GLM in SAS Ed Stanek Introduction We describe how the Reeated Statement in PROC GLM in SAS transforms the data to rovide tests of hyotheses of interest.

More information

Statistics II Logistic Regression. So far... Two-way repeated measures ANOVA: an example. RM-ANOVA example: the data after log transform

Statistics II Logistic Regression. So far... Two-way repeated measures ANOVA: an example. RM-ANOVA example: the data after log transform Statistics II Logistic Regression Çağrı Çöltekin Exam date & time: June 21, 10:00 13:00 (The same day/time lanned at the beginning of the semester) University of Groningen, Det of Information Science May

More information

SAS for Bayesian Mediation Analysis

SAS for Bayesian Mediation Analysis Paer 1569-2014 SAS for Bayesian Mediation Analysis Miočević Milica, Arizona State University; David P. MacKinnon, Arizona State University ABSTRACT Recent statistical mediation analysis research focuses

More information

4. Score normalization technical details We now discuss the technical details of the score normalization method.

4. Score normalization technical details We now discuss the technical details of the score normalization method. SMT SCORING SYSTEM This document describes the scoring system for the Stanford Math Tournament We begin by giving an overview of the changes to scoring and a non-technical descrition of the scoring rules

More information

Solved Problems. (a) (b) (c) Figure P4.1 Simple Classification Problems First we draw a line between each set of dark and light data points.

Solved Problems. (a) (b) (c) Figure P4.1 Simple Classification Problems First we draw a line between each set of dark and light data points. Solved Problems Solved Problems P Solve the three simle classification roblems shown in Figure P by drawing a decision boundary Find weight and bias values that result in single-neuron ercetrons with the

More information

Variable Selection and Model Building

Variable Selection and Model Building LINEAR REGRESSION ANALYSIS MODULE XIII Lecture - 38 Variable Selection and Model Building Dr. Shalabh Deartment of Mathematics and Statistics Indian Institute of Technology Kanur Evaluation of subset regression

More information

One-way ANOVA Inference for one-way ANOVA

One-way ANOVA Inference for one-way ANOVA One-way ANOVA Inference for one-way ANOVA IPS Chater 12.1 2009 W.H. Freeman and Comany Objectives (IPS Chater 12.1) Inference for one-way ANOVA Comaring means The two-samle t statistic An overview of ANOVA

More information

PHYS 301 HOMEWORK #9-- SOLUTIONS

PHYS 301 HOMEWORK #9-- SOLUTIONS PHYS 0 HOMEWORK #9-- SOLUTIONS. We are asked to use Dirichlet' s theorem to determine the value of f (x) as defined below at x = 0, ± /, ± f(x) = 0, - < x

More information

General Linear Model Introduction, Classes of Linear models and Estimation

General Linear Model Introduction, Classes of Linear models and Estimation Stat 740 General Linear Model Introduction, Classes of Linear models and Estimation An aim of scientific enquiry: To describe or to discover relationshis among events (variables) in the controlled (laboratory)

More information

8 STOCHASTIC PROCESSES

8 STOCHASTIC PROCESSES 8 STOCHASTIC PROCESSES The word stochastic is derived from the Greek στoχαστικoς, meaning to aim at a target. Stochastic rocesses involve state which changes in a random way. A Markov rocess is a articular

More information

Notes on Instrumental Variables Methods

Notes on Instrumental Variables Methods Notes on Instrumental Variables Methods Michele Pellizzari IGIER-Bocconi, IZA and frdb 1 The Instrumental Variable Estimator Instrumental variable estimation is the classical solution to the roblem of

More information

Chapter 13 Variable Selection and Model Building

Chapter 13 Variable Selection and Model Building Chater 3 Variable Selection and Model Building The comlete regsion analysis deends on the exlanatory variables ent in the model. It is understood in the regsion analysis that only correct and imortant

More information

A Comparison between Biased and Unbiased Estimators in Ordinary Least Squares Regression

A Comparison between Biased and Unbiased Estimators in Ordinary Least Squares Regression Journal of Modern Alied Statistical Methods Volume Issue Article 7 --03 A Comarison between Biased and Unbiased Estimators in Ordinary Least Squares Regression Ghadban Khalaf King Khalid University, Saudi

More information

Ensemble Forecasting the Number of New Car Registrations

Ensemble Forecasting the Number of New Car Registrations Ensemble Forecasting the Number of New Car Registrations SJOERT FLEURKE Radiocommunications Agency Netherlands Emmasingel 1, 9700 AL, Groningen THE NETHERLANDS sjoert.fleurke@agentschatelecom.nl htt://www.agentschatelecom.nl

More information

Objectives. 6.1, 7.1 Estimating with confidence (CIS: Chapter 10) CI)

Objectives. 6.1, 7.1 Estimating with confidence (CIS: Chapter 10) CI) Objectives 6.1, 7.1 Estimating with confidence (CIS: Chater 10) Statistical confidence (CIS gives a good exlanation of a 95% CI) Confidence intervals. Further reading htt://onlinestatbook.com/2/estimation/confidence.html

More information

Chapter 10. Supplemental Text Material

Chapter 10. Supplemental Text Material Chater 1. Sulemental Tet Material S1-1. The Covariance Matri of the Regression Coefficients In Section 1-3 of the tetbook, we show that the least squares estimator of β in the linear regression model y=

More information

MATH 2710: NOTES FOR ANALYSIS

MATH 2710: NOTES FOR ANALYSIS MATH 270: NOTES FOR ANALYSIS The main ideas we will learn from analysis center around the idea of a limit. Limits occurs in several settings. We will start with finite limits of sequences, then cover infinite

More information

Feedback-error control

Feedback-error control Chater 4 Feedback-error control 4.1 Introduction This chater exlains the feedback-error (FBE) control scheme originally described by Kawato [, 87, 8]. FBE is a widely used neural network based controller

More information

Using the Divergence Information Criterion for the Determination of the Order of an Autoregressive Process

Using the Divergence Information Criterion for the Determination of the Order of an Autoregressive Process Using the Divergence Information Criterion for the Determination of the Order of an Autoregressive Process P. Mantalos a1, K. Mattheou b, A. Karagrigoriou b a.deartment of Statistics University of Lund

More information

2x2x2 Heckscher-Ohlin-Samuelson (H-O-S) model with factor substitution

2x2x2 Heckscher-Ohlin-Samuelson (H-O-S) model with factor substitution 2x2x2 Heckscher-Ohlin-amuelson (H-O- model with factor substitution The HAT ALGEBRA of the Heckscher-Ohlin model with factor substitution o far we were dealing with the easiest ossible version of the H-O-

More information

Combining Logistic Regression with Kriging for Mapping the Risk of Occurrence of Unexploded Ordnance (UXO)

Combining Logistic Regression with Kriging for Mapping the Risk of Occurrence of Unexploded Ordnance (UXO) Combining Logistic Regression with Kriging for Maing the Risk of Occurrence of Unexloded Ordnance (UXO) H. Saito (), P. Goovaerts (), S. A. McKenna (2) Environmental and Water Resources Engineering, Deartment

More information

CHAPTER 5 STATISTICAL INFERENCE. 1.0 Hypothesis Testing. 2.0 Decision Errors. 3.0 How a Hypothesis is Tested. 4.0 Test for Goodness of Fit

CHAPTER 5 STATISTICAL INFERENCE. 1.0 Hypothesis Testing. 2.0 Decision Errors. 3.0 How a Hypothesis is Tested. 4.0 Test for Goodness of Fit Chater 5 Statistical Inference 69 CHAPTER 5 STATISTICAL INFERENCE.0 Hyothesis Testing.0 Decision Errors 3.0 How a Hyothesis is Tested 4.0 Test for Goodness of Fit 5.0 Inferences about Two Means It ain't

More information

Analysis of some entrance probabilities for killed birth-death processes

Analysis of some entrance probabilities for killed birth-death processes Analysis of some entrance robabilities for killed birth-death rocesses Master s Thesis O.J.G. van der Velde Suervisor: Dr. F.M. Sieksma July 5, 207 Mathematical Institute, Leiden University Contents Introduction

More information

State Estimation with ARMarkov Models

State Estimation with ARMarkov Models Deartment of Mechanical and Aerosace Engineering Technical Reort No. 3046, October 1998. Princeton University, Princeton, NJ. State Estimation with ARMarkov Models Ryoung K. Lim 1 Columbia University,

More information

Deriving Indicator Direct and Cross Variograms from a Normal Scores Variogram Model (bigaus-full) David F. Machuca Mory and Clayton V.

Deriving Indicator Direct and Cross Variograms from a Normal Scores Variogram Model (bigaus-full) David F. Machuca Mory and Clayton V. Deriving ndicator Direct and Cross Variograms from a Normal Scores Variogram Model (bigaus-full) David F. Machuca Mory and Clayton V. Deutsch Centre for Comutational Geostatistics Deartment of Civil &

More information

Chapter 7 Sampling and Sampling Distributions. Introduction. Selecting a Sample. Introduction. Sampling from a Finite Population

Chapter 7 Sampling and Sampling Distributions. Introduction. Selecting a Sample. Introduction. Sampling from a Finite Population Chater 7 and s Selecting a Samle Point Estimation Introduction to s of Proerties of Point Estimators Other Methods Introduction An element is the entity on which data are collected. A oulation is a collection

More information

Towards understanding the Lorenz curve using the Uniform distribution. Chris J. Stephens. Newcastle City Council, Newcastle upon Tyne, UK

Towards understanding the Lorenz curve using the Uniform distribution. Chris J. Stephens. Newcastle City Council, Newcastle upon Tyne, UK Towards understanding the Lorenz curve using the Uniform distribution Chris J. Stehens Newcastle City Council, Newcastle uon Tyne, UK (For the Gini-Lorenz Conference, University of Siena, Italy, May 2005)

More information

The one-sample t test for a population mean

The one-sample t test for a population mean Objectives Constructing and assessing hyotheses The t-statistic and the P-value Statistical significance The one-samle t test for a oulation mean One-sided versus two-sided tests Further reading: OS3,

More information

CHAPTER-II Control Charts for Fraction Nonconforming using m-of-m Runs Rules

CHAPTER-II Control Charts for Fraction Nonconforming using m-of-m Runs Rules CHAPTER-II Control Charts for Fraction Nonconforming using m-of-m Runs Rules. Introduction: The is widely used in industry to monitor the number of fraction nonconforming units. A nonconforming unit is

More information

Numerical Linear Algebra

Numerical Linear Algebra Numerical Linear Algebra Numerous alications in statistics, articularly in the fitting of linear models. Notation and conventions: Elements of a matrix A are denoted by a ij, where i indexes the rows and

More information

CSC165H, Mathematical expression and reasoning for computer science week 12

CSC165H, Mathematical expression and reasoning for computer science week 12 CSC165H, Mathematical exression and reasoning for comuter science week 1 nd December 005 Gary Baumgartner and Danny Hea hea@cs.toronto.edu SF4306A 416-978-5899 htt//www.cs.toronto.edu/~hea/165/s005/index.shtml

More information

Tests for Two Proportions in a Stratified Design (Cochran/Mantel-Haenszel Test)

Tests for Two Proportions in a Stratified Design (Cochran/Mantel-Haenszel Test) Chater 225 Tests for Two Proortions in a Stratified Design (Cochran/Mantel-Haenszel Test) Introduction In a stratified design, the subects are selected from two or more strata which are formed from imortant

More information

Objectives. Estimating with confidence Confidence intervals.

Objectives. Estimating with confidence Confidence intervals. Objectives Estimating with confidence Confidence intervals. Sections 6.1 and 7.1 in IPS. Page 174-180 OS3. Choosing the samle size t distributions. Further reading htt://onlinestatbook.com/2/estimation/t_distribution.html

More information

Lower Confidence Bound for Process-Yield Index S pk with Autocorrelated Process Data

Lower Confidence Bound for Process-Yield Index S pk with Autocorrelated Process Data Quality Technology & Quantitative Management Vol. 1, No.,. 51-65, 15 QTQM IAQM 15 Lower onfidence Bound for Process-Yield Index with Autocorrelated Process Data Fu-Kwun Wang * and Yeneneh Tamirat Deartment

More information

An Improved Calibration Method for a Chopped Pyrgeometer

An Improved Calibration Method for a Chopped Pyrgeometer 96 JOURNAL OF ATMOSPHERIC AND OCEANIC TECHNOLOGY VOLUME 17 An Imroved Calibration Method for a Choed Pyrgeometer FRIEDRICH FERGG OtoLab, Ingenieurbüro, Munich, Germany PETER WENDLING Deutsches Forschungszentrum

More information

2. Sample representativeness. That means some type of probability/random sampling.

2. Sample representativeness. That means some type of probability/random sampling. 1 Neuendorf Cluster Analysis Assumes: 1. Actually, any level of measurement (nominal, ordinal, interval/ratio) is accetable for certain tyes of clustering. The tyical methods, though, require metric (I/R)

More information

The Poisson Regression Model

The Poisson Regression Model The Poisson Regression Model The Poisson regression model aims at modeling a counting variable Y, counting the number of times that a certain event occurs during a given time eriod. We observe a samle

More information

Machine Learning: Homework 4

Machine Learning: Homework 4 10-601 Machine Learning: Homework 4 Due 5.m. Monday, February 16, 2015 Instructions Late homework olicy: Homework is worth full credit if submitted before the due date, half credit during the next 48 hours,

More information

Morten Frydenberg Section for Biostatistics Version :Friday, 05 September 2014

Morten Frydenberg Section for Biostatistics Version :Friday, 05 September 2014 Morten Frydenberg Section for Biostatistics Version :Friday, 05 Setember 204 All models are aroximations! The best model does not exist! Comlicated models needs a lot of data. lower your ambitions or get

More information

Unit 1 - Computer Arithmetic

Unit 1 - Computer Arithmetic FIXD-POINT (FX) ARITHMTIC Unit 1 - Comuter Arithmetic INTGR NUMBRS n bit number: b n 1 b n 2 b 0 Decimal Value Range of values UNSIGND n 1 SIGND D = b i 2 i D = 2 n 1 b n 1 + b i 2 i n 2 i=0 i=0 [0, 2

More information

Scaling Multiple Point Statistics for Non-Stationary Geostatistical Modeling

Scaling Multiple Point Statistics for Non-Stationary Geostatistical Modeling Scaling Multile Point Statistics or Non-Stationary Geostatistical Modeling Julián M. Ortiz, Steven Lyster and Clayton V. Deutsch Centre or Comutational Geostatistics Deartment o Civil & Environmental Engineering

More information

Statics and dynamics: some elementary concepts

Statics and dynamics: some elementary concepts 1 Statics and dynamics: some elementary concets Dynamics is the study of the movement through time of variables such as heartbeat, temerature, secies oulation, voltage, roduction, emloyment, rices and

More information

LOGISTIC REGRESSION. VINAYANAND KANDALA M.Sc. (Agricultural Statistics), Roll No I.A.S.R.I, Library Avenue, New Delhi

LOGISTIC REGRESSION. VINAYANAND KANDALA M.Sc. (Agricultural Statistics), Roll No I.A.S.R.I, Library Avenue, New Delhi LOGISTIC REGRESSION VINAANAND KANDALA M.Sc. (Agricultural Statistics), Roll No. 444 I.A.S.R.I, Library Avenue, New Delhi- Chairerson: Dr. Ranjana Agarwal Abstract: Logistic regression is widely used when

More information

arxiv: v2 [stat.me] 3 Nov 2014

arxiv: v2 [stat.me] 3 Nov 2014 onarametric Stein-tye Shrinkage Covariance Matrix Estimators in High-Dimensional Settings Anestis Touloumis Cancer Research UK Cambridge Institute University of Cambridge Cambridge CB2 0RE, U.K. Anestis.Touloumis@cruk.cam.ac.uk

More information

Spectral Analysis by Stationary Time Series Modeling

Spectral Analysis by Stationary Time Series Modeling Chater 6 Sectral Analysis by Stationary Time Series Modeling Choosing a arametric model among all the existing models is by itself a difficult roblem. Generally, this is a riori information about the signal

More information

arxiv:cond-mat/ v2 25 Sep 2002

arxiv:cond-mat/ v2 25 Sep 2002 Energy fluctuations at the multicritical oint in two-dimensional sin glasses arxiv:cond-mat/0207694 v2 25 Se 2002 1. Introduction Hidetoshi Nishimori, Cyril Falvo and Yukiyasu Ozeki Deartment of Physics,

More information

Measuring center and spread for density curves. Calculating probabilities using the standard Normal Table (CIS Chapter 8, p 105 mainly p114)

Measuring center and spread for density curves. Calculating probabilities using the standard Normal Table (CIS Chapter 8, p 105 mainly p114) Objectives Density curves Measuring center and sread for density curves Normal distributions The 68-95-99.7 (Emirical) rule Standardizing observations Calculating robabilities using the standard Normal

More information

Pretest (Optional) Use as an additional pacing tool to guide instruction. August 21

Pretest (Optional) Use as an additional pacing tool to guide instruction. August 21 Trimester 1 Pretest (Otional) Use as an additional acing tool to guide instruction. August 21 Beyond the Basic Facts In Trimester 1, Grade 7 focus on multilication. Daily Unit 1: The Number System Part

More information

Measuring center and spread for density curves. Calculating probabilities using the standard Normal Table (CIS Chapter 8, p 105 mainly p114)

Measuring center and spread for density curves. Calculating probabilities using the standard Normal Table (CIS Chapter 8, p 105 mainly p114) Objectives 1.3 Density curves and Normal distributions Density curves Measuring center and sread for density curves Normal distributions The 68-95-99.7 (Emirical) rule Standardizing observations Calculating

More information

MAKING WALD TESTS WORK FOR. Juan J. Dolado CEMFI. Casado del Alisal, Madrid. and. Helmut Lutkepohl. Humboldt Universitat zu Berlin

MAKING WALD TESTS WORK FOR. Juan J. Dolado CEMFI. Casado del Alisal, Madrid. and. Helmut Lutkepohl. Humboldt Universitat zu Berlin November 3, 1994 MAKING WALD TESTS WORK FOR COINTEGRATED VAR SYSTEMS Juan J. Dolado CEMFI Casado del Alisal, 5 28014 Madrid and Helmut Lutkeohl Humboldt Universitat zu Berlin Sandauer Strasse 1 10178 Berlin,

More information

Bayesian Spatially Varying Coefficient Models in the Presence of Collinearity

Bayesian Spatially Varying Coefficient Models in the Presence of Collinearity Bayesian Satially Varying Coefficient Models in the Presence of Collinearity David C. Wheeler 1, Catherine A. Calder 1 he Ohio State University 1 Abstract he belief that relationshis between exlanatory

More information

Genetic Algorithms, Selection Schemes, and the Varying Eects of Noise. IlliGAL Report No November Department of General Engineering

Genetic Algorithms, Selection Schemes, and the Varying Eects of Noise. IlliGAL Report No November Department of General Engineering Genetic Algorithms, Selection Schemes, and the Varying Eects of Noise Brad L. Miller Det. of Comuter Science University of Illinois at Urbana-Chamaign David E. Goldberg Det. of General Engineering University

More information

Correspondence Between Fractal-Wavelet. Transforms and Iterated Function Systems. With Grey Level Maps. F. Mendivil and E.R.

Correspondence Between Fractal-Wavelet. Transforms and Iterated Function Systems. With Grey Level Maps. F. Mendivil and E.R. 1 Corresondence Between Fractal-Wavelet Transforms and Iterated Function Systems With Grey Level Mas F. Mendivil and E.R. Vrscay Deartment of Alied Mathematics Faculty of Mathematics University of Waterloo

More information

Study on determinants of Chinese trade balance based on Bayesian VAR model

Study on determinants of Chinese trade balance based on Bayesian VAR model Available online www.jocr.com Journal of Chemical and Pharmaceutical Research, 204, 6(5):2042-2047 Research Article ISSN : 0975-7384 CODEN(USA) : JCPRC5 Study on determinants of Chinese trade balance based

More information

Universal Finite Memory Coding of Binary Sequences

Universal Finite Memory Coding of Binary Sequences Deartment of Electrical Engineering Systems Universal Finite Memory Coding of Binary Sequences Thesis submitted towards the degree of Master of Science in Electrical and Electronic Engineering in Tel-Aviv

More information

Evaluating Process Capability Indices for some Quality Characteristics of a Manufacturing Process

Evaluating Process Capability Indices for some Quality Characteristics of a Manufacturing Process Journal of Statistical and Econometric Methods, vol., no.3, 013, 105-114 ISSN: 051-5057 (rint version), 051-5065(online) Scienress Ltd, 013 Evaluating Process aability Indices for some Quality haracteristics

More information

A New Asymmetric Interaction Ridge (AIR) Regression Method

A New Asymmetric Interaction Ridge (AIR) Regression Method A New Asymmetric Interaction Ridge (AIR) Regression Method by Kristofer Månsson, Ghazi Shukur, and Pär Sölander The Swedish Retail Institute, HUI Research, Stockholm, Sweden. Deartment of Economics and

More information

Principles of Computed Tomography (CT)

Principles of Computed Tomography (CT) Page 298 Princiles of Comuted Tomograhy (CT) The theoretical foundation of CT dates back to Johann Radon, a mathematician from Vienna who derived a method in 1907 for rojecting a 2-D object along arallel

More information

An Analysis of Reliable Classifiers through ROC Isometrics

An Analysis of Reliable Classifiers through ROC Isometrics An Analysis of Reliable Classifiers through ROC Isometrics Stijn Vanderlooy s.vanderlooy@cs.unimaas.nl Ida G. Srinkhuizen-Kuyer kuyer@cs.unimaas.nl Evgueni N. Smirnov smirnov@cs.unimaas.nl MICC-IKAT, Universiteit

More information

substantial literature on emirical likelihood indicating that it is widely viewed as a desirable and natural aroach to statistical inference in a vari

substantial literature on emirical likelihood indicating that it is widely viewed as a desirable and natural aroach to statistical inference in a vari Condence tubes for multile quantile lots via emirical likelihood John H.J. Einmahl Eindhoven University of Technology Ian W. McKeague Florida State University May 7, 998 Abstract The nonarametric emirical

More information

Causality Testing using Higher Order Statistics

Causality Testing using Higher Order Statistics Causality Testing using Higher Order Statistics Dr Sanya Dudukovic International Management Deartment Franklin College, Switzerland Fax: 41 91 994 41 17 E-mail : Sdudukov@fc.edu Abstract : A new causality

More information

CMSC 425: Lecture 4 Geometry and Geometric Programming

CMSC 425: Lecture 4 Geometry and Geometric Programming CMSC 425: Lecture 4 Geometry and Geometric Programming Geometry for Game Programming and Grahics: For the next few lectures, we will discuss some of the basic elements of geometry. There are many areas

More information

A continuous review inventory model with the controllable production rate of the manufacturer

A continuous review inventory model with the controllable production rate of the manufacturer Intl. Trans. in O. Res. 12 (2005) 247 258 INTERNATIONAL TRANSACTIONS IN OERATIONAL RESEARCH A continuous review inventory model with the controllable roduction rate of the manufacturer I. K. Moon and B.

More information

Paper C Exact Volume Balance Versus Exact Mass Balance in Compositional Reservoir Simulation

Paper C Exact Volume Balance Versus Exact Mass Balance in Compositional Reservoir Simulation Paer C Exact Volume Balance Versus Exact Mass Balance in Comositional Reservoir Simulation Submitted to Comutational Geosciences, December 2005. Exact Volume Balance Versus Exact Mass Balance in Comositional

More information

Estimation of the large covariance matrix with two-step monotone missing data

Estimation of the large covariance matrix with two-step monotone missing data Estimation of the large covariance matrix with two-ste monotone missing data Masashi Hyodo, Nobumichi Shutoh 2, Takashi Seo, and Tatjana Pavlenko 3 Deartment of Mathematical Information Science, Tokyo

More information

A Bound on the Error of Cross Validation Using the Approximation and Estimation Rates, with Consequences for the Training-Test Split

A Bound on the Error of Cross Validation Using the Approximation and Estimation Rates, with Consequences for the Training-Test Split A Bound on the Error of Cross Validation Using the Aroximation and Estimation Rates, with Consequences for the Training-Test Slit Michael Kearns AT&T Bell Laboratories Murray Hill, NJ 7974 mkearns@research.att.com

More information

Chapter 3. GMM: Selected Topics

Chapter 3. GMM: Selected Topics Chater 3. GMM: Selected oics Contents Otimal Instruments. he issue of interest..............................2 Otimal Instruments under the i:i:d: assumtion..............2. he basic result............................2.2

More information

COMMUNICATION BETWEEN SHAREHOLDERS 1

COMMUNICATION BETWEEN SHAREHOLDERS 1 COMMUNICATION BTWN SHARHOLDRS 1 A B. O A : A D Lemma B.1. U to µ Z r 2 σ2 Z + σ2 X 2r ω 2 an additive constant that does not deend on a or θ, the agents ayoffs can be written as: 2r rθa ω2 + θ µ Y rcov

More information

The Graph Accessibility Problem and the Universality of the Collision CRCW Conflict Resolution Rule

The Graph Accessibility Problem and the Universality of the Collision CRCW Conflict Resolution Rule The Grah Accessibility Problem and the Universality of the Collision CRCW Conflict Resolution Rule STEFAN D. BRUDA Deartment of Comuter Science Bisho s University Lennoxville, Quebec J1M 1Z7 CANADA bruda@cs.ubishos.ca

More information

ECON Answers Homework #2

ECON Answers Homework #2 ECON 33 - Answers Homework #2 Exercise : Denote by x the number of containers of tye H roduced, y the number of containers of tye T and z the number of containers of tye I. There are 3 inut equations that

More information

x and y suer from two tyes of additive noise [], [3] Uncertainties e x, e y, where the only rior knowledge is their boundedness and zero mean Gaussian

x and y suer from two tyes of additive noise [], [3] Uncertainties e x, e y, where the only rior knowledge is their boundedness and zero mean Gaussian A New Estimator for Mixed Stochastic and Set Theoretic Uncertainty Models Alied to Mobile Robot Localization Uwe D. Hanebeck Joachim Horn Institute of Automatic Control Engineering Siemens AG, Cororate

More information

MATHEMATICAL MODELLING OF THE WIRELESS COMMUNICATION NETWORK

MATHEMATICAL MODELLING OF THE WIRELESS COMMUNICATION NETWORK Comuter Modelling and ew Technologies, 5, Vol.9, o., 3-39 Transort and Telecommunication Institute, Lomonosov, LV-9, Riga, Latvia MATHEMATICAL MODELLIG OF THE WIRELESS COMMUICATIO ETWORK M. KOPEETSK Deartment

More information

On split sample and randomized confidence intervals for binomial proportions

On split sample and randomized confidence intervals for binomial proportions On slit samle and randomized confidence intervals for binomial roortions Måns Thulin Deartment of Mathematics, Usala University arxiv:1402.6536v1 [stat.me] 26 Feb 2014 Abstract Slit samle methods have

More information

ECE 534 Information Theory - Midterm 2

ECE 534 Information Theory - Midterm 2 ECE 534 Information Theory - Midterm Nov.4, 009. 3:30-4:45 in LH03. You will be given the full class time: 75 minutes. Use it wisely! Many of the roblems have short answers; try to find shortcuts. You

More information

Chapter 7 Rational and Irrational Numbers

Chapter 7 Rational and Irrational Numbers Chater 7 Rational and Irrational Numbers In this chater we first review the real line model for numbers, as discussed in Chater 2 of seventh grade, by recalling how the integers and then the rational numbers

More information

HENSEL S LEMMA KEITH CONRAD

HENSEL S LEMMA KEITH CONRAD HENSEL S LEMMA KEITH CONRAD 1. Introduction In the -adic integers, congruences are aroximations: for a and b in Z, a b mod n is the same as a b 1/ n. Turning information modulo one ower of into similar

More information

Exercises Econometric Models

Exercises Econometric Models Exercises Econometric Models. Let u t be a scalar random variable such that E(u t j I t ) =, t = ; ; ::::, where I t is the (stochastic) information set available at time t. Show that under the hyothesis

More information

Chemical Kinetics and Equilibrium - An Overview - Key

Chemical Kinetics and Equilibrium - An Overview - Key Chemical Kinetics and Equilibrium - An Overview - Key The following questions are designed to give you an overview of the toics of chemical kinetics and chemical equilibrium. Although not comrehensive,

More information

7.2 Inference for comparing means of two populations where the samples are independent

7.2 Inference for comparing means of two populations where the samples are independent Objectives 7.2 Inference for comaring means of two oulations where the samles are indeendent Two-samle t significance test (we give three examles) Two-samle t confidence interval htt://onlinestatbook.com/2/tests_of_means/difference_means.ht

More information

Dr. Shalabh Department of Mathematics and Statistics Indian Institute of Technology Kanpur

Dr. Shalabh Department of Mathematics and Statistics Indian Institute of Technology Kanpur Analysis of Variance and Design of Exeriment-I MODULE II LECTURE -4 GENERAL LINEAR HPOTHESIS AND ANALSIS OF VARIANCE Dr. Shalabh Deartment of Mathematics and Statistics Indian Institute of Technology Kanur

More information

An Outdoor Recreation Use Model with Applications to Evaluating Survey Estimators

An Outdoor Recreation Use Model with Applications to Evaluating Survey Estimators United States Deartment of Agriculture Forest Service Southern Research Station An Outdoor Recreation Use Model with Alications to Evaluating Survey Estimators Stanley J. Zarnoch, Donald B.K. English,

More information

Introduction to Probability and Statistics

Introduction to Probability and Statistics Introduction to Probability and Statistics Chater 8 Ammar M. Sarhan, asarhan@mathstat.dal.ca Deartment of Mathematics and Statistics, Dalhousie University Fall Semester 28 Chater 8 Tests of Hyotheses Based

More information

DETC2003/DAC AN EFFICIENT ALGORITHM FOR CONSTRUCTING OPTIMAL DESIGN OF COMPUTER EXPERIMENTS

DETC2003/DAC AN EFFICIENT ALGORITHM FOR CONSTRUCTING OPTIMAL DESIGN OF COMPUTER EXPERIMENTS Proceedings of DETC 03 ASME 003 Design Engineering Technical Conferences and Comuters and Information in Engineering Conference Chicago, Illinois USA, Setember -6, 003 DETC003/DAC-48760 AN EFFICIENT ALGORITHM

More information

A Special Case Solution to the Perspective 3-Point Problem William J. Wolfe California State University Channel Islands

A Special Case Solution to the Perspective 3-Point Problem William J. Wolfe California State University Channel Islands A Secial Case Solution to the Persective -Point Problem William J. Wolfe California State University Channel Islands william.wolfe@csuci.edu Abstract In this aer we address a secial case of the ersective

More information

Series Handout A. 1. Determine which of the following sums are geometric. If the sum is geometric, express the sum in closed form.

Series Handout A. 1. Determine which of the following sums are geometric. If the sum is geometric, express the sum in closed form. Series Handout A. Determine which of the following sums are geometric. If the sum is geometric, exress the sum in closed form. 70 a) k= ( k ) b) 50 k= ( k )2 c) 60 k= ( k )k d) 60 k= (.0)k/3 2. Find the

More information

Using a Computational Intelligence Hybrid Approach to Recognize the Faults of Variance Shifts for a Manufacturing Process

Using a Computational Intelligence Hybrid Approach to Recognize the Faults of Variance Shifts for a Manufacturing Process Journal of Industrial and Intelligent Information Vol. 4, No. 2, March 26 Using a Comutational Intelligence Hybrid Aroach to Recognize the Faults of Variance hifts for a Manufacturing Process Yuehjen E.

More information

Plotting the Wilson distribution

Plotting the Wilson distribution , Survey of English Usage, University College London Setember 018 1 1. Introduction We have discussed the Wilson score interval at length elsewhere (Wallis 013a, b). Given an observed Binomial roortion

More information

Exercise 2: Equivalence of the first two definitions for a differentiable function. is a convex combination of

Exercise 2: Equivalence of the first two definitions for a differentiable function. is a convex combination of March 07 Mathematical Foundations John Riley Module Marginal analysis and single variable calculus 6 Eercises Eercise : Alternative definitions of a concave function (a) For and that 0, and conve combination

More information

Chapter 4 Randomized Blocks, Latin Squares, and Related Designs Solutions

Chapter 4 Randomized Blocks, Latin Squares, and Related Designs Solutions Solutions from Montgomery, D. C. (008) Design and Analysis of Exeriments, Wiley, NY Chater 4 Randomized Blocks, Latin Squares, and Related Designs Solutions 4.. The ANOVA from a randomized comlete block

More information

Chapter 5 Notes. These notes correspond to chapter 5 of Mas-Colell, Whinston, and Green.

Chapter 5 Notes. These notes correspond to chapter 5 of Mas-Colell, Whinston, and Green. Chater 5 Notes These notes corresond to chater 5 of Mas-Colell, Whinston, and Green. 1 Production We now turn from consumer behavior to roducer behavior. For the most art we will examine roducer behavior

More information

Elements of Asymptotic Theory. James L. Powell Department of Economics University of California, Berkeley

Elements of Asymptotic Theory. James L. Powell Department of Economics University of California, Berkeley Elements of Asymtotic Theory James L. Powell Deartment of Economics University of California, Berkeley Objectives of Asymtotic Theory While exact results are available for, say, the distribution of the

More information

Approximate Dynamic Programming for Dynamic Capacity Allocation with Multiple Priority Levels

Approximate Dynamic Programming for Dynamic Capacity Allocation with Multiple Priority Levels Aroximate Dynamic Programming for Dynamic Caacity Allocation with Multile Priority Levels Alexander Erdelyi School of Oerations Research and Information Engineering, Cornell University, Ithaca, NY 14853,

More information

International Trade with a Public Intermediate Good and the Gains from Trade

International Trade with a Public Intermediate Good and the Gains from Trade International Trade with a Public Intermediate Good and the Gains from Trade Nobuhito Suga Graduate School of Economics, Nagoya University Makoto Tawada Graduate School of Economics, Nagoya University

More information

Characterizing the Behavior of a Probabilistic CMOS Switch Through Analytical Models and Its Verification Through Simulations

Characterizing the Behavior of a Probabilistic CMOS Switch Through Analytical Models and Its Verification Through Simulations Characterizing the Behavior of a Probabilistic CMOS Switch Through Analytical Models and Its Verification Through Simulations PINAR KORKMAZ, BILGE E. S. AKGUL and KRISHNA V. PALEM Georgia Institute of

More information

Estimation of Separable Representations in Psychophysical Experiments

Estimation of Separable Representations in Psychophysical Experiments Estimation of Searable Reresentations in Psychohysical Exeriments Michele Bernasconi (mbernasconi@eco.uninsubria.it) Christine Choirat (cchoirat@eco.uninsubria.it) Raffaello Seri (rseri@eco.uninsubria.it)

More information

FE FORMULATIONS FOR PLASTICITY

FE FORMULATIONS FOR PLASTICITY G These slides are designed based on the book: Finite Elements in Plasticity Theory and Practice, D.R.J. Owen and E. Hinton, 1970, Pineridge Press Ltd., Swansea, UK. 1 Course Content: A INTRODUCTION AND

More information

Monte Carlo Studies. Monte Carlo Studies. Sampling Distribution

Monte Carlo Studies. Monte Carlo Studies. Sampling Distribution Monte Carlo Studies Do not let yourself be intimidated by the material in this lecture This lecture involves more theory but is meant to imrove your understanding of: Samling distributions and tests of

More information