dlsun / symbulate

A symbolic algebra for specifying simulations.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Count functions for multivariate output

kevindavisross opened this issue · comments

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.