Statistics
This chapter covers advanced topics, such as offline support and custom JS builds. Codings skills are recommended.
├── Regression
│ ├── Linear
│ ├── Generalized linear
│ ├── Logistic / Probit
│ ├── Panel ata
│ └── ...
├── Time series
│ ├── ARIMA(Autoregressive integrated moving average)
│ ├── VAR(Vector Auto Regressive) / VECM(Vector Error Correction Model)
│ ├── ARCH / GARCH
│ └── ...
├── Estimation
└── Bayesian