Skip to content

Instantly share code, notes, and snippets.

statsmodels/tsa/kalmanf/kalman_loglike.pyx has not changed
statsmodels/tsa/statespace/_statespace.pyx.in has not changed
statsmodels/nonparametric/linbin.pyx has not changed
statsmodels/nonparametric/_smoothers_lowess.pyx has not changed
Cythonizing sources
running develop
Checking .pth file support in /usr/local/lib/python3.4/dist-packages/
/usr/bin/python3 -E -c pass
TEST PASSED: /usr/local/lib/python3.4/dist-packages/ appears to support .pth files
running egg_info
INSTALLED VERSIONS
------------------
Python: 3.4.3.final.0
OS: Linux 4.2.0-34-generic #39-Ubuntu SMP Thu Mar 10 22:13:01 UTC 2016 x86_64
byteorder: little
LC_ALL: None
LANG: de_DE.UTF-8
Statsmodels
===========
@yogabonito
yogabonito / var_model_test_causality.py
Last active August 5, 2016 16:43
test_causality_bug
def test_causality(self, equation, variables, kind='f', signif=0.05,
verbose=True):
"""Compute test statistic for null hypothesis of Granger-noncausality,
general function to test joint Granger-causality of multiple variables
Parameters
----------
equation : string or int
Equation to test for causality
variables : sequence (of strings or ints)
@yogabonito
yogabonito / [GSoC] VECM.ipynb
Created August 23, 2016 18:15
GSoC 2016: VECM
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@yogabonito
yogabonito / bugs__lags_and_selectorder.ipynb
Created September 28, 2016 10:59
VAR bugs: 1) lags=0, 2) select_order Raw
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@yogabonito
yogabonito / VECM_example.ipynb
Last active June 20, 2024 13:14
VECM example
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@yogabonito
yogabonito / VECM_using_freq.ipynb
Created April 11, 2017 22:34
`freq` incompatible with `ndarray`
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@yogabonito
yogabonito / prm_tree.ipynb
Last active July 4, 2017 10:24
Regionalization using exact optimization model called "Tree" in Duque et al. (2011)
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@yogabonito
yogabonito / prm_order.ipynb
Last active July 4, 2017 10:26
Regionalization using exact optimization model called "Order" in Duque et al. (2011)
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.