-
Thank you for presenting! About your discrete choice models of social interactions, I am wondering how you incorporate the agent's uncertainty about the underlying model. Is there anything like a Baye…
-
The Sage notebook shows examples of using various Sage commands to implement objects and methods encountered in elementary combinatorics. This is done very nicely but the result is not a a tool to lea…
-
I'm running Gnome with UK English and the "trash" is called "wastebasket" in Gnome Files. I'd settle for "bin", but regardless, this extension should just call the Gnome Files Locale name for it when…
-
Currently, dependencies of stochastic next functions can only be discrete states. In principle, we want to allow for arbitrary arguments. There are a few things that need to be tackled. The current im…
-
While working on the plot method docstrings (#5285), I (and @keewis) found that the `colors` kwarg for the Dataset plot methods is not as useful as it could be. In some cases it is silently ignored (w…
zmoon updated
3 years ago
-
I want to sample from some discrete elements, each of which with a given probability, like the function of numpy:
numpy.random.choice(a, size=None, replace=True, **p=None**)
https://docs.scipy.org/d…
gnikh updated
6 years ago
-
Once the [CDN supports it](https://github.com/PRX/Infrastructure/pull/747), we should be able to set the redirect metatdata (`x-amz-meta-dovetail-feed-cdn-redirect`) through the UI.
I guess there's…
-
While updating the continental extension bookmark (see attached PRM), I found that switching between using continuous and discontinuous compositional fields (`set Use discontinuous composition discret…
-
Right now it uses either one-sample or two-sample chi^2, depending on whether one of the desired distributions is assessable. I recently found myself investigating the wisdom and appropriateness of t…
-
See http://stackoverflow.com/questions/30112420/histogram-for-discrete-values-with-matplotlib
When histogramming integer values (or, more generally, discrete values with a constant step -- but the …