SlideShare a Scribd company logo
1 of 96
Chapter 7: Forecasting
Time Series Models
Lan Wang
CSU East Bay
Some Time Series Terms
Stationary Data - a time series variable exhibiting no significant
upward or downward trend over time.
Moving average
Exponential smoothing
Some Time Series Terms
Nonstationary Data - a time series variable exhibiting a
significant upward or downward trend over time.
Regression analysis
Some Time Series Terms
Seasonal Data - a time series variable exhibiting a repeating
patterns at regular intervals over time.
Seasonal index
Simple Moving Average
Average random fluctuations in a time series to infer short-term
changes in direction
Assumption: future observations will be similar to recent past
Moving average for next period = average of most recent k
observations
Moving Average Example
The monthly sales for Telco Batteries, Inc. were as
follows:MONTHSALESFebruary21March15April14May13June1
6July18August20
a. Calculate a 3 month moving average forecast for September
b. Calculate a 2 month moving average forecast for September
c. Which moving average forecast is more accurate?
Moving Average Example
Error Metrics and Forecast Accuracy
Mean absolute deviation (MAD)
Mean square error (MSE)
Mean absolute percentage error (MAPE)
The quality of a forecast depends on how accurate it is in
predicting future values of a time series.
8
Telco Batteries Example - continued
Exponential Smoothing
Exponential smoothing model:
Ft+1 = (1 – a )Ft + aAt
= Ft + a (At – Ft )
Ft+1 is the forecast for time period t+1,
Ft is the forecast for period t,
At is the observed value in period t, and
a is a constant between 0 and 1, called the smoothing constant.
Highly effective approach.
10
Exponential Smoothing
The monthly sales for Telco Batteries, Inc. were as
follows:MONTHSALESFebruary21March15April14May13June1
6July18August20
a. Calculate an Exponential Smoothing forecast with alpha =
0.2, for September
b. Calculate an Exponential Smoothing forecast with alpha =
0.3, for September
c. Which Exponential Smoothing forecast is more accurate?
Exponential Smoothing Example -
ContinuedalphaMonthSales0.20.3AD(0.2)AD(0.3)SE(0.2)SE(0.3
)APE(0.2)APE(0.3)February212121March1521216.006.0036.00
36.000.400.40April1419.8019.205.805.2033.6427.040.410.37Ma
y1318.6417.645.644.6431.8121.530.430.36June1617.5116.251.5
10.252.290.060.090.02July1817.2116.170.791.830.623.340.040.
10August2017.3716.722.633.286.9310.750.130.16September17.
8917.71MAD3.733.53MSE18.5516.45MAPE0.250.23
AD - Absolute Deviation SE Squared error
APE - Absolute Percentage Error
Practice
Attendance in each time period. Please forecast the attendance
using exponential smoothing (alpha=0.4 and 0.6).
Use MAD, MSE as guidance, find the better alpha setting for
each forecasting model.
Trend Models
Trend is the long-term sweep or general direction of movement
in a time series.
We’ll now consider some nonstationary time series techniques
that are appropriate for data exhibiting upward or downward
trends.
An Example
WaterCraft Inc. is a manufacturer of personal water crafts (also
known as jet skis).
The company has enjoyed a fairly steady growth in sales of its
products.
The officers of the company are preparing sales and
manufacturing plans for the coming year.
Forecasts are needed of the level of sales that the company
expects to achieve each quarter.
Forecasting Models With Linear Trends
Double Moving Average
Double Exponential Smoothing
Based on the linear trend equation (simple linear regression
with time as the independent variable.
Autoregressive models
Linear Trend Model ExampleQuarterGuests (in
thousands)Winter 200373Spring 2003104Summer 2003168Fall
200374Winter 200465Spring 200482Summer 2004124Fall
200452Winter 200589Spring 2005146Summer 2005205Fall
200598
Attendance at Orlando’s newest Disneylike attraction, Vacation
World, are as shown in the table
Develop a regression equation that models the trend in the data.
Calculate the attendance forecast for year 2006 using the
regression equation developed.
Model with Trend & Seasonality
Seasonality is a regular, repeating pattern in time series data.
May be additive or multiplicative in nature…
Multiplicative time series model is commonly used as shown
below:
Y = T*S
where Y = actual value of time series
T = trend component
S = seasonal component
The goal of the time series decomposition method is to identify
the values of components of a time series (trend, cyclical,
seasonal, irregular), and use these components for forecasting
re-composition of the model.
Seasonal Index ExampleQuarterGuests (in thousands)Winter
200373Spring 2003104Summer 2003168Fall 200374Winter
200465Spring 200482Summer 2004124Fall 200452Winter
200589Spring 2005146Summer 2005205Fall 200598
Attendance at Orlando’s newest Disneylike attraction, Vacation
World, are as shown in the table
Compute the seasonal index using the data
Calculate the seasonal forecast for the year 2006.
Get the linear trends in 2006
Methods available
1. Use excel function
=Tend(Ys, Xs, Period No.)
See Disney.xls
2. Run regression to read intercept and coefficient.
3. Fit a trend line while plotting out the data
Y=3.87X+81.49
Then, compute Seasonal Indices
200320042005Quarter AverageSeasonally
IndexWinter73658975.66670.7094Spring10482146110.66671.03
75Summer168124205165.66671.5531Fall74529874.66670.7000
106.6667
Finally, get the Forecasts
Forecast = Linear Trend * Corresponding Seasonal Index
E. g., in fall 2003, or 4th period, the average index for fall is
0.7, S4=0.7;
the linear trend for 4th period is : L4=2.87*4+81.49=97
Therefore, F4=L4*S4=97*0.7=68
Final Case Study
Forecasting in Hospital Example
Forecasting in Hospital
The number of nurses needed in Hayward Hospital’s surgical
division varies from quarter to quarter. This variation causes the
hospital difficulty in hiring and scheduling nurses in the
surgical division. It seems to the operations manager at the
hospital that there are always either too many nurses or not
enough nurses scheduled to do the work in the surgical divan
from quarter to quarter. Furthermore, nurses cannot be shifted
to and from other departments due to the special surgical
training required in the wing and because of an understanding
with the nurses union. If too many nurses are scheduled, the
salary expense and fringe benefits are too high and personnel
problems seem to increase. On the other hand, if too few are
scheduled overtime must be worked, increasing overhead costs
and angering doctors.
The operations staff has been using a simple rule to schedule
nurses. The average of the number of nurses needed in the past
four quarters is the number scheduled to work next quarter. The
operations manager wonders if there is a better way to forecast
the number of nurses needed. She has had an operations analyst
prepare historical data for the past three years with the number
of nurses needed in the surgical division:
Forecasting in Hospital
Year
Quarter
Period
# of
nurses
1997
I
1
14
II
2
10
III
3
6
IV
4
14
1998
I
5
16
II
6
14
III
7
11
IV
8
12
1999
I
9
15
II
10
13
III
11
10
IV
12
18
Hospital Example (K=3)
Hospital Example (Alpha = 0.2 )
Hospital Example: Linear Trend Projection
Regression line (Obtained from Excel)
Demand(y) = 10.8636 + 0.2902 * Time(x)
Hospital Example: Linear Trend Projection
Computing Multiplicative Seasonal Indices
Hospital Example
Quarter
1997
1998
1999
Quarterly
average
Seasonal
Index
I
14
16
15
15.000
0
1.1765
II
10
14
13
12.3333
0.9673
III
6
11
10
9.0000
0.7059
IV
14
12
18
14.6667
1.1503
Average
12.7500
Seasonal Model - Hospital Example
Year
Quarter
P
eriod
# of
Nurses
Trend
Forecast
Seasonal
Index
Seasonal
Forecast
Error
2
1997
I
1
14
11.2
1.1765
13.1
0.8
II
2
10
11.4
0.9671
11.1
1.1
III
3
6
11.7
0.7059
8.3
5.2
IV
4
14
12.0
1.1505
13.8
0.0
1998
I
5
16
12.3
1.1765
14.5
2.3
II
6
14
12.6
0.9671
12.2
3.3
III
7
11
12.9
0.7059
9.1
3.6
IV
8
12
13.2
1.1505
15.2
10.0
1999
I
9
15
13.5
1.1765
15.9
0.7
II
10
13
13.8
0.9671
13.3
0.1
III
11
10
14.1
0.7059
9.9
0.0
IV
12
18
14.3
1.1505
16.5
2.2
Total
29.4
MSE
2.5
2000
I
13
14.6
1.1765
17.2
II
14
14.9
0.9671
14.4
III
15
15.2
0.7059
10.7
IV
16
15.5
1.1505
17.8
Month
Sales
MA (2)
MA(3)
February
21
March
15
April
14
18
May
13
14.5
16.7
June
16
13.5
14.0
July
18
14.5
14.3
August
20
17
15.7
September
19
18.0
n
F
A
=
MAD
n
1
=
i
t
t
å
-
(
)
n
F
A
=
MSE
n
1
=
i
2
t
t
å
-
n
=
MAPE
n
1
=
i
å
-
t
t
t
A
F
A
Month
Period
Sales
MA (2)
Error2
Abs.
Deviation
MA(3)
Error2
Abs.
Deviation
February
1
21
March
2
15
April
3
14
18
16
4
May
4
13
14.5
2.25
1.5
16.7
13.4
3.7
June
5
16
13.5
6.25
2.5
14.0
4.0
2.0
July
6
18
14.5
12.25
3.5
14.3
13.4
3.7
August
7
20
17
9
3
15.7
18.8
4.3
September
8
19
18.0
MAD
2.9
3.42
MSE
9.15
12.42
tF
10
bb
t
0
5
10
15
20
123456789101112
Time Period
Number of Nurses
Chart114106141614111215131018
Number of Nurses
Time Period
Number of Nurses
Sheet1YearQuarterPeriodNumber of
Nurses1996I114II210III36IV4141997I516II614III711IV812199
8I915II1013III1110IV1218
Sheet1000000000000
Number of Nurses
Time Period
Number of Nurses
Sheet2
Sheet3
Year
Quarter
Period
# of
nurses
MA(
3
)
Forecast
Error
Errors
2
Absolute
deviation
1997
I
1
14
II
2
10
III
3
6
IV
4
14
10
4
16
4
1998
I
5
16
10
6
36
6
II
6
14
12
2
4
2
III
7
11
14.7
-
3.7
13.44
3.7
IV
8
12
13.7
-
1.7
2.78
1.7
1999
I
9
15
12.3
2.7
7.11
2.7
II
10
13
12.7
0.3
0.11
0.3
III
11
10
13.3
-
3.3
11.11
3.3
IV
12
18
12.7
5.3
28.44
5.3
Total
119
29
MSE
13.22
MAD
3.22
2000
I
13
13.7
II
14
III
15
IV
16
Year
Quarter
Period
# of nurses
MA(3)
Forecast
Error
Errors2
Absolute deviation
1997
I
1
14
II
2
10
III
3
6
IV
4
14
10
4
16
4
1998
I
5
16
10
6
36
6
II
6
14
12
2
4
2
III
7
11
14.7
-3.7
13.44
3.7
IV
8
12
13.7
-1.7
2.78
1.7
1999
I
9
15
12.3
2.7
7.11
2.7
II
10
13
12.7
0.3
0.11
0.3
III
11
10
13.3
-3.3
11.11
3.3
IV
12
18
12.7
5.3
28.44
5.3
Total
119
29
MSE
13.22
MAD
3.22
2000
I
13
13.7
II
14
III
15
IV
16
Year
Quarter
Period
# of
Nurses
ES
(
a
=0.2)
Forecast
Error2
Abs
deviation
1997
I
1
14
II
2
10
14.00
16.00
4.00
III
3
6
13.20
51.84
7.20
IV
4
14
11.76
5.02
2.24
1998
I
5
16
12.21
14.38
3.79
II
6
14
12.97
1.07
1.03
III
7
11
13.17
4.72
2.17
IV
8
12
12.74
0.55
0.74
1999
I
9
15
12.59
5.80
2.41
II
10
13
13.07
0.01
0.07
III
11
10
13.06
9.35
3.06
IV
12
18
12.45
30.84
5.55
Total
MSE
12.69
MAD
2.93
2000
I
13
13.56
II
1
4
III
15
IV
16
Year
Quarter
Period
# of Nurses
Forecast
Error2
Abs deviation
1997
I
1
14
II
2
10
14.00
16.00
4.00
III
3
6
13.20
51.84
7.20
IV
4
14
11.76
5.02
2.24
1998
I
5
16
12.21
14.38
3.79
II
6
14
12.97
1.07
1.03
III
7
11
13.17
4.72
2.17
IV
8
12
12.74
0.55
0.74
1999
I
9
15
12.59
5.80
2.41
II
10
13
13.07
0.01
0.07
III
11
10
13.06
9.35
3.06
IV
12
18
12.45
30.84
5.55
Total
MSE
12.69
MAD
2.93
2000
I
13
13.56
II
14
III
15
IV
16
Year Quarter Period
(X)
# of Nurses
(Y)
1997 I 1 14
II 2 10
III 3 6
IV 4 14
1998 I 5 16
II 6 14
III 7 11
IV 8 12
1999 I 9 15
II 10 13
III 11 10
IV 12 18
Average 6.5 12.75
Total 78 153
Year
Quarter
Period (X)
# of Nurses (Y)
1997
I
1
14
II
2
10
III
3
6
IV
4
14
1998
I
5
16
II
6
14
III
7
11
IV
8
12
1999
I
9
15
II
10
13
III
11
10
IV
12
18
Average
6.5
12.75
Total
78
153
Year
Quarter
Period
# of Nurses
Forecast
Error2
Abs
deviation
1997
I
1
14
11.15
8.10
2.85
II
2
10
11.44
2.09
1.44
III
3
6
11.73
32.88
5.73
IV
4
14
12.02
3.90
1.98
1998
I
5
16
12.31
13.58
3.69
II
6
14
12.60
1.95
1.40
III
7
11
12.90
3.59
1.90
I
V
8
12
13.19
1.40
1.19
1999
I
9
15
13.48
2.32
1.52
II
10
13
13.77
0.59
0.77
III
11
10
14.06
16.45
4.06
IV
12
18
14.35
13.35
3.65
MSE/MAD
8.35
2.51
2000
I
13
14.64
II
14
14.93
III
15
15.22
IV
16
15.51
Year
Quarter
Period
# of Nurses
Forecast
Error2
Abs deviation
1997
I
1
14
11.15
8.10
2.85
II
2
10
11.44
2.09
1.44
III
3
6
11.73
32.88
5.73
IV
4
14
12.02
3.90
1.98
1998
I
5
16
12.31
13.58
3.69
II
6
14
12.60
1.95
1.40
III
7
11
12.90
3.59
1.90
IV
8
12
13.19
1.40
1.19
1999
I
9
15
13.48
2.32
1.52
II
10
13
13.77
0.59
0.77
III
11
10
14.06
16.45
4.06
IV
12
18
14.35
13.35
3.65
MSE/MAD
8.35
2.51
2000
I
13
14.64
II
14
14.93
III
15
15.22
IV
16
15.51
QUESTION 1 :
Time-series models ________.
a. are also known as judgmental forecasting models
b. assume that forecasts are seldom developed by extrapolating
historical data into the future
c. assume that whatever forces have influenced sales in the
recent past will continue into the near future
d. include independent variables like, demand conditions and
the current economy state that help in forecasting
QUESTION 2
Which of the following uses a panel of experts, whose identities
are typically kept confidential from one another, to respond to a
sequence of questionnaires?
a. the Simple Exponential Smoothing method
b. the method of Historical Analogy
c. the Simple Moving average method
d. the Delphi method of forecasting
QUESTION 3
In the context of time series, a cyclical effect differs from a
seasonal effect in that the cyclical effect ________.
a. does not show a gradual shift in the time series
b. relates to much shorter-term behavior
c. relates to much longer-term behavior
d. shows a gradual shift in the time series
QUESTION 4
What is the gradual shift in the value of the time series known
as?
a. a smoothing constant
b. a coordinate
c. a weight
d. a trend
QUESTION 5
week
Units sold
1
44
2
22
3
27
4
33
5
36
6
43
The sales details for 6 weeks of a particular type of switches,
called the "Twitch," are shown in the table below. Use moving
average method. The value of k is set at 2.
For the data given above, the forecast for week 5 is ________.
a. 30 units
b. 35 units
c. 25 units
d. 33 units
QUESTION 6
Using the given data in previous question, calculate the value of
the mean absolute deviation.
a. 7.25
b. 21.10
c. 9.36
d. 54.13
QUESTION 7
Using the given data, determine the value of the mean square
error.
a. 21.10
b. 54.13
c. 7.25
d. 9.36
QUESTION 8
The table below shows the car sales from the year 2002-2007.
The forecaster assumes a smoothing constant of 0.8 and uses the
exponential smoothing model to determine the forecast for the
future.
Year
Cars Sold (in 000s)
2002
66
2003
33
2004
41
2005
49
2006
54
2007
65
From the data given above, the forecast for the year 2005 (in
000s) is ________.
a. 39.60 units
b. 52.67 units
c. 40.72 units
d. 47.34 units
QUESTION 9
From the data given above, the sales forecast for the year 2008
(in 000s) is ________.
a. 52.67 units
b. 62.53 units
c. 40.72 units
d. 47.34 units
QUESTION 10
Using the given data, determine the value of the mean absolute
deviation.
a. 15.03
b. 12.33
c. 25.27
d. 225.98

More Related Content

Similar to Forecasting Hospital Nurse Staffing Needs

Forecasting_Quantitative Forecasting.ppt
Forecasting_Quantitative Forecasting.pptForecasting_Quantitative Forecasting.ppt
Forecasting_Quantitative Forecasting.pptRituparnaDas584083
 
IRJET- Analysis of Crucial Oil Gas and Liquid Sensor Statistics and Productio...
IRJET- Analysis of Crucial Oil Gas and Liquid Sensor Statistics and Productio...IRJET- Analysis of Crucial Oil Gas and Liquid Sensor Statistics and Productio...
IRJET- Analysis of Crucial Oil Gas and Liquid Sensor Statistics and Productio...IRJET Journal
 
Product Design Forecasting Techniquesision.ppt
Product Design Forecasting Techniquesision.pptProduct Design Forecasting Techniquesision.ppt
Product Design Forecasting Techniquesision.pptavidc1000
 
Introduction to need of forecasting in business
Introduction to need of forecasting in businessIntroduction to need of forecasting in business
Introduction to need of forecasting in businessAnuyaK1
 
Forecasting
ForecastingForecasting
ForecastingSVGANGAD
 
Lecture2 forecasting f06_604
Lecture2 forecasting f06_604Lecture2 forecasting f06_604
Lecture2 forecasting f06_604datkuki
 
Forecasting
ForecastingForecasting
Forecasting3abooodi
 
1. You are given only three quarterly seasonal indices and quarter.docx
1. You are given only three quarterly seasonal indices and quarter.docx1. You are given only three quarterly seasonal indices and quarter.docx
1. You are given only three quarterly seasonal indices and quarter.docxjackiewalcutt
 
2 session 2a_hp case study_2010_cfvg
2 session 2a_hp case study_2010_cfvg2 session 2a_hp case study_2010_cfvg
2 session 2a_hp case study_2010_cfvgkimsach
 
Holtwinters terakhir lengkap
Holtwinters terakhir lengkapHoltwinters terakhir lengkap
Holtwinters terakhir lengkapZulyy Astutik
 
Production Planning and Control
Production Planning and ControlProduction Planning and Control
Production Planning and ControlSanjit Singh
 
Operations Management in the Supply Chain Decisions and Cases 7th Edition Sch...
Operations Management in the Supply Chain Decisions and Cases 7th Edition Sch...Operations Management in the Supply Chain Decisions and Cases 7th Edition Sch...
Operations Management in the Supply Chain Decisions and Cases 7th Edition Sch...Dorianner
 
16 ch ken black solution
16 ch ken black solution16 ch ken black solution
16 ch ken black solutionKrunal Shah
 

Similar to Forecasting Hospital Nurse Staffing Needs (20)

Forecasting.ppt
Forecasting.pptForecasting.ppt
Forecasting.ppt
 
Forecasting_Quantitative Forecasting.ppt
Forecasting_Quantitative Forecasting.pptForecasting_Quantitative Forecasting.ppt
Forecasting_Quantitative Forecasting.ppt
 
IRJET- Analysis of Crucial Oil Gas and Liquid Sensor Statistics and Productio...
IRJET- Analysis of Crucial Oil Gas and Liquid Sensor Statistics and Productio...IRJET- Analysis of Crucial Oil Gas and Liquid Sensor Statistics and Productio...
IRJET- Analysis of Crucial Oil Gas and Liquid Sensor Statistics and Productio...
 
Product Design Forecasting Techniquesision.ppt
Product Design Forecasting Techniquesision.pptProduct Design Forecasting Techniquesision.ppt
Product Design Forecasting Techniquesision.ppt
 
Time Series Analysis Ravi
Time Series Analysis RaviTime Series Analysis Ravi
Time Series Analysis Ravi
 
Introduction to need of forecasting in business
Introduction to need of forecasting in businessIntroduction to need of forecasting in business
Introduction to need of forecasting in business
 
Forecasting
ForecastingForecasting
Forecasting
 
Chapter-3_Heizer_S1.pptx
Chapter-3_Heizer_S1.pptxChapter-3_Heizer_S1.pptx
Chapter-3_Heizer_S1.pptx
 
Lecture2 forecasting f06_604
Lecture2 forecasting f06_604Lecture2 forecasting f06_604
Lecture2 forecasting f06_604
 
Forecasting
ForecastingForecasting
Forecasting
 
1. You are given only three quarterly seasonal indices and quarter.docx
1. You are given only three quarterly seasonal indices and quarter.docx1. You are given only three quarterly seasonal indices and quarter.docx
1. You are given only three quarterly seasonal indices and quarter.docx
 
Chap011
Chap011Chap011
Chap011
 
2 session 2a_hp case study_2010_cfvg
2 session 2a_hp case study_2010_cfvg2 session 2a_hp case study_2010_cfvg
2 session 2a_hp case study_2010_cfvg
 
Holtwinters terakhir lengkap
Holtwinters terakhir lengkapHoltwinters terakhir lengkap
Holtwinters terakhir lengkap
 
Production Planning and Control
Production Planning and ControlProduction Planning and Control
Production Planning and Control
 
006
006006
006
 
Operations Management in the Supply Chain Decisions and Cases 7th Edition Sch...
Operations Management in the Supply Chain Decisions and Cases 7th Edition Sch...Operations Management in the Supply Chain Decisions and Cases 7th Edition Sch...
Operations Management in the Supply Chain Decisions and Cases 7th Edition Sch...
 
Forecasting
ForecastingForecasting
Forecasting
 
Forecasting
ForecastingForecasting
Forecasting
 
16 ch ken black solution
16 ch ken black solution16 ch ken black solution
16 ch ken black solution
 

More from christinemaritza

ENG315                                    Professional Scenari.docx
ENG315                                    Professional Scenari.docxENG315                                    Professional Scenari.docx
ENG315                                    Professional Scenari.docxchristinemaritza
 
ENG122 – Research Paper Peer Review InstructionsApply each of .docx
ENG122 – Research Paper Peer Review InstructionsApply each of .docxENG122 – Research Paper Peer Review InstructionsApply each of .docx
ENG122 – Research Paper Peer Review InstructionsApply each of .docxchristinemaritza
 
ENG122 – Research Paper Peer Review InstructionsApply each of th.docx
ENG122 – Research Paper Peer Review InstructionsApply each of th.docxENG122 – Research Paper Peer Review InstructionsApply each of th.docx
ENG122 – Research Paper Peer Review InstructionsApply each of th.docxchristinemaritza
 
ENG115ASSIGNMENT2STANCEESSAYDRAFTDueWeek.docx
ENG115ASSIGNMENT2STANCEESSAYDRAFTDueWeek.docxENG115ASSIGNMENT2STANCEESSAYDRAFTDueWeek.docx
ENG115ASSIGNMENT2STANCEESSAYDRAFTDueWeek.docxchristinemaritza
 
ENG 510 Final Project Milestone Three Guidelines and Rubric .docx
ENG 510 Final Project Milestone Three Guidelines and Rubric .docxENG 510 Final Project Milestone Three Guidelines and Rubric .docx
ENG 510 Final Project Milestone Three Guidelines and Rubric .docxchristinemaritza
 
ENG-105 Peer Review Worksheet Rhetorical Analysis of a Public.docx
ENG-105 Peer Review Worksheet Rhetorical Analysis of a Public.docxENG-105 Peer Review Worksheet Rhetorical Analysis of a Public.docx
ENG-105 Peer Review Worksheet Rhetorical Analysis of a Public.docxchristinemaritza
 
ENG 272-0Objective The purpose of this essay is t.docx
ENG 272-0Objective  The purpose of this essay is t.docxENG 272-0Objective  The purpose of this essay is t.docx
ENG 272-0Objective The purpose of this essay is t.docxchristinemaritza
 
ENG 360 01 American PoetrySpring 2019TuesdayFriday 800 –.docx
ENG 360 01 American PoetrySpring 2019TuesdayFriday 800 –.docxENG 360 01 American PoetrySpring 2019TuesdayFriday 800 –.docx
ENG 360 01 American PoetrySpring 2019TuesdayFriday 800 –.docxchristinemaritza
 
ENG 4034AHamlet Final AssessmentDUE DATE WEDNESDAY, 1220, 1.docx
ENG 4034AHamlet Final AssessmentDUE DATE WEDNESDAY, 1220, 1.docxENG 4034AHamlet Final AssessmentDUE DATE WEDNESDAY, 1220, 1.docx
ENG 4034AHamlet Final AssessmentDUE DATE WEDNESDAY, 1220, 1.docxchristinemaritza
 
ENG 3107 Writing for the Professions—Business & Social Scienc.docx
ENG 3107 Writing for the Professions—Business & Social Scienc.docxENG 3107 Writing for the Professions—Business & Social Scienc.docx
ENG 3107 Writing for the Professions—Business & Social Scienc.docxchristinemaritza
 
ENG 271Plato and Aristotlea Classical Greek philosophe.docx
ENG 271Plato and Aristotlea Classical Greek philosophe.docxENG 271Plato and Aristotlea Classical Greek philosophe.docx
ENG 271Plato and Aristotlea Classical Greek philosophe.docxchristinemaritza
 
ENG 315 Professional Communication Week 4 Discussion Deliver.docx
ENG 315 Professional Communication Week 4 Discussion Deliver.docxENG 315 Professional Communication Week 4 Discussion Deliver.docx
ENG 315 Professional Communication Week 4 Discussion Deliver.docxchristinemaritza
 
ENG 315 Professional Communication Week 9Professional Exp.docx
ENG 315 Professional Communication Week 9Professional Exp.docxENG 315 Professional Communication Week 9Professional Exp.docx
ENG 315 Professional Communication Week 9Professional Exp.docxchristinemaritza
 
ENG 202 Questions about Point of View in Ursula K. Le Guin’s .docx
ENG 202 Questions about Point of View in Ursula K. Le Guin’s .docxENG 202 Questions about Point of View in Ursula K. Le Guin’s .docx
ENG 202 Questions about Point of View in Ursula K. Le Guin’s .docxchristinemaritza
 
ENG 220250 Lab Report Requirements Version 0.8 -- 0813201.docx
ENG 220250 Lab Report Requirements Version 0.8 -- 0813201.docxENG 220250 Lab Report Requirements Version 0.8 -- 0813201.docx
ENG 220250 Lab Report Requirements Version 0.8 -- 0813201.docxchristinemaritza
 
ENG 203 Short Article Response 2 Sample Answer (Worth 13 mark.docx
ENG 203 Short Article Response 2 Sample Answer (Worth 13 mark.docxENG 203 Short Article Response 2 Sample Answer (Worth 13 mark.docx
ENG 203 Short Article Response 2 Sample Answer (Worth 13 mark.docxchristinemaritza
 
ENG 130 Literature and Comp ENG 130 Argumentative Resear.docx
ENG 130 Literature and Comp ENG 130 Argumentative Resear.docxENG 130 Literature and Comp ENG 130 Argumentative Resear.docx
ENG 130 Literature and Comp ENG 130 Argumentative Resear.docxchristinemaritza
 
ENG 132What’s Wrong With HoldenHere’s What You Should Do, .docx
ENG 132What’s Wrong With HoldenHere’s What You Should Do, .docxENG 132What’s Wrong With HoldenHere’s What You Should Do, .docx
ENG 132What’s Wrong With HoldenHere’s What You Should Do, .docxchristinemaritza
 
ENG 130- Literature and Comp Literary Response for Setting.docx
ENG 130- Literature and Comp Literary Response for Setting.docxENG 130- Literature and Comp Literary Response for Setting.docx
ENG 130- Literature and Comp Literary Response for Setting.docxchristinemaritza
 
ENG 130 Literature and Comp Literary Response for Point o.docx
ENG 130 Literature and Comp Literary Response for Point o.docxENG 130 Literature and Comp Literary Response for Point o.docx
ENG 130 Literature and Comp Literary Response for Point o.docxchristinemaritza
 

More from christinemaritza (20)

ENG315                                    Professional Scenari.docx
ENG315                                    Professional Scenari.docxENG315                                    Professional Scenari.docx
ENG315                                    Professional Scenari.docx
 
ENG122 – Research Paper Peer Review InstructionsApply each of .docx
ENG122 – Research Paper Peer Review InstructionsApply each of .docxENG122 – Research Paper Peer Review InstructionsApply each of .docx
ENG122 – Research Paper Peer Review InstructionsApply each of .docx
 
ENG122 – Research Paper Peer Review InstructionsApply each of th.docx
ENG122 – Research Paper Peer Review InstructionsApply each of th.docxENG122 – Research Paper Peer Review InstructionsApply each of th.docx
ENG122 – Research Paper Peer Review InstructionsApply each of th.docx
 
ENG115ASSIGNMENT2STANCEESSAYDRAFTDueWeek.docx
ENG115ASSIGNMENT2STANCEESSAYDRAFTDueWeek.docxENG115ASSIGNMENT2STANCEESSAYDRAFTDueWeek.docx
ENG115ASSIGNMENT2STANCEESSAYDRAFTDueWeek.docx
 
ENG 510 Final Project Milestone Three Guidelines and Rubric .docx
ENG 510 Final Project Milestone Three Guidelines and Rubric .docxENG 510 Final Project Milestone Three Guidelines and Rubric .docx
ENG 510 Final Project Milestone Three Guidelines and Rubric .docx
 
ENG-105 Peer Review Worksheet Rhetorical Analysis of a Public.docx
ENG-105 Peer Review Worksheet Rhetorical Analysis of a Public.docxENG-105 Peer Review Worksheet Rhetorical Analysis of a Public.docx
ENG-105 Peer Review Worksheet Rhetorical Analysis of a Public.docx
 
ENG 272-0Objective The purpose of this essay is t.docx
ENG 272-0Objective  The purpose of this essay is t.docxENG 272-0Objective  The purpose of this essay is t.docx
ENG 272-0Objective The purpose of this essay is t.docx
 
ENG 360 01 American PoetrySpring 2019TuesdayFriday 800 –.docx
ENG 360 01 American PoetrySpring 2019TuesdayFriday 800 –.docxENG 360 01 American PoetrySpring 2019TuesdayFriday 800 –.docx
ENG 360 01 American PoetrySpring 2019TuesdayFriday 800 –.docx
 
ENG 4034AHamlet Final AssessmentDUE DATE WEDNESDAY, 1220, 1.docx
ENG 4034AHamlet Final AssessmentDUE DATE WEDNESDAY, 1220, 1.docxENG 4034AHamlet Final AssessmentDUE DATE WEDNESDAY, 1220, 1.docx
ENG 4034AHamlet Final AssessmentDUE DATE WEDNESDAY, 1220, 1.docx
 
ENG 3107 Writing for the Professions—Business & Social Scienc.docx
ENG 3107 Writing for the Professions—Business & Social Scienc.docxENG 3107 Writing for the Professions—Business & Social Scienc.docx
ENG 3107 Writing for the Professions—Business & Social Scienc.docx
 
ENG 271Plato and Aristotlea Classical Greek philosophe.docx
ENG 271Plato and Aristotlea Classical Greek philosophe.docxENG 271Plato and Aristotlea Classical Greek philosophe.docx
ENG 271Plato and Aristotlea Classical Greek philosophe.docx
 
ENG 315 Professional Communication Week 4 Discussion Deliver.docx
ENG 315 Professional Communication Week 4 Discussion Deliver.docxENG 315 Professional Communication Week 4 Discussion Deliver.docx
ENG 315 Professional Communication Week 4 Discussion Deliver.docx
 
ENG 315 Professional Communication Week 9Professional Exp.docx
ENG 315 Professional Communication Week 9Professional Exp.docxENG 315 Professional Communication Week 9Professional Exp.docx
ENG 315 Professional Communication Week 9Professional Exp.docx
 
ENG 202 Questions about Point of View in Ursula K. Le Guin’s .docx
ENG 202 Questions about Point of View in Ursula K. Le Guin’s .docxENG 202 Questions about Point of View in Ursula K. Le Guin’s .docx
ENG 202 Questions about Point of View in Ursula K. Le Guin’s .docx
 
ENG 220250 Lab Report Requirements Version 0.8 -- 0813201.docx
ENG 220250 Lab Report Requirements Version 0.8 -- 0813201.docxENG 220250 Lab Report Requirements Version 0.8 -- 0813201.docx
ENG 220250 Lab Report Requirements Version 0.8 -- 0813201.docx
 
ENG 203 Short Article Response 2 Sample Answer (Worth 13 mark.docx
ENG 203 Short Article Response 2 Sample Answer (Worth 13 mark.docxENG 203 Short Article Response 2 Sample Answer (Worth 13 mark.docx
ENG 203 Short Article Response 2 Sample Answer (Worth 13 mark.docx
 
ENG 130 Literature and Comp ENG 130 Argumentative Resear.docx
ENG 130 Literature and Comp ENG 130 Argumentative Resear.docxENG 130 Literature and Comp ENG 130 Argumentative Resear.docx
ENG 130 Literature and Comp ENG 130 Argumentative Resear.docx
 
ENG 132What’s Wrong With HoldenHere’s What You Should Do, .docx
ENG 132What’s Wrong With HoldenHere’s What You Should Do, .docxENG 132What’s Wrong With HoldenHere’s What You Should Do, .docx
ENG 132What’s Wrong With HoldenHere’s What You Should Do, .docx
 
ENG 130- Literature and Comp Literary Response for Setting.docx
ENG 130- Literature and Comp Literary Response for Setting.docxENG 130- Literature and Comp Literary Response for Setting.docx
ENG 130- Literature and Comp Literary Response for Setting.docx
 
ENG 130 Literature and Comp Literary Response for Point o.docx
ENG 130 Literature and Comp Literary Response for Point o.docxENG 130 Literature and Comp Literary Response for Point o.docx
ENG 130 Literature and Comp Literary Response for Point o.docx
 

Recently uploaded

Biting mechanism of poisonous snakes.pdf
Biting mechanism of poisonous snakes.pdfBiting mechanism of poisonous snakes.pdf
Biting mechanism of poisonous snakes.pdfadityarao40181
 
Capitol Tech U Doctoral Presentation - April 2024.pptx
Capitol Tech U Doctoral Presentation - April 2024.pptxCapitol Tech U Doctoral Presentation - April 2024.pptx
Capitol Tech U Doctoral Presentation - April 2024.pptxCapitolTechU
 
How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17Celine George
 
Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17Celine George
 
Meghan Sutherland In Media Res Media Component
Meghan Sutherland In Media Res Media ComponentMeghan Sutherland In Media Res Media Component
Meghan Sutherland In Media Res Media ComponentInMediaRes1
 
internship ppt on smartinternz platform as salesforce developer
internship ppt on smartinternz platform as salesforce developerinternship ppt on smartinternz platform as salesforce developer
internship ppt on smartinternz platform as salesforce developerunnathinaik
 
Proudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxProudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxthorishapillay1
 
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️9953056974 Low Rate Call Girls In Saket, Delhi NCR
 
Roles & Responsibilities in Pharmacovigilance
Roles & Responsibilities in PharmacovigilanceRoles & Responsibilities in Pharmacovigilance
Roles & Responsibilities in PharmacovigilanceSamikshaHamane
 
Types of Journalistic Writing Grade 8.pptx
Types of Journalistic Writing Grade 8.pptxTypes of Journalistic Writing Grade 8.pptx
Types of Journalistic Writing Grade 8.pptxEyham Joco
 
Introduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxIntroduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxpboyjonauth
 
Painted Grey Ware.pptx, PGW Culture of India
Painted Grey Ware.pptx, PGW Culture of IndiaPainted Grey Ware.pptx, PGW Culture of India
Painted Grey Ware.pptx, PGW Culture of IndiaVirag Sontakke
 
Framing an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdf
Framing an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdfFraming an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdf
Framing an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdfUjwalaBharambe
 
DATA STRUCTURE AND ALGORITHM for beginners
DATA STRUCTURE AND ALGORITHM for beginnersDATA STRUCTURE AND ALGORITHM for beginners
DATA STRUCTURE AND ALGORITHM for beginnersSabitha Banu
 
MARGINALIZATION (Different learners in Marginalized Group
MARGINALIZATION (Different learners in Marginalized GroupMARGINALIZATION (Different learners in Marginalized Group
MARGINALIZATION (Different learners in Marginalized GroupJonathanParaisoCruz
 
Pharmacognosy Flower 3. Compositae 2023.pdf
Pharmacognosy Flower 3. Compositae 2023.pdfPharmacognosy Flower 3. Compositae 2023.pdf
Pharmacognosy Flower 3. Compositae 2023.pdfMahmoud M. Sallam
 
Interactive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationInteractive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationnomboosow
 
Solving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxSolving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxOH TEIK BIN
 
How to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxHow to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxmanuelaromero2013
 

Recently uploaded (20)

Biting mechanism of poisonous snakes.pdf
Biting mechanism of poisonous snakes.pdfBiting mechanism of poisonous snakes.pdf
Biting mechanism of poisonous snakes.pdf
 
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
 
Capitol Tech U Doctoral Presentation - April 2024.pptx
Capitol Tech U Doctoral Presentation - April 2024.pptxCapitol Tech U Doctoral Presentation - April 2024.pptx
Capitol Tech U Doctoral Presentation - April 2024.pptx
 
How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17
 
Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17
 
Meghan Sutherland In Media Res Media Component
Meghan Sutherland In Media Res Media ComponentMeghan Sutherland In Media Res Media Component
Meghan Sutherland In Media Res Media Component
 
internship ppt on smartinternz platform as salesforce developer
internship ppt on smartinternz platform as salesforce developerinternship ppt on smartinternz platform as salesforce developer
internship ppt on smartinternz platform as salesforce developer
 
Proudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxProudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptx
 
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
 
Roles & Responsibilities in Pharmacovigilance
Roles & Responsibilities in PharmacovigilanceRoles & Responsibilities in Pharmacovigilance
Roles & Responsibilities in Pharmacovigilance
 
Types of Journalistic Writing Grade 8.pptx
Types of Journalistic Writing Grade 8.pptxTypes of Journalistic Writing Grade 8.pptx
Types of Journalistic Writing Grade 8.pptx
 
Introduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxIntroduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptx
 
Painted Grey Ware.pptx, PGW Culture of India
Painted Grey Ware.pptx, PGW Culture of IndiaPainted Grey Ware.pptx, PGW Culture of India
Painted Grey Ware.pptx, PGW Culture of India
 
Framing an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdf
Framing an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdfFraming an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdf
Framing an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdf
 
DATA STRUCTURE AND ALGORITHM for beginners
DATA STRUCTURE AND ALGORITHM for beginnersDATA STRUCTURE AND ALGORITHM for beginners
DATA STRUCTURE AND ALGORITHM for beginners
 
MARGINALIZATION (Different learners in Marginalized Group
MARGINALIZATION (Different learners in Marginalized GroupMARGINALIZATION (Different learners in Marginalized Group
MARGINALIZATION (Different learners in Marginalized Group
 
Pharmacognosy Flower 3. Compositae 2023.pdf
Pharmacognosy Flower 3. Compositae 2023.pdfPharmacognosy Flower 3. Compositae 2023.pdf
Pharmacognosy Flower 3. Compositae 2023.pdf
 
Interactive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationInteractive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communication
 
Solving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxSolving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptx
 
How to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxHow to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptx
 

Forecasting Hospital Nurse Staffing Needs