Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ProductOf should use insupport #14

Merged
merged 1 commit into from
Jun 13, 2024
Merged

ProductOf should use insupport #14

merged 1 commit into from
Jun 13, 2024

Conversation

bvdmitri
Copy link
Member

This pull request refines the implementation of ProductOf by transitioning from utilizing support to insupport whenever feasible. The reasoning behind this adjustment is that not all distributions define support as an object, for various reasons. In some cases, it might be inefficient to create it each time, opting instead to verify if an element is within the support range. Additionally, certain technical constraints, such as infinite supports, may render the implementation of support unfeasible.

@bvdmitri bvdmitri merged commit f956101 into main Jun 13, 2024
2 checks passed
@wouterwln wouterwln deleted the dev-prod-insupport branch October 9, 2024 08:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants