All Projects → iisayoo → Johansen

iisayoo / Johansen

Licence: mit
Python implementation of the Johansen test for cointegration

Projects that are alternatives of or similar to Johansen

Musical matrices
A repository for some code about music generating neural networks
Stars: ✭ 25 (-3.85%)
Mutual labels:  jupyter-notebook
Batch Effect Removal Benchmarking
A benchmark of batch-effect correction methods for single-cell RNA sequencing data
Stars: ✭ 26 (+0%)
Mutual labels:  jupyter-notebook
Redistrict
Gerrymandering and Computational Redistricting
Stars: ✭ 26 (+0%)
Mutual labels:  jupyter-notebook
Intro To Python
Introduction to Python (2014)
Stars: ✭ 25 (-3.85%)
Mutual labels:  jupyter-notebook
Codes
不可能不会系列
Stars: ✭ 25 (-3.85%)
Mutual labels:  jupyter-notebook
Heat and trees
Using HoloViz to explore relationship between surface temperature and tree density
Stars: ✭ 26 (+0%)
Mutual labels:  jupyter-notebook
Training Gcp
Labs and demos for courses in the Google Cloud Platform Training (https://training.topgate.co.jp).
Stars: ✭ 25 (-3.85%)
Mutual labels:  jupyter-notebook
Nd889
Udacity Artificial Intelligence Nanodegree
Stars: ✭ 26 (+0%)
Mutual labels:  jupyter-notebook
Futures strategy
Stars: ✭ 26 (+0%)
Mutual labels:  jupyter-notebook
Style Transfer
Style Transfer - Alia Bhatt (Google Colab)
Stars: ✭ 26 (+0%)
Mutual labels:  jupyter-notebook
Resources
PyMC3 educational resources
Stars: ✭ 930 (+3476.92%)
Mutual labels:  jupyter-notebook
Tutorial
Stars: ✭ 26 (+0%)
Mutual labels:  jupyter-notebook
Brent
bayesian graphical modelling and a bit of do-calculus for discrete data.
Stars: ✭ 26 (+0%)
Mutual labels:  jupyter-notebook
Binary ops
Stars: ✭ 25 (-3.85%)
Mutual labels:  jupyter-notebook
Datascience
Stars: ✭ 26 (+0%)
Mutual labels:  jupyter-notebook
Detectiontutorialspacenet
This is a tutorial on training a network to detect buildings with the SpaceNet data.
Stars: ✭ 25 (-3.85%)
Mutual labels:  jupyter-notebook
Applied Plotting Charting And Data Representation In Python
University of Michigan on Coursera
Stars: ✭ 26 (+0%)
Mutual labels:  jupyter-notebook
Pytorch Notebooks
random pytorch hacks
Stars: ✭ 26 (+0%)
Mutual labels:  jupyter-notebook
Mariadb.org Tools
This project collects together various small scripts or projects that are used for MariaDB development, but for one reason or another do not make sense to keep inside the main MariaDB source tree.
Stars: ✭ 26 (+0%)
Mutual labels:  jupyter-notebook
Cs224n
Random stuff related to CS224N that I'm making public. Not the main repository.
Stars: ✭ 26 (+0%)
Mutual labels:  jupyter-notebook

johansen

Python implementation of the Johansen test for cointegration

Installation notes:

This package requires scipy, which in turn requires blas, lapack, atlas, and gfortran. These can be installed on a Ubuntu system with:

sudo apt-get install libblas-dev liblapack-dev libatlas-base-dev gfortran

Examples:

See examples folder for a jupyter notebook with example usage.

NOTE:

The cases when the chosen model (in the language of MacKinnon 1996) is 1* or 2* have not yet been fully implemented. They will be completed in the near future.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].