{"id":5570,"date":"2022-09-27T09:12:15","date_gmt":"2022-09-27T09:12:15","guid":{"rendered":"https:\/\/courses.lumenlearning.com\/lumen-danacenter-statsmockup\/?post_type=chapter&#038;p=5570"},"modified":"2022-10-18T07:51:59","modified_gmt":"2022-10-18T07:51:59","slug":"18a-preview","status":"publish","type":"chapter","link":"https:\/\/courses.lumenlearning.com\/lumen-danacenter-statsmockup\/chapter\/18a-preview\/","title":{"raw":"18A Preview","rendered":"18A Preview"},"content":{"raw":"<div id=\"bp-page-1\" class=\"page\" data-page-number=\"1\" data-loaded=\"true\">\r\n<div class=\"textLayer\">Preparing for the next class<\/div>\r\n<div class=\"textLayer\">In the next in-class activity, you will need to understand how fuel efficiency is measured for electric cars, use technology to generate random numbers, and select a bootstrap sample and calculate its mean. We will be learning a new method for constructing a confidence interval for a population mean called a bootstrap confidence interval. Bootstrap confidence intervals can be used even if the conditions for a one-sample t confidence interval are not met. In this preview assignment, the dataset that will be used in the in-class activity will be introduced and we will learn about resampling, which is part of the process used to create a bootstrap confidence interval.For a gas-powered car, the usual way of measuring fuel efficiency is to report miles per gallon, which is abbreviated as \u201cmpg.\u201d This is how far the car can travel on a single gallon of gas. So, the greater the reported mpg value, the more efficient the car is and the less costly it is to operate. But electric vehicles don\u2019t use gas, so how is the fuel efficiency measured for electric cars? One measure that is used by the Environmental Protection Agency(EPA)is the kilowatt hours per 100 miles rating, which is abbreviated as \u201ckWh\/100 miles.\u201d The kWh\/100 miles rating is the amount of electricity that is required to travel 100 miles.<\/div>\r\n<div><\/div>\r\n<div class=\"textLayer\">\r\n<div class=\"textbox key-takeaways\">\r\n<h3>Question 1<\/h3>\r\n<div id=\"bp-page-1\" class=\"page\" data-page-number=\"1\" data-loaded=\"true\">\r\n<div class=\"textLayer\">1) Let\u2019s explore the efficiency of electric cars in more detail.<\/div>\r\n<div class=\"textLayer\">Part A: If you are looking for a gas-powered car, would you want the mpg rating to be high or low? Explain.<\/div>\r\n<div class=\"textLayer\">Part B: If you are looking for an electric car, would you want the kWh\/100 milesrating to be high or low? Explain.<\/div>\r\n<div class=\"textLayer\">Part C: In March 2021, the U.S. Energy Information Administration reported that the average cost of electricity was 13.29 cents per kWh. The 2021 Chevrolet Volt has a kWh\/100 miles rating of 29kWh\/100 miles. Assuming the cost of electricity is 13.29 cents per kWh, what is the energy cost of driving this car 100 miles? What is the energy cost of driving this car 500 miles?<\/div>\r\n<div class=\"textLayer\">In the in-class activity, we will be working with a sample of kWh\/100 miles ratings for 10 electric cars that were randomly selected from the population of all the 2021 models of electric cars sold in the United States, as reported by the EPA.The sample data are shown in the following table.<\/div>\r\n<div>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td><strong>Observation <\/strong><\/td>\r\n<td><strong>Car model<\/strong><\/td>\r\n<td><strong>kWh\/100 miles<\/strong><\/td>\r\n<\/tr>\r\n<tr>\r\n<td>1<\/td>\r\n<td>Porsche Taycan 4S Cross Turismo<\/td>\r\n<td>45<\/td>\r\n<\/tr>\r\n<tr>\r\n<td>2<\/td>\r\n<td>Volkswagen ID.4 Pro S<\/td>\r\n<td>35<\/td>\r\n<\/tr>\r\n<tr>\r\n<td>3<\/td>\r\n<td>Hyundai Kona Electric<\/td>\r\n<td>27<\/td>\r\n<\/tr>\r\n<tr>\r\n<td>4<\/td>\r\n<td>Ford Mustang Mach-E RWD<\/td>\r\n<td>34<\/td>\r\n<\/tr>\r\n<tr>\r\n<td>5<\/td>\r\n<td>Tesla Model S Performance<\/td>\r\n<td>35<\/td>\r\n<\/tr>\r\n<tr>\r\n<td>6<\/td>\r\n<td>Tesla Model X Performance<\/td>\r\n<td>35<\/td>\r\n<\/tr>\r\n<tr>\r\n<td>7<\/td>\r\n<td>Nissan Leaf SV\/SL<\/td>\r\n<td>32<\/td>\r\n<\/tr>\r\n<tr>\r\n<td>8<\/td>\r\n<td>Tesla Model S Plaid<\/td>\r\n<td>33<\/td>\r\n<\/tr>\r\n<tr>\r\n<td>9<\/td>\r\n<td>Volkswagen ID.4 Pro<\/td>\r\n<td>34<\/td>\r\n<\/tr>\r\n<tr>\r\n<td>10<\/td>\r\n<td>BMW i3s<\/td>\r\n<td>30<\/td>\r\n<\/tr>\r\n<\/tbody>\r\n<\/table>\r\n<\/div>\r\n<\/div>\r\n<div id=\"bp-page-2\" class=\"page\" data-page-number=\"2\" data-loaded=\"true\">\r\n<div class=\"textLayer\">Part D: Calculate the mean kWh\/100 miles rating for this sample of 10 electric cars.<\/div>\r\n<\/div>\r\n<\/div>\r\n<\/div>\r\n<\/div>\r\n<div id=\"bp-page-2\" class=\"page\" data-page-number=\"2\" data-loaded=\"true\">\r\n<div><\/div>\r\n<div class=\"textLayer\">In the in-class activity, we will learn a new way to construct confidence intervals that involves resampling from the data in a sample from a population. This involves selecting bootstrap samples. A bootstrap sample is a sample that is selected from the values in the original sample. The bootstrap sample is selected with replacement and the sample size is the same as the sample size of the original sample. We will see why it makes sense to do this in the in-class activity, so for now, we are just going to practice selecting a bootstrap sample from the sample of the 10 electric car kWh\/100 miles ratings. To create a bootstrap sample from the original sample, we want to select a new sample of size 10 by sampling with replacement from the original sample. Notice that the observations in the original sample are numbered from 1 to 10. To select the bootstrap sample, we can generate 10 random numbers between 1 and 10 to identify which values are included in the bootstrap sample. Because we are sampling with replacement, we should expect that some of the random numbers generated may be repeated.<\/div>\r\n<div><\/div>\r\n<div class=\"textLayer\">\r\n<div class=\"textbox key-takeaways\">\r\n<h3>Question 2<\/h3>\r\n<div id=\"bp-page-2\" class=\"page\" data-page-number=\"2\" data-loaded=\"true\">\r\n<div class=\"textLayer\">2) Go to the random number generator at https:\/\/dcmathpathways.shinyapps.io\/RandomNumbers\/.<\/div>\r\n<div class=\"textLayer\">\u2022Enter \u201c1\u201din the \u201cChoose Minimum\u201d box and \u201c10\u201din the \u201cChoose Maximum\u201d box.<\/div>\r\n<div class=\"textLayer\">\u2022Enter \u201c10\u201din the \u201cHow many numbers do you want to generate?\u201d box.<\/div>\r\n<div class=\"textLayer\">\u2022Select \u201cYes\u201d for \u201cSample with Replacement?\u201d<\/div>\r\n<div class=\"annotationLayer\"><span style=\"font-size: 1em;\">The screen should look like this:<img class=\"alignnone wp-image-2199\" src=\"https:\/\/s3-us-west-2.amazonaws.com\/courses-images\/wp-content\/uploads\/sites\/5738\/2022\/01\/27022939\/Picture1341-300x186.png\" alt=\"A selection menu. At the top, \u201cGenerate Random Numbers\u201d has been selected, while \u201cRandom Numbers\u201d and \u201cCoin Flips\u201d are unselected. There is a heading reading \u201cChoose Minimum,\u201d under which \u201c1\u201d has been input, and to the right, there is a heading reading \u201cChoose Maximum,\u201d under which \u201c10\u201d has been input. Beneath these is another heading reading \u201cHow many numbers do you want to generate?\u201d with \u201c10\u201d input beneath it. To the right is another heading reading \u201cSample with Replacement?\u201d and there are selection options for \u201cNo\u201d and \u201cYes,\u201d where \u201cyes\u201d has been selected. Beneath these is two buttons, one reading \u201cGenerate\u201d and the other reading \u201cReset.\u201d\" width=\"944\" height=\"585\" \/><\/span><\/div>\r\n<div class=\"annotationLayer\"><span style=\"font-size: 1em;\">\u2022<\/span><span style=\"font-size: 1em;\">Click on the \u201cGenerate\u201d button, and the app will display the 10 numbers generated in the box labeled \u201cCurrent Simulation.\u201d<\/span><\/div>\r\n<div class=\"annotationLayer\"><span style=\"font-size: 1em;\">Part A: Record the 10 numbers you generated in the first column of the following table.<\/span><\/div>\r\n<div class=\"annotationLayer\">\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td><strong>Random number<\/strong><\/td>\r\n<td><strong>kWh\/100 miles<\/strong><\/td>\r\n<\/tr>\r\n<tr>\r\n<td><\/td>\r\n<td><\/td>\r\n<\/tr>\r\n<tr>\r\n<td><\/td>\r\n<td><\/td>\r\n<\/tr>\r\n<tr>\r\n<td><\/td>\r\n<td><\/td>\r\n<\/tr>\r\n<tr>\r\n<td><\/td>\r\n<td><\/td>\r\n<\/tr>\r\n<tr>\r\n<td><\/td>\r\n<td><\/td>\r\n<\/tr>\r\n<tr>\r\n<td><\/td>\r\n<td><\/td>\r\n<\/tr>\r\n<tr>\r\n<td><\/td>\r\n<td><\/td>\r\n<\/tr>\r\n<tr>\r\n<td><\/td>\r\n<td><\/td>\r\n<\/tr>\r\n<tr>\r\n<td><\/td>\r\n<td><\/td>\r\n<\/tr>\r\n<tr>\r\n<td><\/td>\r\n<td><\/td>\r\n<\/tr>\r\n<\/tbody>\r\n<\/table>\r\n<\/div>\r\n<\/div>\r\n<div id=\"bp-page-4\" class=\"page\" data-page-number=\"4\" data-loaded=\"true\">\r\n<div class=\"textLayer\">Part B: Are any of the random numbers repeated? Is this surprising? Explain.<\/div>\r\n<div class=\"textLayer\">Part C: For each random number generated, go to the table with the original data and find the observation corresponding to that random number. (For example, if the random number generated is 7, thiscorresponds to the Nissan Leaf in the sample.) Record thekWh\/100 miles rating for thecarcorresponding to thefirst random numberin the second columnof the previous table, andthen complete the table by entering the other kWh\/100 miles ratings for the rest of the random numbers in thetable. You have just created a bootstrap sample!<\/div>\r\n<div class=\"textLayer\">Part D: Calculate the value of the sample mean for your bootstrap sample.<\/div>\r\n<div class=\"textLayer\">Part E: Select a second bootstrap sample and record your observations in the following table. Calculate the mean of your second bootstrap sample.<\/div>\r\n<div>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td><strong>Random number<\/strong><\/td>\r\n<td><strong>kWh\/100 miles<\/strong><\/td>\r\n<\/tr>\r\n<tr>\r\n<td><\/td>\r\n<td><\/td>\r\n<\/tr>\r\n<tr>\r\n<td><\/td>\r\n<td><\/td>\r\n<\/tr>\r\n<tr>\r\n<td><\/td>\r\n<td><\/td>\r\n<\/tr>\r\n<tr>\r\n<td><\/td>\r\n<td><\/td>\r\n<\/tr>\r\n<tr>\r\n<td><\/td>\r\n<td><\/td>\r\n<\/tr>\r\n<tr>\r\n<td><\/td>\r\n<td><\/td>\r\n<\/tr>\r\n<tr>\r\n<td><\/td>\r\n<td><\/td>\r\n<\/tr>\r\n<tr>\r\n<td><\/td>\r\n<td><\/td>\r\n<\/tr>\r\n<tr>\r\n<td><\/td>\r\n<td><\/td>\r\n<\/tr>\r\n<tr>\r\n<td><\/td>\r\n<td><\/td>\r\n<\/tr>\r\n<\/tbody>\r\n<\/table>\r\n<\/div>\r\n<div class=\"textLayer\">Part F: Are the means for your two bootstrap samples equal? If not, why are they different?<\/div>\r\n<\/div>\r\n<\/div>\r\n<\/div>\r\n<\/div>\r\n<div id=\"bp-page-4\" class=\"page\" data-page-number=\"4\" data-loaded=\"true\">\r\n<div class=\"ba-Layer ba-Layer--region\" data-resin-fileid=\"910632165988\" data-resin-iscurrent=\"true\" data-resin-feature=\"annotations\" data-testid=\"ba-Layer--region\"><\/div>\r\n<\/div>\r\n<div id=\"bp-page-5\" class=\"page\" data-page-number=\"5\" data-loaded=\"true\">\r\n<div class=\"textLayer\">Looking ahead In this preview assignment, you learned how fuel efficiency is measured for electric cars and produced two bootstrap samples. The in-class activity will explore how bootstrap samples are used to construct a bootstrap confidence interval for a population mean. Important: Bring your two bootstrap samples and the values of the two bootstrap sample means to class so that you can use them in the in-class activity.<\/div>\r\n<\/div>","rendered":"<div id=\"bp-page-1\" class=\"page\" data-page-number=\"1\" data-loaded=\"true\">\n<div class=\"textLayer\">Preparing for the next class<\/div>\n<div class=\"textLayer\">In the next in-class activity, you will need to understand how fuel efficiency is measured for electric cars, use technology to generate random numbers, and select a bootstrap sample and calculate its mean. We will be learning a new method for constructing a confidence interval for a population mean called a bootstrap confidence interval. Bootstrap confidence intervals can be used even if the conditions for a one-sample t confidence interval are not met. In this preview assignment, the dataset that will be used in the in-class activity will be introduced and we will learn about resampling, which is part of the process used to create a bootstrap confidence interval.For a gas-powered car, the usual way of measuring fuel efficiency is to report miles per gallon, which is abbreviated as \u201cmpg.\u201d This is how far the car can travel on a single gallon of gas. So, the greater the reported mpg value, the more efficient the car is and the less costly it is to operate. But electric vehicles don\u2019t use gas, so how is the fuel efficiency measured for electric cars? One measure that is used by the Environmental Protection Agency(EPA)is the kilowatt hours per 100 miles rating, which is abbreviated as \u201ckWh\/100 miles.\u201d The kWh\/100 miles rating is the amount of electricity that is required to travel 100 miles.<\/div>\n<div><\/div>\n<div class=\"textLayer\">\n<div class=\"textbox key-takeaways\">\n<h3>Question 1<\/h3>\n<div id=\"bp-page-1\" class=\"page\" data-page-number=\"1\" data-loaded=\"true\">\n<div class=\"textLayer\">1) Let\u2019s explore the efficiency of electric cars in more detail.<\/div>\n<div class=\"textLayer\">Part A: If you are looking for a gas-powered car, would you want the mpg rating to be high or low? Explain.<\/div>\n<div class=\"textLayer\">Part B: If you are looking for an electric car, would you want the kWh\/100 milesrating to be high or low? Explain.<\/div>\n<div class=\"textLayer\">Part C: In March 2021, the U.S. Energy Information Administration reported that the average cost of electricity was 13.29 cents per kWh. The 2021 Chevrolet Volt has a kWh\/100 miles rating of 29kWh\/100 miles. Assuming the cost of electricity is 13.29 cents per kWh, what is the energy cost of driving this car 100 miles? What is the energy cost of driving this car 500 miles?<\/div>\n<div class=\"textLayer\">In the in-class activity, we will be working with a sample of kWh\/100 miles ratings for 10 electric cars that were randomly selected from the population of all the 2021 models of electric cars sold in the United States, as reported by the EPA.The sample data are shown in the following table.<\/div>\n<div>\n<table>\n<tbody>\n<tr>\n<td><strong>Observation <\/strong><\/td>\n<td><strong>Car model<\/strong><\/td>\n<td><strong>kWh\/100 miles<\/strong><\/td>\n<\/tr>\n<tr>\n<td>1<\/td>\n<td>Porsche Taycan 4S Cross Turismo<\/td>\n<td>45<\/td>\n<\/tr>\n<tr>\n<td>2<\/td>\n<td>Volkswagen ID.4 Pro S<\/td>\n<td>35<\/td>\n<\/tr>\n<tr>\n<td>3<\/td>\n<td>Hyundai Kona Electric<\/td>\n<td>27<\/td>\n<\/tr>\n<tr>\n<td>4<\/td>\n<td>Ford Mustang Mach-E RWD<\/td>\n<td>34<\/td>\n<\/tr>\n<tr>\n<td>5<\/td>\n<td>Tesla Model S Performance<\/td>\n<td>35<\/td>\n<\/tr>\n<tr>\n<td>6<\/td>\n<td>Tesla Model X Performance<\/td>\n<td>35<\/td>\n<\/tr>\n<tr>\n<td>7<\/td>\n<td>Nissan Leaf SV\/SL<\/td>\n<td>32<\/td>\n<\/tr>\n<tr>\n<td>8<\/td>\n<td>Tesla Model S Plaid<\/td>\n<td>33<\/td>\n<\/tr>\n<tr>\n<td>9<\/td>\n<td>Volkswagen ID.4 Pro<\/td>\n<td>34<\/td>\n<\/tr>\n<tr>\n<td>10<\/td>\n<td>BMW i3s<\/td>\n<td>30<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/div>\n<\/div>\n<div id=\"bp-page-2\" class=\"page\" data-page-number=\"2\" data-loaded=\"true\">\n<div class=\"textLayer\">Part D: Calculate the mean kWh\/100 miles rating for this sample of 10 electric cars.<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<div id=\"bp-page-2\" class=\"page\" data-page-number=\"2\" data-loaded=\"true\">\n<div><\/div>\n<div class=\"textLayer\">In the in-class activity, we will learn a new way to construct confidence intervals that involves resampling from the data in a sample from a population. This involves selecting bootstrap samples. A bootstrap sample is a sample that is selected from the values in the original sample. The bootstrap sample is selected with replacement and the sample size is the same as the sample size of the original sample. We will see why it makes sense to do this in the in-class activity, so for now, we are just going to practice selecting a bootstrap sample from the sample of the 10 electric car kWh\/100 miles ratings. To create a bootstrap sample from the original sample, we want to select a new sample of size 10 by sampling with replacement from the original sample. Notice that the observations in the original sample are numbered from 1 to 10. To select the bootstrap sample, we can generate 10 random numbers between 1 and 10 to identify which values are included in the bootstrap sample. Because we are sampling with replacement, we should expect that some of the random numbers generated may be repeated.<\/div>\n<div><\/div>\n<div class=\"textLayer\">\n<div class=\"textbox key-takeaways\">\n<h3>Question 2<\/h3>\n<div id=\"bp-page-2\" class=\"page\" data-page-number=\"2\" data-loaded=\"true\">\n<div class=\"textLayer\">2) Go to the random number generator at https:\/\/dcmathpathways.shinyapps.io\/RandomNumbers\/.<\/div>\n<div class=\"textLayer\">\u2022Enter \u201c1\u201din the \u201cChoose Minimum\u201d box and \u201c10\u201din the \u201cChoose Maximum\u201d box.<\/div>\n<div class=\"textLayer\">\u2022Enter \u201c10\u201din the \u201cHow many numbers do you want to generate?\u201d box.<\/div>\n<div class=\"textLayer\">\u2022Select \u201cYes\u201d for \u201cSample with Replacement?\u201d<\/div>\n<div class=\"annotationLayer\"><span style=\"font-size: 1em;\">The screen should look like this:<img loading=\"lazy\" decoding=\"async\" class=\"alignnone wp-image-2199\" src=\"https:\/\/s3-us-west-2.amazonaws.com\/courses-images\/wp-content\/uploads\/sites\/5738\/2022\/01\/27022939\/Picture1341-300x186.png\" alt=\"A selection menu. At the top, \u201cGenerate Random Numbers\u201d has been selected, while \u201cRandom Numbers\u201d and \u201cCoin Flips\u201d are unselected. There is a heading reading \u201cChoose Minimum,\u201d under which \u201c1\u201d has been input, and to the right, there is a heading reading \u201cChoose Maximum,\u201d under which \u201c10\u201d has been input. Beneath these is another heading reading \u201cHow many numbers do you want to generate?\u201d with \u201c10\u201d input beneath it. To the right is another heading reading \u201cSample with Replacement?\u201d and there are selection options for \u201cNo\u201d and \u201cYes,\u201d where \u201cyes\u201d has been selected. Beneath these is two buttons, one reading \u201cGenerate\u201d and the other reading \u201cReset.\u201d\" width=\"944\" height=\"585\" \/><\/span><\/div>\n<div class=\"annotationLayer\"><span style=\"font-size: 1em;\">\u2022<\/span><span style=\"font-size: 1em;\">Click on the \u201cGenerate\u201d button, and the app will display the 10 numbers generated in the box labeled \u201cCurrent Simulation.\u201d<\/span><\/div>\n<div class=\"annotationLayer\"><span style=\"font-size: 1em;\">Part A: Record the 10 numbers you generated in the first column of the following table.<\/span><\/div>\n<div class=\"annotationLayer\">\n<table>\n<tbody>\n<tr>\n<td><strong>Random number<\/strong><\/td>\n<td><strong>kWh\/100 miles<\/strong><\/td>\n<\/tr>\n<tr>\n<td><\/td>\n<td><\/td>\n<\/tr>\n<tr>\n<td><\/td>\n<td><\/td>\n<\/tr>\n<tr>\n<td><\/td>\n<td><\/td>\n<\/tr>\n<tr>\n<td><\/td>\n<td><\/td>\n<\/tr>\n<tr>\n<td><\/td>\n<td><\/td>\n<\/tr>\n<tr>\n<td><\/td>\n<td><\/td>\n<\/tr>\n<tr>\n<td><\/td>\n<td><\/td>\n<\/tr>\n<tr>\n<td><\/td>\n<td><\/td>\n<\/tr>\n<tr>\n<td><\/td>\n<td><\/td>\n<\/tr>\n<tr>\n<td><\/td>\n<td><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/div>\n<\/div>\n<div id=\"bp-page-4\" class=\"page\" data-page-number=\"4\" data-loaded=\"true\">\n<div class=\"textLayer\">Part B: Are any of the random numbers repeated? Is this surprising? Explain.<\/div>\n<div class=\"textLayer\">Part C: For each random number generated, go to the table with the original data and find the observation corresponding to that random number. (For example, if the random number generated is 7, thiscorresponds to the Nissan Leaf in the sample.) Record thekWh\/100 miles rating for thecarcorresponding to thefirst random numberin the second columnof the previous table, andthen complete the table by entering the other kWh\/100 miles ratings for the rest of the random numbers in thetable. You have just created a bootstrap sample!<\/div>\n<div class=\"textLayer\">Part D: Calculate the value of the sample mean for your bootstrap sample.<\/div>\n<div class=\"textLayer\">Part E: Select a second bootstrap sample and record your observations in the following table. Calculate the mean of your second bootstrap sample.<\/div>\n<div>\n<table>\n<tbody>\n<tr>\n<td><strong>Random number<\/strong><\/td>\n<td><strong>kWh\/100 miles<\/strong><\/td>\n<\/tr>\n<tr>\n<td><\/td>\n<td><\/td>\n<\/tr>\n<tr>\n<td><\/td>\n<td><\/td>\n<\/tr>\n<tr>\n<td><\/td>\n<td><\/td>\n<\/tr>\n<tr>\n<td><\/td>\n<td><\/td>\n<\/tr>\n<tr>\n<td><\/td>\n<td><\/td>\n<\/tr>\n<tr>\n<td><\/td>\n<td><\/td>\n<\/tr>\n<tr>\n<td><\/td>\n<td><\/td>\n<\/tr>\n<tr>\n<td><\/td>\n<td><\/td>\n<\/tr>\n<tr>\n<td><\/td>\n<td><\/td>\n<\/tr>\n<tr>\n<td><\/td>\n<td><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/div>\n<div class=\"textLayer\">Part F: Are the means for your two bootstrap samples equal? If not, why are they different?<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<div id=\"bp-page-4\" class=\"page\" data-page-number=\"4\" data-loaded=\"true\">\n<div class=\"ba-Layer ba-Layer--region\" data-resin-fileid=\"910632165988\" data-resin-iscurrent=\"true\" data-resin-feature=\"annotations\" data-testid=\"ba-Layer--region\"><\/div>\n<\/div>\n<div id=\"bp-page-5\" class=\"page\" data-page-number=\"5\" data-loaded=\"true\">\n<div class=\"textLayer\">Looking ahead In this preview assignment, you learned how fuel efficiency is measured for electric cars and produced two bootstrap samples. The in-class activity will explore how bootstrap samples are used to construct a bootstrap confidence interval for a population mean. Important: Bring your two bootstrap samples and the values of the two bootstrap sample means to class so that you can use them in the in-class activity.<\/div>\n<\/div>\n","protected":false},"author":23592,"menu_order":68,"template":"","meta":{"_candela_citation":"[]","CANDELA_OUTCOMES_GUID":"","pb_show_title":"on","pb_short_title":"","pb_subtitle":"","pb_authors":[],"pb_section_license":""},"chapter-type":[],"contributor":[],"license":[],"class_list":["post-5570","chapter","type-chapter","status-publish","hentry"],"part":5563,"_links":{"self":[{"href":"https:\/\/courses.lumenlearning.com\/lumen-danacenter-statsmockup\/wp-json\/pressbooks\/v2\/chapters\/5570","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/courses.lumenlearning.com\/lumen-danacenter-statsmockup\/wp-json\/pressbooks\/v2\/chapters"}],"about":[{"href":"https:\/\/courses.lumenlearning.com\/lumen-danacenter-statsmockup\/wp-json\/wp\/v2\/types\/chapter"}],"author":[{"embeddable":true,"href":"https:\/\/courses.lumenlearning.com\/lumen-danacenter-statsmockup\/wp-json\/wp\/v2\/users\/23592"}],"version-history":[{"count":3,"href":"https:\/\/courses.lumenlearning.com\/lumen-danacenter-statsmockup\/wp-json\/pressbooks\/v2\/chapters\/5570\/revisions"}],"predecessor-version":[{"id":5667,"href":"https:\/\/courses.lumenlearning.com\/lumen-danacenter-statsmockup\/wp-json\/pressbooks\/v2\/chapters\/5570\/revisions\/5667"}],"part":[{"href":"https:\/\/courses.lumenlearning.com\/lumen-danacenter-statsmockup\/wp-json\/pressbooks\/v2\/parts\/5563"}],"metadata":[{"href":"https:\/\/courses.lumenlearning.com\/lumen-danacenter-statsmockup\/wp-json\/pressbooks\/v2\/chapters\/5570\/metadata\/"}],"wp:attachment":[{"href":"https:\/\/courses.lumenlearning.com\/lumen-danacenter-statsmockup\/wp-json\/wp\/v2\/media?parent=5570"}],"wp:term":[{"taxonomy":"chapter-type","embeddable":true,"href":"https:\/\/courses.lumenlearning.com\/lumen-danacenter-statsmockup\/wp-json\/pressbooks\/v2\/chapter-type?post=5570"},{"taxonomy":"contributor","embeddable":true,"href":"https:\/\/courses.lumenlearning.com\/lumen-danacenter-statsmockup\/wp-json\/wp\/v2\/contributor?post=5570"},{"taxonomy":"license","embeddable":true,"href":"https:\/\/courses.lumenlearning.com\/lumen-danacenter-statsmockup\/wp-json\/wp\/v2\/license?post=5570"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}