Simon Dirmeier
Simon Dirmeier
Hey all, would be nice if there was an implementation of [Automatic structured variational inference](https://arxiv.org/abs/2002.00643) in NumPyro (unless it is already there and I am not seeing it). A TFP...
Dear UpSetR developers, maybe I just did not find the functionality, but, I think it would be nice to be able to flip axes. For plots with many bars, numbers...
**PR type:** new feature ## Summary Ciao all, in case you're interested, this PR adds negative binomial and zero-inflated negative binomial likelihoods. The two are used fairly often, for instance...
It might help to have a method that converts a data structure into an R list, data frame or the like..
Hello, as discussed [here](https://github.com/blackjax-devs/blackjax/discussions/510) this is a draft for a slice sampler: - essentially a 1-to-1 implementation of [10.1214/aos/1056562461](https://doi.org/10.1214/aos/1056562461), - the function to compute slice intervals is inspired by TFP's...
Pathfinder
Hi all, are there any plans to implement pathfinder ([arXiv:2108.03782](https://arxiv.org/abs/2108.03782)) ? If so, I would be up for implementing it. Cheers, Simon
Hello, first of all thanks for this great package. I wonder if there are any plans to implement IBPs as well or if this already somewhere supported? Cheers, Simon
```cpp // [[Rcpp::interfaces(r, cpp)]] // [[Rcpp::export(name=".as")]] Rcpp::List neighbors_(const Rcpp::IntegerVector& node_idxs, const Rcpp::NumericMatrix& W, const int k) { ...; } ``` This gives an error when registering routines. I guess this...
roxygen/rcpp does not provide commentation when export name is set