Lecture 2. Review of Linear Regression I Statistics Statistical Methods II. Presented January 9, 2018

Size: px
Start display at page:

Download "Lecture 2. Review of Linear Regression I Statistics Statistical Methods II. Presented January 9, 2018"

Transcription

1 Review of Linear Regression I Statistics Statistical Methods II Presented January 9, 2018 Estimation of The OLS under normality the OLS Dan Gillen Department of Statistics University of California, Irvine of the OLS 2.1

2 Review of Linear Regression Our plan 1. Start with OLS and see where we get 2. What are not fulfilled with categorical response data (eg. binary or Poisson) 3. Fix up OLS to satisfy and obtain valid inference Estimation of The OLS under normality the OLS of the OLS 2.2

3 Review of Linear Regression Linear Regression Definition: By a classical (ordinary least squares) linear regression model, we mean a model in which we assume that 1. E[Y i X i ] = X T i 2. ɛ i = Y i X T i 3. the ɛ i s are independent β β and note that the model demands E[ɛ i ] 0 4. var(ɛ i ) = σ 2 for all i = 1,..., n 5. the ɛ i s are identically distributed 6. ɛ i N (0, σ 2 ) Estimation of The OLS under normality the OLS of the OLS 2.3

4 Review of Linear Regression Goal Conduct a model for the dependence of a response Y on predictors X 1, X 2,..., X p 1 Two components to the model: 1. The systematic component (mean model) µ i = β 0 + β 1 X i1 + β 2 X i β p X ip 1 2. The random component (error term) Y i = µ i + ɛ i, where ɛ i N (0, σ 2 ) Note: We can write the above model using matrix notation in which the ith row of design matrix X is X i T, response vector Y T = (Y 1,..., Y n ). and error vector ɛ T = (ɛ 1,..., ɛ n ) obeys Y = X β + ɛ Estimation of The OLS under normality the OLS of the OLS 2.4

5 Estimation of Least Squares We consider parameter estimates that minimize the sum of squared errors n (Y i µ i ) 2 = i=1 n (Y i X i T β) 2 i=1 = ( Y X β) T ( Y X β) where X i is the i th row of the design matrix (the row vector of covariate values corresponding to the i th observation) and β = (β 0, β 1,..., β p 1 ) T Why focus on the sum of squared errors? Leads to score estimating equation under classical OLS It is reasonable and mathematically convenient! Estimation of The OLS under normality the OLS of the OLS 2.5

6 Estimation of Least Squares Proposition: Assume rank(x T X) = p (ie. the number of observations n is greater than the number of parameters p and no predictors are constant or linear combinations of the other predictors). Then the least squares estimate is given by β = (X T X) 1 X T Y. Estimation of The OLS under normality the OLS of the OLS 2.6

7 Estimation of Proof: Estimation of The OLS under normality the OLS of the OLS 2.7

8 Mean and Variance of the OLS Mean of the OLS Proposition: ˆ β is unbiased for β (ie. E[ ˆ β] = β) Proof: Estimation of The OLS under normality the OLS of the OLS 2.8

9 Mean and Variance of the OLS Variance of the OLS Proposition: The variance of the ordinary least squares estimate is var( β) = (X T X) 1 X T ΣX(X T X) 1 where Σ = var( Y ). When Σ = σ 2 I n (i.e., the Y i s are uncorrelated and have equal variance (3-4)), this reduces to var( β) = σ 2 (X T X) 1 Proof: Follows directly from var(a Y ) = Avar( Y )A T. Estimation of The OLS under normality the OLS of the OLS 2.9

10 Mean and Variance of the OLS Estimation of Var[ β] Note: In practice, we estimate σ 2 with ˆσ 2 = 1 n p n (Y i ˆµ i ) 2 i=1 **It can easily" be shown that ˆσ 2 is an unbiased and consistent of σ 2 using the methods of Stat 120B/200B! Estimation of The OLS under normality the OLS of the OLS 2.10

11 OLS is optimal" under the normality assumption If the ɛ i are independent and distributed N (0, σ 2 ) then the OLS is the MLE This means that the OLS is: 1. Consistent, 2. Asymptotically normally distributed, 3. Asymptotically efficient (achieves the Cramer-Rao lower bound) Estimation of The OLS under normality the OLS of the OLS 2.11

12 under non-normal errors Gauss-Markov If we do not assume normality, we may appeal to the Gauss-Markov theorem... Proposition: (Gauss-Markov Thm) Suppose Var( Y ) = σ 2 I n. Let β = CY be an unbiased of β. Then, the variance of linear functions of β is at least as great as the variance of linear functions of β (that is, the ordinary least squares estimate is the best linear unbiased (BLUE) of β). Estimation of The OLS under normality the OLS of the OLS 2.12

13 Gauss-Markov Thm Proof: Estimation of The OLS under normality the OLS of the OLS 2.13

14 under non-normal errors Gauss-Markov Note: Now suppose that Var( Y ) = Σ is arbitrary. For a positive definite symmetric matrix we can find nonsingular symmetric matrix A such that Σ = AA. In that case, then, Z = A 1 Y has expectation A 1 X β and variance A 1 ΣA 1 = I n. Letting W = A 1 X in this transformed model, the ordinary least squares estimate for β would be β = (W T W) 1 W T Z Estimation of The OLS under normality the OLS of the OLS 2.14

15 under non-normal errors Gauss-Markov In terms of the original response Y and predictors X this yields generalized least squares estimate β = (X T Σ 1 X) 1 X T Σ 1 Y which is unbiased for β and has variance (X T Σ 1 X) 1. Note that by the Gauss Markov Thm, this is the best linear unbiased estimate of β for this general setting. Note: Generalized least squares can obviously handle the case of correlated Y i s. In this class, we do not consider such settings. We do however consider the setting in which the Y i s are uncorrelated but do not have equal variance. Estimation of The OLS under normality the OLS of the OLS 2.15

16 under non-normal errors Gauss-Markov Definition: Consider a linear regression model in which Var(Y i ) = σ i and Cov(Y i, Y j ) = 0 for i j. Thus Σ = Var( Y ) = diag(σ 1,..., σ n ). The weighted least squares estimate of β is given by the generalized least squares estimate using the above definition of Σ Note: The above optimality (BLUE) of the ordinary, weighted, and generalized least squares estimates is not dependent upon any particular distribution of the Y i s beyond their first two moments. However, if we want to make inference after an analysis, we need to know the distribution of the estimates, which in turn requires some on the regression model. Estimation of The OLS under normality the OLS of the OLS 2.16

