Statistical Calculations and Tests Using the TI 83/84.

Size: px
Start display at page:

Download "Statistical Calculations and Tests Using the TI 83/84."

Transcription

1 Statistical Calculations and Tests Using the TI 83/84. The document is meant to be read with a calculator in hand. Work an example to see the results of every step. The content is in the order that the topics are covered in many "Elementary Statistics" texts so you can move through this document as each new topic is covered in class. Conventions and Advice. For brevity, the TI 83+ and TI 84+ will be referred to as TI84. The slight differences between the two calculators are noted where they occur. Many calculator functions require the use of a nd key. Since the need to use this key is obvious from the keyboard color code, it is not described in these instructions. Conditions for a valid test and interpretation of the results of the test are not discussed in this document. This you will learn in the classroom and by reading the text. Some of the Tests provide for a choice between using Data (stored in a list) and Stats (where you input the statistics of each sample). Many of your homework questions give you the statistics saving you the labor of entering the data. Most calculator operations require pushing the ENTER key to execute. This command is omitted from the description. If in doubt, hit ENTER. Many of the tests have an optional Draw output that provides a graphical depiction of the results and can aid understanding. Only the Calculate option is described. Using Stat Plot: make sure that only one of the plots is turned on at one time and that no function equation (Y=) is active (indicated by a highlighted equals sign) unless you want it to be. If you get a mysterious error message when using Stat Plot, it is most likely because you haven't precisely asked for what you want. The Basics - Working with lists. Most uses of the TI84 for statistical calculations require that you store data in lists. The easiest way to enter values into a list is to see the list displayed in a vertical column using STAT/EDIT/ to access the Stat Editor. The initial setup of Stat Editor displays lists L1 through L6 only. You can add additional columns for displaying lists by moving the cursor up to the name of the last-named list (L6 to begin with) and then move the cursor right to the next column. To insert a new column, go to the header position (list name) of one of the named columns and press INS. This will add a column to the left of the one from which you made the request. To delete one of the lists displayed in Stat Editor, go to header position of that list and press DEL. 1

2 You begin the next list by entering a name followed by ENTER. Data is entered into a list starting at the top row under the name, with an ENTER after each data item. When you're done with Stat Editor, select QUIT so that you don't inadvertently make unintended entries into lists. Stat Editor is not the "keeper of lists". It only displays them and allows you to enter data. Deleting columns in the Stat Editor will not delete a list. The complete list of all lists currently defined may be found by using LIST/NAMES. Deleting lists must be done using MEM/ [Mem Mgmt/Delete], which allows you to selectively delete variables including lists. MEM/4 [ClrAllLists] doesn't delete list names, only their content. Lists can also be entered by typing a left curly bracket, the entries in the list separated by commas, and ending with a right curly bracket as follows: {entry 1, entry,..}sto> and then name the list. For example, {1,,3,4}STO> T1 will store those 4 values into a list named T1. If you wish to enter the name of a list, it must be selected from the LIST/NAMES menu unless it is one of the lists L1, L, L3, L4, L5, L6 which are selectable from the keyboard. For example, if you wish to display the contents of a list without using the Stat Editor, use LIST/NAMES/ and select the name of the list followed by ENTER. To restore the Stat Editor to its factory setting of Lists 1 6 as the only lists displayed and in order from left to right, use STAT/5 and ENTER. This does not delete lists; it only modifies (or resets) what lists are displayed in the Stat Editor. Chapter Summarizing and Graphing Data 1. Grouping Data. To group data, you scan a list and tally the number of entries in the list that are within a list of ranges (or classes). The tally produces frequencies of occurrence and the result is called a frequency distribution. The easiest way of producing a frequency distribution using the TI84 is to first produce a histogram (see below). If you wish to do it manually, it is easiest to sort the list first. Choose STAT/EDIT/ and name the list you wish to sort. If the classes are single valued rather than a range of values, enter the class values in one list and the corresponding frequencies in another. Starting with a list of frequencies for each class, we can use List math to obtain a relative frequency distribution. For example, if the frequency data is stored in L, LIST/MATH/5: sum(l) will display the sum of the frequencies and then L/ANS STO> L3 will divide each element of L by the sum of the frequencies and store the relative frequencies in L3. The key ANS will always insert in its place the value of the last calculation displayed.. Plotting Histograms. A histogram of ungrouped data can be obtained using STAT PLOT. Select one of the 3 Plots to turn On. Choose graph type #3 (the third icon), specify the xlist and Freq:1. Then ZOOM/9 GRAPH will set the window parameters and produce the histogram. The TI84 chooses the class ranges and you can use TRACE to see what they are. You most likely won't like them. To set the window parameters yourself, press WINDOW, enter the lower limit of the first class as Xmin,

3 a value larger than the upper limit of the last class as Xmax, and the class width as Xsc1. Ymax must be large enough to show the largest class frequencies. If you need to produce a frequency distribution, simply TRACE the histogram and read off the class limits and frequencies. If a frequency distribution is given, a histogram may be plotted by entering the list containing class midpoints as the Xlist: and the list of frequencies as the Freq: 3. Other Statistical Graphics. The TI84 can be used to produce most, but not all, of the other graph types. The frequency polygon is STAT PLOT/Graph Type. The Ogive graph is produced also using Graph Type but using cumulative frequencies. If the frequencies are in L, the instruction LIST/OPS/6: cumsum(l) STO> L3 will store cumulative frequencies in L3. Dotplots can be produced with some cleverness and stemplots require a special program. Scatterplots are often used in statistics and are the TI84 Graph Type 1. Chapter 3 Descriptive Measures. 1. One variable statistics. Use STAT/CALC/1: 1 Var Stats Listname produces the sample mean and standard deviation of the data in the list, as well as the 5 number summary minx, Q1, Median, Q3, maxx. It also produces standard deviation according to the population formula and identifies it as σ x. Alternatively, these statistics can be computed individually by using LIST/MATH/ and selecting the relevant measure. Be aware that there are many different methods of computing quartiles and the results differ slightly. The method used in the TI84 is the same as the one used in Bluman. Excel's method is different. If the sample is in the form of a frequency distribution, store the midpoints in one list, say L1, and the frequencies in another, say L. Then 1-Var Stats L1, L will produce the sample statistics including mean and standard deviation.. Boxplots (graphical display of the 5-number summary). Use STAT PLOT/, select the plot #, turn it On, select the 4 th (modified Boxplot) or 5 th graph type, name the list containing the data, and ZOOM/9. The modified Boxplot displays outliers separately. Chapter 4 Probability 1. Simulations. The TI84 can be used to simulate samples from uniformly distributed integer populations. Use MATH/PRB/5: randint(lowest integer, largest integer, number in the sample) STO> listname.. Counting. Factorials, combinations and permutations are all computable from MATH/PRB/select from the list. For example, to compute 10 C 4, enter 10/MATH/PRB/3/4 to get 10 as a result. Chapter 5 Discrete Probability Distributions. 3

