-
Notifications
You must be signed in to change notification settings - Fork 28
/
whats_coming.py
49 lines (28 loc) · 914 Bytes
/
whats_coming.py
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
# -*- coding: utf-8 -*-
# <nbformat>3.0</nbformat>
# <headingcell level=3>
# Google Summer of Code
# <markdowncell>
# Multivariate KDE and nonparametric regression
#
# Systems of Equations Models
#
# Empirical Likelihood estimators
#
# Robust Non-Linear Estimators
# <headingcell level=3>
# Formulas
# <rawcell>
# Continued integration with the formula code. API changes. Feedback welcome!
# <headingcell level=3>
# Seasonal Data
# <rawcell>
# Multiplicative and Additive SARIMA models, seasonal filtering methods
# <headingcell level=3>
# Time Series Models
# <rawcell>
# GARCH(1,1), VECM, Bayesian VAR, Fast Kalman filtering and non-linear state-space methods
# <headingcell level=3>
# What else?
# <rawcell>
# Generalized Additive Models, Mixed Effects Models, Panel Data Models, Censored and Truncated Regression Models (Tobit, Heckman), Instrumental Variables, parallel Monte Carlo...