Statistical Measures Exploring Computer Science Lesson 5-9.

Slides:



Advertisements
Similar presentations
(MICROSOFT EXCEL). Is a spreadsheet application designed to take advantage of the windows graphical interface MICROSOFT EXCEL.
Advertisements

MS EXCEL is a spreadsheet application Excel covers: Calculation Graphic tools Pivot tables Macro programming language called VBA EXCEL is a part of MS.
Review Ch. 15 – Spreadsheet and Worksheet Basics © 2010, 2006 South-Western, Cengage Learning.
Excel: Functions Computer Information Technology Section 6-6 Some text and examples used with permission from: Note: We are not.
Spreadsheets Ms. Scales. What is a Spreadsheet? 0 Spreadsheets 0 A document, or table that is made up of rows and columns. 0 Table 0 Columns and rows.
Lesson 14 Creating Formulas and Charting Data
AoN Session 2. Highlight a number of cells at the top of the page. Then with the cursor over these cells right click. Scroll down to the format cell.
 Easy to create tables in Word  Advantages to using Excel › Use charts to represent data in graphic form › Import data from text or databases › Analyze.
Statistical Analysis with Excel
Tutorial 5: Working with Excel Tables, PivotTables, and PivotCharts
PIVOT TABLES AND CHARTS Leena Razzaq CS1100 Computer Science and its Applications CS1100Pivot tables and charts1.
Tutorial 5: Working with Excel Tables, PivotTables, and PivotCharts
Computer Literacy BASICS
Notes to Teachers: 1.Make sure each student has his/her file open from the previous class “(student name).xlsx”. 2.A vocabulary list is included on last.
1 Lesson 19 Creating Formulas and Charting Data Computer Literacy BASICS: A Comprehensive Guide to IC 3, 3 rd Edition Morrison / Wells.
Statistical Analysis with Excel (PREVIEW). Spreadsheet Programs First developed in 70s –VisiCalc Dan Bricklin and Bob Frankston –Operated on Apple II.
Excel Spreadsheet basics. Excel Sheets and Books  Spreadsheet: tool to analyze, chart and manage data for personal, business and financial use Worksheet:
PIVOT TABLES AND CHARTS CS1100 Computer Science and its Applications CS1100Pivot tables and charts1.
SPREADSHEET BASICS SPREADSHEET BASICS What are the benefits of using a spreadsheet to solve a problem?
Plotting Data Exploring Computer Science Lesson 5-7.
Copyright © 2008 Pearson Prentice Hall. All rights reserved. 1 1 Copyright © 2008 Prentice-Hall. All rights reserved. What Can I Do with a Spreadsheet.
Chapter 15: Spreadsheet and Worksheet Basics © 2010, 2006 South-Western, Cengage Learning.
Excel: Basic Math Functions Computer Information Technology Section 6-5 Some text and examples used with permission from: Note:
Key Words: Functional Skills. Key Words: Spreadsheets.
Excel: Pivot Tables Exploring Computer Science Lesson Supplemental.
XP. Objectives Sort data and filter data Summarize an Excel table Insert subtotals into a range of data Outline buttons to show or hide details Create.
Working with Formulas and Functions
ICT Training Session #4 10 th February 2011 Using Microsoft Excel 2007  Exploring the home screen  Entering data  Formatting & sorting  Equations.
Overview Excel is a spreadsheet, a grid made from columns and rows. It is a software program that can make number manipulation easy and somewhat painless.
How To Use Google Spreadsheet. 1. Create a GMail account if you do not already have one To create a GMail account: 1. Go to mail.google.commail.google.com.
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,
PIVOT TABLES AND CHARTS Leena Razzaq CS1100 Computer Science and its Applications CS1100Pivot tables and charts1.
Using Basic Formulas and Functions Lesson 8A. Formulas tab.
 The term “spreadsheet” covers a wide variety of elements useful for quantitative analysis of all kinds. Essentially, a spreadsheet is a simple tool.
