Forecasting cards Flashcards

You may prefer our related Brainscape-certified flashcards:
1
Q

ways to decompose seasonality from data

A

classical seasonal decomposition, X11 decomposition, SEATS decomposition

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

ARIMA

A

Autoregressive, integrated moving average

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Establish stationarity

A

Rolling statistics (rolling mean should be similar to zero)
ADF test

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Autoregressive model

A

a model that assumes output is based on its own previous values and a stochastic term

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Augmented Dickey–Fuller test

A

Test to determine if unit root. The more negative, the less likely a unit root.
If there is a unit root present in the time series (null hypothesis), it implies that the time series is non-stationary.
If the null hypothesis is not rejected, the time series is non-stationary. If the null hypothesis is rejected, it’s stationary.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

KPSS test

A

Test for stationarity of a time series. Null hypothesis is that time series is stationary.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

K-means clustering

A

a process that assigns each data point to its nearest center point and then recomputes the mean of each group.
Elbow method determines the best number of clusters, by mapping out average distance to each cluster center

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

DBSCAN

A

Creates clusters by iteratively going over each point and if there is enough other points within a certain distance, a cluster is started and it continues to take other points that satisfy the criteria within the cluster. Points that do not reach the threshold are classified as noise

How well did you know this?
1
Not at all
2
3
4
5
Perfectly