17 under normality Proposition: Suppose the Y i s are jointly normally distributed and are uncorrelated (hence independent) ( 1-6)). Then, the ordinary (weighted, generalized) least squares estimates are multivariately normally distributed. Thus in the case of constant variance, ˆ β N ( β, σ 2 (X T X) 1 ) Proof: This follows from linear transformations of multivariate normals. Estimation of The OLS under normality the OLS of the OLS 2.17

18 under normality Consider testing the null hypothesis H 0 : β k = β k,0 vs H 1 : β k β k,0 In Stat 210 you found that for the Wald test statistic we have: T = ˆβ k β k,0 ŝe( ˆβ k ) H0 t n p where ŝe( ˆβ k ) is given by the square-root of the k th diagonal element of Var[ ˆ β] = ˆσ 2 (X T X) 1 with ˆσ 2 = 1 n p n (y i ˆµ i ) 2 i=1 A 100(1-α)% CI for βk is given by computing ˆβ k ± t n p,1 α/2 ŝe( ˆβ k ) Estimation of The OLS under normality the OLS of the OLS 2.18

19 Asymptotic normality of OLS Question: What happens when the normality assumption is not satisfied? Answer: Like most (useful) s we can approximate the sampling distribution in large samples! To do this, we must appeal to the Lindeberg-Feller Central Limit... Estimation of The OLS under normality the OLS of the OLS 2.19

20 Lindeberg-Feller Central Limit Proposition: (Lindeberg-Feller Central Limit ) Let Y 1, Y 2,... be independent random variables with E[Y i ] = 0 and var(y i ) = σi 2. Define S n = n i=1 Y i and σ(n) 2 = n i=1 σ2 i. Then both 1. S n /σ (n) d N (0, 1), and 2. lim n max{σ 2 i /σ 2 (n), 1 i n} = 0 if and only if (the Lindeberg condition) ɛ > 0 1 lim n σ(n) 2 n E i=1 [ ] Y i 2 1 [ Yi ɛσ (n) ] = 0 Estimation of The OLS under normality the OLS of the OLS 2.20

21 Asymptotic normality of OLS Proposition: Consider simple linear regression in which (Y i, X i ) are pairs of response R.V. s and known predictors. Y i s are independently distributed Y i (µ i, σ 2 ) with σ 2 < known. In particular, we will consider regression model of the form µ i = β 0 + β 1 (X i X) and assume (Y i µ i ) iid (0, σ 2 ). Further, let X = ( 1 X X), β = (β 0 β 1 ) T and consider the OLSE β = (X T X) 1 X Y. Then, Z n = (X T X) 1/2 ( β β) Estimation of The OLS under normality the OLS = n n( ˆβ0 β 0 ) i=1 (x i x) 2 ( ˆβ 1 β 1 ) d N 2 (0, σ 2 I 2 ) of the OLS 2.21

22 Asymptotic normality of OLS Proof: Estimation of The OLS under normality the OLS of the OLS 2.22

23 Asymptotic normality of OLS Conclusion: Even if we do not assume normality, but simply have independence between the errors, the ordinary least squares estimate will be asymptotically normally distributed as long as max { (Xi X) 2 (Xi X) 2 } 0 as n by the Lindeberg-Feller CLT. In particular, in the case of constant variance we have ˆ β N ( β, σ 2 (X T X) 1 ) Estimation of The OLS under normality the OLS of the OLS 2.23

24 Consider the regression model Y i = µ i + ɛ i Varying degrees of 1. ɛ i N (0, σ 2 ) for all i 2. ɛ independent and identically distributed with mean zero 3. ɛ independent with constant variance and mean zero 4. ɛ independent with mean zero 5. ɛ has mean zero Estimation of The OLS under normality the OLS of the OLS 2.24

25 Consider the regression model Y i = µ i + ɛ i Weaker lead to weaker properties for the OLS 1. OLS is optimal (consistent, unbiased, most efficient) 2. OLS is consistent and is the best linear unbiased (BLUE) 3. OLS is consistent and is the best linear unbiased (BLUE) 4. OLS is consistent and asymptotically Normal 5. No guarantees (OLS consistent and asymptotically Normal under additional ) Estimation of The OLS under normality the OLS of the OLS 2.25

26 What is the effect of changing the error distribution? Thus, changing the error distribution could Could change Var[ ˆβ] In repeated experimentation, ˆβ varies more than it would if ɛ N (0, σ 2 ) Estimation of The OLS 2. Could affect the efficiency of ˆβ In repeated experimentation, ˆβ varies more than some other of β 3. Could make ˆσ 2 (X T X) 1 a bad estimate of Var[ ˆβ] under normality the OLS In repeated experimentation, the variability of ˆβ is greater (or less) than ˆσ 2 (X T X) 1 of the OLS 2.26

27 What is the effect of changing the error distribution? These results are distinct... The above results of changing the error distribution are all different phenomena Items (1) and (2) mean that another may be more efficient (smaller variability) than the OLS Item (3) means that if we estimate Var[ ˆβ] by ˆσ 2 (X T X) 1 then our inference for ˆβ will be wrong: Estimation of The OLS Type I error rate of hypothesis tests will be higher (lower) than the nominal level Confidence intervals will not have the correct coverage probability under normality the OLS of the OLS 2.27

28 (3) occurs when the variance of the error terms is not constant Why does this matter to us? 1. Suppose that our response is a binary outcome variable Y Y i Binom(µ i, 1) Standard linear regression mean model: E[Y i ] = µ i = X i β Error distribution: Var[Y i ] = µ i (1 µ i ) 2. Suppose that our response Y counts the number of events over a specified interval Might assume Y i Poisson(µ i ) Standard linear regression mean model: E[Y i ] = µ i = X i β Error distribution: Var[Y i ] = µ i *Note: Nonconstant variance can also cause (1) and (2) Estimation of The OLS under normality the OLS of the OLS 2.28

29 Bottom line Because of the mean-variance relationship in these (and many other) outcome distributions, we cannot fulfill the constant variance assumption! ˆσ 2 (X T X) 1 is a bad estimate for ˆβ Invalid inference Much of our class will be devoted to deriving a general class of s for regression models where a mean-variance assumption exists... Estimation of The OLS under normality the OLS of the OLS 2.29

Topic 5 Lecture 3 Estimating Policy Effects via the Simple Linear. Regression Model (SLRM) and the Ordinary Least Squares (OLS) Method

Topic 5 Lecture 3 Estimating Policy Effects via the Simple Linear. Regression Model (SLRM) and the Ordinary Least Squares (OLS) Method Econometrics for Health Policy, Health Economics, and Outcomes Research Topic 5 Lecture 3 Estimating Policy Effects via the Simple Linear Regression Model (SLRM) and the Ordinary Least Squares (OLS) Method

More information

Sharif University of Technology. Graduate School of Management and Economics. Econometrics I. Fall Seyed Mahdi Barakchian

Sharif University of Technology. Graduate School of Management and Economics. Econometrics I. Fall Seyed Mahdi Barakchian Sharif University of Technology Graduate School of Management and Economics Econometrics I Fall 2010 Seyed Mahdi Barakchian Textbook: Wooldridge, J., Introductory Econometrics: A Modern Approach, South

More information

LECTURE 6: HETEROSKEDASTICITY

LECTURE 6: HETEROSKEDASTICITY LECTURE 6: HETEROSKEDASTICITY Summary of MLR Assumptions 2 MLR.1 (linear in parameters) MLR.2 (random sampling) the basic framework (we have to start somewhere) MLR.3 (no perfect collinearity) a technical

More information

Statistics and Quantitative Analysis U4320. Segment 8 Prof. Sharyn O Halloran

Statistics and Quantitative Analysis U4320. Segment 8 Prof. Sharyn O Halloran Statistics and Quantitative Analysis U4320 Segment 8 Prof. Sharyn O Halloran I. Introduction A. Overview 1. Ways to describe, summarize and display data. 2.Summary statements: Mean Standard deviation Variance

More information

TABLE 4.1 POPULATION OF 100 VALUES 2

TABLE 4.1 POPULATION OF 100 VALUES 2 TABLE 4. POPULATION OF 00 VALUES WITH µ = 6. AND = 7.5 8. 6.4 0. 9.9 9.8 6.6 6. 5.7 5. 6.3 6.7 30.6.6.3 30.0 6.5 8. 5.6 0.3 35.5.9 30.7 3.. 9. 6. 6.8 5.3 4.3 4.4 9.0 5.0 9.9 5. 0.8 9.0.9 5.4 7.3 3.4 38..6

More information

two populations are independent. What happens when the two populations are not independent?

two populations are independent. What happens when the two populations are not independent? PHP2500: Introduction to Biostatistics Lecture XI: Hypothesis Testing (cont.) 1 In previous lectures we have seen the procedures for hypothesis testing for population mean, or difference between two population

More information

The Degrees of Freedom of Partial Least Squares Regression

The Degrees of Freedom of Partial Least Squares Regression The Degrees of Freedom of Partial Least Squares Regression Dr. Nicole Krämer TU München 5th ESSEC-SUPELEC Research Workshop May 20, 2011 My talk is about...... the statistical analysis of Partial Least

More information

Some Experimental Designs Using Helicopters, Designed by You. Next Friday, 7 April, you will conduct two of your four experiments.

Some Experimental Designs Using Helicopters, Designed by You. Next Friday, 7 April, you will conduct two of your four experiments. Some Experimental Designs Using Helicopters, Designed by You The following experimental designs were submitted by students in this class. I have selectively chosen designs not because they were good or

More information

Appendix B STATISTICAL TABLES OVERVIEW

Appendix B STATISTICAL TABLES OVERVIEW Appendix B STATISTICAL TABLES OVERVIEW Table B.1: Proportions of the Area Under the Normal Curve Table B.2: 1200 Two-Digit Random Numbers Table B.3: Critical Values for Student s t-test Table B.4: Power

More information

Improving CERs building

Improving CERs building Improving CERs building Getting Rid of the R² tyranny Pierre Foussier pmf@3f fr.com ISPA. San Diego. June 2010 1 Why abandon the OLS? The ordinary least squares (OLS) aims to build a CER by minimizing

More information

Regression Analysis of Count Data

Regression Analysis of Count Data Regression Analysis of Count Data A. Colin Cameron Pravin K. Trivedi Hfl CAMBRIDGE UNIVERSITY PRESS List offigures List oftables Preface Introduction 1.1 Poisson Distribution 1.2 Poisson Regression 1.3

More information

Using Statistics To Make Inferences 6. Wilcoxon Matched Pairs Signed Ranks Test. Wilcoxon Rank Sum Test/ Mann-Whitney Test

Using Statistics To Make Inferences 6. Wilcoxon Matched Pairs Signed Ranks Test. Wilcoxon Rank Sum Test/ Mann-Whitney Test Using Statistics To Make Inferences 6 Summary Non-parametric tests Wilcoxon Signed Ranks Test Wilcoxon Matched Pairs Signed Ranks Test Wilcoxon Rank Sum Test/ Mann-Whitney Test Goals Perform and interpret

More information

Important Formulas. Discrete Probability Distributions. Probability and Counting Rules. The Normal Distribution. Confidence Intervals and Sample Size

Important Formulas. Discrete Probability Distributions. Probability and Counting Rules. The Normal Distribution. Confidence Intervals and Sample Size blu38582_if_1-8.qxd 9/27/10 9:19 PM Page 1 Important Formulas Chapter 3 Data Description Mean for individual data: Mean for grouped data: Standard deviation for a sample: X2 s X n 1 or Standard deviation

More information

Multiple Imputation of Missing Blood Alcohol Concentration (BAC) Values in FARS

