Normal Distribution. Definition A continuous random variable has a normal distribution if its probability density. f ( y ) = 1.

Similar documents
The Normal Distribution

3.4 The Normal Distribution

6 3 The Standard Normal Distribution

MATH 10: Elementary Statistics and Probability Chapter 7: The Central Limit Theorem

AP Statistics Solutions to Packet 2

Stats on the TI 83 and TI 84 Calculator

STT315 Chapter 4 Random Variables & Probability Distributions KM. Chapter 4.5, 6, 8 Probability Distributions for Continuous Random Variables

HYPOTHESIS TESTING: POWER OF THE TEST

Probability Distributions

Normal distribution. ) 2 /2σ. 2π σ

5/31/ Normal Distributions. Normal Distributions. Chapter 6. Distribution. The Normal Distribution. Outline. Objectives.

Chapter 4. iclicker Question 4.4 Pre-lecture. Part 2. Binomial Distribution. J.C. Wang. iclicker Question 4.4 Pre-lecture

Chapter 1: Looking at Data Section 1.1: Displaying Distributions with Graphs

Lecture 2. Summarizing the Sample

Key Concept. Density Curve

6.2 Normal distribution. Standard Normal Distribution:

Department of Civil Engineering-I.I.T. Delhi CEL 899: Environmental Risk Assessment Statistics and Probability Example Part 1

Chapter 3 RANDOM VARIATE GENERATION

Chapter 3. The Normal Distribution

EXAM #1 (Example) Instructor: Ela Jackiewicz. Relax and good luck!

Descriptive Statistics

Descriptive Statistics

A Primer on Mathematical Statistics and Univariate Distributions; The Normal Distribution; The GLM with the Normal Distribution

8. THE NORMAL DISTRIBUTION

CHAPTER 7 INTRODUCTION TO SAMPLING DISTRIBUTIONS

The Normal Distribution. Alan T. Arnholt Department of Mathematical Sciences Appalachian State University

10.2 Series and Convergence

Calculating P-Values. Parkland College. Isela Guerra Parkland College. Recommended Citation

MBA 611 STATISTICS AND QUANTITATIVE METHODS

Lecture 8: More Continuous Random Variables

4. Continuous Random Variables, the Pareto and Normal Distributions

Exercise 1.12 (Pg )

Lesson 1: Comparison of Population Means Part c: Comparison of Two- Means

The Standard Normal distribution

4.3 Areas under a Normal Curve

consider the number of math classes taken by math 150 students. how can we represent the results in one number?

MATH 10: Elementary Statistics and Probability Chapter 5: Continuous Random Variables

Simple Regression Theory II 2010 Samuel L. Baker

Density Curve. A density curve is the graph of a continuous probability distribution. It must satisfy the following properties:

How To Test For Significance On A Data Set

z-scores AND THE NORMAL CURVE MODEL

Sampling Distributions

AP STATISTICS (Warm-Up Exercises)

Summary of Formulas and Concepts. Descriptive Statistics (Ch. 1-4)

Exploratory Data Analysis

Using Excel for inferential statistics

You flip a fair coin four times, what is the probability that you obtain three heads.

Point Biserial Correlation Tests

The Normal distribution

Chapter 4. Probability and Probability Distributions

Dongfeng Li. Autumn 2010

USING A TI-83 OR TI-84 SERIES GRAPHING CALCULATOR IN AN INTRODUCTORY STATISTICS CLASS

Lecture 8. Confidence intervals and the central limit theorem

Lecture Notes Module 1

Week 3&4: Z tables and the Sampling Distribution of X

Skewed Data and Non-parametric Methods

Chapter 7 - Practice Problems 1

MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question.

Correlation Coefficient The correlation coefficient is a summary statistic that describes the linear relationship between two numerical variables 2

Chapter 5: Normal Probability Distributions - Solutions

Probability Distributions

6.4 Normal Distribution

Chapter 7 Notes - Inference for Single Samples. You know already for a large sample, you can invoke the CLT so:

CALCULATIONS & STATISTICS

STAT 350 Practice Final Exam Solution (Spring 2015)

M 1313 Review Test 4 1

Random Variables and Probability

Introduction; Descriptive & Univariate Statistics

Exact Confidence Intervals

Academic Support Center. Using the TI-83/84+ Graphing Calculator PART II

An Introduction to Basic Statistics and Probability

1.5 Oneway Analysis of Variance

MATH 140 Lab 4: Probability and the Standard Normal Distribution

1 Nonparametric Statistics

Chapter 9 Monté Carlo Simulation

WHERE DOES THE 10% CONDITION COME FROM?

UNIT I: RANDOM VARIABLES PART- A -TWO MARKS

Lecture 5 : The Poisson Distribution

Chapter 7 Section 7.1: Inference for the Mean of a Population

T test as a parametric statistic

Normal Probability Distribution

Chapter 9: Two-Sample Inference

LAB 4 INSTRUCTIONS CONFIDENCE INTERVALS AND HYPOTHESIS TESTING

