Nicholas Mancuso

Results 21 issues of Nicholas Mancuso

Hi all, the [MatrixNormal](https://en.wikipedia.org/wiki/Matrix_normal_distribution) provides a clean way to parameterize the distribution of `n x k` matrices `X ~ MN_{nk}(M, U, V)` as a function of its `n x k`...

enhancement

PR for issue #969 . Contains initial implementation that performs uniform sampling + inverse CDF of Left/Right/Doubly truncated Gamma. Relies on tensorflow functionality for igammainv function, which is not yet...

awaiting response

It would be great to have a [truncated gamma distribution](https://www.ncbi.nlm.nih.gov/pmc/articles/PMC3898536/) implemented in NumPyro in order to cover lower-bounded variances (or upper bounded precisions) in probabilistic programs. I'm happy to code...

enhancement

Hi all, Thanks for the awesome library. It would be fantastic to eventually see some options for trust-region optimization. For smaller dimensional problems in my field (e.g., variance components, or...

enhancement

I have a query parameter that accepts a boolean value. In the generated swagger page the associated drop-down box is not populated with "True" or "False".

Hi, Thanks for developing such a fantastic documentation tool. I'm really liking it so far. I apologize for asking a question here, as I couldn't find a discussion board or...

Hi, limix is really a fantastic software/library and our group is using it very frequently in simulations and analyses. Given its clean interface, it would be great to have a...

Is this project dead? I've found it useful for simulations in my group, but it hasn't managed to merge contributed fixes into a release, let alone provide fixes. It's fine...

Hi 👋 , thanks for the great tool! I noticed that failing to pass in a path or paths to `cython-lint` results in the confusing error, ```python Traceback (most recent...

pr welcome

As title implies, we should move from explicit printing when `verbose = True` to using a logger. This is a bit more flexible, and less likely to corrupt/interact with piping...

enhancement