pymc-devs/pymc

Implement more Dims distributions

Open

#7 874 ouverte le 25 juil. 2025

Voir sur GitHub
 (1 commentaire) (0 réactions) (0 assignés)Python (1 902 forks)batch import
dimshackathonhelp wanted

Métriques du dépôt

Stars
 (7 926 stars)
Métriques de merge PR
 (Merge moyen 11j 6h) (12 PRs mergées en 30 j)

Description

Description

We have these currently:

We should implement most of the existing distributions. Univariate should be straightforward.

Multivariate may be trickier. We would likely want to reuse the regular methods like we do for ZeroSumNormal and MvNormal, but we need to test carefully.

Distribution factories like Mixture, Truncated, Censored will be the trickiest. The first step is to implement an extend_dist_dims function (to recreate the input distributions with more dims, just like we used to having to change_dist_size before).

Guide contributeur