Weekly Progress MAGGIE 16 th March 2006. Current Tasks Last week I was working on the following tasks Last week I was working on the following tasks –Logarithmic.

Slides:



Advertisements
Similar presentations
Lecture 12: Spreadsheets for Engineering Applications - part 2
Advertisements

Class 7.2: Graphical Analysis and Excel Solving Problems Using Graphical Analysis.
Excel Notes Phys244/246 © 2007, B.J. Lieb. Calculating Velocity The velocity is calculated by entering the following: =(B3-B2) / (A3-A2). Then drag the.
Regression Analysis Module 3. Regression Regression is the attempt to explain the variation in a dependent variable using the variation in independent.
Ch.6 Simple Linear Regression: Continued
EGR 105 Foundations of Engineering I
Handwriting: Registration and Differential Equations.
1 Module II Lecture 3: Misspecification: Non-linearities Graduate School Quantitative Research Methods Gwilym Pryce.
Progress Presentation. Tasks Completed The tasks that were completed in the last week are: The tasks that were completed in the last week are: The implementation.
Statistics for the Social Sciences
EGR 105 Foundations of Engineering I Fall 2007 – week 7 Excel part 3 - regression.
MAGGIE Progress Presentation. Completed Tasks “ Save As…” facility provided for the plots. “ Save As…” facility provided for the plots. History option.
(Correlation and) (Multiple) Regression Friday 5 th March (and Logistic Regression too!)
T T18-06 Seasonal Relatives Purpose Allows the analyst to create and analyze the "Seasonal Relatives" for a time series. A graphical display of.
Chapter 5 Plotting Data Curve Fitting, Good Graphing Practices Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display.
Guide to Using Excel For Basic Statistical Applications To Accompany Business Statistics: A Decision Making Approach, 6th Ed. Chapter 14: Multiple Regression.
Introduction Tables and graphs can be represented by equations. Data represented in a table can either be analyzed as a pattern, like the data presented.
2009 Mathematics Standards of Learning Training Institutes Algebra II Virginia Department of Education.
Linear Regression Analysis Using MS Excel Making a graph Analyzing Data.
1 1 Slide Simple Linear Regression Part A n Simple Linear Regression Model n Least Squares Method n Coefficient of Determination n Model Assumptions n.
Criteria to choose target foils for 1 st experiment Choose foils to test target thickness extrapolation vs. model => one Z maximizes number of points (we’ll.
Data Analysis Lab 04 Regression and Multiple Regression.
Recap Summary of Chapter 6 Interpolation Linear Interpolation.
Correlation & Regression – Non Linear Emphasis Section 3.3.
Regression. Population Covariance and Correlation.
University of Warwick, Department of Sociology, 2014/15 SO 201: SSAASS (Surveys and Statistics) (Richard Lampard) Week 7 Logistic Regression I.
Week 5: Logistic regression analysis Overview Questions from last week What is logistic regression analysis? The mathematical model Interpreting the β.
Graphing with Excel The Basics. Working With Excel The spreadsheet program Excel is useful for constructing data tables and graphs The results can easily.
10B11PD311 Economics REGRESSION ANALYSIS. 10B11PD311 Economics Regression Techniques and Demand Estimation Some important questions before a firm are.
Module 8 Regression and Correlation Module 8. module 8 Relationship between two variables Changing wind speed, humidity, or other met parameters, and.
IENG 423 Design of Decision Support Systems Modeling with Excel Excel Basics Charts and Graphs to Communicate in Decision Support Systems.
Simple Linear Regression. The term linear regression implies that  Y|x is linearly related to x by the population regression equation  Y|x =  +  x.
ENGR 1188 College of Engineering Engineering Education Innovation Center Microsoft Excel: Data Analysis & Graphing.
Graphical Analysis in Excel EGN 1006 – Introduction to Engineering.
11/20/2015ENGR 111A - Fall MatLab – Palm Chapter 5 Curve Fitting Class 14.1 Palm Chapter:
DAY 6: MICROSOFT EXCEL – CHAPTER 3 Sravanthi Lakkimsetty September 2, 2015.
ANOVA, Regression and Multiple Regression March
Residual Analysis Purposes –Examine Functional Form (Linear vs. Non- Linear Model) –Evaluate Violations of Assumptions Graphical Analysis of Residuals.
2.5 Modeling Real-World Data Using Scatter plots Linear Regression.
Introduction to Regression
Weekly Progress MAGGIE 8 th March Overview I am currently working on a software in java which provides graphical analysis of PingER historical data.
Chapter 14 Introduction to Regression Analysis. Objectives Regression Analysis Uses of Regression Analysis Method of Least Squares Difference between.
REGRESSION MODELS OF BEST FIT Assess the fit of a function model for bivariate (2 variables) data by plotting and analyzing residuals.
Stata – be the master Stata. “After I have run my standard commands, what can I do to make my model better (and understand better what is going on)?”
Predicting Future. Two Approaches to Predition n Extrapolation: Use past experiences for predicting future. One looks for patterns over time. n Predictive.
Chapter 4: Basic Estimation Techniques
Chapter 4 Basic Estimation Techniques
Fitting Equations to Data
Linear Regression.
Probability and Statistics for Computer Scientists Second Edition, By: Michael Baron Section 11.1: Least squares estimation CIS Computational.
Non-linear relationships
SCATTERPLOTS, ASSOCIATION AND RELATIONSHIPS
The Simple Linear Regression Model: Specification and Estimation
MATH 2311 Section 5.5.
Bell Ringer Make a scatterplot for the following data.
Data Transformation Data Analysis.
Probability and Statistics for Computer Scientists Second Edition, By: Michael Baron Section 11.1: Least squares estimation CIS Computational.
Linear Regression.
Modelling data and curve fitting
Width vs. Area for Sample Squares
Microsoft Excel Chapters 6&7
Least Squares Fitting A mathematical procedure for finding the best-fitting curve to a given set of points by minimizing the sum of the squares of the.
1.7 Nonlinear Regression.
Microsoft Excel Chapters 6&7
6.7 Practical Problems with Curve Fitting simple conceptual problems
M248: Analyzing data Block D UNIT D2 Regression.
Exponential and Logarithmic Forms
MATH 2311 Section 5.5.
Multivariate Analysis Regression
Help with Excel Graphs CHM 2046L.
Presentation transcript:

Weekly Progress MAGGIE 16 th March 2006

Current Tasks Last week I was working on the following tasks Last week I was working on the following tasks –Logarithmic Y-axis –Residuals of the exponential regression fitting with each series. –Options of showing the actual data points with each trendline. –Patterns instead of colors for the trendlines

Logarithmic Axis This has been completed This has been completed

Fitness of Curve (residuals) This task is complete. This task is complete. The following data is displayed on demand with each series: The following data is displayed on demand with each series: –Fitness of curve to data estimate based on chi square method –Parameters a and b of the equation y = a* e bx –No. of non zero data points for each series.

Fitness of Curve (residuals)

Data Points with trendlines The coding for this portion is complete The coding for this portion is complete However there is some bug which makes the program stuck on a function call when I attempt to add a second dataset. However there is some bug which makes the program stuck on a function call when I attempt to add a second dataset. I have tried a lot to resolve the issue on my own but probably it is a bug in the library. I have tried a lot to resolve the issue on my own but probably it is a bug in the library. I have directed a query to the writer of the library to help with this issue. I have directed a query to the writer of the library to help with this issue.

Patterns instead of colors This task is almost complete. This task is almost complete. I have written code which automatically creates patterns in the lines on demand. These include: I have written code which automatically creates patterns in the lines on demand. These include: –Varied dashing lines –Varying line width However because of many parameters to be set for altering the graphics pen object, sometimes lines are not distinguishable. However because of many parameters to be set for altering the graphics pen object, sometimes lines are not distinguishable. I have consulted with Aziz and we think that I should include option to manually alter the line characteristics as well. I have consulted with Aziz and we think that I should include option to manually alter the line characteristics as well.

Patterns instead of colors

THANKYOU