4 1. One-variable statistics. Given a probability distribution P(x) for a discrete random variable x, we can calculate the parameters of the distribution. Assume that all possible values for x are stored in L1 and the probabilities for each value are in L. STAT/CALC/1: 1-Var Stats L1, L will display the population mean, standard deviation and 5 number summary.. Probabilities for a random variable having a binomial distribution. P( x) = DISTR/binompdf(n, p, x). P(x x o ) = DISTR/binomcdf(n, p, x o ). P(x > x o ) = 1 P(x x o ). To calculate the complete probability distribution, use DISTR/binompdf(n,p) (leave out the x). Store these values to a list for later use. 3. Simulating a Binomial Random Variable. MATH/PRB/7 > randbin(n, p, N) STO> L1 will generate N instances (or observations) of the number of successes in an n trial binomial experiment where p is the probability of success on each trial. Chapter 6 Normally Distributed Variables. 1. Simulating a Normally Distributed random variable. MATH/PRB/6: randnorm(μ, σ, N) STO> L1 will generate N observations of a normally distributed variable having mean μ and standard deviation σ and store them in L1.. Areas under a normal curve. DISTR/: normalcdf (lower bound, upper bound, [μ, σ]) produces the area under a normal curve having mean μ and standard deviation σ between the lower and upper bound. If you leave out [μ,σ], you get the area under the standard normal curve. 3. Finding an x value for a specified area to the left. DISTR/3: invnorm(area to left, [μ,σ]). Again, you can leave out [μ,σ] for the standard normal curve. If you want x for a specified area to the right, use invnorm((1 area to the right), [μ,σ]) 4. Normal probability plots. Use STAT PLOT, choose one to turn on, select the last icon of the 6 graph types, specify the name of the list containing the data, choose X as the axis to represent the data (meaning normal scores will appear on the Y axis) and your choice of mark. ZOOM/9 will satisfactorily set the window parameters. Chapter 7 Estimates and Sample Sizes 1. Estimating a Population Proportion ( p). To use the normal distribution approximation to a binomial distribution, check that the number of successes x and the number of failures n-x in the sample are both 5 or greater. Obtain z α/ from DISTR/3:invNorm(1 α/) and compute the confidence interval from pˆ E to pˆ E where pˆ is the sample proportion x/n, E z / pˆ,and pˆ is estimated from pˆ 1 pˆ n. p ˆ / Alternatively, use STAT/TESTS/1 PropZInt. Enter x, the number in the sample having the specified attribute, n, and the confidence level (1 α). The output is the confidence interval for the population proportion p. 4

5 Determining the sample size. Since the margin of error is E z p1 p/ n ˆ / minimum sample size for a given margin of error is obtained by solving for n: z / n pˆ 1 pˆ where pˆ is the sample proportion used as a point estimate of E the population proportion p. If you are unable to make a reasonable guess of pˆ in advance of obtaining the sample, then use the maximum value of pˆ (1 pˆ ) which is ¼. Since n must be an integer, round the computed value up to the next integer.. Estimating a population mean (σ known). Compute the confidence interval from [ x E ] where E z / / n. z / can be obtained from DISTR/3:invNorm(1 α/). ˆ, the Alternatively, use STAT/TESTS/Z Interval. Select between Data or Stats. Specify σ, name the list containing the sample data, set Freq: 1, and specify the confidence level (1 α). The output displays the confidence interval as a lower and upper bound, and the mean, standard deviation of and number of data points in the sample. 3. Estimating a population mean (σ unknown) Compute the confidence interval from [ x E ] where E t / s / n. t / can be obtained, on the TI 84+ only, from DISTR/4:invT(1 α/, df) where df = n 1. Since the TI 83+ does not have an inverse T distribution, it's easiest to use Table F to find t /. Alternatively, use STAT/TESTS/T Interval. The data entry and selections are the same as the one sample z Interval except that we don't input σ and the t distribution is used instead of the normal distribution. 4. Sample size. If σ is known, the minimum sample size for a given margin of error is z / the next whole number greater than n. You can obtain z α/ from E DISTR/3: invnorm(1 α/). If σ is unknown, you would need an estimate of it. ( n 1) s 5. Estimating a population variance. The variable has the chi-square distribution with degrees of freedom (df) = n-1. For a confidence level 1 α, the variance confidence interval can be computed from ( n 1) s ( n 1) s, where χ L R L and χ R are the values of χ for which the chi-square distribution has area α/ to the left and to the right respectively. These values can be found from Table G or using the calculator's SOLVER to solve the equation cdf (0, X, df ) A where A = α/ for X = χ L and A = 1-α/ for X = χ R. The confidence interval limits for the standard deviation are just the square roots of those for variance. 5

6 Chapter 8 Hypothesis Testing This section describes only the P-value method. The methods based on critical values or confidence intervals use calculator methods described previously. 1. Testing a claim about a population proportion. H 0 : p = p 0, H 1 : p p 0, p > p 0, p < p 0. The probability of obtaining a simple random sample of size n which includes x members of the population having the attribute of interest would be given by the binomial distribution if the number in the population is much greater than the number in the sample. Assuming the null hypothesis is true, the P-value for a lefttailed test would be binomcdf(n,p 0,x) and 1 binomcdf(n,p 0,x) for a right-tailed test. For a two-tailed test, the P-value is just double the area in the smaller of the two tails. In every case, the null hypothesis is rejected if P α; that is, the sample is sufficiently unlikely assuming the null hypothesis is true. To use the normal distribution as an approximation to the binomial, first check that the number of successes np 0 and the number of failures n(1 p 0 ) are 5 or greater. Use STAT/TESTS/5:1 PropZTest. Enter p 0, x and n, and the form of H 1 (, <, >). The pˆ p0 output gives a restatement of H 1, the value of the test statistic z0, p0 1 p0 / n and the P-Value. It also reports the value of pˆ and n. If P < α, reject the null hypothesis p = p 0. Otherwise, don't.. Testing a claim about a mean (σ known). Use STAT/TESTS/Z Test. Select between Data or Stats. Specify μ 0, σ, name the list containing the sample data, set Freq:1, and choose the form of H 1. The output displays the form of H 1, the test statistic z 0 for this sample, the P-value, the mean and standard deviation of, and the number of data points in, the sample. For a confidence level α, reject H 0 if P < α; otherwise don't. 3. Testing a claim about a mean (σ unknown). Use STAT/TESTS/T Test. The procedure is the same as the Z test except that we don't input σ and the t distribution is used instead of the normal distribution. 4. Testing a claim about a standard deviation or variance. Compute the test statistic χ assuming the null hypothesis is true. The P-value is obtained from DISTR/ χ cdf (lower bound, upper bound, df) to obtain tail area. The tail area is area to the right of the test statistic for a right-tailed test, area to the left for a left-tailed test, and twice the area in the tail bounded by the test statistic for a two-tailed test. Chapter 9 Inferences from two samples 1. Inferences about two proportions. We use the normal approximation to the binomial which requires that the samples are independent and each sample has at least 5 with the specific attribute and at least 5 without. Use STAT/TESTS/6: -PropZTest for testing the hypothesis that the two population proportions are equal, or -PropZInt for a confidence interval for the difference between the two population proportions. 6

7 . Inferences about two means: independent samples. H 0 : μ 1 = μ ; H 1 : μ 1 μ, μ 1 > μ, or μ 1 < μ. Use STAT/TESTS/ SampTTest and choose between Data and Stats. For the Data choice, specify the name of each list, choose 1 for both Freq1 and Freq, choose the form of H 1, and choose between pooled and non pooled. Use the "pooled" t procedure if you believe the two populations have nearly equal standard deviations and "non pooled" otherwise. The output includes a restatement of H 1, the value of t assuming H o to be true, the P-value, the degrees of freedom s 1 / n1 s / n s / n s / n 1 0, s / n s / n 1 x x, the means and standard deviations of, and the number of 1 1 n1 1 n 1 data points in, each sample. If P α, reject the null hypothesis. Otherwise, don't. STAT/TESTS/ SampTInt will calculate a confidence interval for μ 1 μ, given a confidence level 1 α. 3. Inferences from matched pairs. Form a list of differences d = individual differences between the two values in a single matched pair e.g. L1 L STO> L3 if the pairs of data points are stored in L1 and L. Then use STAT/TESTS/ T-Test for a test of hypothesis μ d = 0 or TInterval to obtain a 1-α confidence interval for μ 1 μ. 4. Comparing variation in two samples. Use STAT/TESTS/-SampFTest. If needed, you can most easily find the critical value of F using Table H since the inverse F is not programmed. 1 Chapter 10 Correlation and Regression 1. Scatter plot STAT PLOT/1 > select ON, first graph type, specify the names of the xlist and ylist and select a mark. Then ZOOM/9 and GRAPH. Visual examination of the scatterplot should confirm that the points approximate a straight line pattern.. Calculating the components of the regression coefficient (if it should prove necessary). Use STAT/CALC/ Var Stats, xlist, ylist. The results enable you to calculate these components of the linear regression coefficient. x x x nx S yy y y y ny and S xx, S xy x x y y xy nxy. Note that S xy r. S S 3. Complete linear regression. Use STAT/CALC/ LinRegTTest and enter xlist, ylist, and the name Y 1. The name Y 1 is obtained from VARS, select Y VARS, Function, Y 1. As an output, TI84 will deposit the regression equation a + bx next to Y 1 = so it is ready to use or graph. The value of the test statistic t and the associated P-value are given. If the P-value < α, the null hypothesis (no linear correlation) is rejected, and xx yy 7

8 the alternative of a linear correlation is concluded. Other outputs of LinRegTTest are a, b, r and r. Alternatively, test r against the critical values of r listed in Table I. You can see the regression equation plotted against the scatter plot background (described in #1) by simply pressing GRAPH. 4. Variation and Prediction Intervals The standard error of estimate s e ( y yˆ) is an output of the LinRegTTest or can be calculated from s S (1 r ) /( n ). The margin of error for a value of the independent variable x = x o is e yy E t x) / S. / se 11/ n ( x0 The test LinRegTInt (TI 84+ only) calculates a confidence interval for the slope β of the regression equation. If the interval contains zero, there would be insufficient evidence to conclude that a linear correlation exists. xx Chapter 11 Multinomial Experiments and Contingency Tables 1. χ distribution The area under the χ -curve between the values lower bound and upper bound is given by DISTR/ χ cdf (lower bound, upper bound, df). It would be nice if the TI84 included an INV χ function but it doesn't. So to find the value of χ α such that the area under the curve to the right of that value is α, you can use the SOLVER as described in Chapter 7 #5. Alternatively, use the tabulated values of χ α in Table G.. χ Goodness of Fit Test. Store observed frequencies and expected frequencies in two lists, say L 1 and L. df is 1 less than the number of different values the random variable can have. Calculate the value of χ o = sum((l1 L) /L) and find the P Value = P( o ) from DISTR/ cdf ( o, E99, df ). The null hypothesis (the observed values have the distribution given by the expected frequencies) is rejected if P Value < α. Alternatively (TI 84+ only), use STAT/TESTS/χ GOF-Test. 3. way (contingency) tables. Begin with a way table stored in a matrix (say [A] ). Then select STAT/TESTS/ χ Test. Name the matrix containing the table of observed frequencies ([A]) and the matrix that will contain the table of expected frequencies. Outputs are χ,p, and df. The expected frequencies are calculated assuming non association (independence) of the row and column variables. If P < α, the null hypothesis (independence) should be rejected. Chapter 1 One-Way Analysis of Variance (ANOVA). ANOVA is particularly easy with this calculator. Simply enter the data in separate lists for each sample and choose ANOVA from STAT/TESTS. You must name the lists as arguments as in ANOVA(L1,L,L3). 8

9 Chapter 13 Nonparametric Statistics. 1. Sign Test. We are concerned with the proportion p of the less frequent sign. The null hypothesis is that p = 0.5. We can calculate the probability of obtaining a sample with x instances of the less frequent sign using the binomial distribution as in P = binomcdf(n, 0.5, x). Double this value for a two-tailed test. Unlike EXCEL, the TI84 lacks a command to RANK a data value in a list. For this reason, it is much preferable to use EXCEL for all of the following nonparametric methods involving ranks. Here are some ideas for using TI84.. Wilcoxon Signed-Ranks Test for Matched Pairs. Store the pairs of data in lists L1 and L. Store the differences in L3: L1 L STO> L3 and the absolute value of the differences in L4: abs(l1-l) STO> L4. Now sort the lists according to the ascending order of L4: SortA(L4,L3). You now have the differences sorted in order of their absolute values. It is easy now to collect in one list (say L5) all of the positive ranks and in another list (say L6) all of the negative ranks. Sum both lists (LIST/MATH/5) and let w s be the smaller sum. Then complete the rest of the procedure on p Wilcoxon Rank-Sum Test. The TI84 can be used to find the ranks. If each of the two samples are stored in lists, say L1 and L3, we can concatenate the lists using LIST/OPS/augment(L1,L3) STO> L5. Now sort L5 in ascending order using LIST/OPS/1. Create two new lists, say L and L4, by listing, for each sample value, its corresponding rank obtained from the sorted L5. Remember the way of treating rank ties: assign the mean of the ranks involved in the tie to each data value so ranked. Then sum the ranks of either sample, give it the name R, and continue with the procedure on p Kruskal-Wallis Test. The initial work is the same as for the Wilcoxon Rank-Sum Test but with three or more lists. Form the "giant list" in the same way using augment (L1,L, L3,.) and sort this list. Then you must tediously form the lists of ranks for each sample and sum each of these rank lists to form R 1, R, etc. 5. Rank Correlation. Determine the ranks of each value in each of the lists forming the sample pairs. Sample pairs may not be disassociated with each other. Form two additional lists, replacing the values in the sample pairs with their ranks. The TI84 is not very useful here except perhaps in sorting to establish rank. However, the rank correlation coefficient r s may be found by finding the linear correlation coefficient r for the paired lists of ranks, say using LinRegTTest. 9

Inferential Statistics and Distributions

Inferential Statistics and Distributions 13 Inferential Statistics and Distributions Contents Getting Started: Mean Height of a Population... 13-2 Inferential Stat Editors... 13-6 STAT TESTS Menu... 13-9 Inferential Statistics Input Descriptions...

More information

Using a graphic display calculator

Using a graphic display calculator 12 Using a graphic display calculator CHAPTER OBJECTIVES: This chapter shows you how to use your graphic display calculator (GDC) to solve the different types of problems that you will meet in your course.

More information

Using Tables and Graphing Calculators in Math 11

Using Tables and Graphing Calculators in Math 11 Using Tables and Graphing Calculators in Math 11 Graphing calculators are not required for Math 11, but they are likely to be helpful, primarily because they allow you to avoid the use of tables in some

More information

Math 52 Linear Regression Instructions TI-83

Math 52 Linear Regression Instructions TI-83 Math 5 Linear Regression Instructions TI-83 Use the following data to study the relationship between average hours spent per week studying and overall QPA. The idea behind linear regression is to determine

More information

Ch Inference for Linear Regression

Ch Inference for Linear Regression Ch. 12-1 Inference for Linear Regression ACT = 6.71 + 5.17(GPA) For every increase of 1 in GPA, we predict the ACT score to increase by 5.17. population regression line β (true slope) μ y = α + βx mean

More information

1 Introduction to Minitab

1 Introduction to Minitab 1 Introduction to Minitab Minitab is a statistical analysis software package. The software is freely available to all students and is downloadable through the Technology Tab at my.calpoly.edu. When you

More information

Mathematical Notation Math Introduction to Applied Statistics

Mathematical Notation Math Introduction to Applied Statistics Mathematical Notation Math 113 - Introduction to Applied Statistics Name : Use Word or WordPerfect to recreate the following documents. Each article is worth 10 points and should be emailed to the instructor

More information

Glossary for the Triola Statistics Series

Glossary for the Triola Statistics Series Glossary for the Triola Statistics Series Absolute deviation The measure of variation equal to the sum of the deviations of each value from the mean, divided by the number of values Acceptance sampling

More information

Tables Table A Table B Table C Table D Table E 675

Tables Table A Table B Table C Table D Table E 675 BMTables.indd Page 675 11/15/11 4:25:16 PM user-s163 Tables Table A Standard Normal Probabilities Table B Random Digits Table C t Distribution Critical Values Table D Chi-square Distribution Critical Values

More information

The Chi-Square Distributions

The Chi-Square Distributions MATH 183 The Chi-Square Distributions Dr. Neal, WKU The chi-square distributions can be used in statistics to analyze the standard deviation σ of a normally distributed measurement and to test the goodness

More information

χ test statistics of 2.5? χ we see that: χ indicate agreement between the two sets of frequencies.

χ test statistics of 2.5? χ we see that: χ indicate agreement between the two sets of frequencies. I. T or F. (1 points each) 1. The χ -distribution is symmetric. F. The χ may be negative, zero, or positive F 3. The chi-square distribution is skewed to the right. T 4. The observed frequency of a cell

More information

CHAPTER 17 CHI-SQUARE AND OTHER NONPARAMETRIC TESTS FROM: PAGANO, R. R. (2007)

CHAPTER 17 CHI-SQUARE AND OTHER NONPARAMETRIC TESTS FROM: PAGANO, R. R. (2007) FROM: PAGANO, R. R. (007) I. INTRODUCTION: DISTINCTION BETWEEN PARAMETRIC AND NON-PARAMETRIC TESTS Statistical inference tests are often classified as to whether they are parametric or nonparametric Parameter

More information

Using the TI-83+/84 Calculator for A.P. Statistics

Using the TI-83+/84 Calculator for A.P. Statistics Using the TI-83+/84 Calculator for A.P. Statistics There is a great amount of material here. You do not need to know all of it. Anything that is starred (*) is vital to your being able to quickly generate

More information

Chapter 23: Inferences About Means

Chapter 23: Inferences About Means Chapter 3: Inferences About Means Sample of Means: number of observations in one sample the population mean (theoretical mean) sample mean (observed mean) is the theoretical standard deviation of the population

More information

Chapter 6. The Standard Deviation as a Ruler and the Normal Model 1 /67

Chapter 6. The Standard Deviation as a Ruler and the Normal Model 1 /67 Chapter 6 The Standard Deviation as a Ruler and the Normal Model 1 /67 Homework Read Chpt 6 Complete Reading Notes Do P129 1, 3, 5, 7, 15, 17, 23, 27, 29, 31, 37, 39, 43 2 /67 Objective Students calculate

More information

What is a Hypothesis?

What is a Hypothesis? What is a Hypothesis? A hypothesis is a claim (assumption) about a population parameter: population mean Example: The mean monthly cell phone bill in this city is μ = $42 population proportion Example:

More information

Study Ch. 13.1, # 1 4 all Study Ch. 13.2, # 9 15, 25, 27, 31 [# 11 17, ~27, 29, ~33]

Study Ch. 13.1, # 1 4 all Study Ch. 13.2, # 9 15, 25, 27, 31 [# 11 17, ~27, 29, ~33] GOALS: 1. Learn the properties of the χ 2 Distribution. 2. Understand how the shape of the χ 2 Distribution changes as the df increases. 3. Be able to find p values. 4. Recognize that χ 2 tests are right

More information

The Chi-Square Distributions

The Chi-Square Distributions MATH 03 The Chi-Square Distributions Dr. Neal, Spring 009 The chi-square distributions can be used in statistics to analyze the standard deviation of a normally distributed measurement and to test the

More information

TABLES AND FORMULAS FOR MOORE Basic Practice of Statistics

TABLES AND FORMULAS FOR MOORE Basic Practice of Statistics TABLES AND FORMULAS FOR MOORE Basic Practice of Statistics Exploring Data: Distributions Look for overall pattern (shape, center, spread) and deviations (outliers). Mean (use a calculator): x = x 1 + x

More information

Mathematical Notation Math Introduction to Applied Statistics

Mathematical Notation Math Introduction to Applied Statistics Mathematical Notation Math 113 - Introduction to Applied Statistics Name : Use Word or WordPerfect to recreate the following documents. Each article is worth 10 points and can be printed and given to the

More information

Statistics Handbook. All statistical tables were computed by the author.

Statistics Handbook. All statistical tables were computed by the author. Statistics Handbook Contents Page Wilcoxon rank-sum test (Mann-Whitney equivalent) Wilcoxon matched-pairs test 3 Normal Distribution 4 Z-test Related samples t-test 5 Unrelated samples t-test 6 Variance

More information

DETAILED CONTENTS PART I INTRODUCTION AND DESCRIPTIVE STATISTICS. 1. Introduction to Statistics

DETAILED CONTENTS PART I INTRODUCTION AND DESCRIPTIVE STATISTICS. 1. Introduction to Statistics DETAILED CONTENTS About the Author Preface to the Instructor To the Student How to Use SPSS With This Book PART I INTRODUCTION AND DESCRIPTIVE STATISTICS 1. Introduction to Statistics 1.1 Descriptive and

More information

Sociology 6Z03 Review II

Sociology 6Z03 Review II Sociology 6Z03 Review II John Fox McMaster University Fall 2016 John Fox (McMaster University) Sociology 6Z03 Review II Fall 2016 1 / 35 Outline: Review II Probability Part I Sampling Distributions Probability

More information

Formulas and Tables by Mario F. Triola

Formulas and Tables by Mario F. Triola Copyright 010 Pearson Education, Inc. Ch. 3: Descriptive Statistics x f # x x f Mean 1x - x s - 1 n 1 x - 1 x s 1n - 1 s B variance s Ch. 4: Probability Mean (frequency table) Standard deviation P1A or

More information

Glossary. The ISI glossary of statistical terms provides definitions in a number of different languages:

Glossary. The ISI glossary of statistical terms provides definitions in a number of different languages: Glossary The ISI glossary of statistical terms provides definitions in a number of different languages: http://isi.cbs.nl/glossary/index.htm Adjusted r 2 Adjusted R squared measures the proportion of the

More information

Chapter 12 : Linear Correlation and Linear Regression

Chapter 12 : Linear Correlation and Linear Regression Chapter 1 : Linear Correlation and Linear Regression Determining whether a linear relationship exists between two quantitative variables, and modeling the relationship with a line, if the linear relationship

More information

determine whether or not this relationship is.

determine whether or not this relationship is. Section 9-1 Correlation A correlation is a between two. The data can be represented by ordered pairs (x,y) where x is the (or ) variable and y is the (or ) variable. There are several types of correlations

More information

Test 3 Practice Test A. NOTE: Ignore Q10 (not covered)

Test 3 Practice Test A. NOTE: Ignore Q10 (not covered) Test 3 Practice Test A NOTE: Ignore Q10 (not covered) MA 180/418 Midterm Test 3, Version A Fall 2010 Student Name (PRINT):............................................. Student Signature:...................................................

More information

Contents. Acknowledgments. xix

Contents. Acknowledgments. xix Table of Preface Acknowledgments page xv xix 1 Introduction 1 The Role of the Computer in Data Analysis 1 Statistics: Descriptive and Inferential 2 Variables and Constants 3 The Measurement of Variables

More information

Formulas and Tables. for Elementary Statistics, Tenth Edition, by Mario F. Triola Copyright 2006 Pearson Education, Inc. ˆp E p ˆp E Proportion

Formulas and Tables. for Elementary Statistics, Tenth Edition, by Mario F. Triola Copyright 2006 Pearson Education, Inc. ˆp E p ˆp E Proportion Formulas and Tables for Elementary Statistics, Tenth Edition, by Mario F. Triola Copyright 2006 Pearson Education, Inc. Ch. 3: Descriptive Statistics x Sf. x x Sf Mean S(x 2 x) 2 s Å n 2 1 n(sx 2 ) 2 (Sx)

More information

Lesson 4 Linear Functions and Applications

Lesson 4 Linear Functions and Applications In this lesson, we take a close look at Linear Functions and how real world situations can be modeled using Linear Functions. We study the relationship between Average Rate of Change and Slope and how

More information

Study Ch. 9.4, # 73, (65, 67 75)

Study Ch. 9.4, # 73, (65, 67 75) GOALS: 1. Understand the differences between the critical value and p value approaches to hypothesis testing. 2. Understand what the p value is and how to find it. 3. Understand the assumptions of a z

More information

Introductory Statistics

Introductory Statistics Introductory Statistics This document is attributed to Barbara Illowsky and Susan Dean Chapter 12 Open Assembly Edition Open Assembly editions of open textbooks are disaggregated versions designed to facilitate

More information

ANOVA - analysis of variance - used to compare the means of several populations.

ANOVA - analysis of variance - used to compare the means of several populations. 12.1 One-Way Analysis of Variance ANOVA - analysis of variance - used to compare the means of several populations. Assumptions for One-Way ANOVA: 1. Independent samples are taken using a randomized design.

More information

Chapter 15: Nonparametric Statistics Section 15.1: An Overview of Nonparametric Statistics

Chapter 15: Nonparametric Statistics Section 15.1: An Overview of Nonparametric Statistics Section 15.1: An Overview of Nonparametric Statistics Understand Difference between Parametric and Nonparametric Statistical Procedures Parametric statistical procedures inferential procedures that rely

More information

Module 9: Nonparametric Statistics Statistics (OA3102)

Module 9: Nonparametric Statistics Statistics (OA3102) Module 9: Nonparametric Statistics Statistics (OA3102) Professor Ron Fricker Naval Postgraduate School Monterey, California Reading assignment: WM&S chapter 15.1-15.6 Revision: 3-12 1 Goals for this Lecture

More information

THE ROYAL STATISTICAL SOCIETY HIGHER CERTIFICATE

THE ROYAL STATISTICAL SOCIETY HIGHER CERTIFICATE THE ROYAL STATISTICAL SOCIETY 004 EXAMINATIONS SOLUTIONS HIGHER CERTIFICATE PAPER II STATISTICAL METHODS The Society provides these solutions to assist candidates preparing for the examinations in future

More information

Review for Final. Chapter 1 Type of studies: anecdotal, observational, experimental Random sampling

Review for Final. Chapter 1 Type of studies: anecdotal, observational, experimental Random sampling Review for Final For a detailed review of Chapters 1 7, please see the review sheets for exam 1 and. The following only briefly covers these sections. The final exam could contain problems that are included

More information

Ch. 1: Data and Distributions

Ch. 1: Data and Distributions Ch. 1: Data and Distributions Populations vs. Samples How to graphically display data Histograms, dot plots, stem plots, etc Helps to show how samples are distributed Distributions of both continuous and

More information

Inferences for Regression

Inferences for Regression Inferences for Regression An Example: Body Fat and Waist Size Looking at the relationship between % body fat and waist size (in inches). Here is a scatterplot of our data set: Remembering Regression In

More information

AP Statistics Cumulative AP Exam Study Guide

AP Statistics Cumulative AP Exam Study Guide AP Statistics Cumulative AP Eam Study Guide Chapters & 3 - Graphs Statistics the science of collecting, analyzing, and drawing conclusions from data. Descriptive methods of organizing and summarizing statistics

More information

Six Sigma Black Belt Study Guides

Six Sigma Black Belt Study Guides Six Sigma Black Belt Study Guides 1 www.pmtutor.org Powered by POeT Solvers Limited. Analyze Correlation and Regression Analysis 2 www.pmtutor.org Powered by POeT Solvers Limited. Variables and relationships

More information

Chapter 6. Exploring Data: Relationships

Chapter 6. Exploring Data: Relationships Chapter 6 Exploring Data: Relationships For All Practical Purposes: Effective Teaching A characteristic of an effective instructor is fairness and consistenc in grading and evaluating student performance.

More information

Chapter 12: Linear Regression and Correlation

Chapter 12: Linear Regression and Correlation Chapter 12: Linear Regression and Correlation Linear Equations Linear regression for two variables is based on a linear equation with one independent variable. It has the form: y = a + bx where a and b

More information

Confidence Intervals, Testing and ANOVA Summary

Confidence Intervals, Testing and ANOVA Summary Confidence Intervals, Testing and ANOVA Summary 1 One Sample Tests 1.1 One Sample z test: Mean (σ known) Let X 1,, X n a r.s. from N(µ, σ) or n > 30. Let The test statistic is H 0 : µ = µ 0. z = x µ 0

More information

Dover- Sherborn High School Mathematics Curriculum Probability and Statistics

Dover- Sherborn High School Mathematics Curriculum Probability and Statistics Mathematics Curriculum A. DESCRIPTION This is a full year courses designed to introduce students to the basic elements of statistics and probability. Emphasis is placed on understanding terminology and

More information

Survey on Population Mean

Survey on Population Mean MATH 203 Survey on Population Mean Dr. Neal, Spring 2009 The first part of this project is on the analysis of a population mean. You will obtain data on a specific measurement X by performing a random

More information

20 Hypothesis Testing, Part I

20 Hypothesis Testing, Part I 20 Hypothesis Testing, Part I Bob has told Alice that the average hourly rate for a lawyer in Virginia is $200 with a standard deviation of $50, but Alice wants to test this claim. If Bob is right, she

More information

Nonparametric Statistics. Leah Wright, Tyler Ross, Taylor Brown

Nonparametric Statistics. Leah Wright, Tyler Ross, Taylor Brown Nonparametric Statistics Leah Wright, Tyler Ross, Taylor Brown Before we get to nonparametric statistics, what are parametric statistics? These statistics estimate and test population means, while holding

More information

Regression Using an Excel Spreadsheet Using Technology to Determine Regression

Regression Using an Excel Spreadsheet Using Technology to Determine Regression Regression Using an Excel Spreadsheet Enter your data in columns A and B for the x and y variable respectively Highlight the entire data series by selecting it with the mouse From the Insert menu select

More information

Review of Statistics 101

Review of Statistics 101 Review of Statistics 101 We review some important themes from the course 1. Introduction Statistics- Set of methods for collecting/analyzing data (the art and science of learning from data). Provides methods

More information

Regressions of Olympic Proportions

Regressions of Olympic Proportions About the Lesson In this activity, students use the Manual-Fit and Linear Regression commands to find lines of best fit to model data from the Olympic Games. As a result, students will: Develop and evaluate

More information

Chapte The McGraw-Hill Companies, Inc. All rights reserved.

Chapte The McGraw-Hill Companies, Inc. All rights reserved. er15 Chapte Chi-Square Tests d Chi-Square Tests for -Fit Uniform Goodness- Poisson Goodness- Goodness- ECDF Tests (Optional) Contingency Tables A contingency table is a cross-tabulation of n paired observations

More information

Chapter 23. Inference About Means

Chapter 23. Inference About Means Chapter 23 Inference About Means 1 /57 Homework p554 2, 4, 9, 10, 13, 15, 17, 33, 34 2 /57 Objective Students test null and alternate hypotheses about a population mean. 3 /57 Here We Go Again Now that

More information

16.400/453J Human Factors Engineering. Design of Experiments II

16.400/453J Human Factors Engineering. Design of Experiments II J Human Factors Engineering Design of Experiments II Review Experiment Design and Descriptive Statistics Research question, independent and dependent variables, histograms, box plots, etc. Inferential

More information

LAB 5 INSTRUCTIONS LINEAR REGRESSION AND CORRELATION

LAB 5 INSTRUCTIONS LINEAR REGRESSION AND CORRELATION LAB 5 INSTRUCTIONS LINEAR REGRESSION AND CORRELATION In this lab you will learn how to use Excel to display the relationship between two quantitative variables, measure the strength and direction of the

More information

Lecture 3: Inference in SLR

Lecture 3: Inference in SLR Lecture 3: Inference in SLR STAT 51 Spring 011 Background Reading KNNL:.1.6 3-1 Topic Overview This topic will cover: Review of hypothesis testing Inference about 1 Inference about 0 Confidence Intervals

More information

Formulas and Tables for Elementary Statistics, Eighth Edition, by Mario F. Triola 2001 by Addison Wesley Longman Publishing Company, Inc.

Formulas and Tables for Elementary Statistics, Eighth Edition, by Mario F. Triola 2001 by Addison Wesley Longman Publishing Company, Inc. Formulas and Tables for Elementary Statistics, Eighth Edition, by Mario F. Triola 2001 by Addison Wesley Longman Publishing Company, Inc. Ch. 2: Descriptive Statistics x Sf. x x Sf Mean S(x 2 x) 2 s 2

More information

Unit 14: Nonparametric Statistical Methods

Unit 14: Nonparametric Statistical Methods Unit 14: Nonparametric Statistical Methods Statistics 571: Statistical Methods Ramón V. León 8/8/2003 Unit 14 - Stat 571 - Ramón V. León 1 Introductory Remarks Most methods studied so far have been based

More information

Using SPSS for One Way Analysis of Variance

Using SPSS for One Way Analysis of Variance Using SPSS for One Way Analysis of Variance This tutorial will show you how to use SPSS version 12 to perform a one-way, between- subjects analysis of variance and related post-hoc tests. This tutorial

More information

The entire data set consists of n = 32 widgets, 8 of which were made from each of q = 4 different materials.

The entire data set consists of n = 32 widgets, 8 of which were made from each of q = 4 different materials. One-Way ANOVA Summary The One-Way ANOVA procedure is designed to construct a statistical model describing the impact of a single categorical factor X on a dependent variable Y. Tests are run to determine

More information

Chapter 24. Comparing Means

Chapter 24. Comparing Means Chapter 4 Comparing Means!1 /34 Homework p579, 5, 7, 8, 10, 11, 17, 31, 3! /34 !3 /34 Objective Students test null and alternate hypothesis about two!4 /34 Plot the Data The intuitive display for comparing

More information

1 A Review of Correlation and Regression

1 A Review of Correlation and Regression 1 A Review of Correlation and Regression SW, Chapter 12 Suppose we select n = 10 persons from the population of college seniors who plan to take the MCAT exam. Each takes the test, is coached, and then

More information

Interpret Standard Deviation. Outlier Rule. Describe the Distribution OR Compare the Distributions. Linear Transformations SOCS. Interpret a z score

Interpret Standard Deviation. Outlier Rule. Describe the Distribution OR Compare the Distributions. Linear Transformations SOCS. Interpret a z score Interpret Standard Deviation Outlier Rule Linear Transformations Describe the Distribution OR Compare the Distributions SOCS Using Normalcdf and Invnorm (Calculator Tips) Interpret a z score What is an

More information

MINI LESSON. Lesson 2a Linear Functions and Applications

MINI LESSON. Lesson 2a Linear Functions and Applications MINI LESSON Lesson 2a Linear Functions and Applications Lesson Objectives: 1. Compute AVERAGE RATE OF CHANGE 2. Explain the meaning of AVERAGE RATE OF CHANGE as it relates to a given situation 3. Interpret

More information

Normal distributions

Normal distributions Normal distributions Suppose a region has area A and a subregion has area A 1 : If a point is placed at random in the larger region, the probability that the point is in the subregion is p = A1 A : If

More information

Math Review Sheet, Fall 2008

Math Review Sheet, Fall 2008 1 Descriptive Statistics Math 3070-5 Review Sheet, Fall 2008 First we need to know about the relationship among Population Samples Objects The distribution of the population can be given in one of the

More information

Steps to take to do the descriptive part of regression analysis:

Steps to take to do the descriptive part of regression analysis: STA 2023 Simple Linear Regression: Least Squares Model Steps to take to do the descriptive part of regression analysis: A. Plot the data on a scatter plot. Describe patterns: 1. Is there a strong, moderate,

More information

Business Statistics. Lecture 10: Course Review

Business Statistics. Lecture 10: Course Review Business Statistics Lecture 10: Course Review 1 Descriptive Statistics for Continuous Data Numerical Summaries Location: mean, median Spread or variability: variance, standard deviation, range, percentiles,

More information

Exam details. Final Review Session. Things to Review

Exam details. Final Review Session. Things to Review Exam details Final Review Session Short answer, similar to book problems Formulae and tables will be given You CAN use a calculator Date and Time: Dec. 7, 006, 1-1:30 pm Location: Osborne Centre, Unit

More information

THE ROYAL STATISTICAL SOCIETY 2008 EXAMINATIONS SOLUTIONS HIGHER CERTIFICATE (MODULAR FORMAT) MODULE 4 LINEAR MODELS

THE ROYAL STATISTICAL SOCIETY 2008 EXAMINATIONS SOLUTIONS HIGHER CERTIFICATE (MODULAR FORMAT) MODULE 4 LINEAR MODELS THE ROYAL STATISTICAL SOCIETY 008 EXAMINATIONS SOLUTIONS HIGHER CERTIFICATE (MODULAR FORMAT) MODULE 4 LINEAR MODELS The Society provides these solutions to assist candidates preparing for the examinations

More information

Review 6. n 1 = 85 n 2 = 75 x 1 = x 2 = s 1 = 38.7 s 2 = 39.2

Review 6. n 1 = 85 n 2 = 75 x 1 = x 2 = s 1 = 38.7 s 2 = 39.2 Review 6 Use the traditional method to test the given hypothesis. Assume that the samples are independent and that they have been randomly selected ) A researcher finds that of,000 people who said that

