is.empty.Rd
Helper that checks if distribution is "empty", i.e. if is defined over empty set of variables
is.empty(x, ...)
distribution to be checked
further arguments passed to or from other methods
logical value
d <- Distribution("test"); is.empty(d);#> [1] TRUE