Probability and Statistics for Engineering and the Sciences
Probability and Statistics for Engineering and the Sciences
9th Edition
ISBN: 9781305251809
Author: Jay L. Devore
Publisher: Cengage Learning
bartleby

Concept explainers

bartleby

Videos

Question
Book Icon
Chapter 1, Problem 82SE

a.

To determine

Construct a time series plot for temperature using the given data.

Comment on the pattern of obtained time series plot.

a.

Expert Solution
Check Mark

Answer to Problem 82SE

Output obtained from MINITAB is given below:

Probability and Statistics for Engineering and the Sciences, Chapter 1, Problem 82SE

The obtained time series plot represents a cyclic pattern of temperature.

Explanation of Solution

Given info:

The data represents the observed value of response variable x at time t. The observed values are xt. Exponential smoothing is done to produce a smoothed version of the series. The value of smoothing constant is α and the smoothing equation is x¯t=αxt+(1α)x¯t1 for t=2,3,...,n. Additionally it is given that x¯1=x1.

Calculation:

Software Procedure:

Step-by-step procedure to draw the time series plot for temperature using the MINITAB software:

  • Choose Graph > Time Series Plot.
  •  Choose Simple, and then click OK.
  • In Series, enter the column of Temperature.
  • Click OK.

Observation:

Time series plot shows that the highest temperature is at time 3 and the lowest temperature is at time 6 and 7. From the graph it can be concluded that temperature oscillates with the change in time. Overall the plot represents a cyclic pattern of temperature.

b.

To determine

Find the smoothed value x¯t at time t for α=0.1 and α=0.5.

b.

Expert Solution
Check Mark

Answer to Problem 82SE

Smoothed values x¯t at time t for α=0.1are as follows:

Time txtx¯t
24747
35447.7
45348.2
55048.4
64648.2
74648
84747.9
95048.1
105148.4
115048.5
124648.3
135248.6
145048.8
155048.9

Smoothed values x¯t at time t for α=0.5are as follows:

Time txtx¯t
24747
35450.5
45351.8
55050.9
64648.4
74647.2
84747.1
95048.6
105149.8
115049.9
124647.9
135250
145050
155050

Explanation of Solution

Calculation:

The exponential smoothing equation is x¯t=αxt+(1α)x¯t1 for t=2,3,...,n.

Smoothed values x¯t at time t for α=0.1are as follows:

Here, to calculate the smoothed value x¯t at time 2 the smoothed value at time 1 is necessary.

That is, x¯t1 is necessary. The value of x¯1 is unknown.

Moreover, it is given that x¯1=x1.

Hence, the smoothed value x¯t at time 2 for α=0.1 remains 47.

Thus, the smoothed value at time 2 is x¯2=47.

The smoothed value x¯t at time 3 is calculated as follows:

x¯3 =αx3+(1α)x¯2=0.1×54+(10.1)×47=5.4+42.3=47.7

Thus, the smoothed value at time 3 is x¯3=47.7.

Similarly, smoothed values for the remaining times are given below:

Time txtx¯t
24747
35447.7
45348.2
55048.4
64648.2
74648
84747.9
95048.1
105148.4
115048.5
124648.3
135248.6
145048.8
155048.9

Smoothed values x¯t at time t for α=0.5are as follows:

Here, to calculate the smoothed value x¯t at time 2 the smoothed value at time 1 is necessary.

That is, x¯t1 is necessary. The value of x¯1 is unknown.

Moreover, it is given that x¯1=x1.

Hence, the smoothed value x¯t at time 2 for α=0.5 remains 47.

Thus, the smoothed value at time 2 is x¯2=47.

The smoothed value x¯t at time 3 is calculated as follows:

x¯3 =αx3+(1α)x¯2=0.5×54+(10.5)×47=27+23.5=50.5

Thus, the smoothed value at time 3 is x¯3=50.5.

Similarly, smoothed values for the remaining times are given below:

Time txtx¯t
24747
35450.5
45351.8
55050.9
64648.4
74647.2
84747.1
95048.6
105149.8
115049.9
124647.9
135250
145050
155050

c.

To determine

Find the number of values of xt,xt1,...,x1 that depend on x¯t when x¯t1=αxt1+(1α)x¯t2 is substituted in place of x¯t1 in the smoothing equation x¯t and x¯t2 in terms of xt2 and so on

Find the change in the coefficient of xtk with the increase in k.

c.

Expert Solution
Check Mark

Answer to Problem 82SE

The value of x¯t depends on all the values of xt,xt1,...,x1.

The coefficient on xtk decreases as k increases.

Explanation of Solution

Calculation:

