Lampiran 1: Data Investasi Perusahaan GE, US, GM dan WEST

Size: px
Start display at page:

Download "Lampiran 1: Data Investasi Perusahaan GE, US, GM dan WEST"

Transcription

1

2 Lampiran 1: Data Investasi Perusahaan GE, US, GM dan WEST Tahun GE US I F C I F C Keterangan: GE US I F C : Perusahaan General Elecric : Perusahaan U.S Steel : Investasi : Market value of firm : Konsumsi

3 Tahun GM WEST I F C I F C Keterangan: GM : Perusahaan General Motor WEST : Perusahaan Westinghouse I F C : Investasi : Market value of firm : Konsumsi

4 Lampiran 2: Syntax Program SAS 9.1 Proc Syslin SUR data investasi; input year ge_i ge_f ge_c us_i us_f us_c gm_i gm_f gm_c west_i west_f west_c; label ge_i = 'Gross Investment, GE' ge_f = 'Value of Firm, GE' ge_c = 'Stock of Plant and Equipment, GE' us_i = ' Gross Investment, US' us_f = 'Value of Firm, US' us_c = 'Stock of Plant and Equipment,US' gm_i = 'Gross Investment, GM' gm_f = 'Value of Firm, GM' gm_c = 'Stock of Plant and Equipment, GM' west_i = 'Gross Investment, WEST' west_f = 'Value of Firm, WEST' west_c = 'Stock of Plant and Equipment, WEST'; datalines;

5 ; proc syslin data= investasi sur; ge: model ge_i = ge_f ge_c; us: model us_i = us_f us_c; gm: model gm_i = gm_f gm_c; west: model west_i = west_f west_c; run;

6 Lampiran 3 : Output Program SAS 9.1 Proc Syslin SUR Estimasi Seemingly Unrelated Regression 1 22:55 Wednesday, August 29, 2012 The SYSLIN Procedure Ordinary Least Squares Estimation GE ge_i Gross Investment, GE Analysis of Variance Sum of Mean Source DF Squares Square F Value Pr > F <.0001 Error Corrected Total Root MSE R-Square Dependent Mean Adj R-Sq Coeff Var Variable DF Estimate Error t Value Pr > t Intercept Intercept ge_f Value of Firm, GE ge_c <.0001 Stock of Plant and Equipment, GE

7 Estimasi Seemingly Unrelated Regression 2 22:55 Wednesday, August 29, 2012 The SYSLIN Procedure Ordinary Least Squares Estimation US us_i Gross Investment, US Analysis of Variance Sum of Mean Source DF Squares Square F Value Pr > F Error Corrected Total Root MSE R-Square Dependent Mean Adj R-Sq Coeff Var Variable DF Estimate Error t Value Pr > t Intercept Intercept us_f Value of Firm, US us_c Stock of Plant and Equipment,US

8 Estimasi Seemingly Unrelated Regression 3 22:55 Wednesday, August 29, 2012 The SYSLIN Procedure Ordinary Least Squares Estimation GM gm_i Gross Investment, GM Analysis of Variance Sum of Mean Source DF Squares Square F Value Pr > F <.0001 Error Corrected Total Root MSE R-Square Dependent Mean Adj R-Sq Coeff Var Variable DF Estimate Error t Value Pr > t Intercept Intercept gm_f Value of Firm, GM gm_c <.0001 Stock of Plant and Equipment, GM

9 Estimasi Seemingly Unrelated Regression 4 22:55 Wednesday, August 29, 2012 The SYSLIN Procedure Ordinary Least Squares Estimation WEST west_i Gross Investment, WEST Analysis of Variance Sum of Mean Source DF Squares Square F Value Pr > F Error Corrected Total Root MSE R-Square Dependent Mean Adj R-Sq Coeff Var Variable DF Estimate Error t Value Pr > t Intercept Intercept west_f Value of Firm, WEST west_c Stock of Plant and Equipment, WEST

10 Estimasi Seemingly Unrelated Regression 5 22:55 Wednesday, August 29, 2012 The SYSLIN Procedure Seemingly Unrelated Regression Estimation Cross Covariance GE US GM WEST GE US GM WEST Cross Correlation GE US GM WEST GE US GM WEST Cross Inverse Correlation GE US GM WEST GE US GM WEST Cross Inverse Covariance GE US GM WEST GE US GM WEST System Weighted MSE Degrees of freedom 68 System Weighted R-Square GE ge_i Gross Investment, GE

11 Estimasi Seemingly Unrelated Regression 6 22:55 Wednesday, August 29, 2012 The SYSLIN Procedure Seemingly Unrelated Regression Estimation Variable DF Estimate Error t Value Pr > t Intercept Intercept ge_f Value of Firm, GE ge_c <.0001 Stock of Plant and Equipment, GE US us_i Gross Investment, US Variable DF Estimate Error t Value Pr > t Intercept Intercept us_f Value of Firm, US us_c Stock of Plant and Equipment,US GM gm_i Gross Investment, GM Variable DF Estimate Error t Value Pr > t Intercept Intercept gm_f Value of Firm, GM gm_c <.0001 Stock of Plant and Equipment, GM WEST west_i Gross Investment, WEST

12 Estimasi Seemingly Unrelated Regression 7 22:55 Wednesday, August 29, 2012 The SYSLIN Procedure Seemingly Unrelated Regression Estimation Variable DF Estimate Error t Value Pr > t Intercept Intercept west_f Value of Firm, WEST west_c Stock of Plant and Equipment, WEST

13 Lampiran 4 : Residual Metode OLS

14 Lampiran 5 : Output SPSS Uji Kolmogorov-Smirnov Descriptive Statistics N Mean Std. Deviation Minimum Maximum errorols_ge errorols_us errorols_gm errorols_west One-Sample Kolmogorov-Smirnov Test errorols_ge errorols_us errorols_gm errorols_west N Normal Parameters a Mean Std. Deviation Most Extreme Differences Absolute Positive Negative Kolmogorov-Smirnov Z Asymp. Sig. (2-tailed) a. Test distribution is Normal.

15 Lampiran 6 : Perhitungan Normalitas Multivariat dengan Q-Q Plot diurutakan

ANALYSIS OF VARIANCE PROCEDURE FOR ANALYZING UNBALANCED DAIRY SCIENCE DATA USING SAS

ANALYSIS OF VARIANCE PROCEDURE FOR ANALYZING UNBALANCED DAIRY SCIENCE DATA USING SAS ANALYSIS OF VARIANCE PROCEDURE FOR ANALYZING UNBALANCED DAIRY SCIENCE DATA USING SAS Avtar Singh National Dairy Research Institute, Karnal -132001 In statistics, analysis of variance (ANOVA) is a collection

More information

proc plot; plot Mean_Illness*Dose=Dose; run;

proc plot; plot Mean_Illness*Dose=Dose; run; options pageno=min nodate formdlim='-'; Title 'Illness Related to Dose of Therapeutic Drug'; run; data Lotus; input Dose N; Do I=1 to N; Input Illness @@; output; end; cards; 0 20 101 101 101 104 104 105

More information

Obs location y

Obs location y ods rtf file='s:\webpages\~renaes\output\sas\sas kw output.rtf'; data tab331 ; input location y @@ ; cards ; 1 26.5 1 15.0 1 18.2 1 19.5 1 23.1 1 17.3 2 16.5 2 15.8 2 14.1 2 30.2 2 25.1 2 17.4 3 19.2 3

More information

Correlation and Regression

Correlation and Regression Correlation and Regression Shepard and Feng (1972) presented participants with an unfolded cube and asked them to mentally refold the cube with the shaded square on the bottom to determine if the two arrows

More information

Repeated Measures Twoway Analysis of Variance

Repeated Measures Twoway Analysis of Variance Repeated Measures Twoway Analysis of Variance A researcher was interested in whether frequency of exposure to a picture of an ugly or attractive person would influence one's liking for the photograph.

More information

Appendices. Chile models. Appendix

Appendices. Chile models. Appendix Appendices Appendix Chile models Table 1 New Philips curve Dependent Variable: DLCPI Date: 11/15/04 Time: 17:23 Sample(adjusted): 1997:2 2003:4 Included observations: 27 after adjusting endpoints Kernel:

More information

Lampiran 1.Perbedaan bentuk tubuh induk jantan & betina huna biru dengan huna capitmerah. Induk RR (huna capitmerah)

Lampiran 1.Perbedaan bentuk tubuh induk jantan & betina huna biru dengan huna capitmerah. Induk RR (huna capitmerah) L A M P I R A N 38 Lampiran 1.Perbedaan bentuk tubuh induk jantan & betina huna biru dengan huna capitmerah Tubuh Induk AA (Huna biru) Jantan Betina Induk RR (huna capitmerah) Jantan Betina 39 Lampiran

More information

Two-Factor unbalanced experiment with factors of Power and Humidity Example compares LSmeans and means statement for unbalanced data

Two-Factor unbalanced experiment with factors of Power and Humidity Example compares LSmeans and means statement for unbalanced data STAT:5201 Anaylsis/Applied Statistic II (LSmeans vs. means) Two-Factor unbalanced experiment with factors of Power and Humidity Example compares LSmeans and means statement for unbalanced data Power (levels

More information

Assignment 2 1) DAY TREATMENT TOTALS

Assignment 2 1) DAY TREATMENT TOTALS Assignment 2 1) DAY BATCH 1 2 3 4 5 TOTAL 1 A=8 B=7 D=1 C=7 E=3 26 2 C=11 E=2 A=7 D=3 B=8 31 3 B=4 A=9 C=10 E=1 D=5 29 4 D=6 C=8 E=6 B=6 A=10 36 5 E=4 D=2 B=3 A=8 C=8 25 TOTAL 33 28 27 25 34 147 TREATMENT

More information

Plot of Items*Condition. Symbol is value of Age. 20 ˆ 18 ˆ Y 16 ˆ. Items Y 14 ˆ 12 ˆ O 10 ˆ 8 ˆ Y O O Y 6 ˆ

Plot of Items*Condition. Symbol is value of Age. 20 ˆ 18 ˆ Y 16 ˆ. Items Y 14 ˆ 12 ˆ O 10 ˆ 8 ˆ Y O O Y 6 ˆ Plot of Items*Condition. Symbol is value of Age. 20 ˆ Y 18 ˆ Y 16 ˆ Items Y 14 ˆ O 12 ˆ O O 10 ˆ 8 ˆ Y O O Y 6 ˆ Šƒƒˆƒƒƒƒƒƒƒƒƒƒƒƒƒƒƒƒƒˆƒƒƒƒƒƒƒƒƒƒƒƒƒƒƒƒƒˆƒƒƒƒƒƒƒƒƒƒƒƒƒƒƒƒƒˆƒƒƒƒƒƒƒƒƒƒƒƒƒƒƒƒƒˆƒƒ Counting

More information

How can it be right when it feels so wrong? Outliers, diagnostics, non-constant variance

How can it be right when it feels so wrong? Outliers, diagnostics, non-constant variance How can it be right when it feels so wrong? Outliers, diagnostics, non-constant variance D. Alex Hughes November 19, 2014 D. Alex Hughes Problems? November 19, 2014 1 / 61 1 Outliers Generally Residual

More information

Lampiran 1. Tabel Normalitas, Tabel Anova, dan Tabel Duncan Intensitas Warna Ekstrudat. Tests of Normality

Lampiran 1. Tabel Normalitas, Tabel Anova, dan Tabel Duncan Intensitas Warna Ekstrudat. Tests of Normality 7. LAMPIRAN 7.1. Analisa Data Uji Fisik 7.1.1. Uji Warna Lampiran 1. Tabel Normalitas, Tabel Anova, dan Tabel Duncan Intensitas Warna Ekstrudat Parameter_L Parameter_a Parameter_b Statistic df Statistic

More information

The Effects of Industrial Sector and Location on Venture-Backed United States Companies,

The Effects of Industrial Sector and Location on Venture-Backed United States Companies, The Effects of Industrial Sector and Location on Venture-Backed United States Companies, 1995-2008 Dr. Yochanan Shachmurove Department of Economics The City College of the City University of New York,

More information

Prices of digital cameras

Prices of digital cameras Prices of digital cameras The August 2012 issue of Consumer Reports included a report on digital cameras. The magazine listed 60 cameras, all of which were recommended by them, divided into six categories

More information

Module 5. Simple Linear Regression and Calibration. Prof. Stephen B. Vardeman Statistics and IMSE Iowa State University.

Module 5. Simple Linear Regression and Calibration. Prof. Stephen B. Vardeman Statistics and IMSE Iowa State University. Module 5 Simple Linear Regression and Calibration Prof. Stephen B. Vardeman Statistics and IMSE Iowa State University March 4, 2008 Steve Vardeman (ISU) Module 5 March 4, 2008 1 / 14 Calibration of a Measurement

More information

IE 361 Module 7. Reading: Section 2.5 of Revised SQAME. Prof. Steve Vardeman and Prof. Max Morris. Iowa State University

IE 361 Module 7. Reading: Section 2.5 of Revised SQAME. Prof. Steve Vardeman and Prof. Max Morris. Iowa State University IE 361 Module 7 Calibration Studies and Inference Based on Simple Linear Regression Reading: Section 2.5 of Revised SQAME Prof. Steve Vardeman and Prof. Max Morris Iowa State University Vardeman and Morris

More information

BIOS 312: MODERN REGRESSION ANALYSIS

BIOS 312: MODERN REGRESSION ANALYSIS BIOS 312: MODERN REGRESSION ANALYSIS James C (Chris) Slaughter Department of Biostatistics Vanderbilt University School of Medicine james.c.slaughter@vanderbilt.edu biostat.mc.vanderbilt.edu/coursebios312

More information

Lampiran 1. Prosedur penggunaan Hematology Analyzer. Prosedur Penggunaan alat Hematology Analyzer

Lampiran 1. Prosedur penggunaan Hematology Analyzer. Prosedur Penggunaan alat Hematology Analyzer Lampiran 1. Prosedur penggunaan Hematology Analyzer Prosedur Penggunaan alat Hematology Analyzer 1. Homogenkan sampel darah yang akan diperiksa 2. Tekan New Sample 3. Masukkan identitas sampel 4. Alat

More information

Comparing Means. Chapter 24. Case Study Gas Mileage for Classes of Vehicles. Case Study Gas Mileage for Classes of Vehicles Data collection

Comparing Means. Chapter 24. Case Study Gas Mileage for Classes of Vehicles. Case Study Gas Mileage for Classes of Vehicles Data collection Chapter 24 One-Way Analysis of Variance: Comparing Several Means BPS - 5th Ed. Chapter 24 1 Comparing Means Chapter 18: compared the means of two populations or the mean responses to two treatments in

More information

Regression. Albert Satorra. Mètodes Estadístics, UPF, hivern 2013

Regression. Albert Satorra. Mètodes Estadístics, UPF, hivern 2013 Regression Albert Satorra Mètodes Estadístics, UPF, hivern 2013 Albert Satorra ( Mètodes Estadístics, UPF, hivern 2013 ) GRAU en CP, hivern 2013 1 / 24 Continguts 1 Summary statistics Standardization Transforming

More information

Nomograms for visualising relationships between three variables

Nomograms for visualising relationships between three variables Nomograms for visualising relationships between three variables Jonathan Rougier 1 Kate Milner 2 1 Dept Mathematics, Univ. Bristol 2 Crossroads Veterinary Centre, Buckinghamshire UseR! 2011, August 2011,

More information

Toolwear Charts. Sample StatFolio: toolwear chart.sgp. Sample Data: STATGRAPHICS Rev. 9/16/2013

Toolwear Charts. Sample StatFolio: toolwear chart.sgp. Sample Data: STATGRAPHICS Rev. 9/16/2013 Toolwear Charts Summary... 1 Data Input... 2 Toolwear Chart... 5 Analysis Summary... 6 Analysis Options... 7 MR(2)/R/S Chart... 8 Toolwear Chart Report... 10 Runs Tests... 10 Tolerance Chart... 11 Save

More information

Student's height (in)

Student's height (in) Psych 315, Winter 2018, Homework 4 Answer Key Due Wednesday, January 31 either in section or in your TA s mailbox by 4pm. Name ID Section [AA Kit] [AB Kit] [AC Kelly] [AD Kelly] The scatterplot below plots

More information

Lectures 15/16 ANOVA. ANOVA Tests. Analysis of Variance. >ANOVA stands for ANalysis Of VAriance >ANOVA allows us to:

Lectures 15/16 ANOVA. ANOVA Tests. Analysis of Variance. >ANOVA stands for ANalysis Of VAriance >ANOVA allows us to: Lectures 5/6 Analysis of Variance ANOVA >ANOVA stands for ANalysis Of VAriance >ANOVA allows us to: Do multiple tests at one time more than two groups Test for multiple effects simultaneously more than

More information

Chapter 25. One-Way Analysis of Variance: Comparing Several Means. BPS - 5th Ed. Chapter 24 1

Chapter 25. One-Way Analysis of Variance: Comparing Several Means. BPS - 5th Ed. Chapter 24 1 Chapter 25 One-Way Analysis of Variance: Comparing Several Means BPS - 5th Ed. Chapter 24 1 Comparing Means Chapter 18: compared the means of two populations or the mean responses to two treatments in

More information

Miguel I. Aguirre-Urreta

Miguel I. Aguirre-Urreta RESEARCH NOTE REVISITING BIAS DUE TO CONSTRUCT MISSPECIFICATION: DIFFERENT RESULTS FROM CONSIDERING COEFFICIENTS IN STANDARDIZED FORM Miguel I. Aguirre-Urreta School of Accountancy and MIS, College of

More information

MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question.

MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question. Practice for Final Exam Name Identify the following variable as either qualitative or quantitative and explain why. 1) The number of people on a jury A) Qualitative because it is not a measurement or a

More information

Procedia - Social and Behavioral Sciences 195 ( 2015 ) World Conference on Technology, Innovation and Entrepreneurship

Procedia - Social and Behavioral Sciences 195 ( 2015 ) World Conference on Technology, Innovation and Entrepreneurship Available online at www.sciencedirect.com ScienceDirect Procedia - Social and Behavioral Sciences 195 ( 215 ) 776 782 World Conference on Technology, Innovation and Entrepreneurship Technological Progress,

More information

What Limits the Reproductive Success of Migratory Birds? Warbler Data Analysis (50 pts.)

What Limits the Reproductive Success of Migratory Birds? Warbler Data Analysis (50 pts.) 1 Warbler Data Analysis (50 pts.) This assignment is based on background information on the following website: http://btbw.hubbardbrookfoundation.org/. To do this assignment, you will need to use the Data

More information

Statistical tests. Paired t-test

Statistical tests. Paired t-test Statistical tests Gather data to assess some hypothesis (e.g., does this treatment have an effect on this outcome?) Form a test statistic for which large values indicate a departure from the hypothesis.

More information

x y

x y 1. Find the mean of the following numbers: ans: 26.25 3, 8, 15, 23, 35, 37, 41, 48 2. Find the median of the following numbers: ans: 24 8, 15, 2, 23, 41, 83, 91, 112, 17, 25 3. Find the sample standard

More information

PRICES OF THE LIBERTY STANDING QUARTER

PRICES OF THE LIBERTY STANDING QUARTER This document deals with the prices paid by collectors for quarters in the Liberty standing set, issued between 1916 and 1930. Year / Mint / Type Mintage Value 1916 52,000 14,690 1917 Type 1 8,740,000

More information

BSEM 2.0. Bengt Muthén & Tihomir Asparouhov. Mplus Presentation at the Mplus Users Meeting Utrecht, January 13, 2016

BSEM 2.0. Bengt Muthén & Tihomir Asparouhov. Mplus  Presentation at the Mplus Users Meeting Utrecht, January 13, 2016 BSEM 2.0 Bengt Muthén & Tihomir Asparouhov Mplus www.statmodel.com Presentation at the Mplus Users Meeting Utrecht, January 13, 2016 Bengt Muthén & Tihomir Asparouhov Mplus Modeling 1/ 30 Overview How

More information

NEW ASSOCIATION IN BIO-S-POLYMER PROCESS

NEW ASSOCIATION IN BIO-S-POLYMER PROCESS NEW ASSOCIATION IN BIO-S-POLYMER PROCESS Long Flory School of Business, Virginia Commonwealth University Snead Hall, 31 W. Main Street, Richmond, VA 23284 ABSTRACT Small firms generally do not use designed

More information

ROBUST DESIGN -- REDUCING TRANSMITTED VARIATION:

ROBUST DESIGN -- REDUCING TRANSMITTED VARIATION: ABSTRACT ROBUST DESIGN -- REDUCING TRANSMITTED VARIATION: FINDING THE PLATEAUS VIA RESPONSE SURFACE METHODS Patrick J. Whitcomb Mark J. Anderson Stat-Ease, Inc. Stat-Ease, Inc. Hennepin Square, Suite 48

More information

Individual Guess Actual Error

Individual Guess Actual Error Topic #3: Linear Models & Linear Regression Create scatterplots to display the relationship between two variables Derive the least squares criterion Interpret the correlation between two variables Using

More information

Life Science Journal 2014;11(5s)

Life Science Journal 2014;11(5s) Self Satisfaction of the Entrepreneurs in relation to the CSR Practices across Peshawar KPK Pakistan Dr. Shahid Jan 1, Kashif Amin 2, Dr. Muhammad Tariq 1, Dr. Zahoor Ul Haq 3, Dr. Nazim Ali 4 1 Assistant

More information

Statistical Analyses of the Distribution and the Annual Trend of Harmonic Voltage in Japan

Statistical Analyses of the Distribution and the Annual Trend of Harmonic Voltage in Japan Statistical Analyses of the Distribution and the Annual Trend of Harmonic Voltage in Japan Kenji Yukihira Central Research Institute of Electric Power Industry (CRIEPI) First conclusion In Japan, harmonic

More information

Appendix 1. SAS Routines to determine MAXIMS curves for milkfish

Appendix 1. SAS Routines to determine MAXIMS curves for milkfish Appendix 1 SAS Routines to determine MAXIMS curves for milkfish October 1996 data a input X Y cards 6.00 0.685958 6.00 1.355671 6.00 1.545187 6.00 0.448360 6.00 0.723689 7.00 0.790480 7.00 0.817858 7.00

More information

Physics 2310 Lab #5: Thin Lenses and Concave Mirrors Dr. Michael Pierce (Univ. of Wyoming)

Physics 2310 Lab #5: Thin Lenses and Concave Mirrors Dr. Michael Pierce (Univ. of Wyoming) Physics 2310 Lab #5: Thin Lenses and Concave Mirrors Dr. Michael Pierce (Univ. of Wyoming) Purpose: The purpose of this lab is to introduce students to some of the properties of thin lenses and mirrors.

More information

1. Graph y = 2x 3. SOLUTION: The slope-intercept form of a line is y = mx + b, where m is the slope, and b is the y-intercept.

1. Graph y = 2x 3. SOLUTION: The slope-intercept form of a line is y = mx + b, where m is the slope, and b is the y-intercept. 1. Graph y = 2x 3. The slope-intercept form of a line is y = mx + b, where m is the slope, and b is the y-intercept. Plot the y-intercept (0, 3). The slope is. From (0, 3), move up 2 units and right 1

More information

Performance Evaluation of Wedm Machining on Incoloy800 by TAGUCHI Method

Performance Evaluation of Wedm Machining on Incoloy800 by TAGUCHI Method Performance Evaluation of Wedm Machining on Incoloy800 by TAGUCHI Method Gagan Goyal Scholar Shri Balaji Collegeof Engineering & Technology, Jaipur, Rajasthan, India Ashok Choudhary Asistant Professor

More information

UNIT 2 LINEAR AND EXPONENTIAL RELATIONSHIPS Station Activities Set 2: Relations Versus Functions/Domain and Range

