pymc-devs / pymc

Bayesian Modeling and Probabilistic Programming in Python
https://docs.pymc.io/
Other
8.68k stars 2.01k forks source link

Log-probability derivation of max/min of non-i.i.d. random variables #7120

Open larryshamalama opened 8 months ago

larryshamalama commented 8 months ago

Description

This builds upon work on automatic log-probability derivation of max/min statistics. We would like to extend this to obtaining the maximum/minimum order statistics of non-i.i.d. (univariate) random variables.

We hope to deconstruct this issue into the following incremental PRs:

As we progress, each task can possibly deserve their own issue to keep track of mathematical derivations and code templates. For prospective GSoC applicants, the realm of log-probability for order statistics (in PyMC) is vast and the bullet point list above is ambitious.

CC @ricardoV94 @Dhruvanshu-Joshi