Presentation is loading. Please wait.

Presentation is loading. Please wait.

Modeling Continuous Variables Lecture 19 Section 6.1 - 6.3.1 Mon, Oct 11, 2004.

Similar presentations


Presentation on theme: "Modeling Continuous Variables Lecture 19 Section 6.1 - 6.3.1 Mon, Oct 11, 2004."— Presentation transcript:

1 Modeling Continuous Variables Lecture 19 Section 6.1 - 6.3.1 Mon, Oct 11, 2004

2 Models Mathematical model – An abstraction and, therefore, a simplification of a real situation, one that retains the essential features. Mathematical model – An abstraction and, therefore, a simplification of a real situation, one that retains the essential features. Real situations are usually much to complicated to deal with in all their details. Real situations are usually much to complicated to deal with in all their details. For example, we often treat money as a continuous quantity, even though it is discrete. For example, we often treat money as a continuous quantity, even though it is discrete.

3 Models No mathematical model is perfect. No mathematical model is perfect. A mathematical model is useful (and powerful) to the extent that it is a faithful representation of reality. A mathematical model is useful (and powerful) to the extent that it is a faithful representation of reality. Conversely, to the extent that is it not faithful to reality, it can lead to false conclusions about the situation that it is supposed to model. Conversely, to the extent that is it not faithful to reality, it can lead to false conclusions about the situation that it is supposed to model.

4 Example of a Model Use a random number generator to simulate how a pair of rolled dice will land. Use a random number generator to simulate how a pair of rolled dice will land. The possible totals range from 2 to 12. The possible totals range from 2 to 12. Using the TI-83, which is a correct model? Using the TI-83, which is a correct model? Enter randInt(2, 12), or Enter randInt(2, 12), or Enter randInt(1, 6) twice and add the results, that is, enter randInt(1, 6) + randInt(1, 6). Enter randInt(1, 6) twice and add the results, that is, enter randInt(1, 6) + randInt(1, 6).

5 Histograms and Area If a histogram is drawn appropriately, then frequency is represented by area. If a histogram is drawn appropriately, then frequency is represented by area. Consider a histogram of the following test scores. Consider a histogram of the following test scores. GradeFrequency 60 – 69 3 70 – 79 8 80 – 89 9 90 – 99 5

6 Histograms and Area Grade Frequency 60 70 8090 100 0 2 4 6 8 10

7 Histograms and Area In the histogram, we may replace the frequency with the proportion (of the total). In the histogram, we may replace the frequency with the proportion (of the total). GradeFrequencyProportion 60 – 69 30.12 70 – 79 80.32 80 – 89 90.36 90 – 99 50.20

8 Histograms and Area Grade Proportion 60 70 8090 100 0 0.10 0.20 0.30 0.40

9 Histograms and Area Grade Proportion 60 70 8090 100 0 0.10 0.20 0.30 0.40

10 Histograms and Area Furthermore, we may divide the proportions by the width of the classes to get the density. Furthermore, we may divide the proportions by the width of the classes to get the density. GradeFrequencyProportionDensity 60 – 69 30.120.012 70 – 79 80.320.032 80 – 89 90.360.036 90 – 99 50.200.020

11 Histograms and Area Grade Density 60 70 8090 100 0 0.010 0.020 0.030 0.040

12 Histograms and Area The final histogram has the special property that the proportion can be found by computing the area of the rectangle. The final histogram has the special property that the proportion can be found by computing the area of the rectangle. For example, what proportion of the grades are less than 80? For example, what proportion of the grades are less than 80? Compute: (10  0.012) + (10  0.032) Compute: (10  0.012) + (10  0.032) = 0.12 + 0.32 = 0.44 = 44%.

13 Density Functions This is the fundamental property that connects histograms with the graphs of continuous models that we use to approximate them, namely: This is the fundamental property that connects histograms with the graphs of continuous models that we use to approximate them, namely: The area under the curve between two numbers a and b on the x-axis represents the proportion of values that lie between a and b in the distribution. The area under the curve between two numbers a and b on the x-axis represents the proportion of values that lie between a and b in the distribution.

14 Density Functions The area under the curve between a and b is the proportion. The area under the curve between a and b is the proportion. ab

15 Density Functions The area under the curve between a and b is the proportion. The area under the curve between a and b is the proportion. ab

16 Density Functions The area under the curve between a and b is the proportion. The area under the curve between a and b is the proportion. ab Area = Proportion

17 Density Functions A consequence of this is that the total area under the curve must be 1, representing a proportion of 100%. A consequence of this is that the total area under the curve must be 1, representing a proportion of 100%. ab

18 Density Functions A consequence of this is that the total area under the curve must be 1, representing a proportion of 100%. A consequence of this is that the total area under the curve must be 1, representing a proportion of 100%. ab 100%

19 The Normal Distribution Normal distribution – The statistician’s name for the bell curve. Normal distribution – The statistician’s name for the bell curve. It is a density function in the shape of a bell (sort of). It is a density function in the shape of a bell (sort of). Symmetric. Symmetric. Unimodal. Unimodal. Extends over the entire real line. Extends over the entire real line. Main part lies within  3  of the mean. Main part lies within  3  of the mean.

20 The Normal Distribution The curve has a “bell” shape (with infinitely long tails). The curve has a “bell” shape (with infinitely long tails).

21 The Normal Distribution The mean  is located in the center, at the peak. The mean  is located in the center, at the peak. 

22 The Normal Distribution The width of the “main” part of the curve is 6 standard deviations wide (3 standard deviations each way from the mean). The width of the “main” part of the curve is 6 standard deviations wide (3 standard deviations each way from the mean).   – 3   + 3 

23 The Normal Distribution The area under the entire curve is 1. The area under the entire curve is 1. Area = 1  – 3   + 3 

24 The Normal Distribution The normal distribution with mean  and standard deviation  is denoted N( ,  ). The normal distribution with mean  and standard deviation  is denoted N( ,  ). For example, if X is a variable whose distribution is normal with mean 30 and standard deviation 5, then we say that “X is N(30, 5).” For example, if X is a variable whose distribution is normal with mean 30 and standard deviation 5, then we say that “X is N(30, 5).”

25 The Normal Distribution If X is N(30, 5), then the distribution of X looks like this: If X is N(30, 5), then the distribution of X looks like this: 301545

26 Various Normal Distributions 0 1 2 3 4 5 6 87 N(3, 1)

27 Various Normal Distributions 0 1 2 3 4 5 6 87 N(3, 1) N(5, 1)

28 Various Normal Distributions 0 1 2 3 4 5 6 87 N(3, 1) N(2, ½) N(5, 1)

29 Various Normal Distributions 0 1 2 3 4 5 6 87 N(3, 1) N(2, ½) N(5, 1) N(3½, 1½)


Download ppt "Modeling Continuous Variables Lecture 19 Section 6.1 - 6.3.1 Mon, Oct 11, 2004."

Similar presentations


Ads by Google