What is the data type

Assignment Help Data Structure & Algorithms
Reference no: EM13754881

We can define the two populations as follows:

Population 1: All drivers driving while talking on the phone

Population 2: All drivers driving while not on the phone and have a cell phone

1) What is the data type?

a. Categorical ?
b. Continuous

2) What is the type of the parameter?

a. Average ?
b. V ariability ?
c. Proportion ?
d. None of the above

3) What is the parameter?

a. Average reaction time of a driver ?
b. Difference in variability of reaction time of a driver while on the phone and that of a ?driver while not on the phone ?
c. Difference between average reaction time of a driver while on the phone and that of a ?driver while not on the phone ?
d. The ratio of variances of reaction time of a driver while on the phone and that of a driver ?while not on the phone

4) How the samples were collected?

a. Independent samples ?
b. Matched pairs sample

5) Which of the following describes the "proper" setup of null hypothesis ??0?

a. ??0:??1-??2>0

b. ??0:??1-??2<0

c. ??0:??1-??2=0

d. ??0:????=0

e. ??0:????>0

f. ??0:??1=??2

g. ??0:??1>??2

h. ??0:??1<??2

6) Which of the following describes the "proper" setup of the alternative hypothesis ??1?

a. ??1:??1-??2>0

b. ??1:??1-??2<0

c. ??1:??1-??2=0

d. ??1:????=0

e. ??1:????>0

f. ??1:??1=??2

g. ??1:??1>??2

h. ??1:??1<??2

Now follow the steps to test the above developed hypothesis (as we did in class) and along the way answer the following questions.

7) Which of the following best describes what it means that "the significance level is 3%"? (As a practice for the exam, make sure you know why all the other options than the one you choose are wrong)

a. We would like to have 3% confidence in our results ?
b. There is 3% chance that our hypothesis ?? is not true ?
c. There isn't enough evidence to conclude that drivers talking on cell phones crash more than drivers who don't
d. Any event that happens with likelihood more than 3% is considered probable to happen ?
e. Any event that happens with likelihood less than 3% is considered probable to happen

8) Test the hypothesis you developed above assuming equal variances. What is the p-value?

a. 7.44 ?
b. 0.002 ?
c. 0.03 ?
d. V ery close to 0 ?
 
9) What does the p-value you obtained in the above question measure? (As a practice for the exam, make sure you know why all the other options than the one you choose are wrong)

a. The likelihood that the assumption ??0 is true ?
b. The likelihood of seeing a statistic value close to 0 ?
c. The likelihood that the statistic we have got in this sample will be true ?
d. The value of the statistic that we call rare ?
e. The likelihood of seeing a statistic value as extreme as what we have got in this sample

10) Which of the following can be concluded at 3% significance level?

a. Typical reaction times are slower for drivers using cell phones ?
b. Typical reaction times are faster for drivers using cell phones ?
c. There is no difference in typical reaction time whether or not a cell phone is used ?
d. Cannot be determined.

In question 8 we assumed the variances to be equal. Now we would like to test and see whether this assumption was true or not. Write down the null and alternative hypothesis for this test then answer the following questions.

11) What is the p-value for testing whether variances are equal or not?

a. 0.03 ?
b. 0.035 ?
c. 0.07 ?
d. 0.73

12) From the p-value above, we can conclude at 3% significance level:

a. The reaction times for drivers using cell phone is more variable than those not using cell ?phone ?
b. The reaction times for drivers using cell phones is less variable than those not using cell ?phones ?
c. The variability of reaction times for drivers using cell phones can be assumed to be the ?same as that for drivers not using cell phones, as we don't have enough evidence to ?conclude otherwise ?
d. The variability of reaction times for drivers using cell phones is not the same as that for ?drivers not using cell phones ?
e. Typical reaction times are slower for drivers using cell phones ?
f. There is no difference in typical reaction time whether or not a cell phone is used.

Reference no: EM13754881

Questions Cloud

Create a class called employee : Create a class called Employee that has the following attributes: Employee ID of type String, First name of type String, Last name of type String
The implied multiplier associated with the stimulus package : If we assume that this growth resulted from the ARRA stimulus package, what was the implied multiplier associated with the stimulus package?
Dimensions of the business culture in the selected country : Determine the major elements and dimensions of the business culture in the selected country - Determine how these elements and dimensions are integrated by local residents conducting business in the country.
Government support of technological innovation : Research and identify how the U.S. government supports innovative technology activities in companies. Discuss at least two government sponsored programs and explain the positive effects these programs have on technology innovation in the private s..
What is the data type : What is the data type and What is the type of the parameter
Benefits for international expansion : The most popular way for international expansion is for a local firm to acquire foreign companies. One of the most benefits for international expansion is global distribution capability that helps expanding the market share.
Calculate the price of pp today : Assume that all earnings growth comes from the investment of retained earnings. Cost of capital is 12%. Calculate the price of PP today.
Compare the probability density function with the histograms : Write a report including the following, sections: Abstract. Introduction. Theoretical Analysis (pdf of 'Y and function that transforms uniform random variable to Gaussian random variable.
Draw the budget set of a consumer with income : Denote by t the amount of dollars a consumer has to pay for every unity she consumes in excess of x2 - Draw the budget set of a consumer with income m.Istheslopeofthe budget line constant - Draw the budget set of a consumer with income m.Is the slope..

Reviews

Write a Review

Data Structure & Algorithms Questions & Answers

  Complications in a time sharing system

Determine what complications could happen in a time-sharing system if two processes need access to the same file at the same time?

  Random walk simulation

A two dimensional array should be used to represent number of times the bug reached each tile on the floor. All cells of this array should be initialized to zero.

  Program for stack by using dynamically allocated array

Write a C++ class which implements stack by using a dynamically allocated array. Initial size of particular stack must be determined when it is created.

  Neural and tree learning on continuous attributes

Compare and contrast the roles of these numbers in the two models and compare and contrast the methods of learning these numbers in the two models.

  Question about disk writing speed

Think about a disk holding documents with an average file length of 5 KB. Each document is allocated contiguously on adjacent sectors.

  Compare the average behavior of insertion sort

Compare the average behavior of insertion sort for n elements with that of the n insertions into an initially-empty straight array implementation of a priority queue

  How to implement a class called hugeinteger

Using your own Linked List implementation (see attached), implement a class called HugeInteger that represents arbitrary sized integers and supports addition only. You may only use the tools we have introduced in class, and you MAY NOT use Java's ..

  Definition of a method isreverse

Provide the definition of a method, isReverse , whose two parameters are arrays of integers of equal size. The technique returns true if and only if one array is reverse of the other.

  Which algorithm should be most efficient

the test conditions are equal for both algorithms, which algorithm should be most efficient when N is arbitrarily large (i.e., you can select N to be as large as you want it to be)?

  Write a program to implement a linear linked list

Write a C/C++ program to implement a singly linear Linked List

  Splay tree and show the resulting tree

Insert 5, 1, 3, 6, 2, 4 into an initially empty splay tree and show the resulting tree - Can you provide some help with my Java language project? I hope someone nice out there can help me with it.

  Implement two stacks using only one array

Write routines to implement two stacks using only one array. Your stack routines should not declare an overflow unless every slot in the array is used.

Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd