Statistics and Probability with Applications for Engineers and Scientists Using MINITAB, R and JMP. Bhisham C. Gupta. Читать онлайн. Newlib. NEWLIB.NET

Автор: Bhisham C. Gupta
Издательство: John Wiley & Sons Limited
Серия:
Жанр произведения: Математика
Год издания: 0
isbn: 9781119516620
Скачать книгу
#To define the intervals breaks = seq(110, 152, by=7) #To assign each observation to its interval RodData.split = cut(RodData, breaks, right=FALSE) #To obtain the frequency of data in each class RodData.freq = table(RodData.split) #To combine necessary columns freq.dist = cbind(RodData.freq,100*RodData.freq/sum(RodData.freq), cumsum(RodData.freq), 100*cumsum(RodData.freq)/sum(RodData.freq)) #To name the table columns colnames(freq.dist) = c(‘Frequency’,‘Percentage’, ‘Cum.Frequency’,‘Cum.Percentage’) freq.dist #R output

Frequency Percentage Cum.Frequency Cum.Percentage
images 3.00 7.69 3.00 7.69
images 7.00 17.95 10.00 25.64
images 8.00 20.51 18.00 46.15
images 7.00 17.95 25.00 64.10
images 6.00 15.38 31.00 79.49
images 8.00 20.51 39.00 100.00

      PRACTICE PROBLEMS FOR SECTION 2.3

      1 The following data give the results of a customer sample survey for product satisfaction conducted by a manufacturing company. The numbers 1, 2, 3, 4, and 5 represent the satisfaction levels: very satisfied, fairly satisfied, neutral, fairly unsatisfied, and very unsatisfied, respectively.11334243151224112442542213445523232324431515411152Prepare a frequency distribution table.Determine the percentages for all categories.What percentage of the customers in this sample survey was very satisfied or fairly satisfied?

      2 An engineering school arranged a charity concert to raise funds for Iraq war veterans. The following data give the status of 40 randomly selected students who attended the concert. The numbers 1, 2, 3, and 4 represent the categories freshman, sophomore, junior, and senior, respectively.2341121132133444113233333433342322314223Prepare a frequency distribution table.Determine the percentages for all categories.What percentage of the students in this sample survey were juniors or seniors?

      3 The following data give the responses of 36 senior citizens who were asked about the engine size of their car. The numbers 1, 2, 3, 4, and 5 represent the five categories 3.5, 3.2, 3.0, 2.2, and 1.8L, respectively.545512111351542131323412215531521225Prepare a frequency distribution table.Determine the percentages for all categories.What percentage of the senior citizens drive cars of category 1 or 3?

      4 A manufacturing company of condenser retaining bolts for car engines implemented a quality control system. As part of this quality control system, a team of engineers decided to record the number of nonconforming bolts produced in each shift. The following data show the number of nonconforming bolts during the past 45 shifts.253026262516212221271524192024163028242315152128181521272628171924262717271922271625163018Prepare a complete frequency distribution table, that is, a table having frequency, relative frequency, percentage, and cumulative frequency columns.

      5 The following data give the number of graduate students admitted in all engineering programs of a prestigious university during the past 30 years (1976–2005).148167171177175165134177168142126166130122157138163129143145141162147141164137149146132157Prepare a complete frequency distribution table, that is, a table having frequency, relative frequency, percentage, and cumulative frequency columns.

      6 A temperature‐sensing vacuum switch controls the vacuum that is applied to a vacuum motor operating a valve in the intake snorkel of the air cleaner. As the engine warms up, the temperature‐sensing unit shuts off the vacuum applied to the motor, allowing the valve to close so that heated air shuts off and outside cooler air is drawn into the engine. The following data give the temperatures (coded) at which the sensing unit shuts off the vacuum:105101120116108112118119107100107120113113101102102100101100118106114100104101107113110100109108100104110113118100119120Prepare a complete frequency distribution table, that is, a table having frequency, relative frequency, percentage, and cumulative frequency columns.

      2.4.1 Dot Plot

      A dot plot is one of the simplest graphs. To construct this graph, the value of each observation is plotted on a real line. It provides visual information about the distribution of a single variable. For illustration, we consider the following example.

      Example 2.4.1 (Defective motors) The following data give the number of defective motors received in 20 different shipments:

8 12 10 16 10 25 21 15 17 5
26 21 29 8 6 21 10 17 15 13

       Construct a dot plot for these data.

Image described by caption.

      Dot plots are more useful when the sample size is small. A dot plot gives us, for example, information about how the data are scattered and where most of the observations are concentrated. For instance, in this example, we see that the minimum number of defective motors and the maximum number