More information

Statistics for Managers using Microsoft Excel 6 th Edition

Statistics for Managers using Microsoft Excel 6 th Edition Statistics for Managers using Microsoft Excel 6 th Edition Chapter 13 Simple Linear Regression 13-1 Learning Objectives In this chapter, you learn: How to use regression analysis to predict the value of

More information

H.Algebra 2 Summer Review Packet

H.Algebra 2 Summer Review Packet H.Algebra Summer Review Packet 1 Correlation of Algebra Summer Packet with Algebra 1 Objectives A. Simplifing Polnomial Epressions Objectives: The student will be able to: Use the commutative, associative,

More information

THE ROYAL STATISTICAL SOCIETY 2015 EXAMINATIONS SOLUTIONS HIGHER CERTIFICATE MODULE 3

THE ROYAL STATISTICAL SOCIETY 2015 EXAMINATIONS SOLUTIONS HIGHER CERTIFICATE MODULE 3 THE ROYAL STATISTICAL SOCIETY 015 EXAMINATIONS SOLUTIONS HIGHER CERTIFICATE MODULE 3 The Society is providing these solutions to assist candidates preparing for the examinations in 017. The solutions are

More information

Unit Calendar. Date Sect. Topic Homework HW On-Time Apr , 2, 3 Quadratic Equations & Page 638: 3-11 Page 647: 3-29, odd

Unit Calendar. Date Sect. Topic Homework HW On-Time Apr , 2, 3 Quadratic Equations & Page 638: 3-11 Page 647: 3-29, odd Name/Period: Unit Calendar Date Sect. Topic Homework HW On-Time Apr. 4 10.1, 2, 3 Quadratic Equations & Page 638: 3-11 Graphs Page 647: 3-29, odd Apr. 6 9.4 10.4 Solving Quadratic Equations by Factoring

More information

Prentice Hall Stats: Modeling the World 2004 (Bock) Correlated to: National Advanced Placement (AP) Statistics Course Outline (Grades 9-12)

Prentice Hall Stats: Modeling the World 2004 (Bock) Correlated to: National Advanced Placement (AP) Statistics Course Outline (Grades 9-12) National Advanced Placement (AP) Statistics Course Outline (Grades 9-12) Following is an outline of the major topics covered by the AP Statistics Examination. The ordering here is intended to define the

More information

INFERENCE FOR REGRESSION

INFERENCE FOR REGRESSION CHAPTER 3 INFERENCE FOR REGRESSION OVERVIEW In Chapter 5 of the textbook, we first encountered regression. The assumptions that describe the regression model we use in this chapter are the following. We

More information

Introduction and Descriptive Statistics p. 1 Introduction to Statistics p. 3 Statistics, Science, and Observations p. 5 Populations and Samples p.

