- 19 Jun, 2014 2 commits
- 18 Jun, 2014 1 commit
-
-
Dahua Lin authored
-
- 17 Jun, 2014 1 commit
-
-
Simon Byrne authored
-
- 15 Jun, 2014 1 commit
-
-
Simon Byrne authored
-
- 13 May, 2014 1 commit
-
-
Simon Byrne authored
-
- 12 May, 2014 1 commit
-
-
Simon Byrne authored
-
- 20 Apr, 2014 1 commit
-
-
Micky Latowicki authored
-
- 16 Apr, 2014 1 commit
-
-
Simon Byrne authored
-
- 04 Apr, 2014 1 commit
-
-
Simon Byrne authored
-
- 02 Feb, 2014 1 commit
-
-
Theodore Papamarkou authored
-
- 31 Jan, 2014 1 commit
-
-
theodore authored
-
- 21 Sep, 2013 1 commit
-
-
Dahua Lin authored
-
- 20 Sep, 2013 2 commits
- 18 Sep, 2013 2 commits
-
-
ingmarschuster authored
-
ingmarschuster authored
Methods for working with distributions support added for univariate distributions. Please review carefully (repetetive work, easy to make mistakes). Wasn't sure about EdgeworthAbstract distribution.
-
- 17 Sep, 2013 1 commit
-
-
Nick Foti authored
`posterior_sample` to update an observation model from a posterior sample.
-
- 14 Sep, 2013 2 commits
- 18 Aug, 2013 1 commit
-
-
Dahua Lin authored
-
- 30 Jul, 2013 1 commit
-
-
Dahua Lin authored
-
- 21 Jul, 2013 2 commits
- 20 Jul, 2013 2 commits
-
-
Simon Byrne authored
-
Dahua Lin authored
This is useful for generic algorithms that work on arbitrary types of distributions (e.g. fitting a finite mixture model).
-
- 17 Jul, 2013 5 commits
-
-
Dahua Lin authored
-
Simon Byrne authored
fallback rand was catching distributions with rand undefined (e.g. Kolmogorov), returning method_exists as true, and triggering a stack overflow when called.
-
Dahua Lin authored
-
Dahua Lin authored
-
Dahua Lin authored
-
- 14 Jul, 2013 2 commits
-
-
Douglas Bates authored
For many distributions the support does not depend on the parameters of the distribution. This adds methods for ```julia insupport(Normal, x) ``` in addition to ```julia insupport(Normal(), x) ``` Also many of the checks in constructors were condensed to the ```julia check || error("check failed") ``` or ```julia check ? new(args...) : error("check failed") ``` form. Some external constructors were moved to internal constructors when possible. Checks of the form `x > 0.0` were rewritten as `x > zero(x)` so that `x` is not converted before the check.
-
Dahua Lin authored
-
- 13 Jul, 2013 1 commit
-
-
Dahua Lin authored
Basically, I moved things around to make them more organized -- related functions are put together. In addition, all vectorized functions for univariate distributions are generated using macros in a consistent away. In addition, there are minor tweaking of other functions. The refactor has passed tests.
-
- 12 Jul, 2013 1 commit
-
-
Dahua Lin authored
-
- 10 Jul, 2013 1 commit
-
-
Douglas Bates authored
-
- 06 Jun, 2013 1 commit
-
-
John Myles White authored
-
- 04 Jun, 2013 1 commit
-
-
John Myles White authored
-
- 31 May, 2013 1 commit
-
-
John Myles White authored
Add EmpiricalUnivariateDistribution
-
- 27 May, 2013 1 commit
-
-
John Myles White authored
* Added more entropy() methods * Added tests for entropy based on the AEP * Fixed a bug in the fallback method for pdf!()
-