David R. Bild

Results 17 comments of David R. Bild

Are you actively working on this (if so, any ETA?) or, if I need this feature, should I add it myself and submit a pull request?

This should be possible. It'll be a couple of days before I have a chance to work on it though.

I like your suggested change. Maybe introduce it along with the `scalaz`/`cats` split? That update is going to break user code anyway. Switching the thunk variant calls to `?||` is...

When compiling `AMCL`, you need to specify `ACML_INCLUDE_SUBDIR=amcl`: ``` cmake .. -DAMCL_INCLUDE_SUBDIR=acml [-D] ``` This is because AMCL (originally) installed it's headers directly in `include`, not `include/amcl`. This is wrong,...

My second question, why install ACML in `/opt/amcl` rather than in the usual `/usr` or `/usr/local`? Is that a Raspbian convention? If you install in `/usr`, then `ecdaa` should build...

Comply needs `write` (or higher) permissions on your repository to add the `comply` and `comply-procedure` labels that it uses for syncing tickets. Without that, it thinks that the issues weren't...

I see. The CDF is only useful for re-normalizing the PDF to account for an xmin or xmax differing from the natural support, right? The normalizing constant for the PDF...

Basically, yes. Assuming that CDF(x) is defined as Pr[X = x], rather than the traditional Pr[X > x], which is annoying because then, in the discrete case, the CCDF is...

I should have been more clear. For (b), I didn't mean automatic detection of discrete data; specifying via the "discrete" parameter seems right. But if the same cdf_base/pdf_normalizer method is...

Hey Jeff, I never got around to cleaning my stuff up enough to make a pull request. Let me see if it still looks worth doing and get back to...