Cell#1 Program Instructions. Don’t run. Used to load a Statistical Package Cell #3 Defines standard normal pdf and cdf functions Ignore spelling warning.

Slides:



Advertisements
Similar presentations
Populations & Samples Objectives:
Advertisements

The Normal Distribution
Sampling: Final and Initial Sample Size Determination
Chapter 11- Confidence Intervals for Univariate Data Math 22 Introductory Statistics.
Point and Confidence Interval Estimation of a Population Proportion, p
Chapter 5 The Normal Curve and Standard Scores EPS 525 Introduction to Statistics.
OMS 201 Review. Range The range of a data set is the difference between the largest and smallest data values. It is the simplest measure of dispersion.
CONFIDENCE INTERVALS What is the Purpose of a Confidence Interval?
Copyright © Cengage Learning. All rights reserved. 7 Statistical Intervals Based on a Single Sample.
8-1 Introduction In the previous chapter we illustrated how a parameter can be estimated from sample data. However, it is important to understand how.
Chapter 7 Sampling and Sampling Distributions Sampling Distribution of Sampling Distribution of Introduction to Sampling Distributions Introduction to.
Copyright (c) 2004 Brooks/Cole, a division of Thomson Learning, Inc. Chapter 7 Statistical Intervals Based on a Single Sample.
Statistics for Managers Using Microsoft® Excel 7th Edition
Objectives (BPS chapter 14)
Confidence Interval Estimation
1 1 Slide © 2005 Thomson/South-Western Chapter 7, Part A Sampling and Sampling Distributions Sampling Distribution of Sampling Distribution of Introduction.
1 1 Slide © 2008 Thomson South-Western. All Rights Reserved Slides by JOHN LOUCKS St. Edward’s University.
McGraw-Hill/Irwin Copyright © 2013 by The McGraw-Hill Companies, Inc. All rights reserved. A PowerPoint Presentation Package to Accompany Applied Statistics.
Chapter 8: Confidence Intervals
LECTURE 17 THURSDAY, 2 APRIL STA291 Spring
Estimating a Population Proportion. Example What is the estimate of the proportion of households tuned to the super bowl?
Confidence Intervals 1 Chapter 6. Chapter Outline Confidence Intervals for the Mean (Large Samples) 6.2 Confidence Intervals for the Mean (Small.
Statistics for Data Miners: Part I (continued) S.T. Balke.
Confidence Intervals for the Mean (Large Samples) Larson/Farber 4th ed 1 Section 6.1.
Confidence Intervals for the Mean (σ known) (Large Samples)
Lecture 12 Statistical Inference (Estimation) Point and Interval estimation By Aziza Munir.
Biostatistics: Measures of Central Tendency and Variance in Medical Laboratory Settings Module 5 1.
1 1 Slide © 2007 Thomson South-Western. All Rights Reserved OPIM 303-Lecture #5 Jose M. Cruz Assistant Professor.
Normal Distributions Z Transformations Central Limit Theorem Standard Normal Distribution Z Distribution Table Confidence Intervals Levels of Significance.
A Broad Overview of Key Statistical Concepts. An Overview of Our Review Populations and samples Parameters and statistics Confidence intervals Hypothesis.
Lesson 2 - R Review of Chapter 2 Describing Location in a Distribution.
STA Lecture 181 STA 291 Lecture 18 Exam II Next Tuesday 5-7pm Memorial Hall (Same place) Makeup Exam 7:15pm – 9:15pm Location TBA.
MEGN 537 – Probabilistic Biomechanics Ch.5 – Determining Distributions and Parameters from Observed Data Anthony J Petrella, PhD.
Chapter 8 Delving Into The Use of Inference 8.1 Estimating with Confidence 8.2 Use and Abuse of Tests.
Business Statistics: A Decision-Making Approach, 6e © 2005 Prentice-Hall, Inc. Chap 7-1 4th Lesson Estimating Population Values part 2.
LECTURE 25 THURSDAY, 19 NOVEMBER STA291 Fall
Probability = Relative Frequency. Typical Distribution for a Discrete Variable.
Copyright © 1998, Triola, Elementary Statistics Addison Wesley Longman 1 Estimates and Sample Sizes Chapter 6 M A R I O F. T R I O L A Copyright © 1998,
Section 6.1 Confidence Intervals for the Mean (Large Samples) Larson/Farber 4th ed.
Statistics Sampling Intervals for a Single Sample Contents, figures, and exercises come from the textbook: Applied Statistics and Probability for Engineers,
Random Variable The outcome of an experiment need not be a number, for example, the outcome when a coin is tossed can be 'heads' or 'tails'. However, we.
Various Topics of Interest to the Inquiring Orthopedist Richard Gerkin, MD, MS BGSMC GME Research.
Psychology 202a Advanced Psychological Statistics October 20, 2015.
Copyright © Cengage Learning. All rights reserved. 7 Statistical Intervals Based on a Single Sample.
Lesson 2 - R Review of Chapter 2 Describing Location in a Distribution.
Ch 8 Estimating with Confidence 8.1: Confidence Intervals.
Why The Bretz et al Examples Failed to Work In their discussion in the Biometrical Journal, Bretz et al. provide examples where the implementation of the.
Chapter Outline 6.1 Confidence Intervals for the Mean (Large Samples) 6.2 Confidence Intervals for the Mean (Small Samples) 6.3 Confidence Intervals for.
Chapter 8 Single Sample Tests Part II: Introduction to Hypothesis Testing Renee R. Ha, Ph.D. James C. Ha, Ph.D Integrative Statistics for the Social &
ESTIMATION OF THE MEAN. 2 INTRO :: ESTIMATION Definition The assignment of plausible value(s) to a population parameter based on a value of a sample statistic.
Unit 4 Review. Starter Write the characteristics of the binomial setting. What is the difference between the binomial setting and the geometric setting?
LECTURE 26 TUESDAY, 24 NOVEMBER STA291 Fall
MEGN 537 – Probabilistic Biomechanics Ch.5 – Determining Distributions and Parameters from Observed Data Anthony J Petrella, PhD.
Chapter Confidence Intervals 1 of 31 6  2012 Pearson Education, Inc. All rights reserved.
Chapter 6 Confidence Intervals 1 Larson/Farber 4th ed.
Chapter 9 Estimation and Confidence Intervals. Our Objectives Define a point estimate. Define level of confidence. Construct a confidence interval for.
CHAPTER 8 Estimating with Confidence
ESTIMATION.
Data Analysis and Statistical Software I ( ) Quarter: Autumn 02/03
CONCEPTS OF ESTIMATION
Introduction to Inference
CHAPTER 22: Inference about a Population Proportion
Confidence Intervals Chapter 10 Section 1.
Estimation Goal: Use sample data to make predictions regarding unknown population parameters Point Estimate - Single value that is best guess of true parameter.
Chapter 6 Confidence Intervals.
4.0 Confidence Limits cdf for the z-statistic
Confidence Intervals for the Mean (Large Samples)
Chapter 6 Confidence Intervals.
Objectives 6.1 Estimating with confidence Statistical confidence
Objectives 6.1 Estimating with confidence Statistical confidence
Presentation transcript:

Cell#1 Program Instructions. Don’t run. Used to load a Statistical Package Cell #3 Defines standard normal pdf and cdf functions Ignore spelling warning Cell#2

Cell #4 Clears existing values of variables that may have been used in other programs. Then defines a function that is proportional to the pdf of Z and depends on μ 1, f ( z, u ) where μ1 is defined by the variable u.

Cell #5 Defines actual values from relevant clinical data and parameters of interest. σ is set by s. Cell#6 Defines the initial values for the endpoints of the integral, a & b.

Cell #7 Creates a plot of the distribution of Z on [a, b]. If the plot indicates that the interval is not wide enough, values of a & b need to be manually set (trial and error) so that most of the distribution is captured before proceeding with additional Cells.

Cell#8 Defines a range of values for μ 1 likely to contain the confidence interval of interest. Cell #9 Establishes the total number of points to determine the values of F Q ( Z obs | X *, μ 1 ) as a function of μ 1. utb is a tabulation of values for μ 1 at which F Q ( Z obs | X*, μ 1 ) is calculated.

Cell #10 c1 is a tabulation of the reciprocal of normalization constants, which depend on the values of μ 1. Cell #11 a1 is a tabulation by u of the area under the curve of f ( t, u ) for fixed u and over t on [ – Infinity, Z obs ]. For practical purposes, the lower limit of the integral is specified as (n A +n B )u – (b – a). Cell #12 p1 provides a tabulation of F Q ( Z obs | X*, μ 1 ) by μ 1.

Cell #13 This cell associates each value of F Q ( Z obs | X*, μ 1 ) with the corresponding value of μ 1. Cell #14 An interpolating function is then set to the values listed in tb. Cell #15 A plot of the interpolating function is produced. The plot should show a reverse ‘S’ curve decreasing from near 1 to near 0. If this plot is not obtained, values of ‘upper’ and ‘lower’ (Cell 8) need to be set by the user by trial and error until the desired curve is obtained.

Cell #16 The lower bound of the confidence interval is solved by finding μ 1 such that F Q ( Z obs | X*, μ 1 ) = 1 – α / 2. In the example provided, it is – Cell #17 The upper bound of the confidence interval is solved by finding μ 1 such that F Q ( Z obs | X*, μ 1 ) = α / 2. In the example provided, it is –