AngusMcLure / PoolPoweR

Power and sample size calculations for surveys using pool testing (AKA group testing)
GNU General Public License v3.0
0 stars 1 forks source link

Create full class system for catch_distribution #15

Closed AngusMcLure closed 10 months ago

AngusMcLure commented 10 months ago

This might be helpful if we/users want to define their own custom catch distributions and we need to validate these catch distributions. I don't see this happening immediately, so will leave this as an enhancement for now

AngusMcLure commented 10 months ago

The class system for distributions in distributions3 seems to have everything we need and more for this, so in 292291d I've used that system, and modified fi_pool_catch_random() to handle objects of this class.