Microsoft ® Excel ® 2013 Enhanced Tutorial 5: Working with Excel Tables, PivotTables, and PivotCharts.
Working with Formulas and Functions Lesson 5 Part 1 1.
Lesson 1 Notes.  A chart is a representation of worksheet data. A chart can enhance and simplify the of numerical data in a worksheet because the between.
Assignments, Assessments and Grade Book
Formulas, Functions, and other Useful Features
Probability and Statistics
Exploring Computer Science Lesson Supplemental
Exploring Computer Science Lesson 5-9
Statistical Analysis with Excel
4. Finding the Average, Mode and Median
Exploring Computer Science Lesson 5-7
Computing and Data Analysis
Collecting and processing of information Presentation 4.5.1
SCIENCE SKILLS : SPREADSHEETS
Success Criteria: I will be able to analyze data about my classmates.
Creating a Workbook Part 2
Statistical Analysis with Excel
Statistical Analysis with Excel
SCIENCE SKILLS : SPREADSHEETS
Working with Formulas and Functions
Collecting and processing of information Presentation 4.5.1
Microsoft Excel 101.
Collecting and processing of information Presentation 4.5.1
Microsoft Excel 2007 Introduction to Spreadsheet Programs
Lesson 4: Introduction to Functions
Day 52 – Box-and-Whisker.
Topic 8 – Pivot tables and Charts Lesson 1 – Pivot tables
REACH Computer Resource Center
Using Complex Formulas, Functions, and Tables
Pivot tables and charts
Working with Formulas and Functions
Grade 12 Essential Math Measurement and Statistics
Lesson 14 Spreadsheet Software.
Excel for Educators Class Notes
Microsoft Office Illustrated Fundamentals
Presentation transcript:

Statistical Measures Exploring Computer Science Lesson 5-9

Objectives The students will be able to: Read and interpret a histogram. Create a histogram. Read and interpret a box plot. Create box plots. Explain mean, median, minimum, maximum. Create and query subsets of a data set.

Journal Entry Thinking back to pivot tables and pivot charts, why are we making graphical representations of our data instead of just using the numbers? Are their advantages to the different representations of data?

Histograms A Histogram is a graphical display of data using bars of different heights. It is similar to a Bar Chart, but a histogram groups numbers into ranges And you decide what ranges to use!

Histograms The horizontal axis is continuous like a number line Histograms are a great way to show results of continuous data, such as: weight height how much time etc.

Sleep Chart How much sleep did you get last night?

Analyzing Data from the CDC Download the file CDCRDA.csv from the homework section. How many people are included in this data file?

Getting Subsets of Data What if I didn’t want to analyze the data for all the people? What if I just wanted to analyze data for the freshman? In Excel we can use filters to get the lines we want. On the Home ribbon, click on Sort & Filter and Filter:

Filters You use drop downs on the headers that allow you select just the data you want. I want just 9 th grade. Result:

Filters To analyze just this data you need to copy and paste it to a new sheet. 1.Cntl-Shift-8 (Cntl-*) selects all the data. 2.Copy (Cntl-c) 3.Click on a new sheet 4.Paste (Cntl-v)

Excel - Formulas All formulas begin with an equal sign “=“ All formulas have a number or cell reference and an operator Examples: =A1 + C2 =5 + 7 =A When using a cell reference, the cell must contain a number!

Excel : Formulas Basic Operations: OperatorOperationMeaning +Addition Adds the values -Subtraction Subtracts the values *Multiplication Multiplies the values /Division Divides the values %Percentage Calculates % of a value

Excel: Formulas Examples:

Data Analysis Functions in Excel Sum Mean (Average) Median (The number in the middle of the list)

Excel: Functions Functions are predefined formulas that work on a range of data Functions perform formulas in a quick and easy way. You could type a formula to get the same result but it would be difficult to type and extremely difficult to maintain.

Excel: Common FunctionsFunctionFormulaMeaning SUM=SUM(A2:F5) Adds the cells from A2 though F5 AVERAGE=AVERAGE(A2:F5) Finds the average of all the cells from A2 through F5 MIN=MIN(A2:F5) Finds the smallest number in cells A2 through F5 MAX=MAX(A2:F5) Finds the largest number in cells A2 through A5 MEDIAN=MEDIAN(A2:F5) Finds the number in the middle of a set of numbers. If there is an even number of numbers in the set, then MEDIAN calculates the average of the two numbers in the middle

Excel: SUM Ranges for SUM can include cells that have text in them. If a cell does not contain a number it is simply skipped.

Excel: AVERAGE Like SUM the range can include non- numbers and those cells are skipped.

Excel: MEDIAN Like SUM the range can include non- numbers and those cells are skipped.

You Need Data by Next Time! Get people to take the class survey! If you don’t have data for your research question you will be trying to find some online. You will not just make it up! Take your classes survey (and the other classes too!)

Back to that CDC Data… Download the file “Lesson 5-9 – Homework.docx” from homework section. Answer all the questions or copy charts, etc into the word doc. Print it out and turn it in before you leave today!