Multiple Imputation of Missing Blood Alcohol Concentration (BAC) Values in FARS Multiple Imputation of Missing Blood Alcohol Concentration (BAC Values in FARS Introduction Rajesh Subramanian and Dennis Utter National Highway Traffic Safety Administration, 400, 7 th Street, S.W., Room

More information

Hidden Markov and Other Models for Discrete-valued Time Series

Hidden Markov and Other Models for Discrete-valued Time Series Hidden Markov and Other Models for Discrete-valued Time Series Iain L. MacDonald University of Cape Town South Africa and Walter Zucchini University of Gottingen Germany CHAPMAN & HALL London Weinheim

More information

Published: 14 October 2014

Published: 14 October 2014 Electronic Journal of Applied Statistical Analysis EJASA, Electron. J. App. Stat. Anal. http://siba-ese.unisalento.it/index.php/ejasa/index e-issn: 2070-5948 DOI: 10.1285/i20705948v7n2p343 A note on ridge

More information

Burn Characteristics of Visco Fuse

Burn Characteristics of Visco Fuse Originally appeared in Pyrotechnics Guild International Bulletin, No. 75 (1991). Burn Characteristics of Visco Fuse by K.L. and B.J. Kosanke From time to time there is speculation regarding the performance

More information

Regression Models Course Project, 2016

Regression Models Course Project, 2016 Regression Models Course Project, 2016 Venkat Batchu July 13, 2016 Executive Summary In this report, mtcars data set is explored/analyzed for relationship between outcome variable mpg (miles for gallon)

More information

PUBLICATIONS Silvia Ferrari February 24, 2017

PUBLICATIONS Silvia Ferrari February 24, 2017 PUBLICATIONS Silvia Ferrari February 24, 2017 [1] Cordeiro, G.M., Ferrari, S.L.P. (1991). A modified score test statistic having chi-squared distribution to order n 1. Biometrika, 78, 573-582. [2] Cordeiro,

More information

TECHNICAL REPORTS from the ELECTRONICS GROUP at the UNIVERSITY of OTAGO. Table of Multiple Feedback Shift Registers

TECHNICAL REPORTS from the ELECTRONICS GROUP at the UNIVERSITY of OTAGO. Table of Multiple Feedback Shift Registers ISSN 1172-496X ISSN 1172-4234 (Print) (Online) TECHNICAL REPORTS from the ELECTRONICS GROUP at the UNIVERSITY of OTAGO Table of Multiple Feedback Shift Registers by R. W. Ward, T.C.A. Molteno ELECTRONICS

More information

Example #1: One-Way Independent Groups Design. An example based on a study by Forster, Liberman and Friedman (2004) from the

Example #1: One-Way Independent Groups Design. An example based on a study by Forster, Liberman and Friedman (2004) from the Example #1: One-Way Independent Groups Design An example based on a study by Forster, Liberman and Friedman (2004) from the Journal of Personality and Social Psychology illustrates the SAS/IML program

More information

EVALUATION OF THE CRASH EFFECTS OF THE QUEENSLAND MOBILE SPEED CAMERA PROGRAM IN THE YEAR 2007

EVALUATION OF THE CRASH EFFECTS OF THE QUEENSLAND MOBILE SPEED CAMERA PROGRAM IN THE YEAR 2007 EVALUATION OF THE CRASH EFFECTS OF THE QUEENSLAND MOBILE SPEED CAMERA PROGRAM IN THE YEAR 2007 by Stuart Newstead May 2009 Consultancy Report: Draft V1 MONASH UNIVERSITY ACCIDENT RESEARCH CENTRE REPORT

More information

Robust alternatives to best linear unbiased prediction of complex traits

Robust alternatives to best linear unbiased prediction of complex traits Robust alternatives to best linear unbiased prediction of complex traits WHY BEST LINEAR UNBIASED PREDICTION EASY TO EXPLAIN FLEXIBLE AMENDABLE WELL UNDERSTOOD FEASIBLE UNPRETENTIOUS NORMALITY IS IMPLICIT

More information

Technical Papers supporting SAP 2009

Technical Papers supporting SAP 2009 Technical Papers supporting SAP 29 A meta-analysis of boiler test efficiencies to compare independent and manufacturers results Reference no. STP9/B5 Date last amended 25 March 29 Date originated 6 October

More information

Preface... xi. A Word to the Practitioner... xi The Organization of the Book... xi Required Software... xii Accessing the Supplementary Content...

Preface... xi. A Word to the Practitioner... xi The Organization of the Book... xi Required Software... xii Accessing the Supplementary Content... Contents Preface... xi A Word to the Practitioner... xi The Organization of the Book... xi Required Software... xii Accessing the Supplementary Content... xii Chapter 1 Introducing Partial Least Squares...

More information

TRINITY COLLEGE DUBLIN THE UNIVERSITY OF DUBLIN. Faculty of Engineering, Mathematics and Science. School of Computer Science and Statistics

TRINITY COLLEGE DUBLIN THE UNIVERSITY OF DUBLIN. Faculty of Engineering, Mathematics and Science. School of Computer Science and Statistics ST7003-1 TRINITY COLLEGE DUBLIN THE UNIVERSITY OF DUBLIN Faculty of Engineering, Mathematics and Science School of Computer Science and Statistics Postgraduate Certificate in Statistics Hilary Term 2015

More information

Fuel Economy and Safety

Fuel Economy and Safety Fuel Economy and Safety A Reexamination under the U.S. Footprint-Based Fuel Economy Standards Jiaxi Wang University of California, Irvine Abstract The purpose of this study is to reexamine the tradeoff

More information

ESSAYS ESSAY B ESSAY A and 2009 are given below:

ESSAYS ESSAY B ESSAY A and 2009 are given below: ESSAYS -7- -8- Suggested time: 5 minutes Maximum score: 120 points ESSAY A Suggested time: 5 minutes Maximum score: 120 points I. Define a time series and its components. Discuss the importance and the

More information

Linking the Virginia SOL Assessments to NWEA MAP Growth Tests *

Linking the Virginia SOL Assessments to NWEA MAP Growth Tests * Linking the Virginia SOL Assessments to NWEA MAP Growth Tests * *As of June 2017 Measures of Academic Progress (MAP ) is known as MAP Growth. March 2016 Introduction Northwest Evaluation Association (NWEA

More information

Relating your PIRA and PUMA test marks to the national standard

Relating your PIRA and PUMA test marks to the national standard Relating your PIRA and PUMA test marks to the national standard We have carried out a detailed statistical analysis between the results from the PIRA and PUMA tests for Year 2 and Year 6 and the scaled

More information

Statistical Learning Examples

Statistical Learning Examples Statistical Learning Examples Genevera I. Allen Statistics 640: Statistical Learning August 26, 2013 (Stat 640) Lecture 1 August 26, 2013 1 / 19 Example: Microarrays arrays High-dimensional: Goals: Measures

More information

Relating your PIRA and PUMA test marks to the national standard

Relating your PIRA and PUMA test marks to the national standard Relating your PIRA and PUMA test marks to the national standard We have carried out a detailed statistical analysis between the results from the PIRA and PUMA tests for Year 2 and Year 6 and the scaled

More information

INVESTIGATION ONE: WHAT DOES A VOLTMETER DO? How Are Values of Circuit Variables Measured?

INVESTIGATION ONE: WHAT DOES A VOLTMETER DO? How Are Values of Circuit Variables Measured? How Are Values of Circuit Variables Measured? INTRODUCTION People who use electric circuits for practical purposes often need to measure quantitative values of electric pressure difference and flow rate

More information

On Using Storage and Genset for Mitigating Power Grid Failures

On Using Storage and Genset for Mitigating Power Grid Failures 1 / 27 On Using Storage and Genset for Mitigating Power Grid Failures Sahil Singla ISS4E lab University of Waterloo Collaborators: S. Keshav, Y. Ghiassi-Farrokhfal 1 / 27 Outline Introduction Background

More information

Cost-Efficiency by Arash Method in DEA

Cost-Efficiency by Arash Method in DEA Applied Mathematical Sciences, Vol. 6, 2012, no. 104, 5179-5184 Cost-Efficiency by Arash Method in DEA Dariush Khezrimotlagh*, Zahra Mohsenpour and Shaharuddin Salleh Department of Mathematics, Faculty

More information

9.3 Tests About a Population Mean (Day 1)

9.3 Tests About a Population Mean (Day 1) Bellwork In a recent year, 73% of first year college students responding to a national survey identified being very well off financially as an important personal goal. A state university finds that 132

More information

. Enter. Model Summary b. Std. Error. of the. Estimate. Change. a. Predictors: (Constant), Emphaty, reliability, Assurance, responsive, Tangible

. Enter. Model Summary b. Std. Error. of the. Estimate. Change. a. Predictors: (Constant), Emphaty, reliability, Assurance, responsive, Tangible LAMPIRAN Variables Entered/Removed b Variables Model Variables Entered Removed Method 1 Emphaty, reliability, Assurance, responsive, Tangible a. Enter a. All requested variables entered. b. Dependent Variable:

More information

Road Surface characteristics and traffic accident rates on New Zealand s state highway network

Road Surface characteristics and traffic accident rates on New Zealand s state highway network Road Surface characteristics and traffic accident rates on New Zealand s state highway network Robert Davies Statistics Research Associates http://www.statsresearch.co.nz Joint work with Marian Loader,

More information

Integrating remote sensing and ground monitoring data to improve estimation of PM 2.5 concentrations for chronic health studies

Integrating remote sensing and ground monitoring data to improve estimation of PM 2.5 concentrations for chronic health studies Integrating remote sensing and ground monitoring data to improve estimation of PM 2.5 concentrations for chronic health studies Chris Paciorek and Yang Liu Departments of Biostatistics and Environmental

More information

Motor Trend Yvette Winton September 1, 2016

Motor Trend Yvette Winton September 1, 2016 Motor Trend Yvette Winton September 1, 2016 Executive Summary Objective In this analysis, the relationship between a set of variables and miles per gallon (MPG) (outcome) is explored from a data set of

More information

Linking the Georgia Milestones Assessments to NWEA MAP Growth Tests *

Linking the Georgia Milestones Assessments to NWEA MAP Growth Tests * Linking the Georgia Milestones Assessments to NWEA MAP Growth Tests * *As of June 2017 Measures of Academic Progress (MAP ) is known as MAP Growth. February 2016 Introduction Northwest Evaluation Association

More information

PREDICTION OF FUEL CONSUMPTION

PREDICTION OF FUEL CONSUMPTION PREDICTION OF FUEL CONSUMPTION OF AGRICULTURAL TRACTORS S. C. Kim, K. U. Kim, D. C. Kim ABSTRACT. A mathematical model was developed to predict fuel consumption of agricultural tractors using their official

More information

Linking the North Carolina EOG Assessments to NWEA MAP Growth Tests *

Linking the North Carolina EOG Assessments to NWEA MAP Growth Tests * Linking the North Carolina EOG Assessments to NWEA MAP Growth Tests * *As of June 2017 Measures of Academic Progress (MAP ) is known as MAP Growth. March 2016 Introduction Northwest Evaluation Association

More information

Linking the Kansas KAP Assessments to NWEA MAP Growth Tests *

Linking the Kansas KAP Assessments to NWEA MAP Growth Tests * Linking the Kansas KAP Assessments to NWEA MAP Growth Tests * *As of June 2017 Measures of Academic Progress (MAP ) is known as MAP Growth. February 2016 Introduction Northwest Evaluation Association (NWEA

More information

From Developing Credit Risk Models Using SAS Enterprise Miner and SAS/STAT. Full book available for purchase here.

From Developing Credit Risk Models Using SAS Enterprise Miner and SAS/STAT. Full book available for purchase here. From Developing Credit Risk Models Using SAS Enterprise Miner and SAS/STAT. Full book available for purchase here. About this Book... ix About the Author... xiii Acknowledgments...xv Chapter 1 Introduction...

More information

How and why does slip angle accuracy change with speed? Date: 1st August 2012 Version:

How and why does slip angle accuracy change with speed? Date: 1st August 2012 Version: Subtitle: How and why does slip angle accuracy change with speed? Date: 1st August 2012 Version: 120802 Author: Brendan Watts List of contents Slip Angle Accuracy 1. Introduction... 1 2. Uses of slip angle...

More information

IMA Preprint Series # 2035

IMA Preprint Series # 2035 PARTITIONS FOR SPECTRAL (FINITE) VOLUME RECONSTRUCTION IN THE TETRAHEDRON By Qian-Yong Chen IMA Preprint Series # 2035 ( April 2005 ) INSTITUTE FOR MATHEMATICS AND ITS APPLICATIONS UNIVERSITY OF MINNESOTA

More information

Linking the New York State NYSTP Assessments to NWEA MAP Growth Tests *

Linking the New York State NYSTP Assessments to NWEA MAP Growth Tests * Linking the New York State NYSTP Assessments to NWEA MAP Growth Tests * *As of June 2017 Measures of Academic Progress (MAP ) is known as MAP Growth. March 2016 Introduction Northwest Evaluation Association

More information

Stat 301 Lecture 30. Model Selection. Explanatory Variables. A Good Model. Response: Highway MPG Explanatory: 13 explanatory variables

Stat 301 Lecture 30. Model Selection. Explanatory Variables. A Good Model. Response: Highway MPG Explanatory: 13 explanatory variables Model Selection Response: Highway MPG Explanatory: 13 explanatory variables Indicator variables for types of car Sports Car, SUV, Wagon, Minivan 1 Explanatory Variables Engine size (liters) Cylinders (number)

More information

Some Robust and Classical Nonparametric Procedures of Estimations in Linear Regression Model

Some Robust and Classical Nonparametric Procedures of Estimations in Linear Regression Model Some Robust and Classical Nonparametric Procedures of Estimations in Linear Regression Model F.B. Adebola, Ph.D.; E.I. Olamide, M.Sc. * ; and O.O. Alabi, Ph.D. Department of Statistics, Federal University

More information

A UNIFYING VIEW ON MULTI-STEP FORECASTING USING AN AUTOREGRESSION

A UNIFYING VIEW ON MULTI-STEP FORECASTING USING AN AUTOREGRESSION doi: 10.1111/j.1467-6419.2009.00581.x A UNIFYING VIEW ON MULTI-STEP FORECASTING USING AN AUTOREGRESSION Philip Hans Franses and Rianne Legerstee Econometric Institute and Tinbergen Institute, Erasmus University

More information

Getting Started with Correlated Component Regression (CCR) in XLSTAT-CCR

Getting Started with Correlated Component Regression (CCR) in XLSTAT-CCR Tutorial 1 Getting Started with Correlated Component Regression (CCR) in XLSTAT-CCR Dataset for running Correlated Component Regression This tutorial 1 is based on data provided by Michel Tenenhaus and

More information

Capacity-Achieving Accumulate-Repeat-Accumulate Codes for the BEC with Bounded Complexity

Capacity-Achieving Accumulate-Repeat-Accumulate Codes for the BEC with Bounded Complexity Capacity-Achieving Accumulate-Repeat-Accumulate Codes for the BEC with Bounded Complexity Igal Sason 1 and Henry D. Pfister 2 Department of Electrical Engineering 1 Techion Institute, Haifa, Israel Department

More information

Elements of Applied Stochastic Processes

Elements of Applied Stochastic Processes Elements of Applied Stochastic Processes Third Edition U. NARAYAN BHAT Southern Methodist University GREGORY K. MILLER Stephen E Austin State University,WILEY- INTERSCIENCE A JOHN WILEY & SONS, INC., PUBLICATION

More information

Analyzing Crash Risk Using Automatic Traffic Recorder Speed Data

Analyzing Crash Risk Using Automatic Traffic Recorder Speed Data Analyzing Crash Risk Using Automatic Traffic Recorder Speed Data Thomas B. Stout Center for Transportation Research and Education Iowa State University 2901 S. Loop Drive Ames, IA 50010 stouttom@iastate.edu

More information

Linking the Alaska AMP Assessments to NWEA MAP Tests

Linking the Alaska AMP Assessments to NWEA MAP Tests Linking the Alaska AMP Assessments to NWEA MAP Tests February 2016 Introduction Northwest Evaluation Association (NWEA ) is committed to providing partners with useful tools to help make inferences from

More information

Elevation, Aspect, Latitude, Land Use. y = β 0 + β 1X 1 + β 2X 2 + ε

Elevation, Aspect, Latitude, Land Use. y = β 0 + β 1X 1 + β 2X 2 + ε Lab 4 Graham Emde The purpose of this lab is to determine which factors have a relationship with average temperatures along the Front Range in 1970. The study analyzes average temperatures collected from

More information

CDI15 6. Haar wavelets (1D) 1027, 1104, , 416, 428 SXD

CDI15 6. Haar wavelets (1D) 1027, 1104, , 416, 428 SXD CDI15 6. Haar wavelets (1D) 1027, 1104, 1110 414, 416, 428 SXD Notations 6.1. The Haar transforms 6.2. Haar wavelets 6.3. Multiresolution analysis 6.4. Compression/decompression James S. Walker A primer

More information

AN EVALUATION OF THE 50 KM/H DEFAULT SPEED LIMIT IN REGIONAL QUEENSLAND

AN EVALUATION OF THE 50 KM/H DEFAULT SPEED LIMIT IN REGIONAL QUEENSLAND AN EVALUATION OF THE 50 KM/H DEFAULT SPEED LIMIT IN REGIONAL QUEENSLAND by Simon Hosking Stuart Newstead Effie Hoareau Amanda Delaney November 2005 Report No: 265 Project Sponsored By ii MONASH UNIVERSITY

More information

Descriptive Statistics

Descriptive Statistics Chapter 2 Descriptive Statistics 2-1 Overview 2-2 Summarizing Data 2-3 Pictures of Data 2-4 Measures of Central Tendency 2-5 Measures of Variation 2-6 Measures of Position 2-7 Exploratory Data Analysis

More information

Linking the Mississippi Assessment Program to NWEA MAP Tests

Linking the Mississippi Assessment Program to NWEA MAP Tests Linking the Mississippi Assessment Program to NWEA MAP Tests February 2017 Introduction Northwest Evaluation Association (NWEA ) is committed to providing partners with useful tools to help make inferences

More information

Linking the Indiana ISTEP+ Assessments to the NWEA MAP Growth Tests. February 2017 Updated November 2017

Linking the Indiana ISTEP+ Assessments to the NWEA MAP Growth Tests. February 2017 Updated November 2017 Linking the Indiana ISTEP+ Assessments to the NWEA MAP Growth Tests February 2017 Updated November 2017 2017 NWEA. All rights reserved. No part of this document may be modified or further distributed without

More information

PLS score-loading correspondence and a bi-orthogonal factorization

PLS score-loading correspondence and a bi-orthogonal factorization PLS score-loading correspondence and a bi-orthogonal factorization Rolf Ergon elemark University College P.O.Box, N-9 Porsgrunn, Norway e-mail: rolf.ergon@hit.no telephone: ++ 7 7 telefax: ++ 7 7 Published

More information

Motor Trend MPG Analysis

Motor Trend MPG Analysis Motor Trend MPG Analysis SJ May 15, 2016 Executive Summary For this project, we were asked to look at a data set of a collection of cars in the automobile industry. We are going to explore the relationship

More information

Statistical Applications in Genetics and Molecular Biology

Statistical Applications in Genetics and Molecular Biology Statistical Applications in Genetics and Molecular Biology Volume 3, Issue 1 2004 Article 33 PLS Dimension Reduction for Classification with Microarray Data Anne-Laure Boulesteix Department of Statistics,

More information

Linking the Florida Standards Assessments (FSA) to NWEA MAP

Linking the Florida Standards Assessments (FSA) to NWEA MAP Linking the Florida Standards Assessments (FSA) to NWEA MAP October 2016 Introduction Northwest Evaluation Association (NWEA ) is committed to providing partners with useful tools to help make inferences

More information

fruitfly fecundity example summary Tuesday, July 17, :13:19 PM 1

fruitfly fecundity example summary Tuesday, July 17, :13:19 PM 1 fruitfly fecundity example summary Tuesday, July 17, 2018 02:13:19 PM 1 The UNIVARIATE Procedure Variable: fecund line = NS Basic Statistical Measures Location Variability Mean 33.37200 Std Deviation 8.94201

More information

Exact distribution of Bartels Statistic

Exact distribution of Bartels Statistic Exact distribution of Bartels Statistic Frederico Caeiro CMA and DM, Universidade Nova de Lisboa, Portugal, e-mail: fac@fct.unl.pt Ayana Mateus CMA and DM, Universidade Nova de Lisboa, Portugal, e-mail:

More information

EEEE 524/624: Fall 2017 Advances in Power Systems

EEEE 524/624: Fall 2017 Advances in Power Systems EEEE 524/624: Fall 2017 Advances in Power Systems Lecture 6: Economic Dispatch with Network Constraints Prof. Luis Herrera Electrical and Microelectronic Engineering Rochester Institute of Technology Topics

More information

Table 2: ARCH(1) Relative Efficiency of OLS Sample Size:512

Table 2: ARCH(1) Relative Efficiency of OLS Sample Size:512 Table 1: ARCH(1) Relative Efficiency of OLS Sample Size:256 γ 1 φ 0.5.7.9 0.0 1.002 1.005 1.009 1.042 (0.002) (0.002) (0.003) (0.006) 0.5 0.988 0.955 0.917 0.944 (0.003) (0.004) (0.005) (0.008) 0.9 0.958

More information

Online appendix for "Fuel Economy and Safety: The Influences of Vehicle Class and Driver Behavior" Mark Jacobsen

Online appendix for Fuel Economy and Safety: The Influences of Vehicle Class and Driver Behavior Mark Jacobsen Online appendix for "Fuel Economy and Safety: The Influences of Vehicle Class and Driver Behavior" Mark Jacobsen A. Negative Binomial Specification Begin by stacking the model in (7) and (8) to write the

More information

Lampiran 1. Penjualan PT Honda Mandiri Bogor

Lampiran 1. Penjualan PT Honda Mandiri Bogor LAMPIRAN 64 Lampiran 1. Penjualan PT Honda Mandiri Bogor 29-211 PENJUALAN 29 TYPE JAN FEB MAR APR MEI JUNI JULI AGT SEP OKT NOV DES TOTA JAZZ 16 14 22 15 23 19 13 28 15 28 3 25 248 FREED 23 25 14 4 13

More information

LAMPIRAN 1. Tabel 1. Data Indeks Harga Saham PT. ANTAM, tbk Periode 20 Januari Februari 2012

LAMPIRAN 1. Tabel 1. Data Indeks Harga Saham PT. ANTAM, tbk Periode 20 Januari Februari 2012 LAMPIRAN 1 Tabel 1. Data Indeks Harga Saham PT. ANTAM, tbk Periode 20 Januari 2011 29 Februari 2012 No Tanggal Indeks Harga Saham No Tanggal Indeks Harga Saham 1 20-Jan-011 2.35 138 05-Agst-011 1.95 2

More information

Supplementary file related to the paper titled On the Design and Deployment of RFID Assisted Navigation Systems for VANET

Supplementary file related to the paper titled On the Design and Deployment of RFID Assisted Navigation Systems for VANET Supplementary file related to the paper titled On the Design and Deployment of RFID Assisted Navigation Systems for VANET SUPPLEMENTARY FILE RELATED TO SECTION 3: RFID ASSISTED NAVIGATION SYS- TEM MODEL

More information

Investigation of Relationship between Fuel Economy and Owner Satisfaction

Investigation of Relationship between Fuel Economy and Owner Satisfaction Investigation of Relationship between Fuel Economy and Owner Satisfaction June 2016 Malcolm Hazel, Consultant Michael S. Saccucci, Keith Newsom-Stewart, Martin Romm, Consumer Reports Introduction This

More information

Online Appendix for Subways, Strikes, and Slowdowns: The Impacts of Public Transit on Traffic Congestion

Online Appendix for Subways, Strikes, and Slowdowns: The Impacts of Public Transit on Traffic Congestion Online Appendix for Subways, Strikes, and Slowdowns: The Impacts of Public Transit on Traffic Congestion ByMICHAELL.ANDERSON AI. Mathematical Appendix Distance to nearest bus line: Suppose that bus lines

More information

PARTIAL LEAST SQUARES: WHEN ORDINARY LEAST SQUARES REGRESSION JUST WON T WORK

PARTIAL LEAST SQUARES: WHEN ORDINARY LEAST SQUARES REGRESSION JUST WON T WORK PARTIAL LEAST SQUARES: WHEN ORDINARY LEAST SQUARES REGRESSION JUST WON T WORK Peter Bartell JMP Systems Engineer peter.bartell@jmp.com WHEN OLS JUST WON T WORK? OLS (Ordinary Least Squares) in JMP/JMP

More information

Smart Operation for AC Distribution Infrastructure Involving Hybrid Renewable Energy Sources

Smart Operation for AC Distribution Infrastructure Involving Hybrid Renewable Energy Sources Milano (Italy) August 28 - September 2, 211 Smart Operation for AC Distribution Infrastructure Involving Hybrid Renewable Energy Sources Ahmed A Mohamed, Mohamed A Elshaer and Osama A Mohammed Energy Systems

More information

Outages with Initiating Cause Code Unknown by Voltage Class

Outages with Initiating Cause Code Unknown by Voltage Class Outages with Initiating Cause Code Unknown by Voltage Class Statistical Analysis Based on 2008-2013 TADS data Svetlana Ekisheva, Senior Statistician TADSWG meeting, Charlotte, NC May 20-22, 2014 Outage

More information

PLS Pluses and Minuses In Path Estimation Accuracy

PLS Pluses and Minuses In Path Estimation Accuracy PLS Pluses and Minuses In Path Estimation Accuracy Full Paper Dale Goodhue Terry College of Business, MIS Department, University of Georgia dgoodhue@terry.uga.edu William Lewis william.w.lewis@gmail.com

More information

2018 Linking Study: Predicting Performance on the NSCAS Summative ELA and Mathematics Assessments based on MAP Growth Scores

2018 Linking Study: Predicting Performance on the NSCAS Summative ELA and Mathematics Assessments based on MAP Growth Scores 2018 Linking Study: Predicting Performance on the NSCAS Summative ELA and Mathematics Assessments based on MAP Growth Scores November 2018 Revised December 19, 2018 NWEA Psychometric Solutions 2018 NWEA.

More information

Basic SAS and R for HLM

Basic SAS and R for HLM Basic SAS and R for HLM Edps/Psych/Soc 589 Carolyn J. Anderson Department of Educational Psychology c Board of Trustees, University of Illinois Spring 2019 Overview The following will be demonstrated in

More information

Efficiency Measurement on Banking Sector in Bangladesh

Efficiency Measurement on Banking Sector in Bangladesh Dhaka Univ. J. Sci. 61(1): 1-5, 2013 (January) Efficiency Measurement on Banking Sector in Bangladesh Md. Rashedul Hoque * and Md. Israt Rayhan Institute of Statistical Research and Training (ISRT), Dhaka

More information

Algebra 2 Plus, Unit 10: Making Conclusions from Data Objectives: S- CP.A.1,2,3,4,5,B.6,7,8,9; S- MD.B.6,7

Algebra 2 Plus, Unit 10: Making Conclusions from Data Objectives: S- CP.A.1,2,3,4,5,B.6,7,8,9; S- MD.B.6,7 Algebra 2 Plus, Unit 10: Making Conclusions from Data Objectives: S- CP.A.1,2,3,4,5,B.6,7,8,9; S- MD.B.6,7 Learner Levels Level 1: I can simulate an experiment. Level 2: I can interpret two- way tables.

More information

DOT HS Summary of Statistical Findings November Statistical Methodology to Make Early Estimates of Motor Vehicle Traffic Fatalities

DOT HS Summary of Statistical Findings November Statistical Methodology to Make Early Estimates of Motor Vehicle Traffic Fatalities TRAFFIC SAFETY FACTS Research Note DOT HS 811 123 Summary of Statistical Findings November 2010 Statistical Methodology to Make Early Estimates of Motor Vehicle Traffic Fatalities Highlights Beginning

More information

The following output is from the Minitab general linear model analysis procedure.

The following output is from the Minitab general linear model analysis procedure. Chapter 13. Supplemental Text Material 13-1. The Staggered, Nested Design In Section 13-1.4 we introduced the staggered, nested design as a useful way to prevent the number of degrees of freedom from building

More information

Linking the Indiana ISTEP+ Assessments to NWEA MAP Tests

Linking the Indiana ISTEP+ Assessments to NWEA MAP Tests Linking the Indiana ISTEP+ Assessments to NWEA MAP Tests February 2017 Introduction Northwest Evaluation Association (NWEA ) is committed to providing partners with useful tools to help make inferences

More information

Series and Parallel Networks

Series and Parallel Networks Series and Parallel Networks Department of Physics & Astronomy Texas Christian University, Fort Worth, TX January 17, 2014 1 Introduction In this experiment you will examine the brightness of light bulbs

More information

Problem Set 3 - Solutions

Problem Set 3 - Solutions Ecn 102 - Analysis of Economic Data University of California - Davis January 22, 2011 John Parman Problem Set 3 - Solutions This problem set will be due by 5pm on Monday, February 7th. It may be turned

More information

LET S ARGUE: STUDENT WORK PAMELA RAWSON. Baxter Academy for Technology & Science Portland, rawsonmath.

LET S ARGUE: STUDENT WORK PAMELA RAWSON. Baxter Academy for Technology & Science Portland, rawsonmath. LET S ARGUE: STUDENT WORK PAMELA RAWSON Baxter Academy for Technology & Science Portland, Maine pamela.rawson@gmail.com @rawsonmath rawsonmath.com Contents Student Movie Data Claims (Cycle 1)... 2 Student

More information

TSFS02 Vehicle Dynamics and Control. Computer Exercise 2: Lateral Dynamics

TSFS02 Vehicle Dynamics and Control. Computer Exercise 2: Lateral Dynamics TSFS02 Vehicle Dynamics and Control Computer Exercise 2: Lateral Dynamics Division of Vehicular Systems Department of Electrical Engineering Linköping University SE-581 33 Linköping, Sweden 1 Contents

More information

Antonio Olmos Priyalatha Govindasamy Research Methods & Statistics University of Denver

Antonio Olmos Priyalatha Govindasamy Research Methods & Statistics University of Denver Antonio Olmos Priyalatha Govindasamy Research Methods & Statistics University of Denver American Evaluation Association Conference, Chicago, Ill, November 2015 AEA 2015, Chicago Ill 1 Paper overview Propensity

More information

APPLICATION OF RELIABILITY GROWTH MODELS TO SENSOR SYSTEMS ABSTRACT NOTATIONS

APPLICATION OF RELIABILITY GROWTH MODELS TO SENSOR SYSTEMS ABSTRACT NOTATIONS APPLICATION OF RELIABILITY GROWTH MODELS TO SENSOR SYSTEMS Swajeeth Pilot Panchangam, V. N. A. Naikan Reliability Engineering Centre, Indian Institute of Technology, Kharagpur, West Bengal, India-721302

More information

Property Testing and Affine Invariance Part II Madhu Sudan Harvard University

Property Testing and Affine Invariance Part II Madhu Sudan Harvard University Property Testing and Affine Invariance Part II Madhu Sudan Harvard University December 29-30, 2015 IITB: Property Testing & Affine Invariance 1 of 29 Review of last lecture Property testing: Test global

More information

Measurement methods for skid resistance of road surfaces

Measurement methods for skid resistance of road surfaces Measurement methods for skid resistance of road surfaces Presented by Martin Greene (TRL) and Veronique Cerezo (IFSTTAR) 11 October 2016 Background and requirements for Common Scale 1 Background Measurement

More information

3rd International Conference on Material, Mechanical and Manufacturing Engineering (IC3ME 2015)

3rd International Conference on Material, Mechanical and Manufacturing Engineering (IC3ME 2015) 3rd International Conference on Material, Mechanical and Manufacturing Engineering (IC3ME 2015) A High Dynamic Performance PMSM Sensorless Algorithm Based on Rotor Position Tracking Observer Tianmiao Wang

More information

The reverse order law (ab) # = b (a abb ) a in rings with involution

The reverse order law (ab) # = b (a abb ) a in rings with involution The reverse order law (ab) # = b (a abb ) a in rings with involution Dijana Mosić and Dragan S. Djordjević Abstract Several equivalent conditions for the reverse order law (ab) # = b (a abb ) a in rings

More information

namibia UniVERSITY OF SCIEnCE AnD TECHnOLOGY FACULTY OF HEALTH AND APPLIED SCIENCES DEPARTMENT OF MATHEMATICS AND STATISTICS MARKS: 100

namibia UniVERSITY OF SCIEnCE AnD TECHnOLOGY FACULTY OF HEALTH AND APPLIED SCIENCES DEPARTMENT OF MATHEMATICS AND STATISTICS MARKS: 100 namibia UniVERSITY OF SCIEnCE AnD TECHnOLOGY FACULTY OF HEALTH AND APPLIED SCIENCES DEPARTMENT OF MATHEMATICS AND STATISTICS QUALIFICATION: BACHELOR OF ECONOMICS -., QUALIFICATION CODE: 7BAMS LEVEL: 7

More information

Objectives. Materials TI-73 CBL 2

Objectives. Materials TI-73 CBL 2 . Objectives To understand the relationship between dry cell size and voltage Activity 4 Materials TI-73 Unit-to-unit cable Voltage from Dry Cells CBL 2 Voltage sensor New AAA, AA, C, and D dry cells Battery

More information

ACCIDENT MODIFICATION FACTORS FOR MEDIAN WIDTH

ACCIDENT MODIFICATION FACTORS FOR MEDIAN WIDTH APPENDIX G ACCIDENT MODIFICATION FACTORS FOR MEDIAN WIDTH INTRODUCTION Studies on the effect of median width have shown that increasing width reduces crossmedian crashes, but the amount of reduction varies

More information