The exponential smoothing equation is x¯t=αxt+(1α)x¯t1 for t=2,3,...,n.

Substituting the value, x¯t1=αxt1+(1α)x¯t2 in the exponential smoothing equation is x¯t,

x¯t=αxt+(1α)(αxt1+(1α)x¯t2)=αxt+α(1α)xt1+(1α)2x¯t2

Substituting the value, x¯t2=αxt2+(1α)x¯t2 in the above exponential smoothing equation is x¯t,

x¯t=αxt+α(1α)xt1+(1α)2x¯t2=αxt+α(1α)xt1+(1α)2(αxt2+(1α)x¯t2)=αxt+α(1α)xt1+α(1α)2xt2+(1α)3x¯t2

Continuing the same computational procedure till the value of x¯3.

x¯3=α(1α)t3x3+(1α)t2x¯2

Now, the equation reduces as follows:

x¯3=α(1α)t3x3+(1α)t2x¯2=α(1α)t3x3+(1α)t2(αx2+(1α)x¯1)=α(1α)t3x3+α(1α)t2x2+(1α)t1x¯1

The value of x¯1 is set as x1. That is, x¯1=x1.

Now, the exponential smoothing equation x¯t is as follows:

x¯t=αxt+α(1α)xt1+α(1α)2xt2+...+α(1α)t3x3+α(1α)t2x2+(1α)t1x1

Here, from the above obtained equation it is seen that the value of x¯t depends on all the values of xt,xt1,...,x1.

Here, form the equation it can be said that the coefficient of xtk is (1α)tk.

Moreover, the smoothing constant α lies between 0 and 1.

That is, 0<α<1.

Hence the value of (1α)tk decreases as k increases.

Therefore, the coefficient on xtk decreases as k increases.

c.

To determine

Explain the sensitivity of the initialization of x¯1=x1 for large t in the equation x¯t obtained in part (c).

c.

Expert Solution
Check Mark

Answer to Problem 82SE

The smoothed series x¯t is not very sensitive for the initialization of x¯1=x1 for large t.

Explanation of Solution

Calculation:

From part (c), the exponential smoothing equation is,

x¯t=αxt+α(1α)xt1+α(1α)2xt2+...+α(1α)t3x3+α(1α)t2x2+(1α)t1x1

The substitution of of x¯1 is as follows:

x¯1=(1α)t1x1

Here, form the equation it can be said that the coefficient of x1 is (1α)t1.

Moreover, the smoothing constant α lies between 0 and 1.

That is, 0<α<1.

Hence the value of (1α)t1 is very small for large t.

Therefore, the smoothed series x¯t is not very sensitive for the initialization of x¯1=x1 for large t.

Want to see more full solutions like this?

Subscribe now to access step-by-step solutions to millions of textbook problems written by subject matter experts!
Students have asked these similar questions
solveIn random sampling from the exponential distribution, f(x) =1 θθe x− , x > 0, θ> 0, find the maximum likelihood estimator of θ and obtain the asymptotic distribution of this estimator
The time X of a radioactive isotope decays with an expected value of 10 years, and is modeled as an exponential random variable. a) What is the parameter λ of the exponential RV X? b) Compute P(X < 10).
Suppose X1,...,Xn are measurements of the mass of an object.  The measurements are normally distributed, with mean equal to mu , the mass of the object, and standard deviation equal to 1 microgram. Find  (a) The likelihood function. (b)  The log-likelihood function (c) the maximum likelihood estimator for the unknown parameter, and

Chapter 1 Solutions

Probability and Statistics for Engineering and the Sciences

