USING THE TI-83/4 STATISTICAL PROGRAMS ***

Size: px
Start display at page:

Download "USING THE TI-83/4 STATISTICAL PROGRAMS ***"

Transcription

1 USING THE TI-83/4 STATISTICAL PROGRAMS *** STA 2023 TALLAHASSEE COMMUNITY COLLEGE

2 Harry Biske, 1999 Tallahassee Community College Tallahassee, Florida

3 TABLE OF CONTENTS Introduction 1 I. Sampling and descriptive statistics functions Page A. Generating random samples 2 Seeding the calculator Selecting a simple random sample Selecting a systematic random sample 3 B. Tables: Ungrouped or grouped data tables Entering data into Lists 4 Clearing Lists Sorting Lists Multiple Lists for grouped data C. Graphs: Generating a bar graph 4 Generating a histogram 5 D Summary measures: Ungrouped or grouped data 6 E. Generating boxplots 7 II. Linear correlation and regression functions A. Entering data 8 B. Constructing a scatterplot C. Constructing a line of regression 9 D. Drawing the line of regression E. Predicting y from the line of regression F. Constructing a prediction interval III. Probability functions A. Calculating parameters 13 B. Factorials B. Permutations 14 C. Combinations E. Binomial distribution For single values of x For cumulative values of x 15 i

4 Page IV. Normal distribution A. Probability of individual values of x or z 16 B. Probability between two values of z C. Probability between two values of x 17 D. Finding values of z if probability is known E. Finding values of x if probability is known 18 F. Assessing normality of data. V. The Central Limit Theorem and Estimation Functions A. Central Limit Theorem 19 B. Estimation functions Estimating µ x, large samples 20 Estimating µ x, small samples Estimating p x, large samples VI. Hypothesis testing functions A. Testing a hypothesis of µ x with a large sample 23 B. Testing a hypothesis of µ x with a small sample 24 C. Testing a hypothesis of p x with a large sample 25 ii

5 Tallahassee Community College H. Biske STA 2023 Revised; December, 2004 USING THE TI-83/4 STATISTICAL PROGRAMS The Texas Instruments TI-83, TI-83 Plus, TI-83 Silver or TI-84 calculator is required equipment for students taking STA It is the best calculator for statistical functions, surpassing other models and even later TI models. The TI-83 Plus and Silver models, as well as the new TI-84 has the same statistical programs as the basic TI-83, with additional memory. Beware! The TI-89 and TI-92 models do not contain the same variety of statistical applications as the TI-83, and use a different presentation format. The TI-83 statistical programs reportedly may be downloaded into the TI-89 and 92 models, using a computer-calculator linkage device; however, you would still have a different format than the TI-83/4 models. Instruction will be provided in class only on the use of the TI-83/4 to perform certain statistical operations. Instruction will not be provided for other calculators or computer statistical programs. In the following descriptions and throughout this booklet an arrowhead ( > ) is used to show a sequence of key strokes or entries. For example: 2 nd > MEM > 3 > ENTER indicates four keystrokes. Before using the TI-83/4, familiarize yourself with the keyboard: the basic arithmetic and scrolling operations in blue, the ALPHA function in green, and particularly the 2nd functions, indicated in yellow. The 2nd functions particularly are used heavily in statistical functions. Also, before using the calculator, clear any existing data that may have been stored from previous use. To clear the TI-83/4 memory enter 2nd > MEM > 3(Clear entries) > ENTER; and 2nd > MEM > 4(Clear lists) > ENTER; and 2nd > MEM > 5 (Reset) > 2 (Default). To go to the home screen for new operations, press the CLEAR button or 2nd > QUIT.

