dnclrhs

Results 1 issues of dnclrhs

Not sure if I misunderstand something. Appears that `UncertainFunction` is unable to handle multivariate distributions. Tried running ``` x = uv(scipy.stats.multinomial(n=1,p=[p1,p2,p3])) ``` and got the error ``` AssertionError: Input must...