Spss, Econometrics, Statistics Assignment, Stata, Time Series
Time series analysis is a specific way of analyzing a sequence of data points collected over an interval of time. Such analysis focuses primarily on addressing the structure of the underlying process in order to make predictions, which can be used in finance, the stock market, economics, health, and others. Sometimes time series have more than one variable we can also say multivariate time series.
Data science plays a pivotal role in estimating and optimizing these predictive models, by making use of various statistical techniques:
Baseline Models
- Trend fitting
- Seasonal decomposition
- Autocorrelation
- ARIMA / SARIMA models
- AR Model
- ARIMAX Model
- SARIMAX
- Smoothing
- Autocorrelation and Partial Autocorrelation Analysis
Advanced Model
- NBeats
- DeepAR
- Transformer
- Facebook Prophet Model
- RNN and LSTM
- RandomForest
- Exponential Smoothing
- BATS and TBATS
- FFT
- LightGBModel
- XGBModel
- NHITS Model
- TransformerModel
- NLinear Model
- kalmanForecaster
- Regression Analysis
- Accuracy & Testing
Evaluation Matrix
- Mean Absolute Error
- Mean Absolute Percentage Error
- Mean Square Error
- Mean Absolute Scale Error
- Scaled Mean Absolute Error
will use depending on the nature of the data and the problem.
let me know the problem