UNIT 2 LINEAR AND EXPONENTIAL RELATIONSHIPS Station Activities Set 2: Relations Versus Functions/Domain and Range UNIT LINEAR AND EXPONENTIAL RELATIONSHIPS Station Activities Set : Relations Versus Functions/Domain and Range Station You will be given a ruler and graph paper. As a group, use our ruler to determine

More information

b. How would you model your equation on a number line to show your answer?

b. How would you model your equation on a number line to show your answer? Exercise 1: Real-World Introduction to Integer Addition Answer the questions below. a. Suppose you received $10 from your grandmother for your birthday. You spent $4 on snacks. Using addition, how would

More information

How Many Imputations are Really Needed? Some Practical Clarifications of Multiple Imputation Theory

How Many Imputations are Really Needed? Some Practical Clarifications of Multiple Imputation Theory Prev Sci (2007) 8:206 213 DOI 10.1007/s11121-007-0070-9 How Many Imputations are Really Needed? Some Practical Clarifications of Multiple Imputation Theory John W. Graham & Allison E. Olchowski & Tamika

More information

Spring 2017 Math 54 Test #2 Name:

Spring 2017 Math 54 Test #2 Name: Spring 2017 Math 54 Test #2 Name: You may use a TI calculator and formula sheets from the textbook. Show your work neatly and systematically for full credit. Total points: 101 1. (6) Suppose P(E) = 0.37

More information

CROP FORECASTING BASED ON METEOROLOGICAL DATA USING SAS

CROP FORECASTING BASED ON METEOROLOGICAL DATA USING SAS CROP FORECASTING BASED ON METEOROLOGICAL DATA USING SAS Amender Kumar and Ramasubramanian V. I.A.S.R.I., Library Avenue, Pusa, New Delhi - 110 012 akjha@iasri.res.in ramsub@iasri.res.in 1. Introduction

More information

Stock Market Indices Prediction Using Time Series Analysis

Stock Market Indices Prediction Using Time Series Analysis Stock Market Indices Prediction Using Time Series Analysis ALINA BĂRBULESCU Department of Mathematics and Computer Science Ovidius University of Constanța 124, Mamaia Bd., 900524, Constanța ROMANIA alinadumitriu@yahoo.com

More information

4.0 EXPERIMENTAL RESULTS AND DISCUSSION

4.0 EXPERIMENTAL RESULTS AND DISCUSSION 4.0 EXPERIMENTAL RESULTS AND DISCUSSION 4.1 General The lag screw tests and studies resulted in additional information that presently exists for lag screw connections. The reduction of data was performed

More information

Innovative performance. Growth in useable knowledge. Innovative input. Market and firm characteristics. Growth measures. Productivitymeasures

Innovative performance. Growth in useable knowledge. Innovative input. Market and firm characteristics. Growth measures. Productivitymeasures On the dimensions of productive third mission activities A university perspective Koenraad Debackere K.U.Leuven The changing face of innovation Actors and stakeholders in the innovation space Actors and

More information

EE273 Lecture 6 Signal Return Crosstalk, Inter-Symbol Interference, Managing Noise. Today s Assignment

EE273 Lecture 6 Signal Return Crosstalk, Inter-Symbol Interference, Managing Noise. Today s Assignment EE273 Lecture 6 Signal Return Crosstalk, Inter-Symbol Interference, Managing Noise October 12, 1998 William J. Dally Computer Systems Laboratory Stanford University billd@csl.stanford.edu 1 Today s Assignment

More information

ore C ommon Core Edition APlgebra Algebra 1 ESTS RACTICE PRACTICE TESTS Topical Review Book Company Topical Review Book Company

ore C ommon Core Edition APlgebra Algebra 1 ESTS RACTICE PRACTICE TESTS Topical Review Book Company Topical Review Book Company C ommon Core ommon Edition C ore Edition Algebra 1 APlgebra 1 T RACTICE ESTS Answer Keys PRACTICE TESTS Topical Review Book Company Topical Review Book Company TEST 1 Part I 1. 3 5. 2 9. 4 13. 1 17. 4

More information

Optimum Beamforming. ECE 754 Supplemental Notes Kathleen E. Wage. March 31, Background Beampatterns for optimal processors Array gain

Optimum Beamforming. ECE 754 Supplemental Notes Kathleen E. Wage. March 31, Background Beampatterns for optimal processors Array gain Optimum Beamforming ECE 754 Supplemental Notes Kathleen E. Wage March 31, 29 ECE 754 Supplemental Notes: Optimum Beamforming 1/39 Signal and noise models Models Beamformers For this set of notes, we assume

More information

STAB22 section 2.4. Figure 2: Data set 2. Figure 1: Data set 1

STAB22 section 2.4. Figure 2: Data set 2. Figure 1: Data set 1 STAB22 section 2.4 2.73 The four correlations are all 0.816, and all four regressions are ŷ = 3 + 0.5x. (b) can be answered by drawing fitted line plots in the four cases. See Figures 1, 2, 3 and 4. Figure

More information

Univariate Descriptive Statistics

Univariate Descriptive Statistics Univariate Descriptive Statistics Displays: pie charts, bar graphs, box plots, histograms, density estimates, dot plots, stemleaf plots, tables, lists. Example: sea urchin sizes Boxplot Histogram Urchin

More information

Syntax Menu Description Options Remarks and examples Stored results References Also see

Syntax Menu Description Options Remarks and examples Stored results References Also see Title stata.com permute Monte Carlo permutation tests Syntax Menu Description Options Remarks and examples Stored results References Also see Syntax Compute permutation test permute permvar exp list [,

More information

MEASUREMENT AND MODELING OF INDOOR UWB CHANNEL AT 5 GHz

MEASUREMENT AND MODELING OF INDOOR UWB CHANNEL AT 5 GHz MEASUREMENT AND MODELING OF INDOOR UWB CHANNEL AT 5 GHz WINLAB @ Rutgers University July 31, 2002 Saeed S. Ghassemzadeh saeedg@research.att.com Florham Park, New Jersey This work is based on collaborations

More information

Projecting Fantasy Football Points

Projecting Fantasy Football Points Projecting Fantasy Football Points Brian Becker Gary Ramirez Carlos Zambrano MATH 503 A/B October 12, 2015 1 1 Abstract Fantasy Football has been increasing in popularity throughout the years and becoming

More information

Reminders. Quiz today. Please bring a calculator to the quiz

Reminders. Quiz today. Please bring a calculator to the quiz Reminders Quiz today Please bring a calculator to the quiz 1 Regression Review (sort of Ch. 15) Warning: Outside of known textbook space Aaron Zimmerman STAT 220 - Summer 2014 Department of Statistics

More information

Effect of Oyster Stocking Density and Floating Bag Mesh Size on Commercial Oyster Production

Effect of Oyster Stocking Density and Floating Bag Mesh Size on Commercial Oyster Production Effect of Oyster Stocking Density and Floating Bag Mesh Size on Commercial Oyster Production Year 2015 Project AAF15-008 Prepared by : André Mallet Mallet Research Services 4 Columbo Drive Dartmouth (Nova

More information

Chaloemphon Meechai 1 1

Chaloemphon Meechai 1 1 A Study of Factors Affecting to Public mind of The Eastern University of Management and Technology in Faculty Business Administration students Chaloemphon Meechai 1 1 Office of Business Administration,

More information

Chapter 1: Stats Starts Here Chapter 2: Data

Chapter 1: Stats Starts Here Chapter 2: Data Chapter 1: Stats Starts Here Chapter 2: Data Statistics data, datum variation individual respondent subject participant experimental unit observation variable categorical quantitative Calculator Skills:

More information

OPTIMIZATION OF MULTIPLE PERFORMANCE CHARACTERISTICS IN EDM PROCESS OF HPM 38 TOOL STEEL USING RESPONSE SURFACE METHODOLOGY AND NON-LINEAR PROGRAMMING

OPTIMIZATION OF MULTIPLE PERFORMANCE CHARACTERISTICS IN EDM PROCESS OF HPM 38 TOOL STEEL USING RESPONSE SURFACE METHODOLOGY AND NON-LINEAR PROGRAMMING VOL., NO., JANUARY ISSN 89-8 - Asian Research Publishing Network (ARPN). All rights reserved. OPTIMIZATION OF MULTIPLE PERFORMANCE CHARACTERISTICS IN EDM PROCESS OF HPM 38 TOOL STEEL USING RESPONSE SURFACE

More information

ONLINE APPENDIX FOR UNBUNDLING THE INCUMBENT: EVIDENCE FROM UK BROADBAND

ONLINE APPENDIX FOR UNBUNDLING THE INCUMBENT: EVIDENCE FROM UK BROADBAND ONLINE APPENDIX FOR UNBUNDLING THE INCUMBENT: EVIDENCE FROM UK BROADBAND Mattia Nardotto University of Cologne Frank Verboven KU Leuven and Telecom ParisTech Tommaso Valletti Imperial College London and

More information

Multivariate Regression Techniques for Analyzing Auto- Crash Variables in Nigeria

Multivariate Regression Techniques for Analyzing Auto- Crash Variables in Nigeria ISSN 2224-386 (Paper) ISSN 2225-092 (Online) Vol., No., 20 Multivariate Regression Techniques for Analyzing Auto- Crash Variables in Nigeria Olushina Olawale Awe * Mumini Idowu Adarabioyo 2. Department

More information

Sampling distributions and the Central Limit Theorem

Sampling distributions and the Central Limit Theorem Sampling distributions and the Central Limit Theorem Johan A. Elkink University College Dublin 14 October 2013 Johan A. Elkink (UCD) Central Limit Theorem 14 October 2013 1 / 29 Outline 1 Sampling 2 Statistical

More information

Venture capital, Ownership concentration and Enterprise R&D investment

Venture capital, Ownership concentration and Enterprise R&D investment Available online at www.sciencedirect.com ScienceDirect Procedia Computer Science 91 (2016 ) 519 525 Information Technology and Quantitative Management (ITQM 2016) Venture capital, Ownership concentration

More information

Assessing Measurement System Variation

Assessing Measurement System Variation Example 1 Fuel Injector Nozzle Diameters Problem A manufacturer of fuel injector nozzles has installed a new digital measuring system. Investigators want to determine how well the new system measures the

More information

Journal of Asian Scientific Research DATA MINNING APPLICATION INTO POTENTIAL VOTERS TRENDS IN USA ELECTIONS WITH REGRESSION ANALYSIS

Journal of Asian Scientific Research DATA MINNING APPLICATION INTO POTENTIAL VOTERS TRENDS IN USA ELECTIONS WITH REGRESSION ANALYSIS Journal of Asian Scientific Research journal homepage: http://aessweb.com/journal-detail.php?id=5003 DATA MINNING APPLICATION INTO POTENTIAL VOTERS TRENDS IN USA ELECTIONS WITH REGRESSION ANALYSIS Olagunju,

More information

Surveillance and Calibration Verification Using Autoassociative Neural Networks

Surveillance and Calibration Verification Using Autoassociative Neural Networks Surveillance and Calibration Verification Using Autoassociative Neural Networks Darryl J. Wrest, J. Wesley Hines, and Robert E. Uhrig* Department of Nuclear Engineering, University of Tennessee, Knoxville,

More information

1.School of Management, Science and Research Branch of the Islamic Azad University P.O.Box: Corresponding Author

1.School of Management, Science and Research Branch of the Islamic Azad University P.O.Box: Corresponding Author International Research Journal of Applied and Basic Sciences 2013 Available online at www.irjabs.com ISSN 2251-838X / Vol, 4 (10): 3427-3433 Science Explorer Publications Analyzing the Effect of Management

More information

OPTIMIZATION OF CUTTING CONDITIONS FOR THE REDUCTION CUSP HEIGHT IN THE MILLING PROCESS

OPTIMIZATION OF CUTTING CONDITIONS FOR THE REDUCTION CUSP HEIGHT IN THE MILLING PROCESS OPTIMIZATION OF CUTTING CONDITIONS FOR THE REDUCTION CUSP HEIGHT IN THE MILLING PROCESS Abstract Ing. Jozef Stahovec Ing. Ladislav Kandráč Technical University of Košice Faculty of Mechanical Engineering

More information

Math 10 Homework 2 ANSWER KEY. Name: Lecturer: Instructions

Math 10 Homework 2 ANSWER KEY. Name: Lecturer: Instructions Math 10 Homework 2 ANSWER KEY Name: Lecturer: Instructions Type your answers and paste images directly into this document. Answers are usually short, with 1-3 sentences. Print out and hand in homework

More information

Linear Regression Exercise

Linear Regression Exercise Linear Regression Exercise A document on using the Linear Regression Formula by Miguel David Margarita Hechanova Andrew Jason Lim Mark Stephen Ong Richard Ong Aileen Tan December 4, 2007 Table of Contents

More information

EXST 7037 Multivariate Analysis Factor Analysis (SASy version) Page 1

EXST 7037 Multivariate Analysis Factor Analysis (SASy version) Page 1 EXST 7037 Multivariate Analysis Factor Analysis (SASy version) Page 1 1 *** CH05SD ***; 2 *****************************************************************************; 3 *** The Second International Math

More information

Durham Model Aquifer- Pumping test March 23, 2018

Durham Model Aquifer- Pumping test March 23, 2018 Durham Model Aquifer- Pumping test March 23, 2018 Analysis using MLU for Windows General setup A discussion in the LinkedIn group "Hydrogeology Forum" introduces the DMA pumping test. The aquifer is man-made

More information

The Relative Performance of Conditional Volatility Models

The Relative Performance of Conditional Volatility Models Master Thesis 15 ECTS Autumn, 2014 The Relative Performance of Conditional Volatility Models - An Empirical Evaluation on the Nordic Equity Markets Author: Kristoffer Blomqvist Supervisor: Bujar Huskaj

More information

Prediction Method of Beef Marbling Standard Number Using Parameters Obtained from Image Analysis for Beef Ribeye

Prediction Method of Beef Marbling Standard Number Using Parameters Obtained from Image Analysis for Beef Ribeye Prediction Method of Beef Marbling Standard Number Using Parameters Obtained from Image Analysis for Beef Ribeye Keigo KUCHIDA, Shogo TSURUTA1, a, L. D. Van Vleck2, Mitsuyoshi SUZUKI and Shunzo MIYOSHI

More information

Development of an improved flood frequency curve applying Bulletin 17B guidelines

Development of an improved flood frequency curve applying Bulletin 17B guidelines 21st International Congress on Modelling and Simulation, Gold Coast, Australia, 29 Nov to 4 Dec 2015 www.mssanz.org.au/modsim2015 Development of an improved flood frequency curve applying Bulletin 17B

More information

RESEARCH PAPERS FACULTY OF MATERIALS SCIENCE AND TECHNOLOGY IN TRNAVA, SLOVAK UNIVERSITY OF TECHNOLOGY IN BRATISLAVA, 2016 Volume 24, Number 38

RESEARCH PAPERS FACULTY OF MATERIALS SCIENCE AND TECHNOLOGY IN TRNAVA, SLOVAK UNIVERSITY OF TECHNOLOGY IN BRATISLAVA, 2016 Volume 24, Number 38 RESEARCH PAPERS FACULTY OF MATERIALS SCIENCE AND TECHNOLOGY IN TRNAVA SLOVAK UNIVERSITY OF TECHNOLOGY IN BRATISLAVA 2016 Volume 24, Number 38 THE STABILITY OF WEDM Vladimír ŠIMNA SLOVAK UNIVERSITY OF TECHNOLOGY

More information

A COMPARATIVE ANALYSIS OF ALTERNATIVE ECONOMETRIC PACKAGES FOR THE UNBALANCED TWO-WAY ERROR COMPONENT MODEL. by Giuseppe Bruno 1

A COMPARATIVE ANALYSIS OF ALTERNATIVE ECONOMETRIC PACKAGES FOR THE UNBALANCED TWO-WAY ERROR COMPONENT MODEL. by Giuseppe Bruno 1 A COMPARATIVE ANALYSIS OF ALTERNATIVE ECONOMETRIC PACKAGES FOR THE UNBALANCED TWO-WAY ERROR COMPONENT MODEL by Giuseppe Bruno 1 Notwithstanding it was originally proposed to estimate Error Component Models

More information

Name Class Date. Introducing Probability Distributions

Name Class Date. Introducing Probability Distributions Name Class Date Binomial Distributions Extension: Distributions Essential question: What is a probability distribution and how is it displayed? 8-6 CC.9 2.S.MD.5(+) ENGAGE Introducing Distributions Video

More information

Technological Innovation as a Vital Force Towards Enhancement of Performance of Telecommunication Companies in Kenya

Technological Innovation as a Vital Force Towards Enhancement of Performance of Telecommunication Companies in Kenya International Journal of Business & Law Research 5(2):40-48, April-June, 2017 SEAHI PUBLICATIONS, 2017 www.seahipaj.org ISSN: 2360-8986 Technological Innovation as a Vital Force Towards Enhancement of

More information

The following definitions are derived from the online help of VentureSource. 1023

The following definitions are derived from the online help of VentureSource. 1023 Appendix A Definitions from VentureSource The following definitions are derived from the online help of VentureSource. 1023 A.1 Venture Financing Round Types Seed Round: Seed rounds are initial rounds

More information

The point value of each problem is in the left-hand margin. You must show your work to receive any credit, except in problems 1 & 2. Work neatly.

The point value of each problem is in the left-hand margin. You must show your work to receive any credit, except in problems 1 & 2. Work neatly. Contemporary Mathematics Math 1030 Sample Final Exam Chapters 7, 9-11, 13-15 Time Limit: 1 Hour and 50 Minutes Open Textbook Calculator Allowed: Scientific Name: The point value of each problem is in the

More information

Surface Roughness Modeling in the Turning of AISI 12L14 Steel by Factorial Design Experiment

Surface Roughness Modeling in the Turning of AISI 12L14 Steel by Factorial Design Experiment Surface Roughness Modeling in the Turning of AISI 12L14 Steel by Factorial Design Experiment KARIN KANDANANOND Faculty of Industrial Technology Rajabhat University Valaya-Alongkorn 1 Moo 20 Paholyothin

More information

Combination of M-Estimators and Neural Network Model to Analyze Inside/Outside Bark Tree Diameters

Combination of M-Estimators and Neural Network Model to Analyze Inside/Outside Bark Tree Diameters Combination of M-Estimators and Neural Network Model to Analyze Inside/Outside Bark Tree Diameters Kyriaki Kitikidou, Elias Milios, Lazaros Iliadis, Minas Kaymakis To cite this version: Kyriaki Kitikidou,

More information

CHAPTER 6 PROBABILITY. Chapter 5 introduced the concepts of z scores and the normal curve. This chapter takes

CHAPTER 6 PROBABILITY. Chapter 5 introduced the concepts of z scores and the normal curve. This chapter takes CHAPTER 6 PROBABILITY Chapter 5 introduced the concepts of z scores and the normal curve. This chapter takes these two concepts a step further and explains their relationship with another statistical concept

More information

EE273 Lecture 5 Noise Part 2 Signal Return Crosstalk, Inter-Symbol Interference, Managing Noise

EE273 Lecture 5 Noise Part 2 Signal Return Crosstalk, Inter-Symbol Interference, Managing Noise Copyright 2004 by WJD and HCB, all rights reserved. 1 EE273 Lecture 5 Noise Part 2 Signal Return Crosstalk, Inter-Symbol Interference, Managing Noise January 26, 2004 Heinz Blennemann Stanford University

More information

Module 7. Accounting for quantization/digitalization e ects and "o -scale" values in measurement

Module 7. Accounting for quantization/digitalization e ects and o -scale values in measurement Module 7 Accounting for quantization/digitalization e ects and "o -scale" values in measurement Prof. Stephen B. Vardeman Statistics and IMSE Iowa State University March 4, 2008 Steve Vardeman (ISU) Module

More information

Analysis of Economic Data

Analysis of Economic Data Analysis of Economic Data CHUNG-MING KUAN Department of Finance & CRETA National Taiwan University September 14, 2014 C.-M. Kuan (Finance & CRETA, NTU) Analysis of Economic Data September 14, 2014 1 /

More information

Figure 1. Map Showing City Limits, Pico y Placa Restricted Zone, and Monitoring Station Locations. CO not measured at Los Chillos (G) and Tumbaco (H). 36 Table 1. Summary Statistics for Hourly CO Concentrations

More information

Study of High-Accurate Frequency Estimation in 60GHz Wireless Communication System

Study of High-Accurate Frequency Estimation in 60GHz Wireless Communication System Journal of Communications Vol. 10, o. 7, July 015 Study of High-Accurate Frequency Estimation in 60GHz Wireless Communication System Kun Chen 1, Yingxin Zhao 1, Hong Wu 1, Qiqi Wang 1, Yong Liu 1, Ran

More information

Quality Improvement for Steel Wire Coating by the Hot-Dip Galvanizing Process to A Class Standard: A Case Study in a Steel Wire Coating Factory

Quality Improvement for Steel Wire Coating by the Hot-Dip Galvanizing Process to A Class Standard: A Case Study in a Steel Wire Coating Factory Kasetsart J. (Nat. Sci.) 47 : 447-452 (2013) Quality Improvement for Steel Wire Coating by the Hot-Dip Galvanizing Process to Class Standard: Case Study in a Steel Wire Coating Factory Pongthorn Ruksorn*

More information

Contents. List of Figures List of Tables. Structure of the Book How to Use this Book Online Resources Acknowledgements

Contents. List of Figures List of Tables. Structure of the Book How to Use this Book Online Resources Acknowledgements Contents List of Figures List of Tables Preface Notation Structure of the Book How to Use this Book Online Resources Acknowledgements Notational Conventions Notational Conventions for Probabilities xiii

More information

Enayet B. Halim, Sirish L. Shah and M.A.A. Shoukat Choudhury. Department of Chemical and Materials Engineering University of Alberta

Enayet B. Halim, Sirish L. Shah and M.A.A. Shoukat Choudhury. Department of Chemical and Materials Engineering University of Alberta Detection and Quantification of Impeller Wear in Tailing Pumps and Detection of faults in Rotating Equipment using Time Frequency Averaging across all Scales Enayet B. Halim, Sirish L. Shah and M.A.A.

More information

1. Section 1 Exercises (all) Appendix A.1 of Vardeman and Jobe (pages ).

1. Section 1 Exercises (all) Appendix A.1 of Vardeman and Jobe (pages ). Stat 40B Homework/Fall 05 Please see the HW policy on the course syllabus. Every student must write up his or her own solutions using his or her own words, symbols, calculations, etc. Copying of the work

More information

Application of Proposed Improved Relay Tuning. for Design of Optimum PID Control of SOPTD Model

Application of Proposed Improved Relay Tuning. for Design of Optimum PID Control of SOPTD Model VOL. 2, NO.9, September 202 ISSN 2222-9833 ARPN Journal of Systems and Software 2009-202 AJSS Journal. All rights reserved http://www.scientific-journals.org Application of Proposed Improved Relay Tuning

More information

A Gentle Introduction to SAS/Graph Software

A Gentle Introduction to SAS/Graph Software A Gentle Introduction to SAS/Graph Software Ben Cochran, The Bedford Group, Raleigh, NC Abstract: The power and flexibility of SAS/GRAPH software enables the user to produce high quality graphs, charts,

More information

Research on the Impact of R&D Investment on Firm Performance in China's Internet of Things Industry

Research on the Impact of R&D Investment on Firm Performance in China's Internet of Things Industry Journal of Advanced Management Science Vol. 4, No. 2, March 2016 Research on the Impact of R&D Investment on Firm Performance in China's Internet of Things Industry Jian Xu and Zhenji Jin School of Economics

More information