Newer
Older
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
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
\DeclareAcronym{ML}{
short = ML,
long = Machine Learning
}
\DeclareAcronym{FS}{
short = FS,
long = Feature Selection
}
\DeclareAcronym{FE}{
short = FE,
long = Feature Engineering
}
\DeclareAcronym{Abb}{
short = Abb.,
long = Abbildung,
tag=hide
}
\DeclareAcronym{EVA}{
short = EVA,
long = {Eingabe, Verarbeitung und Ausgabe}
}
\DeclareAcronym{ggf}{
short = ggf.,
long = gegebenenfalls,
tag=hide
}
\DeclareAcronym{abschn}{
short=Abschn.,
long=Abschnitt,
tag=hide
}
\DeclareAcronym{S.}{
short=S.,
long=Seite,
tag=hide
}
\DeclareAcronym{KW}{
short=KW,
long=Kalenderwoche
}
\DeclareAcronym{BS}{
short=BS,
long=Baustahl-Stab
}
\DeclareAcronym{vgl}{
short=vgl.,
long=vergleiche,
tag=hide
}
\DeclareAcronym{bzw}{
short=bzw.,
long=beziehungsweise,
tag=hide
}
\DeclareAcronym{usa}{
short=USA,
long=Unites States of America,
tag=hide
}
\DeclareAcronym{Gl.}{
short=Gl.,
long=Gleichung,
tag=hide
}
\DeclareAcronym{mts}{
short=MTS,
long=Lagerfertigung,
foreign=make to stock
}
\DeclareAcronym{kap}{
short=Kap.,
long=Kapitel,
tag=hide
}
\DeclareAcronym{idr}{
short=i. d. R.,
long=in der Regel,
tag=hide
}
\DeclareAcronym{s}{
short=s.,
long=siehe,
tag=hide
}
\DeclareAcronym{dl}{
short=DL,
long=Data-Leakage
}
\DeclareAcronym{oos}{
short=OOS,
long=Out-Of-Sample
}
\DeclareAcronym{cv}{
short=CV,
long=Cross-Validation
}
\DeclareAcronym{wfv}{
short=WFV,
long=Walk-Forward-Validation
}
\DeclareAcronym{tuk}{
short=TUK,
long=Ungleichheitskoeffizient von Theil
}
\DeclareAcronym{ann}{
short=ANN,
long=künstliche neuronale Netze,
foreign=artificial neural networks
}
\DeclareAcronym{os}{
short=OS,
long=Ein-Schritt,
foreign=one-step
}
\DeclareAcronym{ms}{
short=MS,
long=Mehr-Schritt,
foreign=multi-step
}
\DeclareAcronym{sfg}{
short=SFG,
long=Sequential-Forward-Generation
}
\DeclareAcronym{sbg}{
short=SBG,
long=Sequential-Backward-Generation
}
\DeclareAcronym{vt}{
short=VT,
long= Variance-Thresholding
}
\DeclareAcronym{ulr}{
short=ULR,
long=Univariate-Linear-Regression
}
\DeclareAcronym{rfe}{
short=RFE,
long=Recursive-Feature-Elimination
}
\DeclareAcronym{rs}{
short=RS,
long=Rekursiv-Strategie
}
\DeclareAcronym{ds}{
short=DS,
long=Direkt-Strategie
}
\DeclareAcronym{drs}{
short=DRS,
long=Direkt-Rekursiv-Strategie
}
\DeclareAcronym{mos}{
short=MOS,
long=Multi-Output-Strategie
}
\DeclareAcronym{sm}{
short=SM,
long=Step-Model,
long-plural=s
}
\DeclareAcronym{rf}{
short=RF,
long=Random Forest
}
\DeclareAcronym{gs}{
short=GS,
long=Grid-Search
}
\DeclareAcronym{engl}{
short=engl.,
long=englisch,
tag=hide
}
\DeclareAcronym{tab.}{
short=Tab.,
long=Tabelle,
tag=hide
}
\DeclareAcronym{qqp}{
short=Q-Q-Plot,
long=Quantile-Quantile-Plot
}
\DeclareAcronym{acf}{
short=ACF,
long=Autokorrelationsfunktion,
foreign=autocorrelation function
}
\DeclareAcronym{arima}{
short=ARIMA,
long=autoregressiver integrierter gleitender Durchschnitt,
foreign=autoregressive integrated moving average
}
\DeclareAcronym{arimax}{
short=ARIMAX,
long=autoregressiver integrierter gleitender Durchschnitt mit exogenen Variablen,
foreign=autoregressive integrated moving average with exogenous variables
}
\DeclareAcronym{rmse}{
short=RMSE,
long=Root-Mean-Squared-Error,
long-plural=s
}
\DeclareAcronym{mase}{
short=MASE,
long=Mean-Absolute-Scaled-Error
}
\DeclareAcronym{mae}{
short=MAE,
long=Mean-Absolute-Error,
long-plural=s
}
\DeclareAcronym{smape}{
short=sMAPE,
long=Symmetric-Mean-Absolute-Percentage-Error,
long-plural=s
}
\DeclareAcronym{erp}{
short=ERP,
long=Enterprise-Resource-Planning
}
\DeclareAcronym{bi}{
short=BI,
long=Business Intelligence
}
\DeclareAcronym{sme}{
short=KMU,
long=kleine und mittelständische Unternehmen
}
\DeclareAcronym{esf}{
short=ESF,
long=ESF Elbe-Stahlwerke Feralpi GmbH
}
\DeclareAcronym{lkw}{
short=LKW,
long=Lastkraftwagen
}
\DeclareAcronym{gj}{
short=GJ,
long=Geschäftsjahr
}
\DeclareAcronym{WR}{
short=WR,
long=warmgewalzte Ringe
}
\DeclareAcronym{etf}{
short=ETF,
long=Exchange-Traded-Fund
}
\DeclareAcronym{api}{
short=API,
long=Programmierschnittstelle,
foreign=application programming interface
}
\DeclareAcronym{pca}{
short=PCA,
long=Hauptkomponentenanalyse,
foreign=principal component analysis
}
\DeclareAcronym{coreq}{
short=COREQ,
long=Consolidated criteria for reporting qualitative research
}