Count functions for multivariate output
kevindavisross opened this issue · 0 comments
kevindavisross commented
Can we enhance .count() functions to handle multivariate output, e.g. estimate P(X > 3, Y == 1, Z >0)? Something similar can currently be achieved by defining a function to pass into .filter(). But it would be nice if we could get around user defined functions.