|
Reference Notes
Key Open Office Functions:
- sum =sum(a1:a5)
- max=max(a1:a5)
- min=min(a1:a5)
- stdev for sample standard deviation
- stdevp for population standard deviation
Making a Frequency Distribution
- Create your classes
- Next to your classes, create a new column that will be high end
of each class (ie in the 5000-5500 class, the high end would be
5500); call this column MAX VALUE
- Use frequency:
- Create a new column labeled Frequency
- Select the first row (FOR EXCEL - SELECT THE ENTIRE CELLS THAT FREQUENCY WILL GO IN)
- Select insert-function
- Select frequency
- Check array in lowerleft
- Hit next
- For data, select data column
- For classes, select bin column
- Select finish (FOR EXCEL - HIT CTRL SHIFT ENTER)
- Calculate percentage
- Title a new column frequency percent
- In the next row, create a function
- =g2/total*100
- Select that cell and drag it down for the whole column
Histogram
- Select the classes column and the frequency (or frequency percent) [both at once]
- Select the chart button
- Choose bar graph
- Select first column as labels and first row as labels.
- Hit next,next and put in a title and label the axis.
- Hit finish
- Now, remove the spacing
- (right click on of the columns
- click format data series
- change spacing to 0%
Frequency Polygon -> Midpoints and Frequency Line graph
- Create a new column for midpoints
- Midpoints are the average of the class low and high (add up divide by 2)
Ogive - Bin and Cumulative Frequency Line graph
Click here for
a document about graphs.
For mean, standard deviation
click here examples
about finding mean, standard deviation in excel.
Normal distribution
table
Categorical (Grouped) Frequency Table
- Type in all your different class names
- Select cell next to each class. From the toolbar, select the
function (fx) option. Select Statistical
from the Function category list. Select COUNTIF from the function
name list.
- In the dialog box, select the column that you want to group
as the Range.
- For criteria, typed in quotes the name you want to group like
"Food" or just click a cell that has that name.
- After all the data have been counted, have it sum up the counts:
select the sum (E)function. Then select the cells you want to
sum and click [Enter].
- To find the percentages we would type =cell/total
Percentile and relative position
- to find percent:
- sort
- find what number it is out of total
- to automatically calculate all percentiles
- insert function percentrank
- click array
- data and values will be the same column of all entries
- to find value given percent:
- sort
- multiple percent by n (total number of values)
- find this value along. So if you want 25% of 14029 mutiply and round 3507. We want the 3507th entry.
- to find relative position (this is how many standard deviations away from the mean it is):
- (value-mean)/standard deviation
|