Year
|
Number of Sales
|
---|---|
2012
|
42,100
|
2013
|
45,000
|
2014
|
47,000
|
2015
|
50,000
|
Year
|
Number of Sales
|
---|---|
2009
|
32,100
|
2010
|
45,000
|
2014
|
47,000
|
2015
|
50,000
|
Interval Name (in SAS
Code Format)
|
Default
|
Shift Period
|
Example
|
---|---|---|---|
YEARm.s
|
January 1
|
Months
|
YEAR2.7 specifies an
interval of every two years. Because the value for the shift is 7,
the first month in the year is July.
|
QTRm.s
|
January 1
April 1
July 1
October 1
|
Months
|
QTR3.2 specifies three-month
intervals starting on April 1, July 1, October 1, and January 1.
|
MONTHm.s
|
First of each
month
|
Months
|
MONTH2.2 specifies February–March,
April–May, June–July, August–September, October–November,
and December–January of the following year.
|
WEEKm.s
|
Each Sunday
|
Days
(1=Sunday . . .
7=Saturday)
|
WEEK6.3 specifies six-week
intervals starting on Tuesdays.
|
DAYm.s
|
Each day
|
Days
|
DAY3 specifies three-day
intervals starting on Sunday.
|
Role
|
Description
|
---|---|
Roles
|
|
Time series
variable
|
lists the variables
that contain time-stamped data
|
Treatment
of missing values
|
specifies how to treat missing values in the time-stamped data. You can choose from
these options:
|
Additional Roles
|
|
Time ID
|
specifies the column
that contains the time ID values.
|
Properties
|
|
Interval
|
specifies the interval
for the time ID variable. For
more information about time intervals, see Understanding SAS Time Intervals.
|
Multiplier
|
specifies the multiplier for the time interval. By default, the multiplier is 1. This
value cannot be negative.
|
Shift
|
specifies the shift
for the time interval. By default, the shift is 1. This value cannot
be negative.
|
Season length
|
specifies the seasonality of the time interval. The default value depends on the time interval.
|
Additional Roles
|
|
Season length
|
enables you to specify
the seasonality of the data when you do not assign a time ID variable.
|
Group analysis
by
|
lists the variable or
variables that you want to use as the classification (BY) variables.
|
Option Name
|
Description
|
---|---|
Accumulation
|
specifies the accumulation method for the variable. This option is available if you assigned a variable to the Time ID variable role.
You can choose from
these options:
None
does not accumulate
the vector values.
Sum
|
Transformation
|
specifies the transformation to apply to the time series variable. You can choose from these transformations:
|
Simple differencing
|
specifies a value for
the simple difference.
|
Seasonal
differencing
|
specifies a value for
the seasonal difference. This option is available if the value of
the Seasonal length option on the Data tab
is greater than 1.
|