Introduction and Descriptive Statistics p. 1 Introduction to Statistics p. 3 Statistics, Science, and Observations p. 5 Populations and Samples p. Preface p. xi Introduction and Descriptive Statistics p. 1 Introduction to Statistics p. 3 Statistics, Science, and Observations p. 5 Populations and Samples p. 6 The Scientific Method and the Design of

More information

Teaching S1/S2 statistics using graphing technology

Teaching S1/S2 statistics using graphing technology Teaching S1/S2 statistics using graphing technology CALCULATOR HINTS FOR S1 & 2 STATISTICS - STAT MENU (2) on Casio. It is advised that mean and standard deviation are obtained directly from a calculator.

More information

Basic Business Statistics 6 th Edition

Basic Business Statistics 6 th Edition Basic Business Statistics 6 th Edition Chapter 12 Simple Linear Regression Learning Objectives In this chapter, you learn: How to use regression analysis to predict the value of a dependent variable based

More information

This is particularly true if you see long tails in your data. What are you testing? That the two distributions are the same!

This is particularly true if you see long tails in your data. What are you testing? That the two distributions are the same! Two sample tests (part II): What to do if your data are not distributed normally: Option 1: if your sample size is large enough, don't worry - go ahead and use a t-test (the CLT will take care of non-normal

