sandialabs / pyttb

Python Tensor Toolbox
https://pyttb.readthedocs.io
BSD 2-Clause "Simplified" License
24 stars 13 forks source link

GCP Negative Binomial Enforce Integer Number of Trials #310

Open ntjohnson1 opened 2 months ago

ntjohnson1 commented 2 months ago

This isn't enforced in python or MATLAB at the moment. Changing the python side is trivial but we have a regression test against values calculated in MATLAB. So we would need to update our fg test. We should probably also put in a PR to MATLAB tensortoolbox to enforce this.

ntjohnson1 commented 1 week ago

Marked as a fixme in #307