Ch. 1.2 - The accompanying specific gravity values for...Ch. 1.2 - The accompanying summary data on CeO2 particle...Ch. 1.2 - Allowable mechanical properties for structural...Ch. 1.2 - The accompanying data set consists of observations...Ch. 1.2 - Do running limes of American movies differ somehow...Ch. 1.2 - The article cited in Example 1.2 also gave the...Ch. 1.2 - The accompanying data came from a study of...Ch. 1.2 - Every corporation has a governing board of...Ch. 1.2 - The number of contaminating particles on a silicon...Ch. 1.2 - The article Determination of Most Representative...Ch. 1.2 - The article cited in Exercise 20 also gave the...Ch. 1.2 - How does the speed of a runner vary over the...Ch. 1.2 - The article Statistical Modeling of the Time...Ch. 1.2 - The accompanying data set consists of observations...Ch. 1.2 - A transformation of data values by means of some...Ch. 1.2 - The accompanying summary data on CeO2 particle...Ch. 1.2 - The article Study on the Life Distribution of...Ch. 1.2 - The accompanying frequency distribution on...Ch. 1.2 - The following categories for type of physical...Ch. 1.2 - A Pareto diagram is a variation of a histogram for...Ch. 1.2 - The cumulative frequency and cumulative relative...Ch. 1.2 - Fire load (MJ/m2) is the heat energy that could be...Ch. 1.3 - The May 1, 2009, issue of The Montclarian reported...Ch. 1.3 - Exposure to microbial products, especially...Ch. 1.3 - Mercury is a persistent and dispersive...Ch. 1.3 - A sample of 26 offshore oil workers took part in a...Ch. 1.3 - The article Snow Cover and Temperature...Ch. 1.3 - Blood pressure values are often reported to the...Ch. 1.3 - The propagation of fatigue cracks in various...Ch. 1.3 - Compute the sample median. 25% trimmed mean. 10%...Ch. 1.3 - A sample of n = 10 automobiles was selected, and...Ch. 1.3 - a. If a constant c is added to each xi in a...Ch. 1.3 - An experiment to study the lifetime (in hours) for...Ch. 1.4 - Poly(3-hydroxybutyrate) (PHB), a semicrystalline...Ch. 1.4 - The value of Youngs modulus (GPa) was determined...Ch. 1.4 - The article Effects of Short-Term Warming on Low...Ch. 1.4 - Zinfandel is a popular red wine varietal produced...Ch. 1.4 - Exercise 34 presented the following data on...Ch. 1.4 - A study of the relationship between age and...Ch. 1.4 - In 1997 a woman sued a computer keyboard...Ch. 1.4 - The article A Thin-Film Oxygen Uptake Test for the...Ch. 1.4 - The first four deviations from the mean in a...Ch. 1.4 - A mutual fund is a professionally managed...Ch. 1.4 - Grip is applied to produce normal surface forces...Ch. 1.4 - Here is a stem-and-leaf display of the escape time...Ch. 1.4 - The following data on distilled alcohol content...Ch. 1.4 - A sample of 20 glass bottles of a particular type...Ch. 1.4 - A company utilizes two different machines to...Ch. 1.4 - Blood cocaine concentration (mg/L) was determined...Ch. 1.4 - Observations on burst strength (lb/in2) were...Ch. 1.4 - The accompanying comparative boxplot of gasoline...Ch. 1 - Consider the following information on ultimate...Ch. 1 - A sample of 77 individuals working at a particular...Ch. 1 - Fretting is a wear process that results from...Ch. 1 - The accompanying frequency distribution of...Ch. 1 - A deficiency of the (race element selenium in the...Ch. 1 - Aortic stenosis refers to a narrowing of the...Ch. 1 - a. For what value of c is the quantity (xi c)2...Ch. 1 - a. Let a and b be constants and let yi = axi + b...Ch. 1 - Elevated energy consumption during exercise...Ch. 1 - Here is a description from Minitab of the strength...Ch. 1 - Anxiety disorders and symptoms can often be...Ch. 1 - The article Can We Really Walk Straight? (Amer. J....Ch. 1 - The mode of a numerical data set is the value that...Ch. 1 - Specimens of three different types of rope wire...Ch. 1 - The three measures of center introduced in this...Ch. 1 - The authors of the article Predictive Model for...Ch. 1 - Consider a sample x1 , x2,..., xn and suppose that...Ch. 1 - Let xn and sn2 denote the sample mean and variance...Ch. 1 - Lengths of bus routes for any particular transit...Ch. 1 - A study carried out to investigate the...Ch. 1 - Prob. 82SECh. 1 - Prob. 83SECh. 1 - Consider a sample x1, ... , xn with n even. Let xL...
Knowledge Booster
Background pattern image
Statistics
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, statistics and related others by exploring similar questions and additional content below.
Similar questions
SEE MORE QUESTIONS
Recommended textbooks for you
Text book image
Algebra & Trigonometry with Analytic Geometry
Algebra
ISBN:9781133382119
Author:Swokowski
Publisher:Cengage
Text book image
Glencoe Algebra 1, Student Edition, 9780079039897...
Algebra
ISBN:9780079039897
Author:Carter
Publisher:McGraw Hill
Correlation Vs Regression: Difference Between them with definition & Comparison Chart; Author: Key Differences;https://www.youtube.com/watch?v=Ou2QGSJVd0U;License: Standard YouTube License, CC-BY
Correlation and Regression: Concepts with Illustrative examples; Author: LEARN & APPLY : Lean and Six Sigma;https://www.youtube.com/watch?v=xTpHD5WLuoA;License: Standard YouTube License, CC-BY