bvhar 
This is a Python version for bvhar package.
The package implements C++ headers made in R package. Learn more about bvhar for R.
Note
bvhar for Python is not ready to use. This page is rendered just for testing.
Eigen and boost setting
bvhar C++ sources uses
If you use conda, you can avoid manual setting of these libraries. Check requirements/environment.yml in our repo. Since conda provides eigen and boost-cpp, you can easily install them.
Otherwise, you should set their paths by yourself; at this stage.
EIGEN_INCLUDE_DIR: Eigen path that includes the eigen headersBOOST_INCLUDE_DIR: boost path that includes the boost headers
Installation
From GitHub:
python -m pip install 'git+https://github.com/ygeunkim/bvhar.git@develop#egg=bvhar&subdirectory=python'Usage
Links
License
GPL (>= 3)
Community
Developers
Young Geun Kim