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

Reimplement nested Mixtures #5533

Closed
ricardoV94 opened this issue Mar 1, 2022 · 0 comments · Fixed by #6072
Closed

Reimplement nested Mixtures #5533

ricardoV94 opened this issue Mar 1, 2022 · 0 comments · Fixed by #6072
Assignees
Milestone

Comments

@ricardoV94
Copy link
Member

Follow up from #5438

Nested Mixtures or Mixtures using non pure RandomVariables (such as Censored variables) are not yet possible. This will require creating a dispatch to retrieve and manipulate these variables (i.e., check ndim_supp, resize), in the same way that's being done with the component RandomVariables. This should be straightforward, since these had to be implemented as methods of the SymbolicDistribution anyway...

@ricardoV94 ricardoV94 added this to the v4.0.0 milestone Mar 1, 2022
@ricardoV94 ricardoV94 self-assigned this Mar 1, 2022
@ricardoV94 ricardoV94 changed the title Reimplement Nested Mixtures Reimplement nested Mixtures Mar 4, 2022
@ricardoV94 ricardoV94 modified the milestones: v4.0.0, v4.1.0 May 6, 2022
@michaelosthege michaelosthege modified the milestones: v4.1.0, v4.2.0 Jul 2, 2022
@ricardoV94 ricardoV94 mentioned this issue Aug 26, 2022
5 tasks
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 a pull request may close this issue.

2 participants