Tim Wheeler

Results 28 issues of Tim Wheeler

Uniform Count Discretization requires breaking a set of values into $k$ bins of a roughly equal number of entries. This works great for most continuous data, but has some corner...

bug

The final cell in the docs no longer renders

It seems like `StaticCPD` is confusing users. A StaticCPD is just a CPD which always returns the same distribution, no matter what the parent values are. I did not want...

enhancement

We dropped support for Julia 0.4, so the next release will need to increment the major tick. Thus, BayesNets v2.0.0 Before I tag a new release I would like to:...

It looks like the definition of `CategoricalCPD` was changed in 065a6bc from having a flat list of distributions to have a multidimensional array such that indexing it is more convenient....

I introduced a new inference API: ``` abstract InferenceMethod """ Infer p(query|evidence) - inference on a DiscreteBayesNet will always return a DataFrame factor over the evidence variables """ infer(im::InferenceMethod, bn::BayesNet,...

Hello! Thank you for sharing Impulse Engine - I found it very useful for getting my bearings. I noticed that the impulse calculations use `invMassSum` for both the normal and...