-
Notifications
You must be signed in to change notification settings - Fork 25
/
NAMESPACE
executable file
·148 lines (134 loc) · 3.48 KB
/
NAMESPACE
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
import(Boom, BoomSpikeSlab, xts, zoo)
importFrom("grDevices", "dev.off", "gray", "pdf", "rainbow")
importFrom("graphics", "abline", "axis", "axis.Date", "axis.POSIXct", "box",
"boxplot", "hist", "legend", "lines", "par", "plot", "points",
"polygon", "text", "title", "close.screen", "screen", "split.screen",
"strheight", "strwidth")
importFrom("stats", ".checkMFClasses", ".getXlevels", "acf", "delete.response",
"is.ts", "lsfit", "median", "model.frame", "model.frame.default",
"model.matrix", "model.response", "na.exclude", "na.omit", "na.pass",
"plogis", "plot.ts", "ppoints", "quantile", "qnorm", "rnorm", "sd", "terms",
"var", "window")
importFrom("utils", "head", "help", "tail")
export(AcfDist,
AddAr,
AddAutoAr,
AddDynamicRegression,
AddGeneralizedLocalLinearTrend,
AddHierarchicalRegressionHoliday,
AddLocalLevel,
AddLocalLinearTrend,
AddMonthlyAnnualCycle,
AddRandomWalkHoliday,
AddRegressionHoliday,
AddSeasonal,
AddSemilocalLinearTrend,
AddSharedLocalLevel,
AddStaticIntercept,
AddStudentLocalLinearTrend,
AddTrig,
AggregateTimeSeries,
AggregateWeeksToMonths,
bsts,
bsts.mixed,
bsts.prediction.errors,
BstsOptions,
CompareBstsModels,
DateRange,
DateRangeHoliday,
DateToPOSIX,
DayPlot,
dirm,
DirmModelOptions,
DynamicRegressionArOptions,
DynamicRegressionHierarchicalRandomWalkOptions,
DynamicRegressionRandomWalkOptions,
EstimateTimeScale,
ExtendTime,
FixedDateHoliday,
GeometricSequence,
GetFractionOfDaysInInitialMonth,
GetFractionOfDaysInInitialQuarter,
HarveyCumulator,
HasDuplicateTimestamps,
IsRegular,
LastDayInMonth,
LastWeekdayInMonthHoliday,
LongToWide,
MATCH.NumericTimestamps,
MatchWeekToMonth,
MaxWindowWidth,
MaxWindowWidth.default,
MaxWindowWidth.DateRangeHoliday,
mbsts,
MonthDistance,
MonthPlot,
NamedHoliday,
named.holidays,
NoDuplicates,
NoGaps,
NthWeekdayInMonthHoliday,
plot.bsts,
PlotBstsCoefficients,
PlotBstsComponents,
PlotBstsForecastDistribution,
plot.bsts.mixed,
PlotBstsMixedComponents,
PlotBstsMixedState,
plot.bsts.prediction,
PlotBstsPredictionErrors,
PlotBstsPredictors,
PlotBstsResiduals,
PlotBstsSize,
PlotBstsState,
PlotDynamicRegression,
PlotHoliday,
plot.mbsts,
plot.mbsts.prediction,
predict.mbsts,
PlotMbstsSeriesMeans,
PlotSeasonalEffect,
predict.bsts,
Quarter,
qqdist,
RegularizeTimestamps,
RegularizeTimestamps.Date,
RegularizeTimestamps.POSIXt,
RegularizeTimestamps.default,
RegularizeTimestamps.numeric,
residuals.bsts,
Shorten,
SimulateFakeMixedFrequencyData,
SpikeSlabArPrior,
StateSizes,
SuggestBurn,
summary.bsts,
weekday.names,
WeekEndsMonth,
WeekEndsQuarter,
WideToLong,
YearMonToPOSIX,
YearPlot)
S3method(plot, bsts)
S3method(summary, bsts)
S3method(predict, bsts)
S3method(residuals, bsts)
S3method(plot, bsts.prediction)
S3method(plot, bsts.mixed)
S3method(plot, mbsts)
S3method(predict, mbsts)
S3method(plot, mbsts.prediction)
# Plot methods for specific state components
S3method(plot, StateModel)
S3method(plot, HierarchicalRegressionHolidayStateModel)
S3method(plot, RandomWalkHolidayStateModel)
S3method(plot, RegressionHolidayStateModel)
S3method(plot, Seasonal)
S3method(RegularizeTimestamps, default)
S3method(RegularizeTimestamps, numeric)
S3method(RegularizeTimestamps, Date)
S3method(RegularizeTimestamps, POSIXt)
S3method(MATCH, NumericTimestamps)
S3method(MaxWindowWidth, default)
S3method(MaxWindowWidth, DateRangeHoliday)
useDynLib(bsts, .registration = TRUE)