Accept rational-precision mixed profiles for logit_estimate
#458
Labels
cython
Items which involve coding in Cython
good-first-issue
Items which are (relatively) straightforward, and good ways to get into the code
python
Items which involve coding in Python
At the moment
logit_estimate
expects the strategy profile passed to be of float (double) precision. There's no conceptual reason these couldn't be of rational precision as well; indeed that may be most natural when working with count data.Extend this method to allow rational precision profiles, by internally creating a copy of the profile in float precision and passing it on to the implementing function(s).
The text was updated successfully, but these errors were encountered: