Hello everyone,
On Sat, Mar 12, 2016 at 7:14 AM, Aleksandar Karakas <aleks....@gmail.com> wrote:Hello everyone,Hi Aleks,I study financial and actuarial mathematics as well as software engineering and management at the TU Graz and would be very interested in participating at the GSoC.In the statistics related exercises (e.g. GLM, Time Series Analysis) we have used R exclusively (this may be valuable when it comes to writing tests where R output might serve as a reference).Due to my software engineering lectures I've also programmed in Python where I've used Numpy, Matplotlib, and NetworkX amongst other modules.The suggested topics of extending the state space models (e.g. adding models like VAR and VARMA or adding non-linear and non-Gaussian filtering) sound interesting. Which ones are of high priority? And which ones do you think could also serve as the basis for a master's thesis?Sorry, I forgot to delete VAR VARMA and similar from the list. Those were Chad's last year topics and are already in master. Current statust isAnd Chad has one more very large PR waiting for review and merge.Non-gaussian filtering for example in the linear exponential family would be interesting but I don't know anything about it in the context of statespace models.For VAR type models the main thing that is missing are VECM and multivariate cointegration models. But those are usually not implemented with a statespace framework, AFAIK.
There are already two students that indicated interest in statespace models, so it might be good to also look for some alternative project ideas.
Hello Josef, hello all,
Am Samstag, 12. März 2016 14:14:00 UTC+1 schrieb josefpktd:On Sat, Mar 12, 2016 at 7:14 AM, Aleksandar Karakas <aleks....@gmail.com> wrote:Hello everyone,Hi Aleks,I study financial and actuarial mathematics as well as software engineering and management at the TU Graz and would be very interested in participating at the GSoC.In the statistics related exercises (e.g. GLM, Time Series Analysis) we have used R exclusively (this may be valuable when it comes to writing tests where R output might serve as a reference).Due to my software engineering lectures I've also programmed in Python where I've used Numpy, Matplotlib, and NetworkX amongst other modules.The suggested topics of extending the state space models (e.g. adding models like VAR and VARMA or adding non-linear and non-Gaussian filtering) sound interesting. Which ones are of high priority? And which ones do you think could also serve as the basis for a master's thesis?Sorry, I forgot to delete VAR VARMA and similar from the list. Those were Chad's last year topics and are already in master. Current statust isAnd Chad has one more very large PR waiting for review and merge.Non-gaussian filtering for example in the linear exponential family would be interesting but I don't know anything about it in the context of statespace models.For VAR type models the main thing that is missing are VECM and multivariate cointegration models. But those are usually not implemented with a statespace framework, AFAIK.
VECM is a good topic, but there might be a problem to have it as a GSOC project because of our limited amount of mentoring time.In any case, I would be helping out as much as needed, so we can get this into statsmodels.
VECM is a good topic, but there might be a problem to have it as a GSOC project because of our limited amount of mentoring time.In any case, I would be helping out as much as needed, so we can get this into statsmodels.I really appreciate your offer and the effort you put into this project. After my studies (when funding isn't crucial anymore) I can imagine to contribute to the community as I plan to use Python (which I favor over R) in my day-to-day work. But for now I will have to choose a master's thesis which is funded. So the GSoC looks like the perfect starting point to me to become familiar with statsmodels.