Skip to content

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

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

Open
larryshamalama opened this issue Jan 29, 2024 · 3 comments
Open

Comments

@larryshamalama
Copy link
Member

larryshamalama commented Jan 29, 2024

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:

  • Maximum/minimum of two random variables from the same distribution family, e.g. $X \sim \text{Normal}(\mu_X, \sigma_X^2); Y \sim \text{Normal}(\mu_Y, \sigma_Y^2)$.
  • Maximum/minimum of two random variables from different distribution families, but with the same support, e.g. $X \sim \text{Normal}(\mu, \sigma^2); Y \sim \text{StudentT}(\nu)$.
  • Maximum/minimum of two random variables from different distribution families with possibly different support, e.g. $X \sim \text{Normal}, Y \sim \text{Gamma}$ or even $X \sim \text{Normal}, Y \sim \text{Bernouilli}$.
  • Maximum/minimum of $n$ random variables from the same distribution family.
  • Maximum/minimum of $n$ random variables from different distribution families, with the same support.
  • Maximum/minimum of any $n$ univariate random variables.

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

@larryshamalama larryshamalama changed the title Log-probability derivation of max/min of non-i.i.d. order statistics Log-probability derivation of max/min of non-i.i.d. random variables Jan 29, 2024
@The-Broken-Keyboard
Copy link

The-Broken-Keyboard commented Jan 19, 2025

Heyy,

I found this project listed in last year's GSoC ideas.
If it is not done yet and still coming in this years project list for GSoC, then I would like to work on this.
I am interested.

Please let me know, the details and how to start

@ricardoV94
Copy link
Member

It probably will not be part of the next GSOC but is still open as a general issue

@The-Broken-Keyboard
Copy link

The-Broken-Keyboard commented Jan 20, 2025

Okay np, I will contribute to it as much as possible.

I am taking my time to understand codebase and stuffs.

Also, do you know what projects are going to be there in GSoC this year? I am searching for projects which can be of my interest for this year's GSoC

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants