-
it was:
```
python -c 'import scipy.stats.distributions as ssd; print dir(ssd)'
['NINF', '_EULER', '_ZETA3', '__all__', '__builtins__', '__doc__', '__file__', '__name__', '__package__', '_build_rando…
-
Andrew Gelman contacted me about the possibility of a Julia interface to Stan, similar to the rstan package for R. I'll just quote our exchange here. Let me know if it would be more appropriate to m…
-
These need a complete review. When I was looking through them, I realized that some of them were not testing all the possible combination of int, double and var for compilation.
Example: `function…
-
Updates for next manual go here.
-
```
Currently, you create a random variable from a distribution like this:
>>> X = Binomial(n, p)
This emulates the standard mathematical notation ``X ~ Binomial(n, p)``
That is, X *samples* from th…
-
_Original ticket http://projects.scipy.org/scipy/ticket/835 on 2009-01-04 by @josef-pkt, assigned to unknown._
stats.distribution methods, cdf,sf and pdf don't propagate NaN, instead zero is returned…
-
_Original ticket http://projects.scipy.org/scipy/ticket/745 on 2008-10-02 by @josef-pkt, assigned to unknown._
For original mailing list post see
http://projects.scipy.org/pipermail/scipy-dev/2008-S…
-
example:
say sl object is sl.object, newdata is a single row from a data.frame, say dat[1,](in this case dat is also the data.frame that was used for fitting SL, so there's no issue of wrong dimension…
-
I thought it would be worth discussing how models are specified in PyMC3, and revisit whether it represents the best user experience that we can offer. I'm coming to terms with the fact that PyMC3 wil…