pymc2 icon indicating copy to clipboard operation
pymc2 copied to clipboard

THIS IS THE **OLD** PYMC PROJECT (VERSION 2). PLEASE USE PYMC INSTEAD:

Results 19 pymc2 issues
Sort by recently updated
recently updated
newest added

I became interested in pymc2's truncated pareto distribution for some random (no pun intended) reason. In the context of checking for its implementation here, I found that the doc string...

I installed pymc using `pip install pymc --user` and it seemed to be installed normally. > Successfully installed pymc-2.3.6 However, when I import pymc in python shell, I get the...

Hi, I built a hierarchical modal and am trying to run MCMC. I recently had a forced Windows update that is causing it to run at a snail's pace, with...

This isn't really an issue, but if you google PYMC the first result is the instalation instructions for PYMC2. It seems like it would be worth adding some sort of...

Hey, I wanted to test pymc and got the following messages ([output.txt](https://github.com/pymc-devs/pymc/files/3738738/output.txt)) I use - python 3.6 - pymc 2.3.6 - nose 1.3.7 - pycharm 2019.1.1 (Professional Edition)

I'm having issues with the HDF5 backend on OSX. Upon calling `step()` I get the following traceback. I presume there's some pytables / HDF5 / anconda dependency problem. I was...

Before trying to build pymc, I installed pymc using anaconda. However, it can't pass `pymc.test()`. Then I tried to build pymc using `pip install pymc`, but it failed. I have...

Just came across this ``` File "/usr/lib/python3.3/distutils/dist.py", line 930, in run_commands[50/4922] self.run_command(cmd) File "/usr/lib/python3.3/distutils/dist.py", line 949, in run_command cmd_obj.run() File "/usr/local/lib/python3.3/dist-packages/numpy/distutils/command/egg_info.p self.run_command("build_src") File "/usr/lib/python3.3/distutils/cmd.py", line 313, in run_command self.distribution.run_command(command) File...

I am currently having a similar issue to issue #43. I am using Slicer sampling for parameters with Uniform and DiscreteUniform distributions: parameter1 = pm.Uniform('parameter1',0.01,1) parameter2 = pm.Uniform('parameter2',0,2) parameter3 =...

The version of six included in PyMC is quite old. This simply removes it and uses the current external package as a dependency. Closes #131