PyBayes icon indicating copy to clipboard operation
PyBayes copied to clipboard

Python library for recursive Bayesian estimation (Bayesian filtering)

Results 3 PyBayes issues
Sort by recently updated
recently updated
newest added

Anyone try to install on windows? I got an error: ` Collecting PyBayes Using cached https://files.pythonhosted.org/packages/e5/12/84e4ffaf167968c824a5cf2c9e1b5edaf6c0c9f920c93cb8cc4337f7cbbd/PyBayes-0.3.tar.gz Complete output from command python setup.py egg_info: Traceback (most recent call last): File "",...

Hi, I'm using the deb package available in Ubuntu 16.04. I'm experiencing this error with PyBayes: ``` File "/home/manolofc/catkin_ws/src/RFID/pr_model/scripts/frequencyModel.py", line 151, in addObservation self.pf.bayes(yt) File "/usr/local/lib/python2.7/dist-packages/pybayes/filters.py", line 322, in bayes...

``` python np.shape([1,2,3]) ``` it returns `(3L,)`