An open API service indexing awesome lists of open source software.

https://github.com/zanottipaolo/sms2-timeseries

Case Study about hypertension for Statistics 2 exam @ UniBg - Computer Engineering 2021/2022.
https://github.com/zanottipaolo/sms2-timeseries

matlab statistics

Last synced: about 1 year ago
JSON representation

Case Study about hypertension for Statistics 2 exam @ UniBg - Computer Engineering 2021/2022.

Awesome Lists containing this project

README

          

# Time series analysis :clock3:
Case Study about hypertension in Italy from 1990 to 2014.

Check out our work! :point_down:

[Dataset](https://github.com/zanottipaolo/SMS2-CaseStudy/blob/main/dataset.mat), [Full Report](https://github.com/zanottipaolo/SMS2-CaseStudy/blob/main/Report.pdf) and [MATLAB Script](https://github.com/zanottipaolo/SMS2-CaseStudy/blob/main/script.m).

## Dependencies on Matlab
1. [Mskekur (Mardia test)](https://github.com/zanottipaolo/SMS2-CaseStudy/blob/main/Mskekur.m)
2. [TestHet (heteroskedasticity)](https://github.com/zanottipaolo/SMS2-CaseStudy/blob/main/TestHet.m)
3. [Statistics and Machine Learning Toolbox]
4. [Econometrics Toolbox]
5. [Image Processing Toolbox]

## Part 1
- [x] Mardia test
- [x] Moving mean
- [x] Cross-validation
- [x] OLS
- [x] Jarque Bera test
- [x] Breush-Pagan test
- [x] Durbin–Watson statistic

## Part 2
- [x] Monte Carlo method
- [x] Bootstrap
- [x] Regressione Dinamica
- [x] RegArima
- [x] Dickey–Fuller test
- [x] Ljung–Box test

Made by:
- [Federico De Duro](https://github.com/Jfkmdd)
- [Emanuele Medolago](https://github.com/emedolago)
- [Paolo Zanotti](https://github.com/zanottipaolo)