UNLOCKING THE SECRETS HIDDEN IN YOUR DATA Data Analysis.

Slides:



Advertisements
Similar presentations
Prepared by : Mahmoud A. Abu Hashish  Used to organize and analyze information  Made up of columns and rows  Columns and rows intersect.
Advertisements

Unit 1.1 Investigating Data 1. Frequency and Histograms CCSS: S.ID.1 Represent data with plots on the real number line (dot plots, histograms, and box.
BCIS IB (Test 2) Excel Lessons 4 – 8 Press space bar to Advance Frame.
UNLOCKING THE SECRETS HIDDEN IN YOUR DATA Part 3 Data Analysis.
Statistical Analysis with Excel
Using Excel for Data Analysis in CHM 161 Monique Wilhelm.
Histograms & Summary Data.  Summarizing large of amounts of data in two ways: Histograms: graphs give a pictorial representation of the data Numerical.
1 Summary Statistics Excel Tutorial Using Excel to calculate summary statistics Prepared for SSAC by *David McAvity – The Evergreen State College* © The.
1 Summary Statistics Excel Tutorial Using Excel to calculate descriptive statistics Prepared for SSAC by *David McAvity – The Evergreen State College*
CS1100: Computer Science and Its Applications Creating Graphs and Charts in Excel.
Statistical Analysis I have all this data. Now what does it mean?
Excel – Lesson 1 Pasewark & PasewarkMicrosoft Office 2007: Introductory 1 Entering a Formula (continued) Formulas can include more than one operator. The.
Computer Literacy BASICS
Mean, Median, and Mode An Introduction to Data Management: Measures of Central Tendencies.
UNLOCKING THE SECRETS HIDDEN IN YOUR DATA PART 1 Data and Data Analysis.
© 2006 Baylor University EGR 1301 Slide 1 Lecture 18 Statistics Approximate Running Time - 30 minutes Distance Learning / Online Instructional Presentation.
6.1 What is Statistics? Definition: Statistics – science of collecting, analyzing, and interpreting data in such a way that the conclusions can be objectively.
STATISTICS Measures of Center. Mean…… The mean is the average of a set of numbers.
GUTS Youth Leadership Corps Things you need to know.
UNLOCKING THE SECRETS HIDDEN IN YOUR DATA
Statistical Analysis with Excel (PREVIEW). Spreadsheet Programs First developed in 70s –VisiCalc Dan Bricklin and Bob Frankston –Operated on Apple II.
 IWBAT summarize data, using measures of central tendency, such as the mean, median, mode, and midrange.
MATH125 Chapter 3 topics ANALYZING DATA NUMERICALLY.
1-7 Data and Spread Big Idea Two measures of the spread of a data set are range and mean absolute deviation. Range, the difference between the maximum.
Statistical Analysis I have all this data. Now what does it mean?
SPREADSHEET BASICS SPREADSHEET BASICS What are the benefits of using a spreadsheet to solve a problem?
Copyright © 2008 Pearson Prentice Hall. All rights reserved. 1 1 Copyright © 2008 Prentice-Hall. All rights reserved. What Can I Do with a Spreadsheet.
Table of Contents 1. Standard Deviation
Chapter 21 Basic Statistics.
The Statistical Analysis of Data. Outline I. Types of Data A. Qualitative B. Quantitative C. Independent vs Dependent variables II. Descriptive Statistics.
1. 2 Word Processing Word Processing is writing words and sentences on the computer. It is easy to change or move text in a word document. People use.
L643: Evaluation of Information Systems Week 13: March, 2008.
Lesson 25 Finding measures of central tendency and dispersion.
Statistical Analysis with Excel. Learning Objectives Be able to use the Dial Caliper to measure Be able to use Microsoft Excel to –Calculate mean, median,
Research Methods in Politics CHapter 13 1 Research Methods in Politics 13 Calculating and Interpreting Descriptive Statistics.
Probability and Statistics 12/11/2015. Statistics Review/ Excel: Objectives Be able to find the mean, median, mode and standard deviation for a set of.
Data Analysis. Statistics - a powerful tool for analyzing data 1. Descriptive Statistics - provide an overview of the attributes of a data set. These.
Introduction to Excel EC 151 Principles of Microeconomics Block 3,
ANNOUCEMENTS 9/3/2015 – NO CLASS 11/3/2015 – LECTURE BY PROF.IR.AYOB KATIMON – 2.30 – 4 PM – DKD 5 13/3/2015 – SUBMISSION OF CHAPTER 1,2 & 3.
Using Excel to Graph Data Featuring – Mean, Standard Deviation, Standard Error and Error Bars.
Statistics Vocabulary. 1. STATISTICS Definition The study of collecting, organizing, and interpreting data Example Statistics are used to determine car.
Central Tendency  Key Learnings: Statistics is a branch of mathematics that involves collecting, organizing, interpreting, and making predictions from.
Welcome to MM305 Unit 2 Seminar Dr. Bob Statistical Foundations for Quantitative Analysis.
Statistics in Forensics
Descriptive Statistics
INTRODUCTION TO STATISTICS
Analysis and Empirical Results
Warm Up What is the mean, median, mode and outlier of the following data: 16, 19, 21, 18, 18, 54, 20, 22, 23, 17 Mean: 22.8 Median: 19.5 Mode: 18 Outlier:
Statistical Analysis with Excel
Introduction to Summary Statistics
4. Finding the Average, Mode and Median
Introduction to Summary Statistics
Description of Data (Summary and Variability measures)
Introduction to Summary Statistics
Statistical Analysis with Excel
Introduction to Summary Statistics
Statistical Analysis with Excel
Introduction to Summary Statistics
Step 1: Arrange all data from least to greatest to make it easier to calculate central tendencies. When arranged from least to greatest, you find the.
Introduction to Summary Statistics
Microsoft Excel 101.
An AS Lesson Using the LDS to teach content on Data Collection and Processing.
Frequencies and the normal distribution
Introduction to Summary Statistics
Topic 7: Visualization Lesson 1 – Creating Charts in Excel
Introduction to Summary Statistics
Descriptive Statistics
Introduction to Summary Statistics
Lecture 4 Psyc 300A.
Excel for Educators Class Notes
Presentation transcript:

UNLOCKING THE SECRETS HIDDEN IN YOUR DATA Data Analysis

Why Do Data Analysis ? What did you see? Makes your data visible Helps find obvious patterns Does the data makes sense?  Are your assumptions correct?  Did you collect enough data?

Why Do Data Analysis ? What does it Mean? Is there is more information in the data  emergent behavior  unexpected patterns Was the hypothesis correct ? Why Does it Matter? Draw conclusions from data  More grass gives more rabbits To make your project stand out to the Challenge Judges  Appears to be an improvement vs  Improves the result by a specific amount

Ways to Analyze Data Plotting Data  Ways to visually understand data Statistics  Makes is easier to compare data  Mean, Median, Mode  Makes it clear if you have NOISY data  Range, Variance, Standard Deviation

Ways to Analyze Data Derivatives (Slopes)  Tell if changes in parameters affect data  Parameter 2 has a greater effect than Parameter 1  Get more information from data Slope = 0.08 Slope = 0.16 Slope = 0.39 Great Derivative

Plotting Data – Extracting from StarlogoTNG  Data can be extracted from a graph  Create a graph using the line graph piece and put reset clock on Setup block to clear graph  After program is run  Click on graph in Spaceland  Save File – Excel file This is what you get LET’S DO IT – Open Fish and Plankton !!

Plotting Data – Extracting from Netlogo Two ways  1 st Way: Write code to extract the data you want – see File Output Example in the Code Examples  Open file in setup procedure  Create a write-to-file procedure

Plotting Data – Extracting from Netlogo 2 nd way: Extract data from Netlogo graphs  Have Netlogo generate graph on Interface page (example on later slide)  Create a setup-plot procedure and a do-plot procedure  Call the setup-plot procedure in setup procedure  Call do-plot procedure in go procedure

Plotting Data – Extracting from Netlogo  Run model until sufficient data obtained  (PC) Right Click on Graph/(Mac)  Select Export  Choose location and File name - select save  Excel File is created – Next Slide Contains all the information in the plot and input parameters used. Contains excess information about the plot (color, pen down, mode, interval…) LET’S DO IT – Open Rabbits Grass Weeds

Plotting Data – Extracting from Netlogo This is what You need

Plotting Data – Different Types of Plots All plots from Pie Charts – music preference Pets purchased at pet store Bar Charts – preferred snacks

Plotting Data – Different Types of Plots All plots from Line Graphs – cell phone use Scatter Plots

Plotting Data – Activity in Excel Open File Car Data Insert Chart Select type of chart  XY Scatter Select Data Range Highlight data to be plotted LET’S DO IT

Plotting Data – Activity in Excel Label each data series Label Graph and Axis Select where you want graph to be (on that page -worksheet – or on another worksheet in same file)

Statistics Statistics help you  Summarize data  Describe data  Analyze data Hard to describe the difference Between the two data sets Now it is easy to summarize, describe and analyze the data…. The blue and the pink data have the AVERAGE value (mean) but the blue data is “NOISIER” (greater standard deviation). Therefore…

Statistics – How to Calculate in Excel +,-,*,/ used for addition, subtraction, multiplication and division. Each cell has a label based on the column and row. Use cells to perform calculations instead of numbers. Example : =(A4+B4)/C4 Perform calculations on an entire column - copy and paste the equation.Warning : this changes the cell number for each line. Fix a specific cell - use the $ symbol, example (A4+B4)/$C$1 Excel has many built in statistical functions Makes life easy! E1

Statistics – Measurements of Central Tendency Mean (Average), Median, and Mode Definitions  Mean (Average) – Sum divided by the number of data points  Median – Middle data point when arranged from highest to lowest  Mode – Most frequent value Use data set to calculate Mean (Average) Median, Mode, Max and Min  Select Cell where you want the value of the function to appear  Select Insert then Function  Select Statistical  Select function wanted (AVERAGE, MEDIAN, or MODE) then hit OK  Select Range of data you want to analyze by clicking on range symbol and highlighting range. Hit enter or OK LET’S DO IT : StarlogoTNG : Fish and Plankton Netlogo : Rabbits and Grass

Statistics – Measurements of Data Spread Range, Variance and Standard Deviation Definitions  Range = maximum - minimum  Variance = measures noise of the data around the mean value.  Standard Deviation (S) is the square root of the variance. Most commonly used measure of spread (same units as the data). Another reason to use S: ~68% of the data are in the interval Mean – S to Mean + S ~95% of the data are in the interval Mean – 2 S to Mean + 2 S ~99% of the data are in the interval Mean – 3 S to Mean + 3 S EXCEL does it for you!!! LET’S DO IT : StarlogoTNG : Fish and Plankton Netlogo : Rabbits and Grass

Derivatives What are Derivatives?  A simple calculation using data  Instantaneous rate of change = SLOPE Why use Derivatives?  Get more information from data  More Ways to comparison data  Car moving down a road  Data = the distance traveled  Velocity = the 1 st derivative of distance  Acceleration = 2 nd derivative of distance = the 1 st derivative of velocity Slope of distance Slope of velocity

How to Calculate a Derivative Mathematically:  x = position  t = time In Excel You Don’t Have To Use This Use this in Excel LET’S DO IT : StarlogoTNG : Fish and Plankton Netlogo : Rabbits and Grass