Download Notes 1.3

Survey
yes no Was this document useful for you?
   Thank you for your participation!

* Your assessment is very important for improving the workof artificial intelligence, which forms the content of this project

Document related concepts

Central limit theorem wikipedia , lookup

Transcript
Density Curves and Normal
Distributions
Density Curves
• So far we have worked only with jagged
histograms and stem plots to analyze data
• As we begin to explore more fully the many
statistical calculations and analyses one can
perform on data it will become clear that
working with smooth curves is much easier
than jagged histograms
Density Curves Continued…
• A density curve is a smooth curve that describes
the overall pattern of a distribution by showing
what proportions of observations (not counts) fall
into a range of values.
Density Curves Continued…
• Areas under a density curve represent
proportions of observations
• The scale of a density curve is adjusted in
such a way that the total area under the
curve is always equal to 1
Mean and Median of Density
Curves
• Median: The point which divides the area
under the curve in half
• Mean: The point at which the curve would
balance if made out of solid material
For a symmetric Density curve…
For a skewed density curve…
Constructing a simple density
curve for dice simulation…
1)
2)
3)
We will simulate rolling a 6 sided die 120 times using the command
randInt(1,6,120)
L2

Though our histogram looks jagged, we can
approximate this histogram using a density curve:
20
1
2
3
4
5
1
2
3
4
5
6
1
6
6
1
6
6
Based on the density curve above what proportion of outcomes
fall within the following intervals:
1) x  5
2) 0  x  2
3) 3  x  6
4) x  6
Normal Curves
• A Particularly important class of density curves
• Symmetric, single peak, bell shape
• The mean of a density curve (including the normal
curve) is denoted by  and the standard deviation
is denoted by 
• All Normal distributions have the same overall
shape. Any differences can be explained by  and 
In a normal distribution with mean  and standard
deviation  :
- 68% of the observations fall within  of the mean 
- 95% of the observations fall within 2 of the mean 
- 99.7% of the observations fall within 3 of the
mean 