Part I Learning about SPSS
|
|
|
- Wendy Patterson
- 10 years ago
- Views:
Transcription
1 STATS 1000 / STATS 1004 / STATS 1504 Statistical Practice 1 Practical Week Practical Outline In this practical, we will look at how to do binomial calculations in Excel. look at how to do normal calculations in Excel. Part I Learning about SPSS 1 Opening Excel First, start Excel by clicking on the icon at the bottom of your screen. (Or choose: Start>All Programs>Microsoft Office>Microsoft Office Excel 2007) 2 Binomial Calculations in Excel Binomial probabilities can be calculated in Excel using the built-in function BINOMDIST. The easiest way to calculate a single binomial probability is as follows. 1. Click on the Insert Function icon f x above the column names. 1
2 (Alternatively, from the Formulas menu, select Insert Function. ) 2. In the Insert Function dialog box, select Category:Statistical, followed by Function:BINOMDIST. 3. Enter the required function arguments in the BINOMDIST dialog box before clicking on OK. Number s The number of successes, x. Trials The total number of trials, n. 2
3 cumulative = 1 cumulative = x (a) P (X x) orange boxes x (b) P (X = x) orange box. Figure 1: Difference between cumulative = 1 and cumulative = 0 Probability s The probability of success in a single trial, p. Cumulative 1(TRUE) or 0(FALSE) (See Figure 1). Enter 1(TRUE) if the value to be calculated is the probability of being less than or equal to the number given in Numbers s. Enter 0(FALSE) if the value to be calculated is the probability of being equal to the number given in Numbers s For example is X Bin(10, 0.5) and you want to calculate the probability that X is less than or equal to 2, then you would enter Number s 2 Trials 10 Probability s 0.5 Cumulative 1 3
4 Question If you toss a fair coin 10 times, what is the probability of no heads, 3 or less heads, at least one head, between 1 and 3 heads (inclusive)? Solutions Let X be the number of heads, then X Bin(10, 1/2) P (X = 0) = BINOMDIST(0,10,0.5,0) = P (X 3) = BINOMDIST(3,10,0.5,1) = P (X 1) = 1 P (X = 0) = 1 BINOMDIST(0,10,0.5,0) = P (1 X 3) = P (X 3) P (X = 0) = BINOMDIST(3,10,0.5,1) - BINOMDIST(0,10,0.5,0) = Normal Probabilities Normal probabilities can be obtained in Excel using the built-in function NORMDIST as follows. 1. In the Insert Function dialog box, select Category:Statistical, followed by Function:NORMDIST (Note: not NORMSDIST). 2. Enter the required function arguments in the NORMDIST dialog box before clicking on OK. x The real number x. Mean The real number µ. Standard dev The real number σ > 0. Cumulative You should enter 1(TRUE) as we require the cumulative distribution function not the probability density function. 4
5 The value calculated is the probability that X is less than or equal to the number x for X N(µ, σ) (See Figure 2). X Figure 2: P (X x) for normal distribution (orange area). Note: a separate function NORMSDIST is also provided. This function has just a single argument z and calculates the probability that the standard normal random variable is less than or equal to z. It is equivalent to using NORMDIST with µ = 0 and σ = 1. The inverse cumulative distribution function can also be calculated in Excel. The inverse cumulative distribution function gives the constant c such that probability that X is less than or equal to c is equal to some given probability p. The Excel function to do this is NORMINV. It is used as follows: 1. In the Insert Function dialog box, select Category:Statistical, followed by Function:NORMINV (Note: not NORMSINV). 2. Enter the required function arguments in the NORMINV dialog box before clicking on OK. Probability The number p with 0 < p < 1. Mean The real number µ. Standard dev The real number σ > 0. 5
6 The value calculated is the solution x to the equation P (X x ) = p for X N(µ, σ). Question The weight of cats is normally distributed with a mean of 4kg and a standard deviation of 0.5kg. What is the probability of a randomly selected cat weighs less than 3kg? a randomly selected cat weighs more than 4kg? a randomly selected cat weighs more than 4kg or less than 3kg? a randomly selected cat weighs between 3 and 4kg? What weight c is such that 10% of all cats are less than this weight? Solutions P (X < 3) =NORMDIST(3,4,0.5,1) = P (X > 4) = 1 P (X 4) = =1 - NORMDIST(4,4,0.5,1) = 0.5 P (X > 4 or X < 3) = P (X > 4) + P (X < 3) =NORMDIST(3,4,0.5,1) + (1 - NORMDIST(4,4,0.5,1)) = P (3 X 4) = P (X 4) P (X 3) =NORMDIST(4,4,0.5,1) - NORMDIST(3,4,0.5,1) = Use NORMINV(0.2,4,0.5) to give the answer 3.58 kg Part II Assignment Questions Using excel answer the following questions. 1. A multiple choice test has 15 questions. Each question has 5 candidate answers of which exactly 1 is correct. Suppose a certain student answers each question by randomly choosing one of the five answers. Make sure you have checked your answers with the lab tutor. Let X be the number correctly answered. (a) What is the distribution of X? (b) Find the probability the student gets exactly 4 correct answers. 6
7 Solutions No solutions as assignment questions (c) Find the probability the student gets at most 4 correct answers. (d) Find the probability the student gets 6 or more correct answers. (e) Find the probability the student gets between 4 and 10 correct answers (inclusive). 2. The weight of mice is known to be normally distributed with a mean of 10grams and a standard deviation of 1gram. (a) What is the probability that a randomly selected mouse weighs less than 10 grams? (b) What is the probability that a randomly selected mouse weighs more than 11 grams? (c) What is the probability that a randomly selected mouse weighs between 8 and 12 grams? (d) What is the weight c such that the probability that a randomly selected mouse weighs less than c is 0.01? Part III Appendix A Probability notation X Bin(n, p): The random variable X has a binomial distribution with the number of trials n and the probability of success p. X N(µ, σ): The random variable X has a normal distribution with a mean of µ and a standard deviation of σ. P (X = x): The probability that the random variable X is equal to x. P (X x): The probability that the random variable X is equal to or less than x. 7
SPSS/Excel Workshop 2 Semester One, 2010
SPSS/Excel Workshop 2 Semester One, 2010 In Assignment 2 of STATS 10x you may want to use Excel or SPSS to perform some calculations, that is, finding Normal probabilities and Inverse Normal values in
6 3 The Standard Normal Distribution
290 Chapter 6 The Normal Distribution Figure 6 5 Areas Under a Normal Distribution Curve 34.13% 34.13% 2.28% 13.59% 13.59% 2.28% 3 2 1 + 1 + 2 + 3 About 68% About 95% About 99.7% 6 3 The Distribution Since
If there is not a Data Analysis option under the DATA menu, you will need to install the Data Analysis ToolPak as an add-in for Microsoft Excel.
If there is not a Data Analysis option under the DATA menu, you will need to install the Data Analysis ToolPak as an add-in for Microsoft Excel. 1. Click on the FILE tab and then select Options from the
Important Probability Distributions OPRE 6301
Important Probability Distributions OPRE 6301 Important Distributions... Certain probability distributions occur with such regularity in real-life applications that they have been given their own names.
Bowerman, O'Connell, Aitken Schermer, & Adcock, Business Statistics in Practice, Canadian edition
Bowerman, O'Connell, Aitken Schermer, & Adcock, Business Statistics in Practice, Canadian edition Online Learning Centre Technology Step-by-Step - Excel Microsoft Excel is a spreadsheet software application
Using Formulas, Functions, and Data Analysis Tools Excel 2010 Tutorial
Using Formulas, Functions, and Data Analysis Tools Excel 2010 Tutorial Excel file for use with this tutorial Tutor1Data.xlsx File Location http://faculty.ung.edu/kmelton/data/tutor1data.xlsx Introduction:
Guide to Microsoft Excel for calculations, statistics, and plotting data
Page 1/47 Guide to Microsoft Excel for calculations, statistics, and plotting data Topic Page A. Writing equations and text 2 1. Writing equations with mathematical operations 2 2. Writing equations with
Example 1: Dear Abby. Stat Camp for the Full-time MBA Program
Stat Camp for the Full-time MBA Program Daniel Solow Lecture 4 The Normal Distribution and the Central Limit Theorem 188 Example 1: Dear Abby You wrote that a woman is pregnant for 266 days. Who said so?
3.4. The Binomial Probability Distribution. Copyright Cengage Learning. All rights reserved.
3.4 The Binomial Probability Distribution Copyright Cengage Learning. All rights reserved. The Binomial Probability Distribution There are many experiments that conform either exactly or approximately
Binomial Probability Distribution
Binomial Probability Distribution In a binomial setting, we can compute probabilities of certain outcomes. This used to be done with tables, but with graphing calculator technology, these problems are
Finite Mathematics Using Microsoft Excel
Overview and examples from Finite Mathematics Using Microsoft Excel Revathi Narasimhan Saint Peter's College An electronic supplement to Finite Mathematics and Its Applications, 6th Ed., by Goldstein,
EXCEL Tutorial: How to use EXCEL for Graphs and Calculations.
EXCEL Tutorial: How to use EXCEL for Graphs and Calculations. Excel is powerful tool and can make your life easier if you are proficient in using it. You will need to use Excel to complete most of your
Probability Distributions
CHAPTER 5 Probability Distributions CHAPTER OUTLINE 5.1 Probability Distribution of a Discrete Random Variable 5.2 Mean and Standard Deviation of a Probability Distribution 5.3 The Binomial Distribution
CHAPTER 7 INTRODUCTION TO SAMPLING DISTRIBUTIONS
CHAPTER 7 INTRODUCTION TO SAMPLING DISTRIBUTIONS CENTRAL LIMIT THEOREM (SECTION 7.2 OF UNDERSTANDABLE STATISTICS) The Central Limit Theorem says that if x is a random variable with any distribution having
The normal approximation to the binomial
The normal approximation to the binomial The binomial probability function is not useful for calculating probabilities when the number of trials n is large, as it involves multiplying a potentially very
Section 5-3 Binomial Probability Distributions
Section 5-3 Binomial Probability Distributions Key Concept This section presents a basic definition of a binomial distribution along with notation, and methods for finding probability values. Binomial
Chapter 3: DISCRETE RANDOM VARIABLES AND PROBABILITY DISTRIBUTIONS. Part 3: Discrete Uniform Distribution Binomial Distribution
Chapter 3: DISCRETE RANDOM VARIABLES AND PROBABILITY DISTRIBUTIONS Part 3: Discrete Uniform Distribution Binomial Distribution Sections 3-5, 3-6 Special discrete random variable distributions we will cover
How to Use a Data Spreadsheet: Excel
How to Use a Data Spreadsheet: Excel One does not necessarily have special statistical software to perform statistical analyses. Microsoft Office Excel can be used to run statistical procedures. Although
The normal approximation to the binomial
The normal approximation to the binomial In order for a continuous distribution (like the normal) to be used to approximate a discrete one (like the binomial), a continuity correction should be used. There
4. Continuous Random Variables, the Pareto and Normal Distributions
4. Continuous Random Variables, the Pareto and Normal Distributions A continuous random variable X can take any value in a given range (e.g. height, weight, age). The distribution of a continuous random
MATH 140 Lab 4: Probability and the Standard Normal Distribution
MATH 140 Lab 4: Probability and the Standard Normal Distribution Problem 1. Flipping a Coin Problem In this problem, we want to simualte the process of flipping a fair coin 1000 times. Note that the outcomes
1. Go to your programs menu and click on Microsoft Excel.
Elementary Statistics Computer Assignment 1 Using Microsoft EXCEL 2003, follow the steps below. For Microsoft EXCEL 2007 instructions, go to the next page. For Microsoft 2010 and 2007 instructions with
Using Microsoft Excel for Probability and Statistics
Introduction Using Microsoft Excel for Probability and Despite having been set up with the business user in mind, Microsoft Excel is rather poor at handling precisely those aspects of statistics which
Mail Merge: Create Mailing Labels Using Excel Data and Filtering the Contents in the Data
Mail Merge: Create Mailing Labels Using Excel Data and Filtering the Contents in the Data Prior to starting this, please save the.csv file that you exported as an excel file (example: xxxx.csv will now
5 Cumulative Frequency Distributions, Area under the Curve & Probability Basics 5.1 Relative Frequencies, Cumulative Frequencies, and Ogives
5 Cumulative Frequency Distributions, Area under the Curve & Probability Basics 5.1 Relative Frequencies, Cumulative Frequencies, and Ogives We often have to compute the total of the observations in a
The Binomial Probability Distribution
The Binomial Probability Distribution MATH 130, Elements of Statistics I J. Robert Buchanan Department of Mathematics Fall 2015 Objectives After this lesson we will be able to: determine whether a probability
seven Statistical Analysis with Excel chapter OVERVIEW CHAPTER
seven Statistical Analysis with Excel CHAPTER chapter OVERVIEW 7.1 Introduction 7.2 Understanding Data 7.3 Relationships in Data 7.4 Distributions 7.5 Summary 7.6 Exercises 147 148 CHAPTER 7 Statistical
SharePoint How To s / Team Sites 1of 6
SharePoint How To s / Team Sites of 6 SharePoint Server 007 Team Sites are Web sites created from a template and designed for team collaboration. They are hosted on the corporate network. Team Sites are
Introduction to Statistical Computing in Microsoft Excel By Hector D. Flores; [email protected], and Dr. J.A. Dobelman
Introduction to Statistical Computing in Microsoft Excel By Hector D. Flores; [email protected], and Dr. J.A. Dobelman Statistics lab will be mainly focused on applying what you have learned in class with
Characteristics of Binomial Distributions
Lesson2 Characteristics of Binomial Distributions In the last lesson, you constructed several binomial distributions, observed their shapes, and estimated their means and standard deviations. In Investigation
Key Concept. Density Curve
MAT 155 Statistical Analysis Dr. Claude Moore Cape Fear Community College Chapter 6 Normal Probability Distributions 6 1 Review and Preview 6 2 The Standard Normal Distribution 6 3 Applications of Normal
Creating a Gradebook in Excel
Creating a Spreadsheet Gradebook 1 Creating a Gradebook in Excel Spreadsheets are a great tool for creating gradebooks. With a little bit of work, you can create a customized gradebook that will provide
Smart Sync. Computer Classroom Management Software. What is SMART Sync? Table of Contents
Smart Sync Computer Classroom Management Software What is SMART Sync? SMART Sync software helps instructors manage the computers in their classroom. SMART Sync keeps a student engaged and focused, and
You flip a fair coin four times, what is the probability that you obtain three heads.
Handout 4: Binomial Distribution Reading Assignment: Chapter 5 In the previous handout, we looked at continuous random variables and calculating probabilities and percentiles for those type of variables.
Introduction to the Practice of Statistics Sixth Edition Moore, McCabe Section 5.1 Homework Answers
Introduction to the Practice of Statistics Sixth Edition Moore, McCabe Section 5.1 Homework Answers 5.18 Attitudes toward drinking and behavior studies. Some of the methods in this section are approximations
16.4.3 Lab: Data Backup and Recovery in Windows XP
16.4.3 Lab: Data Backup and Recovery in Windows XP Introduction Print and complete this lab. In this lab, you will back up data. You will also perform a recovery of the data. Recommended Equipment The
Professional Fire Software Control Center. Fire Training Module Training Manual
Professional Fire Software Control Center Fire Training Module Training Manual Table of Contents PAGE(S) DESCRIPTION 2 Table of Contents 3 Getting Started / How do I Receive Help? 4 Different Parts of
Spreadsheets and Laboratory Data Analysis: Excel 2003 Version (Excel 2007 is only slightly different)
Spreadsheets and Laboratory Data Analysis: Excel 2003 Version (Excel 2007 is only slightly different) Spreadsheets are computer programs that allow the user to enter and manipulate numbers. They are capable
KSTAT MINI-MANUAL. Decision Sciences 434 Kellogg Graduate School of Management
KSTAT MINI-MANUAL Decision Sciences 434 Kellogg Graduate School of Management Kstat is a set of macros added to Excel and it will enable you to do the statistics required for this course very easily. To
EXCEL PREREQUISITES SOLVING TIME VALUE OF MONEY PROBLEMS IN EXCEL
CHAPTER 3 Smart Excel Appendix Use the Smart Excel spreadsheets and animated tutorials at the Smart Finance section of http://www.cengage.co.uk/megginson. Appendix Contents Excel prerequisites Creating
SOLVING EQUATIONS WITH EXCEL
SOLVING EQUATIONS WITH EXCEL Excel and Lotus software are equipped with functions that allow the user to identify the root of an equation. By root, we mean the values of x such that a given equation cancels
Creating tables of contents and figures in Word 2013
Creating tables of contents and figures in Word 2013 Information Services Creating tables of contents and figures in Word 2013 This note shows you how to create a table of contents or a table of figures
How To Insert Hyperlinks In Powerpoint Powerpoint
Lesson 5 Inserting Hyperlinks & Action Buttons Introduction A hyperlink is a graphic or piece of text that links to another web page, document, or slide. By clicking on the hyperlink will activate it and
Microsoft Excel 2010
Microsoft Excel 2010 Special Topics PivotTable IF Function V-Lookup Function Information Technology Services Outreach and Distance Learning Technologies Copyright 2011 KSU Department of Information Technology
Statistical Data analysis With Excel For HSMG.632 students
1 Statistical Data analysis With Excel For HSMG.632 students Dialog Boxes Descriptive Statistics with Excel To find a single descriptive value of a data set such as mean, median, mode or the standard deviation,
Directions for Frequency Tables, Histograms, and Frequency Bar Charts
Directions for Frequency Tables, Histograms, and Frequency Bar Charts Frequency Distribution Quantitative Ungrouped Data Dataset: Frequency_Distributions_Graphs-Quantitative.sav 1. Open the dataset containing
Formulas & Functions in Microsoft Excel
Formulas & Functions in Microsoft Excel Theresa A Scott, MS Biostatistician III Department of Biostatistics Vanderbilt University [email protected] Table of Contents 1 Introduction 1 1.1 Using
10.3.1.6 Lab - Data Backup and Recovery in Windows XP
5.0 10.3.1.6 Lab - Data Backup and Recovery in Windows XP Introduction Print and complete this lab. In this lab, you will back up data. You will also perform a recovery of the data. Recommended Equipment
Introduction. Inserting Hyperlinks. PowerPoint 2010 Hyperlinks and Action Buttons. About Hyperlinks. Page 1
PowerPoint 2010 Hyperlinks and Action Buttons Introduction Page 1 Whenever you use the Web, you are using hyperlinks to navigate from one web page to another. If you want to include a web address or email
Normality Testing in Excel
Normality Testing in Excel By Mark Harmon Copyright 2011 Mark Harmon No part of this publication may be reproduced or distributed without the express permission of the author. [email protected]
Stat 515 Midterm Examination II April 6, 2010 (9:30 a.m. - 10:45 a.m.)
Name: Stat 515 Midterm Examination II April 6, 2010 (9:30 a.m. - 10:45 a.m.) The total score is 100 points. Instructions: There are six questions. Each one is worth 20 points. TA will grade the best five
Setting Preferences in QuickBooks
Setting Preferences in QuickBooks The following preferences should be set in Quickbooks: Setting QuickBooks to Display the Lowest Sub-Account Number The Default setting in QuickBooks for displaying Account
Statistical Functions in Excel
Statistical Functions in Excel There are many statistical functions in Excel. Moreover, there are other functions that are not specified as statistical functions that are helpful in some statistical analyses.
Page Numbering for a Thesis or Dissertation
Page Numbering for a Thesis or Dissertation Tip: Add Page Numbering to your document after you are finished making all edits. After the page numbering has been added, then add the Table of Contents and/or
MAT 155. Key Concept. September 22, 2010. 155S5.3_3 Binomial Probability Distributions. Chapter 5 Probability Distributions
MAT 155 Dr. Claude Moore Cape Fear Community College Chapter 5 Probability Distributions 5 1 Review and Preview 5 2 Random Variables 5 3 Binomial Probability Distributions 5 4 Mean, Variance, and Standard
0 Introduction to Data Analysis Using an Excel Spreadsheet
Experiment 0 Introduction to Data Analysis Using an Excel Spreadsheet I. Purpose The purpose of this introductory lab is to teach you a few basic things about how to use an EXCEL 2010 spreadsheet to do
Electronic Signature Instructions
Electronic Signature Instructions Please complete ALL of the fields on the form. When you are finished, click in the Signed By field at the bottom of the page. It is important that you complete all of
MAS108 Probability I
1 QUEEN MARY UNIVERSITY OF LONDON 2:30 pm, Thursday 3 May, 2007 Duration: 2 hours MAS108 Probability I Do not start reading the question paper until you are instructed to by the invigilators. The paper
Below is a very brief tutorial on the basic capabilities of Excel. Refer to the Excel help files for more information.
Excel Tutorial Below is a very brief tutorial on the basic capabilities of Excel. Refer to the Excel help files for more information. Working with Data Entering and Formatting Data Before entering data
The tool also provides an overview of date criteria set against all items within your module.
Date Management Tool What does it do? This tool allows tutors to view in one screen when items are available and change dates attached to more than one content item within a module at the same time. For
Appendix A How to create a data-sharing lab
Appendix A How to create a data-sharing lab Creating a lab involves completing five major steps: creating lists, then graphs, then the page for lab instructions, then adding forms to the lab instructions,
MICROSOFT OUTLOOK 2010 WORK WITH CONTACTS
MICROSOFT OUTLOOK 2010 WORK WITH CONTACTS Last Edited: 2012-07-09 1 Access to Outlook contacts area... 4 Manage Outlook contacts view... 5 Change the view of Contacts area... 5 Business Cards view... 6
Stats for Strategy Fall 2012 First-Discussion Handout: Stats Using Calculators and MINITAB
Stats for Strategy Fall 2012 First-Discussion Handout: Stats Using Calculators and MINITAB DIRECTIONS: Welcome! Your TA will help you apply your Calculator and MINITAB to review Business Stats, and will
Coins, Presidents, and Justices: Normal Distributions and z-scores
activity 17.1 Coins, Presidents, and Justices: Normal Distributions and z-scores In the first part of this activity, you will generate some data that should have an approximately normal (or bell-shaped)
ClickView Digital Signage User Manual
ClickView Digital Signage User Manual Table of Contents 1. What is ClickView Digital Signage?... 3 2. Where do I find ClickView Digital Signage?... 3 2.1. To find ClickView Digital Signage... 3 3. How
Turn on or off the Out of Office Assistant
Turn on or off the Out of Office Assistant The Tools menu appears on the main Outlook window. The main window is the same window that appears when you start Outlook and includes the File, Edit, View, Go,
Making Visio Diagrams Come Alive with Data
Making Visio Diagrams Come Alive with Data An Information Commons Workshop Making Visio Diagrams Come Alive with Data Page Workshop Why Add Data to A Diagram? Here are comparisons of a flow chart with
LAB 4 INSTRUCTIONS CONFIDENCE INTERVALS AND HYPOTHESIS TESTING
LAB 4 INSTRUCTIONS CONFIDENCE INTERVALS AND HYPOTHESIS TESTING In this lab you will explore the concept of a confidence interval and hypothesis testing through a simulation problem in engineering setting.
Lab 1: The metric system measurement of length and weight
Lab 1: The metric system measurement of length and weight Introduction The scientific community and the majority of nations throughout the world use the metric system to record quantities such as length,
The Binomial Distribution. Summer 2003
The Binomial Distribution Summer 2003 Internet Bubble Several industry experts believe that 30% of internet companies will run out of cash in 6 months and that these companies will find it very hard to
Opgaven Onderzoeksmethoden, Onderdeel Statistiek
Opgaven Onderzoeksmethoden, Onderdeel Statistiek 1. What is the measurement scale of the following variables? a Shoe size b Religion c Car brand d Score in a tennis game e Number of work hours per week
The Excel Statistical Master (that ll be you!)
Practical and Clear Graduate Statistics in Excel (that ll be you!) By Mark Harmon Copyright 2011 Mark Harmon No part of this publication may be reproduced or distributed without the express permission
Calibration and Linear Regression Analysis: A Self-Guided Tutorial
Calibration and Linear Regression Analysis: A Self-Guided Tutorial Part 1 Instrumental Analysis with Excel: The Basics CHM314 Instrumental Analysis Department of Chemistry, University of Toronto Dr. D.
Using Excel (Microsoft Office 2007 Version) for Graphical Analysis of Data
Using Excel (Microsoft Office 2007 Version) for Graphical Analysis of Data Introduction In several upcoming labs, a primary goal will be to determine the mathematical relationship between two variable
Microsoft Excel 2007 Level 2
Information Technology Services Kennesaw State University Microsoft Excel 2007 Level 2 Copyright 2008 KSU Dept. of Information Technology Services This document may be downloaded, printed or copied for
Using Microsoft Excel to Analyze Data
Entering and Formatting Data Using Microsoft Excel to Analyze Data Open Excel. Set up the spreadsheet page (Sheet 1) so that anyone who reads it will understand the page. For the comparison of pipets:
Absorbance Spectrophotometry: Analysis of FD&C Red Food Dye #40 Calibration Curve Procedure
Absorbance Spectrophotometry: Analysis of FD&C Red Food Dye #40 Calibration Curve Procedure Note: there is a second document that goes with this one! 2046 - Absorbance Spectrophotometry. Make sure you
Excel s Business Tools: What-If Analysis
Excel s Business Tools: Introduction is an important aspect of planning and managing any business. Understanding the implications of changes in the factors that influence your business is crucial when
Millennium Learning Centres How to scan documents you want to edit
Millennium Learning Centres How to scan documents you want to edit At some of the Millennium Learning Centres you can use a scanner to save a copy of a document that you can edit. The Centres don t all
8 6 X 2 Test for a Variance or Standard Deviation
Section 8 6 x 2 Test for a Variance or Standard Deviation 437 This test uses the P-value method. Therefore, it is not necessary to enter a significance level. 1. Select MegaStat>Hypothesis Tests>Proportion
Microsoft Word 2011: Create a Table of Contents
Microsoft Word 2011: Create a Table of Contents Creating a Table of Contents for a document can be updated quickly any time you need to add or remove details for it will update page numbers for you. A
Probability Calculator
Chapter 95 Introduction Most statisticians have a set of probability tables that they refer to in doing their statistical wor. This procedure provides you with a set of electronic statistical tables that
Probability Distributions. 7.1 Describing a Continuous Distribution. 7.2 Uniform Continuous Distribution. 7.4 Standard Normal Distribution
CHAPTER 7 Continuous Probability Distributions CHAPTER CONTENTS 7.1 Describing a Continuous Distribution 7.2 Uniform Continuous Distribution 7.3 Normal Distribution 7.4 Standard Normal Distribution 7.5
Excel 2010 Sorting and Filtering
Excel 2010 Sorting and Filtering Computer Training Centre, UCC, [email protected], 021-4903749/3751/3752 Table of Contents Sorting Data... 1 Sort Order... 1 Sorting by Cell Colour, Font Colour or Cell Icon...
EXCEL Analysis TookPak [Statistical Analysis] 1. First of all, check to make sure that the Analysis ToolPak is installed. Here is how you do it:
EXCEL Analysis TookPak [Statistical Analysis] 1 First of all, check to make sure that the Analysis ToolPak is installed. Here is how you do it: a. From the Tools menu, choose Add-Ins b. Make sure Analysis
Everyday Excel Stuff Excel Day Planner Organizer Reference Guide
Everyday Excel Stuff Excel Day Planner Organizer Reference Guide Opening & Saving the Excel Day Planner... 2 1. Opening the Day Planner...2 2. Saving the Day Planner...2 Daily Task Sheet... 2 1. Entering
Beginning PowerPoint: Hands-On Exercise (Windows XP) Regent University
Beginning PowerPoint: Hands-On Exercise (Windows XP) 10/1/02 (Creation Date) 01/08/2004 Regent University The Center for Teaching & Learning 1 Beginning PowerPoint: Hands-On Exercise (Windows XP) 1. Open
0 x = 0.30 x = 1.10 x = 3.05 x = 4.15 x = 6 0.4 x = 12. f(x) =
. A mail-order computer business has si telephone lines. Let X denote the number of lines in use at a specified time. Suppose the pmf of X is as given in the accompanying table. 0 2 3 4 5 6 p(.0.5.20.25.20.06.04
Microsoft Excel. Qi Wei
Microsoft Excel Qi Wei Excel (Microsoft Office Excel) is a spreadsheet application written and distributed by Microsoft for Microsoft Windows and Mac OS X. It features calculation, graphing tools, pivot
Microsoft Excel Tutorial
Microsoft Excel Tutorial by Dr. James E. Parks Department of Physics and Astronomy 401 Nielsen Physics Building The University of Tennessee Knoxville, Tennessee 37996-1200 Copyright August, 2000 by James
Lesson 3 - Processing a Multi-Layer Yield History. Exercise 3-4
Lesson 3 - Processing a Multi-Layer Yield History Exercise 3-4 Objective: Develop yield-based management zones. 1. File-Open Project_3-3.map. 2. Double click the Average Yield surface component in the
BUSINESS DATA ANALYSIS WITH PIVOTTABLES
BUSINESS DATA ANALYSIS WITH PIVOTTABLES Jim Chen, Ph.D. Professor Norfolk State University 700 Park Avenue Norfolk, VA 23504 (757) 823-2564 [email protected] BUSINESS DATA ANALYSIS WITH PIVOTTABLES INTRODUCTION
Updates to Graphing with Excel
Updates to Graphing with Excel NCC has recently upgraded to a new version of the Microsoft Office suite of programs. As such, many of the directions in the Biology Student Handbook for how to graph with
Section 5 Part 2. Probability Distributions for Discrete Random Variables
Section 5 Part 2 Probability Distributions for Discrete Random Variables Review and Overview So far we ve covered the following probability and probability distribution topics Probability rules Probability
One of the following messages will appear in red when DisplayStudio is not properly connected to a media player on the wireless network.
DisplayStudio Software Failure Connecting to Media Player on Wifi Network February 23, 2015 Introduction This document troubleshoots a failed wireless network connection between Roland DisplayStudio software
The Basic Practice of Statistics Fifth Edition
EXCEL MANUAL for Moore s The Basic Practice of Statistics Fifth Edition Betsy Greenberg University of Texas Austin with solutions by Linda Myers Harrisburg Area Community College W.H. Freeman and Company
Developing Own Crystal Reports
Developing Own Crystal Reports 1.1.1 The Report Creation Wizard ShipWeight is delivered with a set of sample reports to be used with the Report Viewer. In many cases, the easiest way of creating your own
