pymc-devs/pymc

Implement more Dims distributions

開放

#7,874 建立於 2025年7月25日

 (1 則留言) (0 個反應) (0 位負責人)Python (1,902 個分叉)batch import
dimshackathonhelp wanted

倉庫指標

星標
 (7,926 顆星)
PR 合併指標
 (PR 指標待抓取)

描述

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).

貢獻者指南