Chapter 4 - Lecture 1 Probability Density Functions and Cumul. Distribution Functions

Notes on Continuous Random Variables

1. What is the critical value for this 95% confidence interval? CV = z.025 = invnorm(0.025) = 1.96

Questions and Answers

Getting to know your TI-83

Algebra I Vocabulary Cards

Section 3 Part 1. Relationships between two numerical variables

Lecture 2: Discrete Distributions, Normal Distributions. Chapter 1

Capital Market Theory: An Overview. Return Measures

Geostatistics Exploratory Analysis

Principles of Hypothesis Testing for Public Health

CHI-SQUARE: TESTING FOR GOODNESS OF FIT

Introduction to Quantitative Methods

Lecture 1: Review and Exploratory Data Analysis (EDA)

Inference for two Population Means

Example: Credit card default, we may be more interested in predicting the probabilty of a default than classifying individuals as default or not.

Transcription:

Normal Distribution Definition A continuous random variable has a normal distribution if its probability density e -(y -µ Y ) 2 2 / 2 σ function can be written as for < y < as Y f ( y ) = 1 σ Y 2 π Notation: Y ~ N(μ Y, σ Y 2 ) where μ Y is the population mean and σ Y 2 is the population variance Examples of random variables in the biological context that have a normal distribution Example 4.1 Y = serum cholesterol (mg/dli) Example 4.2 Y = eggshell thickness (mm) Example 4.3 Y = nerve cell interspike times (ms) The normal density curve is (i) (ii) (iii) Continuous over < y < Symmetric about y = μ Unimodal and hence, bell shaped For infinitely many combinations of μ and σ, we have many bell shaped curves We ll learn the following four topics about the normal distribution: 1. For a value in the distribution, find probabilities associated with it 2. For a probability, find the value in the distribution 3. Standardize a value from a normal distribution to find its Z score 4. Given a set of data, try to say whether it came from a normal distribution

Finding Probabilities Associated with a Normal Distribution Given a normal random variable, we can find probabilities associated with a value from the distribution by finding area under the curve (integrating). TI 83/84 2 nd Vars > scroll down to normalcdf > ENTER TI 89 APPS > scroll down to Stats List Editor > ENTER > F5 > scroll down to normalcdf Normalcdf takes 4 arguments, namely normalcdf(lower limit, upper limit, μ, σ) Example 4.5 Suppose Y = length of herring (mm) and also that Y ~ N(54, 20.25) Find P{Y < 60} Find the percent of herring in this distribution that are between 50 and 60 mm long. Normal Distribution Page 2

Percentiles of the Normal Distribution Definition The point of a distribution below which p% lies is called the p th percentile of the distribution. TI 83/84 2 nd Vars > scroll down to invnorm TI 89 APPS > scroll down to Stats List Editor > ENTER > F5 > scroll down to invnorm Inverse norm takes 3 arguments, namely invnorm(percent, μ, σ) Example 4.6 Find the 70 th percentile of the herring length distribution. Find the 25 th percentile Find the 50 th percentile Normal Distribution Page 3

Z scores Definition The Standardization Formula for Y ~ N(μ, σ) is Z Y µ and is called the Z score If Y ~ N(μ, σ), then Z ~ N(0, 1). We call this the standard normal distribution. A Z score can be interpreted as Example Find the Z score for a herring with length 60mm. Now, Find P{ 1 < Z < 1} Find P{ 2 < Z < 2} Find P{ 3 < Z < 3} Normal Distribution Page 4

Definition The upper α critical point from Z ~ N(0, 1) is the value Z α, such that P{Z > Z α } = α Notation: Z α Draw a picture Find Z.05 Normal Distribution Page 5

Assessing Normality Many statistical procedures, are valid only if the data appear to have come from a normal distribution. How do we determine that our data appears to have come from a normal distribution? Will a well constructed histogram work? A graphical display called a QQplot or normal probability plot is often used to determine whether the data appear to have come from a normal distribution. A QQplot plots the values of the normal score vs. the data values. Normal scores are the expected values of ordered observations in a sample and different computer packages compute these expected values differently. Now, if our data were from a normal distribution, we d expect to see the points form a linear pattern on a QQplot. Example The heights in inches of 11 women are listed below. 61 62.5 63 64 64.5 65 66.5 67 68 68.5 70.5 Using the QQplot, check the assumption that the data is distributed normally. Normal Distribution Page 6

Example The following QQplot is for brain weight (g) for 62 mammals. Reference for the data: Allison, T. and Cicchetti, D. (1976). Sleep in Mammals: Ecological and Constitutional Correlates. Science, 194, 732 734. Based on the QQplot, would you say these data come from a normal distribution? Why or why not? If there is a violation of the normality assumption, we can try a. Some common ones are The following is the resulting QQplot after taking the logarithm of the brain weight data. Assess normality. Normal Distribution Page 7

Common shapes that indicate a violation of the normality assumption in a QQplot: Normal Distribution Page 8