6 TI-83/4 2 I. SAMPLING AND DESCRIPTIVE STATISTICS FUNCTIONS A. Generating random samples: The TI-83/4 s random numbers generator can help you select a random sample of size n from a population of size N. 1. Seeding the random numbers generator establishes the same starting point for a group of persons using separate TI-83/4s; it will ensure that each person gets the same random numbers. It is required only for group standardization; it is not required for use of the random number generator for individual use. To set a seed, enter any number other than 0 and store it in the random number generator. Example 1: Seeding with 123 : Enter 123 > STO > MATH > PRB >1(rand) > ENTER = (resulting in) 123 rand; press >ENTER = 123. The random generator is now seeded at 123. Note: When used in a group setting, seeding may be required for each use of the random number generator, particularly if one or more persons in the group perform different or additional operations from the other members of the group after the initial seeding. It is important that each person in the group be on the same page. Performing more operations than others in the group will put you on a different page in the random setting, resulting in different random numbers. 2. To select a simple random sample of size n from a population of N: Enter MATH > PRB > 5 (randint)= randint ( enter 1 >, > N >, > n > ENTER = {list of n random integers between 1 and N }. Note the use of commas to separate 1, N and n entries; they are essential entries. If the list appears incomplete on the LCD display, i.e.,{..., scroll right with the blue (>) key. If there are duplicates in the first list of n integers, press ENTER again and a second list will appear. Continue until n distinct integers are selected. Example 2: Select 5 students from a population of 326, using a seed of 321. Enter 321 > STO > MATH > PRB (1) > ENTER. = 321rand ; Press ENTER. = 321. The random number generator is seeded with 321. Consider each student having and ID number from To select the sample of 5 students, enter MATH > PRB > 5 = randint ( enter 1>, > 326 >, > 5 > ENTER. = { scroll (>)> }. The five randomly selected students are students numbered 106, 243, 112, 203, 140. Note: Be sure to separate your entries of 1, N, n with commas. It is not necessary to close the parentheses of the randint entries..

7 TI-83/4 3 D. To select a systematic sample, it is first necessary to calculate a sampling interval i = N/n, rounded up. Then select only one random selection, as described in Part 2 above: MATH > PRB > 5 > enter only 1 >, > N (no n entry) > ENTER = first data element selected. Then add k to each selection until you have n selections. If a selection exceeds N, subtract N; the sampling frame is cyclic. Example 3: Select a sample of 5 students from a population of 326, using a systematic sampling method. Use a seed of 321. First calculate k = N/n; round up. i = 326/5 = 65.2 = 66; interval is 66. Seed 321: 321 > STO > MATH > PRB > ENTER. = 321rand > ENTER. = 321. The generator is seeded with 321. Enter MATH > PRB > 5 = randint(1 >, > 326 > ENTER. = 106. This is your random start, and the first student selected. Continue: (+) > 66 > ENTER = 172. (+) > 66 > ENTER = 238. (+) > 66 > ENTER = 304. (+) > 66 > ENTER = 370 > ( -) > 326 = 44. The 5 students selected systematically are students numbered106, 172, 238, 304, and 44. B. Tables.: LISTS are the devices used to store data in tabular form for further graphing and summarization. A draft of the table is required. Note: The TI-83/4 does not construct tables. Lists are not tables, just representations of data appropriate for further operations in the TI-83/4. II. Entering data into lists: There are two methods to enter data into lists. The first is to enter the data on the home screen and then storing them into a list. Enter 2 nd >{ (brace, above parenthesis), the enter each datum, separating each with a comma. After the last datum, enter STO > 2 nd > L1 = data is stored into List 1. You may use any list L1 L6. Most list entries in this manual use this approach. An alternative, perhaps quicker, method of listing data is to access the List Library directly to enter the data. Enter STAT > EDIT-1 > ENTER to access the library. Find an empty list and scroll to the 1 st position of the empty list and enter each datum followed by > ENTER. The cursor will automatically scroll down to the next space. Continue until you have entered all your data. The data is automatically stored in the list. To verify your lists at any time, enter STAT > 1(Edit) > ENTER to view your lists. All lists will appear.

8 TI-83/4 4 III. Clearing lists: To clear all lists, enter 2 nd > MEM > 4 (Clear all lists) > ENTER = DONE. All your lists are cleared. To clear an individual list, access the List Library, STAT > 1(Edit) > ENTER, then scroll to the heading of the list you wish to clear, enter CLEAR > ENTER. The individual list is cleared, while the other lists remain intact. 3. Sorting list data: To sort the data in any list, enter STAT > SORT A (ascending, i.e. lowest to highest) or SORT D (descending: highest to lowest) > (Enter the list number to be sorted) Lx. You may also use the 2 nd > LIST (above STAT) > OPS function for the same options. 4. Listing data in grouped data or frequency tables: If the x-data is constructed into classes, with lower and upper class limits, use the class midpoints or class marks, in descending order, for the first list. The second list is a listing of the frequencies related to each class. Enter the lists as above, identifying the lists as L1 to L6. You may use any list number, retaining previous lists for future use. If you store data on a list with previous data, the new data will override the old data. Keep track of your lists. C. Drawing graphs, based on lists. 1. Constructing a bar graph for ungrouped data: Remember, the first, usually nonnumeric, column is entered numerically in a list as 1, 2, 3, 4,... Press 2nd > STATPLOT > 1(Plot 1) >- ENTER = Plot 1 > ON > ENTER ; scroll down to TYPE > scroll to histogram icon (3) > ENTER; scroll down to Xlist : enter 2nd > List number of first column > scroll down to Freq : enter 2nd > List number of second column > After setting up the graph, press Z00M > 9(Zoomstat); the bar graph will appear. With the graph in view, if you press TRACE,, you will see the graph with related data for each bar. Scroll left or right (< >) to move from bar to bar. Example 4: From the following table, construct a bar graph. Oil reserves in the Western Hemisphere, by region, 1985, in billions of barrels. Region Reserves(BBbl) Central & South America 72.3 Mexico 64.3 United States 38.8 Canada 17.6

9 TI-83/4 5 To construct the bar graph for the above data in the TI-83/4, first make lists of the data in the 2 columns: Enter 2nd > { > 1 >, > 2 >, 3 >, > 4 > STO > 2nd > L 1 > ENTER ; Enter 2nd > { > 72.3 >, > 64.3 >, > 38.8 >, > 17.6 > STO > 2nd > L 2 > ENTER ; Enter 2nd > STATPLOT > 1 > On > ENTER > Type: (3rd icon) > ENTER > XList: > 2nd > L1 > Freq: 2nd > L2 > ZOOM > 9 2. Constructing a histogram for a frequency table. Begin as above: Press 2nd > STATPLOT > 1(Plot 1) >> ENTER = Plot 1 > ON > ENTER ; scroll down to TYPE > scroll to histogram icon (3) > ENTER; scroll down to Xlist : enter 2nd > List number of first column > scroll down to Freq : enter 2nd > List number of second column > Press WINDOW to set up the scale of the histogram: Xmin = 0 or lowest value in first class Xmax = highest value in last class or more Xscl = class width Ymin = - Ymax/4 ; note the negative. Ymax = highest value or more in second list or more Yscl = 1 (or more) Yres = 1 Note: you may store more than one plot. Use Plot 2 or other plots for new plots. However, make sure only the plot you are working on plot is ON. Shut other plots OFF. Otherwise the calculator will show all ON plots simultaneously. Example 5: From the following frequency table, construct a histogram. Frequency distribution of distances completed by 50 Los Angeles Marathon runners, 1990, to the nearest mile. x x m f

10 TI-83/4 6 First enter the x m (midpoint) column, not the x-column, as a LIST ; e.g., L3 Enter the f-column as a second LIST; e.g., L4. Be sure the f-value corresponds to the appropriate midpoint value. Then, enter 2nd > STATPLOT > #(choose a plot number) > ON; Scroll down to Type: select the histogram (3rd) icon > ENTER; scroll down to Xlist : enter 2nd > List number of x m > column (L3) > scroll down to Freq : enter 2nd > List number of f> column (L4) > Press WINDOW: Xmin = 0 Xmax = 30 Xscl = 5 Ymin = - 12/4 Ymax = 12 Yscl = 1 Yres = 1 Press GRAPH; the histogram appears. Press TRACE and scroll to each for class; values of class boundaries are shown as min and max, frequencies as n. D. Calculating summary measures, based on lists. 1. For ungrouped data tables: Press STAT > CALC > 1(1Var(able) Stats) > ENTER =1-VarStats; enter 2nd > List number of second column only > ENTER = mean, standard deviations, n, (scroll down) median, max, min, quartiles. 2. For frequency tables: Press STAT > CALC > 1(Variable) Stats) > ENTER =1-VarStats; enter 2nd > List number of 1st column (marks) >, > List number of 2nd column (freq.) > ENTER = mean, standard deviations, n, (scroll down) median, max, min, quartiles. Note: For frequency distributions, remember to enter 2 list numbers, separated by commas. Example 6: Find the mean, median and standard deviation for each of the tables above. 5. For the ungrouped, discrete, data table: Enter STAT > CALC 1 > ENTER = 1-VarStats( 2nd > List number of second column > ENTER = Mean (x-bar) = BBbl; Standard dev (s x ) = BBbls; scroll down Median = BBbl.

11 TI b. For the frequency table: Enter STAT > CALC >1> ENTER = 1-VarStats( 2nd > List number of x m column >, > List number of f-column > ENTER = Mean ( x ) = 12,7 mi. Standard dev (s x ) = mi.; scroll down Median = 13 mi. c. See Part II, Section A, for finding summary measures of probability or relative frequency tables. E. Boxplots: 1. For ungrouped data tables: Press 2nd > STATPLOT> #(Plot #) > ENTER = Plot #:> ON > ENTER > scroll down to TYPE > go to second row, use 2nd boxplot icon > ENTER > scroll down to Xlist; enter 2nd > List number of data > ENTER > scroll down to Freq; enter 1. Press ZOOM > 9; and/or TRACE 2. For frequency tables: Press 2nd > STATPLOT > #(Plot # > ENTER = Plot # > ON > ENTER > scroll down to TYPE > to second row, use first boxplot icon, with outliers > ENTER > scroll down to Xlist; enter 2nd > List number of 1 st (x) column > ENTER > scroll down to Freq; enter 2nd> List number of 2nd (f) column. Press ZOOM > 9, and/or TRACE. TRACE identifies five point values of boxplot.

12 TI-83/4 8 RELATIONS BETWEEN TWO (OR MORE) VARIABLES: LINEAR CORRELATION AND REGRESSION FUNCTIONS Linear correlation and regression determine if and how a relation exists between two (or more) variables in an experiment. For such problems, the TI-83/4 constructs the scatterplot for the data provided, calculates Pearson s r, the coefficient of determination r 2, provides the statistics necessary for the construction of the regression line of least squares (y = b 0 + b 1 x), constructs the regression line on the scatterplot, predicts the y-value for any x-value, and provides the standard error of estimate and other statistics necessary for establishing a prediction interval for any predicted y-value. It also calculates the critical t-value for a hypothesis test of correlation (H 0 : ρ = 0; i.e. there is no correlation; H 1 : ρ 0). A. Entering the data: For correlation and regression functions, all data related to the variables (x,y) are entered as lists, using the first list for the x-data, and the second list for the y-data. You may choose any combination of list labels (L 1 - L 6 ), but it is essential that the order of the elements in each list correspond to the order of the ordered pairs (x i, y i ). B. Constructing a scatterplot: After entering the x and y data in lists, e.g. L 1 and L 2, you can construct the scatterplot of the data using the STATPLOT function: Enter 2nd > STATPLOT > 1(Plot1) > ENTER > ON > ENTER: Type: highlight the 1st icon (scatterplot) Xlist:: L 1 - or whatever list you entered the ordered x-values. Ylist: L 2 - or whatever list you entered the ordered y-values. Mark: Choose any point marking method. Enter ZOOM > 9 (Stat): The scatterplot will appear with points shown. Enter TRACE and you will see the corresponding x and y values point by point. C. Determining and constructing the line of linear regression or LLS Presuming that you have previously entered the data in two lists, as in A above; Enter STAT > TESTS > E(LinRegTTest) > ENTER = LinRegTTest: enter Xlist: L 1 (or your list number for the x-values). Ylist; L 2 (or your list number for the y-values). Freq: 1 β and ρ: 0; this is related to the hypothesis testing operation. RegEQ: Enter VARS(variables) > YVARS(y>variables) > 1(Function) > ENTER > 1(Y 1 ) > ENTER = Y 1. These entries for RegEQ (regression equation) will store your regression line as Y 1. If you are using Y 1 for another purpose, choose another Y. Then, scroll down to CALCULATE > ENTER =

13 TI-83/4 9 LinRegTTest (results): y = a + bx. This is the TI-83/4 form of y = b 0 + b 1 x t: = The critical value for the hypothesis test. p = The P-value for the hypothesis test. df = n -2 (for one sample, two variables). a = b 0 value (intercept) b = b 1 value (slope) s = Standard error of estimate, used to determine interval of estimate. r 2 = Coefficient of determination value. r = Pearson s r value. You can now construct your regression line y = b 0 + b 1 x using the above data. D. Drawing the regression line: After you have constructed the data set and determined and stored your regression equation, the TI-83/4 will automatically draw the regression line onto the scatterplot. To see the line enter ZOOM > 9: the scatterplot will appear and the LLS will materialize. E. Predicting y from the regression equation. Presuming that all of the above has been done, notably the linear regression equation, you can now predict any value of y, given and value of x. The predicted coordinates areon the regression line. You may either manually calculate a predicted value of y, using the regression equation y = b 0 + b 1 x, with the values of b 0 and b 1 determined above, and insert your x-value. Or you may use the TI-83/4 to determine the predicted y-value from the stored regression equation. Enter VARS > YVARS > 1(function) > 1(Y 1 or whatever Y you used to store your equation) > ENTER =Y 1 > ( > enter x-value > ) > ENTER = predicted y-value, corresponding to entered x-value. Be sure to enter both parentheses in entering your x-value. F. Constructing a prediction or confidence interval for y: The prediction interval is an estimation procedure, using an interval to predict, at any given level of confidence, the true value of y using the predicted value of y as the best available estimator; i.e. at c, (y-hat E) < y < (y-hat + E), where n( x 0 x) 2 ( ) 2 E = (± t α/2 )(s e ) n + [ n x 2 x ]

14 TI-83/4 10 The calculator does not provide the prediction interval directly, but it provides the necessary data and statistics from the results of the STAT > TESTS > E operation, above, to calculate E and construct the prediction interval manually. Example 7: For a study of the relationship between the size and weight of U.S. brown bears, eight bears were captured, tagged, their weights (in pounds) and lengths from snout to tip of rear paws (in inches) recorded, and then released. Below is the data collected from each bear in the sample: Bear Length Weight Construct a scatterplot of the above data. What is the correlation, if any, between a bear s length and weight? What proportion of a bear s weight can be attributed to its length? Construct a regression equation for the above data, and predict the weight of a bear 70 inches in length. Also, what would be the true weight of a brown bear 70 inches in length? a. To enter data: Enter x-values, length, into L1. Enter y-values, weight, into L2. Be sure that the pairs of (x i, y i ) correspond to the same positions on the two lists. b. To construct the scatterplot: Enter 2nd > STATPLOT > #(use appropriate number) > ENTER > ON > Type: 1st drawing Xlist: L 1 Ylist: L 2 Mark: 1st icon, or any you choose. ZOOM > 9 = scatterplot of the above data. c. To determine correlation and determination coefficients and regression line: Enter STAT > TESTS > E > ENTER = Xlist: L 1 Ylist: L 2 Freq: 1 β and ρ: 0 RegEQ: VARS>YVARS>1 > ENTER > 1 > ENTER = Y 1 ; scroll down CALCULATE > ENTER =

15 TI-83/4 11 LinRegTTest t = p = df = 6 a = b = s = r 2 = r = Note: Do not round these values. You may round off final answers and conclusions after using these values. Conclusions: Correlation is , indicating a strong relation between a bear s length and weight. The coefficient of determination, r 2, indicates that approximately 80.5% of a bear s weight can be attributed to its length. Line of regression is y-hat = x, which has been stored as y 1. Note: You may store the equation in any unused y. To see line of regression, enter ZOOM > 9. To predict the weight of a bear 70 inches in length: Enter VARS > YVARS > 1 > ENTER = Y 1 > ( > 70 > ) > ENTER = lbs., or lbs. d. To construct a prediction interval: At a 95% level of confidence, construct a prediction interval for the true weight of a brown bear with a length of 70 inches. y = y-hat ± E; at x = 70 in., y-hat = lbs.(above) y = ± E n( x 0 x) 2 ( ) 2 Calculate E. E = (± t α/2 )(s e ) n + [ n x 2 x ] The data for the calculation of E is found in the LinRegTTest results above: n = 8; df = 6; s e = ; and From a t-table: at c = 0.95, α = 0.05; df = 6; t α/2,6 = ± 2.447; and The values of x, x and x 2 are found in the statistics of the x-values, List 1:

16 TI-83/4 12 Enter STAT > CALC >1 = I-Var Stats ( > 2nd > L 1 > ENTER: x = ; x = 516.5; x 2 = E = (± 2.447)( ) ( ) (516.5) 2 [ ] = ± = ± lbs. Note: Don t round until the final value or answer is determined. y = ± lbs. Conclusion: Based on a sample of 8 brown bears, we are 95% sure that the true weight of a bear 70 inches long could be anywhere between and lbs., or simply, between 150 and 500 lbs.

17 TI PROBABILITY FUNCTIONS A. Calculating parameters of probability functions Relative frequency or probability distributions represent the theoretical, probable distribution of population data. Population parameters summary measures for a probability or relative frequency distribution. If you have a probability distribution table with an x or x m column, an f- column and a P(x)- column entered into Lists, as described above, you can find parameters by using the STAT > CALC > 1 function as you did for calculating sample statistics, using the class midpoint and P(x) lists. Note that when a P(x) column is entered as a variable, the results show no s x value, but the σ x value is given. The x value is used for µ x. Example 8 (See Example 6): Find the population mean and standard deviation of the distances completed by all runners in the L.A. Marathon in Probability distribution of distances completed by 50 Los Angeles Marathon runners, 1990, to the nearest mile. x x m f P(x) First enter the x m - values into a list, e..g., L1, and P(x)- values into another list. e.g., L3, then enter STAT > CALC > 1> ENTER > 2 nd > L1 >, 2 nd > L3 > ENTER = µ x = x = 12.7 miles; σ x = 7.31 miles. All other summary values are population parameters also. Compare with sample statistics. B. Factorials (n!) Enter n-value; then press MATH > PRB > 4(!) > ENTER. Warning: The factorial function will not accept an n of 3 or more digits. It will show an OVERFLOW error; i.e. the resultant number is too large.

18 TI-83/4 14 C. Permutations: npr Enter n-value; then press MATH > PRB > 2(nPr) > r-value > ENTER. D. Combinations: ncr Enter n-value; then press MATH > PRB > 3(nCr) > r-value > ENTER. Note: Remember to enter the n-value first before going to the MATH-PRB function. E. Binomial distribution: 1. For single, discrete value of x a. Hard way: Using the Bernoulli binomial formula: : P(x) = ( n C x )(p x )(q n-x ) where p = P(S); q = P(F) = 1 - p. Enter n-value; then press MATH > PBR >3 > x-value > X(times) > p-value > ^(power) > x-value > X(times) > q-value > ^ (power) (n-x) value. Note use of multiplication (X) and exponent (^) symbols. Example 9: What is the probability of exactly 4 successes in 10 trials if the probability of success is 55%? a. Enter 10 > MATH >PRB > 3 > 4 > X(times) > 0.55 > ^ > 4 > X > 0.45 > ^ > 6 > ENTER = Note: Values of p and q should be entered as decimals; e.g. 55% = 0.55 or.55. The whole number 0 in your decimal value is not necessary, but the decimal point (.) is necessary. b. Easier way: Using the TI-83/4 binomial distribution function: 2nd > DISTR (above VARS). Enter 2nd > DISTR > 0 (binompdf) > n-value > p-value > x- value > ENTER. Note: Within the DIST function, the 0 option (scroll down to or enter 0) is for the binompdf function, the binomial probability density function of a single, discrete value of x or P(x). Be sure to use commas to separate n, p, and x-values.

19 TI-83/4 15 Example 10: Same problem as above, using binompdf function: Enter 2nd > DISTR > 0 = binompdf (10>, > 0.55., > 4 > ENTER. = For cumulative values of x; i.e. a range of values of x: Use the binomial cumulative density function: 2nd > DISTR > A(binomcdf) > n >, p >, > x > ENTER. Note use of commas. Example11: What is the probability of at most 4 successes in 10 trials if the probability of success is 55%? At most 4 means 4 (from 0 to 4 ). Enter 2nd > DISTR > ALPHA > A (or scroll down to A ) = binomcdf(: enter 10>, > 0.55 >, > 4 > ENTER. = = P(x 4). Example 12: What is the probability of at least 4 successes in 10 trials if the probability of success is 55%? At least 4 means 4 or more (up to the limit of trials, 10 in this exercise). P (at least 4) = 1 - P(x < 4) = 1 - P(0 or 1 or 2 or 3 ) = Enter 1 > (minus) > 2nd > DISTR > ALPHA > A (or scroll down to A ) = binomcdf (: enter 10 >, > 0.55>, > 3 > ENTER. = = P(x 4). Note: binomcdf means binomial cumulative density function of x, or P( all values less than or equal to x successes); in a binomial distribution this includes 0 successes). Example 13: What is the probability of between 4 to 8 successes in 10 trials if the probability of success is 55%? P( Between 4 and 8 (inclusive) ) means P[( x 8) - (x 3)]. Enter 2nd > DISTR > ALPHA > A (or scroll down to A ) = binomcdf(: enter 10 >, > 0.55 >, 8 > (-) (minus) > 2nd > DISTR > A = Binomcdf(; enter 10 >, > 0.55 >, > 3 > ENTER. = = P( 4 x 8). Note: We are using 2 binomcdf operations here. Remember to enter the close parentheses ) after the x-value of the first binomcdf. It is not necessary to close parentheses for one or the final operation of the binomcdf function. These binomial functions could also be performed using the binomial probability density function table found in the text, Table A-1. Remember, this table is a probability density function table; i.e. the probabilities of single, discrete values of x are given for selected values of n and p. For cumulative probabilities, individual probabilities must be added together. Other limitations of this table are a limited n (2-15) and limited p-values (in multiples of 0.10 only)

20 TI-83/4 16 NORMAL DISTRIBUTION FUNCTIONS Most inferences are made through the use of the standard normal distribution -- the z - distribution. The probability density function for a z-distribution can be found in the standard z-table, shown in your text as table A-2, also on the inside back cover, or in operations of the TI-83/4 2nd > DISTR > 2(normcdf) and 3(invNorm) functions. A. To find the probability of individual values of x or z in a normal distribution, use the 2nd > DISTR > 1(normpdf) function. 1. Example 14: Find P( z = 1.76) Enter 2nd > DISTR > 1 = normalpdf( : enter 1.76 > ENTER = Note: This was the probability of a z-value. 2. Example 15: Find P(x = 65 µ x = 70; σ x = 10). For a normal x-distribution, values of x, µ x and σ x must be entered. Enter 2nd > DISTR > 1 = normalpdf(: enter 65 >, > 70 >, > 10 > ENTER = B. To find the probability between any two values of z: i.e. Z 1, Z 2, use the 2nd > DISTR > 2(normcdf) function, entering the first and second z-values, from left to right. 1. Example 16: If Z 1 = 0; Z 2 = 1.76; find P(0 < z < 1.76): Enter 2nd > DISTR > 2 (normcdf) > ENTER = Normcdf(: enter 0 >, > 1.76 > ENTER = Notes: Two z-values must be entered, the minimum and maximum boundaries of the interval, reading from left to right, separated by a comma. The closing parenthesis ) need not be entered. 2. Example 17: Find P( < z < 0). Enter 2nd > DISTR > 2 (normcdf) > ENTER = normcdf(enter (-) > 1.76 >, > 0 > ENTER = Notes: Use the negative (-) key. Even though z-values may be negative, P(z) is always positive. 3. Example 18: Find P( < z < 1.76). Enter 2nd > DISTR >>2 (normcdf) > ENTER = normcdf( enter (-) > 1.76 >, > 1.76 > ENTER = = 2(0.4608)

21 TI-83/ Example 19: Find P( z < 1.76). This is the entire left half of the normal curve plus a portion from 0 to 1.76 on the right half; i.e. the left boundary of this area is negative infinity, the right boundary is Enter 2nd > DISTR > 2 (normcdf). ENTER = normcdf(: enter 2nd > EE > 99 >, > 1.76 > ENTER = Note: 2nd > EE > 99 = E99 = 10 99, an extremely large number used to stand for infinity. Correspondingly, -E99 stands for negative infinity. To enter -E99, enter: 2 nd > (-) > 2 nd > EE > 99. Remember to use a comma to separate z-values, including infinities.. 5. Example 20: Find P( z > 1.76). This is the right tail only, from z-value 1.76 to infinity. Enter 2nd > DISTR > 2 > ENTER = normcdf(: enter 1.76 >, > 2nd > EE > 99 > ENTER = C. To find the probability between any two values of x in a normal distribution, use the same functions as above, but remember to also enter values of µ x and σ x. Example 21: Find P( 60 < x < 80 µ x = 70; σ x = 10). Enter 2nd > DISTR > 2 = normcdf(; 60 >, > 80 >, > 70 >, > 10 > ENTER = Note: Remember to use commas. D. Finding z-values if the P(z) is known. This is the reverse of finding P(z). In using the z-table you would literally reverse the procedure above. With the TI-83/4, you would use the 2nd > DISTR > 3 (invnorm) -- inverse normal -- function. This function only reads probability values entered as a cumulative probability P( z Z x ), for any given ± Z x and/or P( x X x ), for any given ± X x, given µ x and σ x. 1. Example 22: What is the value of Z x for P( z Z x ) = This implies an area of the normal density function that is only on the left tail, the right boundary of which would be Z x Enter 2nd > DISTR > 3 (invnorm) = invnorm (: > ENTER = Example 23: What is the value of Z x for P( z Z x ) = This implies an area of the normal density function that is the entire left half plus a large portion of the right half, the right boundary of which would be Z x. Enter 2nd > DISTR > 3 = invnorm(: enter > ENTER = 1.36

22 TI-83/ Example 24: What is the value of Z x for P( z > Z x ) = This implies an area of the normal density function that is only on the right tail, the left boundary of which would be Z x. Remember, the invnorm function only reads probability values entered as a cumulative probability P( z Z x ), for any given ± Z x. Therefore, = = the density of the area Z x Enter 2nd > DISTR > 3 = invnorm (enter 1 > -(minus) > > ENTER = Or 2nd > DISTR > 3 = invnorm(: > ENTER = 2.25 E. Finding x-values if P(Z x ) is known. Use the invnorm function as above, but include the values of µ x and σ x. Remember, the invnorm function only reads probability valuesentered as a cumulative probability P( z Z x ), for any given ± Z x. Example 25: What is the test score which is the 90 percentile value for a distribution of scores with a mean of 70 and a standard deviation of 10? The 90 percentile implies a cumulative probability P(z Z x ) = 0.9. Enter 2nd > DISTR > 3 = invnorm(: 0.9 >, > 70 >, > 10 > ENTER = or 83 F. Assessing normality of data using a normal probability plot. Many data analysis methods presume a variable is normally distributed, or approximately so. The larger the sample, the more the data will present a relatively bell-shaped histogram or probability curve. On the other hand, for small samples, the shape of any frequency or probability graph is often uncertain, and often far from bell-shaped. A more sensitive graphic technique to assess normality is the normal probability plot, which plots each datum (x i ) and its corresponding z-score (z xi ) as a point on a set of x and z axes. The more linear the plot of (x, z x ) points appears, the more probable the set of data is normally distributed. To construct a normal probability plot, use the Statplot function: Enter the data into a List; then 2 nd > STATPLOT > go the any available Plot > ON > ENTER > (Be sure all other Plots are OFF) Scroll down to Type > scroll right to sixth (last) icon > ENTER > Scroll down to Data List: enter List number of data: 2 nd > L# > ENTER > Scroll down to Data Axis:: enter X > ENTER > Scroll down to Mark: select and enter the point style of your choice > ENTER > ZOOM > 9. Visually assess the linearity of the plot and hence the normality of the data. Note that the vertical z-axis has both positive and negative values

23 TI-83/4 19 THE CENTRAL LIMIT THEOREM AND ESTIMATION FUNCTIONS A. The Central Limit Theorem (CLT) allows the use of the normal distribution for any distribution of x, normal or non-normal. If the x-distribution is originally normal, the x -distribution is also normal. If the x-distribution is non-normal, the x -distribution can be assumed to normal for samples 30. In either case, µ x = µ x, and σ x = σ x n. If N is known and n/n 0.05, then σ x = σ x N n. The second factor, n N 1 is called the finite population adjustment or correction (FPA). N n N 1 ) In either case again, use the normal distribution functions, normcdf and invnorm, with σ x rather than σ x. B. Estimation is the process of determining an interval estimate for population parameters, µ x or p x. These estimates presume the use of a normal distribution by reason of the Central Limit Theorem. The primary functions for estimation are found in the STAT > TESTS functions of the TI-83/4. 1. Estimating µ x for large samples (n 30). Enter STAT > TESTS > 7(Zinterval) > Stats > ENTER = Zinterval: Scroll down to σ: Enter value of σ x ; x : Enter value of sample mean; n: Enter value of sample size; C-level: Enter value as decimal. Scroll down to Calculate > ENTER. = Zinterval ( x - E, x + E) or ( x E) < µ x < ( x + E) To find the margin of error E: E = ( x + E) - x Example 25: From a sample of 106 healthy persons, the average body temperature was 98.2 F and the standard deviation was 0.62 F. Find a 95% confidence interval for the body temperature of all healthy persons. What is the margin of error? Enter STAT > TESTS > 7 > Stats > ENTER = Zinterval: scroll down to: σ: 0.62 x : 98.2 n: 106 C-level: 0.95

24 TI-83/4 20 Scroll down to Calculate > ENTER. = Zinterval ( , ) i.e., F < µ x < F. Conclusion: Based on a sample of 106 persons, we are 95% certain that the average body temperature of healthy people in general is between and F. E = = F. 2. Estimating µ x for small samples (n < 30). There are two distinct situations here. If the original distribution of x is normal, use the z-distribution, regardless of the sample size. Use the same procedures as above. However, if the original x- distribution is not normal or cannot be presumed to be normal, the z-distribution cannot be used. The t- distribution is used instead. Estimating µ x for non-normal distributions w. small samples, using t-distribution: Enter STAT > TESTS > 8(Tinterval) > Stats > ENTER = Tinterval: Scroll down to: x : Enter value of sample mean; s x : Enter value of sample standard deviation; n: Enter value of sample size; C-level: Enter value as decimal. Scroll down to Calculate > ENTER = Tinterval ( x - E, x + E) i.e.: x - E < µ x < x + E To find E : E = ( x + E) - x Example 26: Same as Example 25 above, with n = 10. Enter STAT > TESTS > 8> ENTER > Stats > ENTER = Zinterval: scroll down to: x : 98.2 s x : 0.62 n: 10 C-level: 0.95 Scroll down to Calculate; ENTER. = Tinterval ( , ) i.e., F < µ x < F. Conclusion : Based on a sample of 10 persons, we are 95% certain that the average body temperature of healthy people in general is between and F. E = = F. 3. Estimating p x for large samples (n 30). The estimation of p x is based on the normal approximation of a binomial distribution, and can only be made with large samples. The observed probability of success, or sample probability, is p, called p-hat.

25 TI-83/4 21 Enter STAT > TESTS > ALPHA > A (or scroll down to A:1 variable > PropZInt) > ENTER > Stats > ENTER = 1-PropZInt: Scroll down to: x: Enter value of number of successes. Note: This is x, not x. n: Enter value of sample size; C-level: Enter as decimal value; Scroll down to Calculate > ENTER = pinterval( p - E, p + E). To find E: E = ( p + E) - p or ( p - E )< p x < ( p + E) Example 27: In a survey of 1068 U.S. households, 673 stated that they use a telephone answering machine or service. Find the 90% confidence interval of the total proportion of U.S. households that use telephone answering machines or services. p = 673/1068 = Enter STAT > TESTS > A > ENTER > Stats > ENTER = 1-PropZInt: Scroll down to: x = 673; n = 1068; C-level = 0.9; Scroll down to Calculate > ENTER = pinterval ( , ) i.e.: < p x < Conclusion: Based on a sample of 1068 households in the U.S., we are 90% confident that between 61% and 65% of U.S. households use telephone answering machines or services. E = = To use the finite population adjustment or correction in estimtion, enter (σ x ) > (X)(times) > 2nd > > ( > N > ( ) > n > ) > /(divide) > ( > (N 1) >). Note the use of parentheses. In estimating p x, the value of σ = p p q n must be entered manually. Example 28: If N = 500, n = 50, p = 0.68; estimate p x at c = Since 50/500 = 0.10, FPA must be used. Use hand calculation method. Calculate margin of error. Note the strategic use of parentheses here: 1.96 > (X)(times) > 2nd > ( > ( > 0.68 > (X) > 0.32 >) > /(divide) > 50 >) > X(times) > 2nd > > ( > (500 50) >) > /(divide) > 499 > ENTER = Therefore p x = 0.68 ± = (0.557, 0.803)

26 TI-83/4 22 Notes on estimation functions : 1. For estimation of µ x functions on the TI-83/4, the value of σ x, not σ x, is entered for the statistic σ. The TI-83/4 calculates σ x. If the FPA is required, enter σ x X(times) FPA. 2. For estimation of p x, samples must be 30. If FPA is necessary, hand calculation of the p q σ = is required; see Example 24. p n 3. The STAT - TESTS options can be entered directly, rather than scrolled down. For STAT -TESTS option A, you can enter ALPHA - A (above MATH), or scroll down. 4. The option of using STAT - TESTS >... > Data, rather that Stats, is based on the entry of raw data, i.e., observed values of x, into lists, either as an array or a frequency distribution, prior to the calculation of sample statistics. The use of STAT - TESTS >... > Stats requires the sample mean and standard deviation to be known.

27 TI-83/4 23 HYPOTHESIS TESTING FUNCTIONS The TI-83/4 functions for testing hypotheses vary according to the parameter being tested, the sample size(s) and the number of samples involved in the testing. For this course we will limit discussion to one sample testing procedures. We will show the traditional 7 steps and the P-value procedures. To test hypotheses of µ x or p x, based on samples of n 30, use the STAT - TESTS > 1(Z-Test) function for µ x or STAT > TESTS > 5(1 sample -PropZTest) function for p x. For testing hypotheses for µ x with samples less than 30, use STAT >TESTS > 2(T-Test) function. There is no test for p x with small samples. Note: These functions will identify the test statistic and the P-value for a test. They do not identify the critical value(s) nor make your decision to reject or not reject H 0. You must still set up the problem and decide from the results provided. A. Testing a hypothesis of µ x with n 30: Use STAT > TEST > 1(Z-Test) function. Example 29. For a sample of 106 adults, their average body temperature was 98.2 F, with a standard deviation of 0.62 F. Test the claim that the mean body temperature of healthy adults is 98.6 F. Use a level of significance of 5%. Traditional method: 1. H 0 : µ x = 98.6 F H 1 : µ x 98.6 F 2-tail test 2. At α = 0.05, with a 2-tail test, for a sample n 30, the critical values are z α/2 = ± Use z-table. 3. Reject H 0 if z t or z t Otherwise, do not reject. 4. Calculate z t : Enter STAT > TESTS > 1 > Stats > ENTER = µ 0 = 98.6; scroll down σ x = 0.62 x-bar = 98.2 n = 106 H 1 is µ µ 0 > ENTER; scroll down Calculate > ENTER = Z-Test: µ x = 98.6 z t = p = x ; x = 98.2 n = z t = < -1.96; Reject H 0.

28 TI-83/ Conclusion: Based on a test of a random sample of 106 adults, at a level of significance of 5%, there is very strong evidence that the mean body temperature of healthy adults is not 98.6 F, but may be less, based on the data available. P-value method: P-value is p = x = which is extremely significant. Therefore, reject H 0 without doubt. Notes: 1. The calculator is only useful for Step 5; you must set up the problem manually beforehand. C. If you choose the P-value method, you must still use at least Steps 1 and 2. D. You may also use the DRAW option to show the test results, rather than the CALCULATE option. It will show a (norrmal) z or t-curve, with only the values of the test statistic and P-value given, and the area of the P-value highlighted. The CALCULATE option is sufficient for this ciurse. B. Testing a hypothesis of µ x with one sample of n < 30: Use STAT > TEST > 2 (T-Test) function. Example 30. A sample of seven 12-ounce aluminum cans was subjected to a pressure test. The amount of pressure, in lbs/sq.in., that each can withstood before crumbling was:270, 273, 258, 204, 254, 228, 282 lbs. At a significance level of 0.01, test the claim of the manufacturer that these cans can withstand a mean pressure of over 250 lbs/sq.in. Note: These are data, not statistics being provided. Traditional method: 1. H 0 : µ x 250 lbs./sq.in. H 1 : µ x > 250 lbs/sq.in. right tail test 2. At α = 0.01, with a right tail test, for a sample n < 30, the critical value, at d.f. = 6, is t α = Use t-table 3. Reject H 0 if t t Otherwise, do not reject. 4. Calculate t t : First enter the above data into List 1: Enter 2nd > { > 270 >, > 273 >, > 258 >, > 204 >, > 254 >, > 228 >, > 282 > STO > 2nd > L 1. Clear, and then enter STAT > TESTS > 2 > Data. ENTER = µ 0 = 250 List = L 1 Freq = 1 H 1 is µ > µ 0 > ENTER CALCULATE > ENTER =

29 TI-83/4 25 T-Test: µ x > 250 t t = p = x = s x = n = t t = < 3; Do not reject H Conclusion: Based on a test of a random sample of 7 cans, at a 1% level of significance, there is insufficient evidence to reject Ho. The mean sustaining pressure is less than or equal to 250 lbs./sq.in. The manufacturer s claim is not supported, based on this test. P-value method: p = ; extremely insignificant. We cannot reject H o. There is very little evidence to support the manufacturer s claim. C. Testing a hypothesis of p x with one sample of n 30: Use STAT > TEST > 5 (1-PropZTest)function. Testing of hypotheses with p x require large samples to support the normal approximation of a binomial distribution. Example 31: A random sample of 100 cola drinkers took a taste test. They were asked to choose the better taste between Coke and Pepsi 1; 51 preferred Coke. At a 5% level of significance, test the claim that Coke is preferred over Pepsi 1 by more than 50% of cola drinkers. Note: We re back to statistics being provided here. Traditional: 1. H 0 : p x 0.5 H 1 : p x > 0.5 right tail test 2. At α = 0.05, with a right tail test, the critical value, is z α = Use t-table 3. Reject H 0 if z t Otherwise, do not reject 4. Calculate z t : Enter STAT > TESTS > 5 > Stats > ENTER; p 0 = 0.5 x = 51; Note: This is x, not x-bar. n = 100 H 1 is prop > p 0 > ENTER CALCULATE > ENTER = 1-PropZTest: prop > 250 z t = 0.2 p =

30 TI-83/4 26 p = 0.51 n = z t = 0.2 < 1.645; Do not reject H Conclusion: Based on a test of a random sample of 100 cola drinkers, at a 5% level of significance, there is insufficient evidence to reject H 0. The proportion of drinkers who favor Coke is less than or equal to 50%. Coke s claim is not supported by these data. P-value method: p = ; extremely insignificant. We cannot reject H o. There is very little evidence to support Coke s claim.

31 Florida A & M University (FAMU) H. Biske Revised; Dec., 1999 USING THE TI-83/4 STATISTICAL FUNCTIONS The Texas Instruments TI-83/4 calculator is required equipment for students taking this course in Statistics. It is the best calculator for statistical functions, surpassing other models and even later TI models. Instruction will be provided in class on the use of the TI-83/4 to calculate certain statistical functions. Instruction will not be provided for other calculators or computer functions. * In the following descriptions and throughout this booklet a dash is used to show a sequence of key strokes or entries. For example: 2 nd > MEM > 3 > ENTER indicates four keystrokes. The subtraction operation will be shown with parentheses ( - ). Before using the TI-83/4, familiarize yourself with the keyboard: the basic arithmetic and scrolling operations in blue, the ALPHA function in green, and particularly the 2nd functions, indicated in yellow. The 2nd functions particularly are used heavily in statistical functions. Also, before using the calculator, clear any existing data that may have been stored from previous use. To clear the TI-83/4 memory enter 2nd > MEM > 3(Clear entries) > ENTER; and 2nd > MEM > 4(Clear lists) > ENTER; and 2nd > MEM > 5 (Reset) > 2 (Default). To go to the home screen for new operations, press the CLEAR button or 2nd > QUIT. I. DESCRIPTIVE STATISTICS FUNCTIONS A. Generating random numbers: The TI-83/4 s random numbers generator can help you select a random sample of size n from a population of size N. 1. Seeding the random numbers generator establishes the same starting point for a group of persons using separate TI-83/4s; it will ensure that each person gets the same random numbers. It is not required for use of the random number generator for individual use. To set a seed, enter any number other than 0 and store it in the random number generator. Example 1: Seeding with 123 : Enter 123 > STO > MATH > PRB (rand) > ENTER = (resulting in) 123 rand; press ENTER = 123. The random generator is now seeded at 123. Note: Seeding is required for each use of the random number generator, if seeding is desired.

32 Florida State University (FSU) H. Biske Revised; Dec., 1999 USING THE TI-83/4 STATISTICAL FUNCTIONS The Texas Instruments TI-83/4 calculator is required equipment for students taking this course in Statistics. It is the best calculator for statistical functions, surpassing other models and even later TI models. Instruction will be provided in class on the use of the TI-83/4 to calculate certain statistical functions. Instruction will not be provided for other calculators or computer functions. * In the following descriptions and throughout this booklet a dash is used to show a sequence of key strokes or entries. For example: 2 nd > MEM > 3 > ENTER indicates four keystrokes. The subtraction operation will be shown with parentheses ( - ). Before using the TI-83/4, familiarize yourself with the keyboard: the basic arithmetic and scrolling operations in blue, the ALPHA function in green, and particularly the 2nd functions, indicated in yellow. The 2nd functions particularly are used heavily in statistical functions. Also, before using the calculator, clear any existing data that may have been stored from previous use. To clear the TI-83/4 memory enter 2nd > MEM > 3(Clear entries) > ENTER; and 2nd > MEM > 4(Clear lists) > ENTER; and 2nd > MEM > 5 (Reset) > 2 (Default). To go to the home screen for new operations, press the CLEAR button or 2nd > QUIT. I. DESCRIPTIVE STATISTICS FUNCTIONS A. Generating random numbers: The TI-83/4 s random numbers generator can help you select a random sample of size n from a population of size N. 1. Seeding the random numbers generator establishes the same starting point for a group of persons using separate TI-83/4s; it will ensure that each person gets the same random numbers. It is not required for use of the random number generator for individual use. To set a seed, enter any number other than 0 and store it in the random number generator. Example 1: Seeding with 123 : Enter 123 > STO > MATH > PRB (rand) > ENTER = (resulting in) 123 rand; press ENTER = 123. The random generator is now seeded at 123. Note: Seeding is required for each use of the random number generator, if seeding is desired.

How Does My TI-84 Do That

How Does My TI-84 Do That How Does My TI-84 Do That A guide to using the TI-84 for statistics Austin Peay State University Clarksville, Tennessee How Does My TI-84 Do That A guide to using the TI-84 for statistics Table of Contents

More information

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

USING A TI-83 OR TI-84 SERIES GRAPHING CALCULATOR IN AN INTRODUCTORY STATISTICS CLASS USING A TI-83 OR TI-84 SERIES GRAPHING CALCULATOR IN AN INTRODUCTORY STATISTICS CLASS W. SCOTT STREET, IV DEPARTMENT OF STATISTICAL SCIENCES & OPERATIONS RESEARCH VIRGINIA COMMONWEALTH UNIVERSITY Table

More information

Probability Distributions

Probability Distributions CHAPTER 6 Probability Distributions Calculator Note 6A: Computing Expected Value, Variance, and Standard Deviation from a Probability Distribution Table Using Lists to Compute Expected Value, Variance,

More information

TI 83/84 Calculator The Basics of Statistical Functions

TI 83/84 Calculator The Basics of Statistical Functions What you want to do How to start What to do next Put Data in Lists STAT EDIT 1: EDIT ENTER Clear numbers already in a list: Arrow up to L1, then hit CLEAR, ENTER. Then just type the numbers into the appropriate

More information

2 Describing, Exploring, and

2 Describing, Exploring, and 2 Describing, Exploring, and Comparing Data This chapter introduces the graphical plotting and summary statistics capabilities of the TI- 83 Plus. First row keys like \ R (67$73/276 are used to obtain

More information

Stats on the TI 83 and TI 84 Calculator

Stats on the TI 83 and TI 84 Calculator Stats on the TI 83 and TI 84 Calculator Entering the sample values STAT button Left bracket { Right bracket } Store (STO) List L1 Comma Enter Example: Sample data are {5, 10, 15, 20} 1. Press 2 ND and

More information

6 3 The Standard Normal Distribution

6 3 The Standard Normal Distribution 290 Chapter 6 The Normal Distribution Figure 6 5 Areas Under a Normal Distribution Curve 34.13% 34.13% 2.28% 13.59% 13.59% 2.28% 3 2 1 + 1 + 2 + 3 About 68% About 95% About 99.7% 6 3 The Distribution Since

More information

Getting to know your TI-83

Getting to know your TI-83 Calculator Activity Intro Getting to know your TI-83 Press ON to begin using calculator.to stop, press 2 nd ON. To darken the screen, press 2 nd alternately. To lighten the screen, press nd 2 alternately.

More information

Pre-Calculus Graphing Calculator Handbook

Pre-Calculus Graphing Calculator Handbook Pre-Calculus Graphing Calculator Handbook I. Graphing Functions A. Button for Functions This button is used to enter any function to be graphed. You can enter up to 10 different functions at a time. Use

More information

CALCULATIONS & STATISTICS

CALCULATIONS & STATISTICS CALCULATIONS & STATISTICS CALCULATION OF SCORES Conversion of 1-5 scale to 0-100 scores When you look at your report, you will notice that the scores are reported on a 0-100 scale, even though respondents

More information

TI-83, TI-83 Plus and the TI-84 GRAPHING CALCULATOR MANUAL. Introductory Statistics. Prem S. Mann Eastern Connecticut State University

TI-83, TI-83 Plus and the TI-84 GRAPHING CALCULATOR MANUAL. Introductory Statistics. Prem S. Mann Eastern Connecticut State University TI-83, TI-83 Plus and the TI-84 GRAPHING CALCULATOR MANUAL James A. Condor Manatee Community College to accompany Introductory Statistics Sixth Edition by Prem S. Mann Eastern Connecticut State University

More information

Copyright 2007 by Laura Schultz. All rights reserved. Page 1 of 5

Copyright 2007 by Laura Schultz. All rights reserved. Page 1 of 5 Using Your TI-83/84 Calculator: Linear Correlation and Regression Elementary Statistics Dr. Laura Schultz This handout describes how to use your calculator for various linear correlation and regression

More information

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

Academic Support Center. Using the TI-83/84+ Graphing Calculator PART II Academic Support Center Using the TI-83/84+ Graphing Calculator PART II Designed and Prepared by The Academic Support Center Revised June 2012 1 Using the Graphing Calculator (TI-83+ or TI-84+) Table of

More information

Bowerman, O'Connell, Aitken Schermer, & Adcock, Business Statistics in Practice, Canadian edition

Bowerman, O'Connell, Aitken Schermer, & Adcock, Business Statistics in Practice, Canadian edition Bowerman, O'Connell, Aitken Schermer, & Adcock, Business Statistics in Practice, Canadian edition Online Learning Centre Technology Step-by-Step - Excel Microsoft Excel is a spreadsheet software application

More information

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

Summary of Formulas and Concepts. Descriptive Statistics (Ch. 1-4) Summary of Formulas and Concepts Descriptive Statistics (Ch. 1-4) Definitions Population: The complete set of numerical information on a particular quantity in which an investigator is interested. We assume

More information

Descriptive Statistics

Descriptive Statistics Y520 Robert S Michael Goal: Learn to calculate indicators and construct graphs that summarize and describe a large quantity of values. Using the textbook readings and other resources listed on the web

More information

Probability Distributions

Probability Distributions Learning Objectives Probability Distributions Section 1: How Can We Summarize Possible Outcomes and Their Probabilities? 1. Random variable 2. Probability distributions for discrete random variables 3.

More information

The Normal Distribution

The Normal Distribution Chapter 6 The Normal Distribution 6.1 The Normal Distribution 1 6.1.1 Student Learning Objectives By the end of this chapter, the student should be able to: Recognize the normal probability distribution

More information

Copyright 2013 by Laura Schultz. All rights reserved. Page 1 of 7

Copyright 2013 by Laura Schultz. All rights reserved. Page 1 of 7 Using Your TI-83/84/89 Calculator: Linear Correlation and Regression Dr. Laura Schultz Statistics I This handout describes how to use your calculator for various linear correlation and regression applications.

More information

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

1. What is the critical value for this 95% confidence interval? CV = z.025 = invnorm(0.025) = 1.96 1 Final Review 2 Review 2.1 CI 1-propZint Scenario 1 A TV manufacturer claims in its warranty brochure that in the past not more than 10 percent of its TV sets needed any repair during the first two years

More information

TI-83/84 Plus Graphing Calculator Worksheet #2

TI-83/84 Plus Graphing Calculator Worksheet #2 TI-83/8 Plus Graphing Calculator Worksheet #2 The graphing calculator is set in the following, MODE, and Y, settings. Resetting your calculator brings it back to these original settings. MODE Y Note that

More information

Final Exam Practice Problem Answers

Final Exam Practice Problem Answers Final Exam Practice Problem Answers The following data set consists of data gathered from 77 popular breakfast cereals. The variables in the data set are as follows: Brand: The brand name of the cereal

More information

Data Analysis Tools. Tools for Summarizing Data

Data Analysis Tools. Tools for Summarizing Data Data Analysis Tools This section of the notes is meant to introduce you to many of the tools that are provided by Excel under the Tools/Data Analysis menu item. If your computer does not have that tool

More information

Statistics I for QBIC. Contents and Objectives. Chapters 1 7. Revised: August 2013

Statistics I for QBIC. Contents and Objectives. Chapters 1 7. Revised: August 2013 Statistics I for QBIC Text Book: Biostatistics, 10 th edition, by Daniel & Cross Contents and Objectives Chapters 1 7 Revised: August 2013 Chapter 1: Nature of Statistics (sections 1.1-1.6) Objectives

More information

Calculator Notes for the TI-89, TI-92 Plus, and Voyage 200

Calculator Notes for the TI-89, TI-92 Plus, and Voyage 200 CHAPTER 1 Note 1A Reentry Calculator Notes for the TI-89, TI-92 Plus, and Voyage 200 If you want to do further calculation on a result you ve just found, and that result is the first number in the expression

More information

Statistics with the TI-86

Statistics with the TI-86 Statistics with the TI-86 The TI-86 Manual, besides coming with your calculator, can be downloaded or read in a browser in Adobe Acrobat Reader form from http://education.ti.com/product/pdf/gb/ti86book.pdf.

More information

Introduction to Statistics Using the TI-83 Graphing Calculator. Dr. Robert Knight

Introduction to Statistics Using the TI-83 Graphing Calculator. Dr. Robert Knight Introduction to Statistics Using the TI-83 Graphing Calculator By Dr. Robert Knight This document is a working text that is designed specifically for the course of Introductory Statistics that I teach.

More information

LAGUARDIA COMMUNITY COLLEGE CITY UNIVERSITY OF NEW YORK DEPARTMENT OF MATHEMATICS, ENGINEERING, AND COMPUTER SCIENCE

LAGUARDIA COMMUNITY COLLEGE CITY UNIVERSITY OF NEW YORK DEPARTMENT OF MATHEMATICS, ENGINEERING, AND COMPUTER SCIENCE LAGUARDIA COMMUNITY COLLEGE CITY UNIVERSITY OF NEW YORK DEPARTMENT OF MATHEMATICS, ENGINEERING, AND COMPUTER SCIENCE MAT 119 STATISTICS AND ELEMENTARY ALGEBRA 5 Lecture Hours, 2 Lab Hours, 3 Credits Pre-

More information

Introductory Handbook for the TI-89 Titanium

Introductory Handbook for the TI-89 Titanium Introductory Handbook for the TI-89 Titanium Note: This handbook will, for the most part, work for the standard TI-89 as well. The color-coding used on the TI-89 differs from the color-coding used on the

More information

6.4 Normal Distribution

6.4 Normal Distribution Contents 6.4 Normal Distribution....................... 381 6.4.1 Characteristics of the Normal Distribution....... 381 6.4.2 The Standardized Normal Distribution......... 385 6.4.3 Meaning of Areas under

More information

Scatter Plot, Correlation, and Regression on the TI-83/84

Scatter Plot, Correlation, and Regression on the TI-83/84 Scatter Plot, Correlation, and Regression on the TI-83/84 Summary: When you have a set of (x,y) data points and want to find the best equation to describe them, you are performing a regression. This page

More information

Exercise 1.12 (Pg. 22-23)

Exercise 1.12 (Pg. 22-23) Individuals: The objects that are described by a set of data. They may be people, animals, things, etc. (Also referred to as Cases or Records) Variables: The characteristics recorded about each individual.

More information

AP Statistics Solutions to Packet 2

AP Statistics Solutions to Packet 2 AP Statistics Solutions to Packet 2 The Normal Distributions Density Curves and the Normal Distribution Standard Normal Calculations HW #9 1, 2, 4, 6-8 2.1 DENSITY CURVES (a) Sketch a density curve that

More information

Guide for Texas Instruments TI-83, TI-83 Plus, or TI-84 Plus Graphing Calculator

Guide for Texas Instruments TI-83, TI-83 Plus, or TI-84 Plus Graphing Calculator Guide for Texas Instruments TI-83, TI-83 Plus, or TI-84 Plus Graphing Calculator This Guide is designed to offer step-by-step instruction for using your TI-83, TI-83 Plus, or TI-84 Plus graphing calculator

More information

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

Density Curve. A density curve is the graph of a continuous probability distribution. It must satisfy the following properties: Density Curve A density curve is the graph of a continuous probability distribution. It must satisfy the following properties: 1. The total area under the curve must equal 1. 2. Every point on the curve

More information

4. Continuous Random Variables, the Pareto and Normal Distributions

4. Continuous Random Variables, the Pareto and Normal Distributions 4. Continuous Random Variables, the Pareto and Normal Distributions A continuous random variable X can take any value in a given range (e.g. height, weight, age). The distribution of a continuous random

More information

AP STATISTICS REVIEW (YMS Chapters 1-8)

AP STATISTICS REVIEW (YMS Chapters 1-8) AP STATISTICS REVIEW (YMS Chapters 1-8) Exploring Data (Chapter 1) Categorical Data nominal scale, names e.g. male/female or eye color or breeds of dogs Quantitative Data rational scale (can +,,, with

More information

1) Write the following as an algebraic expression using x as the variable: Triple a number subtracted from the number

1) Write the following as an algebraic expression using x as the variable: Triple a number subtracted from the number 1) Write the following as an algebraic expression using x as the variable: Triple a number subtracted from the number A. 3(x - x) B. x 3 x C. 3x - x D. x - 3x 2) Write the following as an algebraic expression

More information

Descriptive statistics Statistical inference statistical inference, statistical induction and inferential statistics

Descriptive statistics Statistical inference statistical inference, statistical induction and inferential statistics Descriptive statistics is the discipline of quantitatively describing the main features of a collection of data. Descriptive statistics are distinguished from inferential statistics (or inductive statistics),

More information

Describing, Exploring, and Comparing Data

Describing, Exploring, and Comparing Data 24 Chapter 2. Describing, Exploring, and Comparing Data Chapter 2. Describing, Exploring, and Comparing Data There are many tools used in Statistics to visualize, summarize, and describe data. This chapter

More information

Basic Use of the TI-84 Plus

Basic Use of the TI-84 Plus Basic Use of the TI-84 Plus Topics: Key Board Sections Key Functions Screen Contrast Numerical Calculations Order of Operations Built-In Templates MATH menu Scientific Notation The key VS the (-) Key Navigation

More information

Statistics 2014 Scoring Guidelines

Statistics 2014 Scoring Guidelines AP Statistics 2014 Scoring Guidelines College Board, Advanced Placement Program, AP, AP Central, and the acorn logo are registered trademarks of the College Board. AP Central is the official online home

More information

Simple Regression Theory II 2010 Samuel L. Baker

Simple Regression Theory II 2010 Samuel L. Baker SIMPLE REGRESSION THEORY II 1 Simple Regression Theory II 2010 Samuel L. Baker Assessing how good the regression equation is likely to be Assignment 1A gets into drawing inferences about how close the

More information

Normal Probability Distribution

Normal Probability Distribution Normal Probability Distribution The Normal Distribution functions: #1: normalpdf pdf = Probability Density Function This function returns the probability of a single value of the random variable x. Use

More information

Additional sources Compilation of sources: http://lrs.ed.uiuc.edu/tseportal/datacollectionmethodologies/jin-tselink/tselink.htm

Additional sources Compilation of sources: http://lrs.ed.uiuc.edu/tseportal/datacollectionmethodologies/jin-tselink/tselink.htm Mgt 540 Research Methods Data Analysis 1 Additional sources Compilation of sources: http://lrs.ed.uiuc.edu/tseportal/datacollectionmethodologies/jin-tselink/tselink.htm http://web.utk.edu/~dap/random/order/start.htm

More information

Two-Sample T-Tests Assuming Equal Variance (Enter Means)

Two-Sample T-Tests Assuming Equal Variance (Enter Means) Chapter 4 Two-Sample T-Tests Assuming Equal Variance (Enter Means) Introduction This procedure provides sample size and power calculations for one- or two-sided two-sample t-tests when the variances of

More information

MTH 140 Statistics Videos

MTH 140 Statistics Videos MTH 140 Statistics Videos Chapter 1 Picturing Distributions with Graphs Individuals and Variables Categorical Variables: Pie Charts and Bar Graphs Categorical Variables: Pie Charts and Bar Graphs Quantitative

More information

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

Chapter 1: Looking at Data Section 1.1: Displaying Distributions with Graphs Types of Variables Chapter 1: Looking at Data Section 1.1: Displaying Distributions with Graphs Quantitative (numerical)variables: take numerical values for which arithmetic operations make sense (addition/averaging)

More information

Calculator Notes for the TI-Nspire and TI-Nspire CAS

Calculator Notes for the TI-Nspire and TI-Nspire CAS CHAPTER 11 Calculator Notes for the Note 11A: Entering e In any application, press u to display the value e. Press. after you press u to display the value of e without an exponent. Note 11B: Normal Graphs

More information

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

MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question. Final Exam Review MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question. 1) A researcher for an airline interviews all of the passengers on five randomly

More information

Introduction to the Graphing Calculator

Introduction to the Graphing Calculator Unit 0 Introduction to the Graphing Calculator Intermediate Algebra Update 2/06/06 Unit 0 Activity 1: Introduction to Computation on a Graphing Calculator Why: As technology becomes integrated into all

More information

Confidence Intervals

Confidence Intervals Section 6.1 75 Confidence Intervals Section 6.1 C H A P T E R 6 4 Example 4 (pg. 284) Constructing a Confidence Interval Enter the data from Example 1 on pg. 280 into L1. In this example, n > 0, so the

More information

Gamma Distribution Fitting

Gamma Distribution Fitting Chapter 552 Gamma Distribution Fitting Introduction This module fits the gamma probability distributions to a complete or censored set of individual or grouped data values. It outputs various statistics

More information

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

You flip a fair coin four times, what is the probability that you obtain three heads. Handout 4: Binomial Distribution Reading Assignment: Chapter 5 In the previous handout, we looked at continuous random variables and calculating probabilities and percentiles for those type of variables.

More information

Chapter 4. Probability and Probability Distributions

Chapter 4. Probability and Probability Distributions Chapter 4. robability and robability Distributions Importance of Knowing robability To know whether a sample is not identical to the population from which it was selected, it is necessary to assess the

More information

Geostatistics Exploratory Analysis

Geostatistics Exploratory Analysis Instituto Superior de Estatística e Gestão de Informação Universidade Nova de Lisboa Master of Science in Geospatial Technologies Geostatistics Exploratory Analysis Carlos Alberto Felgueiras cfelgueiras@isegi.unl.pt

More information

MBA 611 STATISTICS AND QUANTITATIVE METHODS

MBA 611 STATISTICS AND QUANTITATIVE METHODS MBA 611 STATISTICS AND QUANTITATIVE METHODS Part I. Review of Basic Statistics (Chapters 1-11) A. Introduction (Chapter 1) Uncertainty: Decisions are often based on incomplete information from uncertain

More information

A and B This represents the probability that both events A and B occur. This can be calculated using the multiplication rules of probability.

A and B This represents the probability that both events A and B occur. This can be calculated using the multiplication rules of probability. Glossary Brase: Understandable Statistics, 10e A B This is the notation used to represent the conditional probability of A given B. A and B This represents the probability that both events A and B occur.

More information

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

5/31/2013. 6.1 Normal Distributions. Normal Distributions. Chapter 6. Distribution. The Normal Distribution. Outline. Objectives. The Normal Distribution C H 6A P T E R The Normal Distribution Outline 6 1 6 2 Applications of the Normal Distribution 6 3 The Central Limit Theorem 6 4 The Normal Approximation to the Binomial Distribution

More information

For another way to generate recursive sequences, see Calculator Note 1D.

For another way to generate recursive sequences, see Calculator Note 1D. !"# If you want to do further calculation on a result you ve just found, and that result is the first number in the expression you now want to evaluate, you can simply continue the expression. For example,

More information

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

STT315 Chapter 4 Random Variables & Probability Distributions KM. Chapter 4.5, 6, 8 Probability Distributions for Continuous Random Variables Chapter 4.5, 6, 8 Probability Distributions for Continuous Random Variables Discrete vs. continuous random variables Examples of continuous distributions o Uniform o Exponential o Normal Recall: A random

More information

Two-Sample T-Tests Allowing Unequal Variance (Enter Difference)

Two-Sample T-Tests Allowing Unequal Variance (Enter Difference) Chapter 45 Two-Sample T-Tests Allowing Unequal Variance (Enter Difference) Introduction This procedure provides sample size and power calculations for one- or two-sided two-sample t-tests when no assumption

More information

Using Excel for inferential statistics

Using Excel for inferential statistics FACT SHEET Using Excel for inferential statistics Introduction When you collect data, you expect a certain amount of variation, just caused by chance. A wide variety of statistical tests can be applied

More information

Statistical Functions in Excel

Statistical Functions in Excel Statistical Functions in Excel There are many statistical functions in Excel. Moreover, there are other functions that are not specified as statistical functions that are helpful in some statistical analyses.

More information

Chapter 3 RANDOM VARIATE GENERATION

Chapter 3 RANDOM VARIATE GENERATION Chapter 3 RANDOM VARIATE GENERATION In order to do a Monte Carlo simulation either by hand or by computer, techniques must be developed for generating values of random variables having known distributions.

More information

z-scores AND THE NORMAL CURVE MODEL

z-scores AND THE NORMAL CURVE MODEL z-scores AND THE NORMAL CURVE MODEL 1 Understanding z-scores 2 z-scores A z-score is a location on the distribution. A z- score also automatically communicates the raw score s distance from the mean A

More information

LAB 4 INSTRUCTIONS CONFIDENCE INTERVALS AND HYPOTHESIS TESTING

LAB 4 INSTRUCTIONS CONFIDENCE INTERVALS AND HYPOTHESIS TESTING LAB 4 INSTRUCTIONS CONFIDENCE INTERVALS AND HYPOTHESIS TESTING In this lab you will explore the concept of a confidence interval and hypothesis testing through a simulation problem in engineering setting.

More information

NCSS Statistical Software

NCSS Statistical Software Chapter 06 Introduction This procedure provides several reports for the comparison of two distributions, including confidence intervals for the difference in means, two-sample t-tests, the z-test, the

More information

Descriptive Statistics

Descriptive Statistics Descriptive Statistics Primer Descriptive statistics Central tendency Variation Relative position Relationships Calculating descriptive statistics Descriptive Statistics Purpose to describe or summarize

More information

DESCRIPTIVE STATISTICS. The purpose of statistics is to condense raw data to make it easier to answer specific questions; test hypotheses.

DESCRIPTIVE STATISTICS. The purpose of statistics is to condense raw data to make it easier to answer specific questions; test hypotheses. DESCRIPTIVE STATISTICS The purpose of statistics is to condense raw data to make it easier to answer specific questions; test hypotheses. DESCRIPTIVE VS. INFERENTIAL STATISTICS Descriptive To organize,

More information

AP STATISTICS (Warm-Up Exercises)

AP STATISTICS (Warm-Up Exercises) AP STATISTICS (Warm-Up Exercises) 1. Describe the distribution of ages in a city: 2. Graph a box plot on your calculator for the following test scores: {90, 80, 96, 54, 80, 95, 100, 75, 87, 62, 65, 85,

More information

The Dummy s Guide to Data Analysis Using SPSS

The Dummy s Guide to Data Analysis Using SPSS The Dummy s Guide to Data Analysis Using SPSS Mathematics 57 Scripps College Amy Gamble April, 2001 Amy Gamble 4/30/01 All Rights Rerserved TABLE OF CONTENTS PAGE Helpful Hints for All Tests...1 Tests

More information

Normal and Binomial. Distributions

Normal and Binomial. Distributions Normal and Binomial Distributions Library, Teaching and Learning 14 By now, you know about averages means in particular and are familiar with words like data, standard deviation, variance, probability,

More information

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

Lesson 1: Comparison of Population Means Part c: Comparison of Two- Means Lesson : Comparison of Population Means Part c: Comparison of Two- Means Welcome to lesson c. This third lesson of lesson will discuss hypothesis testing for two independent means. Steps in Hypothesis

More information

LAYOUT OF THE KEYBOARD

LAYOUT OF THE KEYBOARD Dr. Charles Hofmann, LaSalle hofmann@lasalle.edu Dr. Roseanne Hofmann, MCCC rhofman@mc3.edu ------------------------------------------------------------------------------------------------- DISPLAY CONTRAST

More information

Using Microsoft Excel for Probability and Statistics

Using Microsoft Excel for Probability and Statistics Introduction Using Microsoft Excel for Probability and Despite having been set up with the business user in mind, Microsoft Excel is rather poor at handling precisely those aspects of statistics which

More information

Graphing Calculator Workshops

Graphing Calculator Workshops Graphing Calculator Workshops For the TI-83/84 Classic Operating System & For the TI-84 New Operating System (MathPrint) LEARNING CENTER Overview Workshop I Learn the general layout of the calculator Graphing

More information

HISTOGRAMS, CUMULATIVE FREQUENCY AND BOX PLOTS

HISTOGRAMS, CUMULATIVE FREQUENCY AND BOX PLOTS Mathematics Revision Guides Histograms, Cumulative Frequency and Box Plots Page 1 of 25 M.K. HOME TUITION Mathematics Revision Guides Level: GCSE Higher Tier HISTOGRAMS, CUMULATIVE FREQUENCY AND BOX PLOTS

More information

NCSS Statistical Software. One-Sample T-Test

NCSS Statistical Software. One-Sample T-Test Chapter 205 Introduction This procedure provides several reports for making inference about a population mean based on a single sample. These reports include confidence intervals of the mean or median,

More information

Introduction to the TI-Nspire CX

Introduction to the TI-Nspire CX Introduction to the TI-Nspire CX Activity Overview: In this activity, you will become familiar with the layout of the TI-Nspire CX. Step 1: Locate the Touchpad. The Touchpad is used to navigate the cursor

More information

How To Test For Significance On A Data Set

How To Test For Significance On A Data Set Non-Parametric Univariate Tests: 1 Sample Sign Test 1 1 SAMPLE SIGN TEST A non-parametric equivalent of the 1 SAMPLE T-TEST. ASSUMPTIONS: Data is non-normally distributed, even after log transforming.

More information

Curriculum Map Statistics and Probability Honors (348) Saugus High School Saugus Public Schools 2009-2010

Curriculum Map Statistics and Probability Honors (348) Saugus High School Saugus Public Schools 2009-2010 Curriculum Map Statistics and Probability Honors (348) Saugus High School Saugus Public Schools 2009-2010 Week 1 Week 2 14.0 Students organize and describe distributions of data by using a number of different

More information

Good luck! BUSINESS STATISTICS FINAL EXAM INSTRUCTIONS. Name:

Good luck! BUSINESS STATISTICS FINAL EXAM INSTRUCTIONS. Name: Glo bal Leadership M BA BUSINESS STATISTICS FINAL EXAM Name: INSTRUCTIONS 1. Do not open this exam until instructed to do so. 2. Be sure to fill in your name before starting the exam. 3. You have two hours

More information

Once saved, if the file was zipped you will need to unzip it. For the files that I will be posting you need to change the preferences.

Once saved, if the file was zipped you will need to unzip it. For the files that I will be posting you need to change the preferences. 1 Commands in JMP and Statcrunch Below are a set of commands in JMP and Statcrunch which facilitate a basic statistical analysis. The first part concerns commands in JMP, the second part is for analysis

More information

Part V: Texas Instruments TI-92, TI-92 Plus, Voyage 200

Part V: Texas Instruments TI-92, TI-92 Plus, Voyage 200 Part V: Texas Instruments TI-92, TI-92 Plus, Voyage 200 V.1 Getting started with the TI-92, TI-92 Plus, Voyage 200 Note: All keystroke sequences given for the Voyage 200 are applicable to the TI-92 and

More information

Algebra 2 Chapter 1 Vocabulary. identity - A statement that equates two equivalent expressions.

Algebra 2 Chapter 1 Vocabulary. identity - A statement that equates two equivalent expressions. Chapter 1 Vocabulary identity - A statement that equates two equivalent expressions. verbal model- A word equation that represents a real-life problem. algebraic expression - An expression with variables.

More information

The right edge of the box is the third quartile, Q 3, which is the median of the data values above the median. Maximum Median

The right edge of the box is the third quartile, Q 3, which is the median of the data values above the median. Maximum Median CONDENSED LESSON 2.1 Box Plots In this lesson you will create and interpret box plots for sets of data use the interquartile range (IQR) to identify potential outliers and graph them on a modified box

More information

SPSS Manual for Introductory Applied Statistics: A Variable Approach

SPSS Manual for Introductory Applied Statistics: A Variable Approach SPSS Manual for Introductory Applied Statistics: A Variable Approach John Gabrosek Department of Statistics Grand Valley State University Allendale, MI USA August 2013 2 Copyright 2013 John Gabrosek. All

More information

TImath.com. Statistics. Areas in Intervals

TImath.com. Statistics. Areas in Intervals Areas in Intervals ID: 9472 TImath.com Time required 30 minutes Activity Overview In this activity, students use several methods to determine the probability of a given normally distributed value being

More information

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

Normal Distribution. Definition A continuous random variable has a normal distribution if its probability density. f ( y ) = 1. 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:

More information

Equations, Lenses and Fractions

Equations, Lenses and Fractions 46 Equations, Lenses and Fractions The study of lenses offers a good real world example of a relation with fractions we just can t avoid! Different uses of a simple lens that you may be familiar with are

More information

MATH 103/GRACEY PRACTICE EXAM/CHAPTERS 2-3. MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question.

MATH 103/GRACEY PRACTICE EXAM/CHAPTERS 2-3. MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question. MATH 3/GRACEY PRACTICE EXAM/CHAPTERS 2-3 Name MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question. Provide an appropriate response. 1) The frequency distribution

More information

Using Your TI-89 in Elementary Statistics

Using Your TI-89 in Elementary Statistics Using Your TI-89 in Elementary Statistics Level of Handout: Target: Intermediate users of the TI-89. If you are a new user, pair up with someone in the class that is a bit familiar with the TI-89. You

More information

TEACHER NOTES MATH NSPIRED

TEACHER NOTES MATH NSPIRED Math Objectives Students will understand that normal distributions can be used to approximate binomial distributions whenever both np and n(1 p) are sufficiently large. Students will understand that when

More information

Probability and Statistics Vocabulary List (Definitions for Middle School Teachers)

Probability and Statistics Vocabulary List (Definitions for Middle School Teachers) Probability and Statistics Vocabulary List (Definitions for Middle School Teachers) B Bar graph a diagram representing the frequency distribution for nominal or discrete data. It consists of a sequence

More information

Introduction to Quantitative Methods

Introduction to Quantitative Methods Introduction to Quantitative Methods October 15, 2009 Contents 1 Definition of Key Terms 2 2 Descriptive Statistics 3 2.1 Frequency Tables......................... 4 2.2 Measures of Central Tendencies.................

More information

Pearson's Correlation Tests

Pearson's Correlation Tests Chapter 800 Pearson's Correlation Tests Introduction The correlation coefficient, ρ (rho), is a popular statistic for describing the strength of the relationship between two variables. The correlation

More information