More information

y = a + bx 12.1: Inference for Linear Regression Review: General Form of Linear Regression Equation Review: Interpreting Computer Regression Output

y = a + bx 12.1: Inference for Linear Regression Review: General Form of Linear Regression Equation Review: Interpreting Computer Regression Output 12.1: Inference for Linear Regression Review: General Form of Linear Regression Equation y = a + bx y = dependent variable a = intercept b = slope x = independent variable Section 12.1 Inference for Linear

More information

Business Statistics. Lecture 9: Simple Regression

Business Statistics. Lecture 9: Simple Regression Business Statistics Lecture 9: Simple Regression 1 On to Model Building! Up to now, class was about descriptive and inferential statistics Numerical and graphical summaries of data Confidence intervals

More information

LAB 3 INSTRUCTIONS SIMPLE LINEAR REGRESSION

LAB 3 INSTRUCTIONS SIMPLE LINEAR REGRESSION LAB 3 INSTRUCTIONS SIMPLE LINEAR REGRESSION In this lab you will first learn how to display the relationship between two quantitative variables with a scatterplot and also how to measure the strength of

More information

Transition Passage to Descriptive Statistics 28

Transition Passage to Descriptive Statistics 28 viii Preface xiv chapter 1 Introduction 1 Disciplines That Use Quantitative Data 5 What Do You Mean, Statistics? 6 Statistics: A Dynamic Discipline 8 Some Terminology 9 Problems and Answers 12 Scales of

More information

Dr. Maddah ENMG 617 EM Statistics 10/12/12. Nonparametric Statistics (Chapter 16, Hines)

Dr. Maddah ENMG 617 EM Statistics 10/12/12. Nonparametric Statistics (Chapter 16, Hines) Dr. Maddah ENMG 617 EM Statistics 10/12/12 Nonparametric Statistics (Chapter 16, Hines) Introduction Most of the hypothesis testing presented so far assumes normally distributed data. These approaches

More information

QUANTITATIVE DATA. UNIVARIATE DATA data for one variable

QUANTITATIVE DATA. UNIVARIATE DATA data for one variable QUANTITATIVE DATA Recall that quantitative (numeric) data values are numbers where data take numerical values for which it is sensible to find averages, such as height, hourly pay, and pulse rates. UNIVARIATE

More information

STAT 350 Final (new Material) Review Problems Key Spring 2016

STAT 350 Final (new Material) Review Problems Key Spring 2016 1. The editor of a statistics textbook would like to plan for the next edition. A key variable is the number of pages that will be in the final version. Text files are prepared by the authors using LaTeX,

More information

Unit 1 Review of BIOSTATS 540 Practice Problems SOLUTIONS - Stata Users

Unit 1 Review of BIOSTATS 540 Practice Problems SOLUTIONS - Stata Users BIOSTATS 640 Spring 2017 Review of Introductory Biostatistics STATA solutions Page 1 of 16 Unit 1 Review of BIOSTATS 540 Practice Problems SOLUTIONS - Stata Users #1. The following table lists length of

More information

9-6. Testing the difference between proportions /20

9-6. Testing the difference between proportions /20 9-6 Testing the difference between proportions 1 Homework Discussion Question p514 Ex 9-6 p514 2, 3, 4, 7, 9, 11 (use both the critical value and p-value for all problems. 2 Objective Perform hypothesis

More information

Agonistic Display in Betta splendens: Data Analysis I. Betta splendens Research: Parametric or Non-parametric Data?

Agonistic Display in Betta splendens: Data Analysis I. Betta splendens Research: Parametric or Non-parametric Data? Agonistic Display in Betta splendens: Data Analysis By Joanna Weremjiwicz, Simeon Yurek, and Dana Krempels Once you have collected data with your ethogram, you are ready to analyze that data to see whether

More information

4.1 Introduction. 4.2 The Scatter Diagram. Chapter 4 Linear Correlation and Regression Analysis

4.1 Introduction. 4.2 The Scatter Diagram. Chapter 4 Linear Correlation and Regression Analysis 4.1 Introduction Correlation is a technique that measures the strength (or the degree) of the relationship between two variables. For example, we could measure how strong the relationship is between people

More information

REVIEW: Midterm Exam. Spring 2012

REVIEW: Midterm Exam. Spring 2012 REVIEW: Midterm Exam Spring 2012 Introduction Important Definitions: - Data - Statistics - A Population - A census - A sample Types of Data Parameter (Describing a characteristic of the Population) Statistic

More information

TA: Sheng Zhgang (Th 1:20) / 342 (W 1:20) / 343 (W 2:25) / 344 (W 12:05) Haoyang Fan (W 1:20) / 346 (Th 12:05) FINAL EXAM

TA: Sheng Zhgang (Th 1:20) / 342 (W 1:20) / 343 (W 2:25) / 344 (W 12:05) Haoyang Fan (W 1:20) / 346 (Th 12:05) FINAL EXAM STAT 301, Fall 2011 Name Lec 4: Ismor Fischer Discussion Section: Please circle one! TA: Sheng Zhgang... 341 (Th 1:20) / 342 (W 1:20) / 343 (W 2:25) / 344 (W 12:05) Haoyang Fan... 345 (W 1:20) / 346 (Th

More information

Counting principles, including permutations and combinations.

Counting principles, including permutations and combinations. 1 Counting principles, including permutations and combinations. The binomial theorem: expansion of a + b n, n ε N. THE PRODUCT RULE If there are m different ways of performing an operation and for each

More information

Prob/Stats Questions? /32

Prob/Stats Questions? /32 Prob/Stats 10.4 Questions? 1 /32 Prob/Stats 10.4 Homework Apply p551 Ex 10-4 p 551 7, 8, 9, 10, 12, 13, 28 2 /32 Prob/Stats 10.4 Objective Compute the equation of the least squares 3 /32 Regression A scatter

More information

Chapter 9 Inferences from Two Samples

Chapter 9 Inferences from Two Samples Chapter 9 Inferences from Two Samples 9-1 Review and Preview 9-2 Two Proportions 9-3 Two Means: Independent Samples 9-4 Two Dependent Samples (Matched Pairs) 9-5 Two Variances or Standard Deviations Review

More information

Stat 101 Exam 1 Important Formulas and Concepts 1

Stat 101 Exam 1 Important Formulas and Concepts 1 1 Chapter 1 1.1 Definitions Stat 101 Exam 1 Important Formulas and Concepts 1 1. Data Any collection of numbers, characters, images, or other items that provide information about something. 2. Categorical/Qualitative

More information

Can you tell the relationship between students SAT scores and their college grades?

Can you tell the relationship between students SAT scores and their college grades? Correlation One Challenge Can you tell the relationship between students SAT scores and their college grades? A: The higher SAT scores are, the better GPA may be. B: The higher SAT scores are, the lower

More information