GUTS Youth Leadership Corps Things you need to know.

Slides:



Advertisements
Similar presentations
Brought to you by Tutorial Support Services The Math Center.
Advertisements

Describing Quantitative Variables
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.
Learning Objectives Copyright © 2002 South-Western/Thomson Learning Data Processing and Fundamental Data Analysis CHAPTER fourteen.
Learning Objectives Copyright © 2004 John Wiley & Sons, Inc. Data Processing, Fundamental Data Analysis, and Statistical Testing of Differences CHAPTER.
Statistics Intro Univariate Analysis Central Tendency Dispersion.
Unit 4 – Probability and Statistics
July, 2000Guang Jin Statistics in Applied Science and Technology Chapter 4 Summarizing Data.
Measures of Central Tendency Jan Sands 2007 Mean, Median, Mode, Range.
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.
Plug & Play Middle School Common Core Statistics and Probability using TinkerPlots.
© 2006 Baylor University EGR 1301 Slide 1 Lecture 18 Statistics Approximate Running Time - 30 minutes Distance Learning / Online Instructional Presentation.
BIOSTAT - 2 The final averages for the last 200 students who took this course are Are you worried?
6.1 What is Statistics? Definition: Statistics – science of collecting, analyzing, and interpreting data in such a way that the conclusions can be objectively.
POPULATION DYNAMICS Required background knowledge:
CHAPTER 1 Basic Statistics Statistics in Engineering
UNLOCKING THE SECRETS HIDDEN IN YOUR DATA
Measures of Central Tendency Section 2.3. Central Values There are 4 values that are considered measures of the center. 1.Mean 2.Median 3.Mode 4.Midrange.
UNLOCKING THE SECRETS HIDDEN IN YOUR DATA Data Analysis.
Introduction to Summary Statistics. Statistics The collection, evaluation, and interpretation of data Statistical analysis of measurements can help verify.
Nature of Science Science Nature of Science Scientific methods Formulation of a hypothesis Formulation of a hypothesis Survey literature/Archives.
Chapter 21 Basic Statistics.
Lecture 3 Describing Data Using Numerical Measures.
PCB 3043L - General Ecology Data Analysis. OUTLINE Organizing an ecological study Basic sampling terminology Statistical analysis of data –Why use statistics?
The Central Tendency is the center of the distribution of a data set. You can think of this value as where the middle of a distribution lies. Measure.
What is the MEAN? How do we find it? The mean is the numerical average of the data set. The mean is found by adding all the values in the set, then.
The Statistical Analysis of Data. Outline I. Types of Data A. Qualitative B. Quantitative C. Independent vs Dependent variables II. Descriptive Statistics.
Educational Research: Competencies for Analysis and Application, 9 th edition. Gay, Mills, & Airasian © 2009 Pearson Education, Inc. All rights reserved.
Basic Statistical Terms: Statistics: refers to the sample A means by which a set of data may be described and interpreted in a meaningful way. A method.
L643: Evaluation of Information Systems Week 13: March, 2008.
Statistical Analysis - Chapter 2 “Organizing and Analyzing Data” Fashion Institute of Technology Dr. Roderick Graham.
PCB 3043L - General Ecology Data Analysis.
Measures Of Central Tendency
Lesson 25 Finding measures of central tendency and dispersion.
1 Chapter 10: Describing the Data Science is facts; just as houses are made of stones, so is science made of facts; but a pile of stones is not a house.
The number which appears most often in a set of numbers. Example: in {6, 3, 9, 6, 6, 5, 9, 3} the Mode is 6 (it occurs most often). Mode : The middle number.
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.
The Data Collection and Statistical Analysis in IB Biology John Gasparini The Munich International School Part II – Basic Stats, Standard Deviation and.
CHAPTER 11 Mean and Standard Deviation. BOX AND WHISKER PLOTS  Worksheet on Interpreting and making a box and whisker plot in the calculator.
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.
Bellwork Question Template How many squares are there on a checkerboard? Recall that there are 8 squares on each side. Hint: There are more than.
Statistics © 2012 Project Lead The Way, Inc.Principles of Engineering.
Welcome to MM305 Unit 2 Seminar Dr. Bob Statistical Foundations for Quantitative Analysis.
An Introduction to Statistics
Descriptive Statistics ( )
Exploratory Data Analysis
Chapter 1: Exploring Data
INTRODUCTION TO STATISTICS
Probability and 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:
PCB 3043L - General Ecology Data Analysis.
Introduction to Summary Statistics
4. Finding the Average, Mode and Median
Introduction to Summary Statistics
Introduction to Summary Statistics
Shoe Sizes.
Measures of Central Tendencies
Introduction to Summary Statistics
Theme 4 Describing Variables Numerically
Introduction to Summary Statistics
Introduction to Summary Statistics
Introduction to Summary Statistics
Introduction to Summary Statistics
Introduction to Summary Statistics
Introduction to Summary Statistics
Describing Data Coordinate Algebra.
Lecture 4 Psyc 300A.
Presentation transcript:

GUTS Youth Leadership Corps Things you need to know

Emphasis in GUTS Clubs Programming Concepts using Starlogo TNG Complex Adaptive Systems Development of Research Skills Data Acquisition Data Analysis Data Interpretation Presentation Skills

Expectations of GUTS Mentors Knowledge Expectations – Starlogo TNG – Complex Adaptive Systems – Data Acquisition – Data Analysis Club Expectations – Help the teachers – Help the facilitators – Teach some curriculum – Teach some activities – Coach students with programming – Coach students with projects

Starlogo TNG Quiz Take the quiz See what you remember!

Starlogo TNG Build Tasmanian Devils Review Programming Concepts Setup Procedures Variables Conditional Statements Input Output

Complex Adaptive Systems Review Made up of agents in an environment The agents – Have characteristics – size, color, age – Follow simple rules - aging – There is randomness associated with their behavior Two types of interactions occur – Agent/Agent interactions – collisions, hatching – Agent/Environment interactions – agents movement, agents change the environment or environment changes the agents

Complex Adaptive Systems Review The system is – Leaderless - no agent is coordinating the actions of other agents – Self-organizing – simple rules result in the organization of the agents or the environment as the result of agents following simple rules without external control or a leader. – Emergent patterns - Patterns that form even though the agents were not “told” to make a pattern.

Complex Adaptive Systems Template CAST NEW ASSESSMENT TOOL

CAS CAST

Tasmanian Devils CAST Activity Fill in the CAST for the Tasmanian Devil Model …

Tasmanian Devils CAST

Data Acquisition Data collection is the systematic recording of information while changing Variables (a quantity that may assume any given value or set of values). Collect the output (i.e. number of healthy agents, number of infected agents, time…) while changing the variables (number of devils, number initially infected) of the model

Data Acquisition Why do we gather data? To answer questions To develop understanding To validate experiments

Data Acquisition How do we gather data using StarlogoTNG ? Collect the data by hand Create a line graph in Starlogo TNG and extract the data to Excel Create a bar graph in Starlogo TNG and extract the data to Excel Create a table in Stalogo TNG and extract the data to Excel

Data Acquisition How Much Data? Variable Sweeping – experimental considerations: Number of variables Range of variables What changes things?

Thought Experiment If you have two variables of interest in your model You decide that each variable needs to be examined at the low, medium and high end of its ranges How many DIFFERENT TYPES of experiments do you need to perform

Data Acquisition How Much Data?

Thought Experiment Continued What if you needed to evaluated each parameter at 5 different values? Does that mean you need to run your model only that number of times? NO – Scatter in your data

Data Acquisition How Much Data? Number of Runs at the same parameter values – experimental considerations: Scatter in data How many data points do you need to determine if your average will be enough? Minimum 5 runs

Data Acquisition How Much Data?

Data Analysis What should we do with the data? Display – usually graph it to make it easier to see trends Analysis – use math skills to uncover patterns and trends in data sets Interpretation - involves possible explanation those patterns and trends.

Data Analysis Displaying Data Two common ways to display data Tables Graphs Reasons to Graphically Display Data Makes your data visible Helps find obvious patterns Does the data makes sense? Are your assumptions correct? Did you collect enough data?

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

Data Analysis: Displaying Data – Types of Plots All plots from XY Graphs – cell phone use Scatter Plots

Data Analysis Displaying Data Exercise Use Tasmanian Devils Model to extract data into Excel Plot Data in Excel

Data Analysis 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 Same AVERAGE value (mean) but the blue data is “NOISIER” (greater standard deviation). Therefore…

Data Analysis Statistics Two Areas we will examine – Statistics that describe the “middle” of the data (Data Central Tendency) Median Mode Mean or average – Statistics the describe the “scatter” of the data (Data Spread) Range Standard Deviation

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

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