Kevin S. Van Horn

Results 13 comments of Kevin S. Van Horn

I did stack upgrade shortly before doing stack build. mac> stack --version Version 2.3.3, Git revision cb44d51bed48b723a5deb08c3348c0b3ccfc437e x86_64 hpack-0.33.0

The same problem occurs with '["Inf"]', '["NA"]', and '["NaN"]'. These get converted into Inf, NA, and NaN respectively, instead of "Inf", "NA", and "NaN". (Version: jsonlite 1.7.1)

I already know that this implementation works, because I've been using it to simulate variable-length argument lists.

One edit to the proposal: when `v` is the list of optional arguments to a function, it should also be legal to pass `v` as the list of optional final...

Nonnegative definiteness means that eigenvalues are all nonnegative. The zero eigenvalues correspond to things known with complete certainty. The most common way this can arise is if the initial value...

Let me chime in here as another user. Sometimes I have to settle for MAP estimates for predictive tasks because I can't afford the computational burden of full MCMC, and...

What you see as "(load )" in the issue description is supposed to be (load path-to-quicklisp). That is, the initial condition is that quicklisp has not been installed.

I get this: ``` Error: Exception: cholesky_factor_free: y is not lower triangular; y[1,3]=7.87685e-309 (found before start of program) ```

That's right, I just get a different number (y[1,3]=6.89908e-310). And I have verified that all of the posterior draws for LX[i,j], where j > i, are exactly 0.