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

SymmetricMatrixvariateNormal as a separate RandomVariable #431

Open
1 task
marvinpfoertner opened this issue Jun 15, 2021 · 2 comments
Open
1 task

SymmetricMatrixvariateNormal as a separate RandomVariable #431

marvinpfoertner opened this issue Jun 15, 2021 · 2 comments
Labels
randvars Issues related to random variables refactoring Refactoring of existing functionality
Projects

Comments

@marvinpfoertner
Copy link
Collaborator

marvinpfoertner commented Jun 15, 2021

Current State

All variants of a Gaussian random variable share a joint interface.

Problem

However, a Gaussian measure on symmetric matrices behaves fundamentally different from a matrixvariate normal distribution with a SymmetricKronecker covariance. This is the case since support is not the same (only symmetric matrices are sampled from a symmetric matrix-variate distribution).

def _symmetric_kronecker_identical_factors_cov_cholesky(

Proposed Solution

  • Implement symmetric matrix-variate normal random variables in a different subclass of RandomVariable.
@marvinpfoertner marvinpfoertner added randvars Issues related to random variables refactoring Refactoring of existing functionality labels Jun 15, 2021
@marvinpfoertner marvinpfoertner added this to the Initial Release milestone Jun 15, 2021
@mmahsereci
Copy link
Contributor

I would second this. One question: Does this only concern SymmetricMatrixVariateNormal, or do we also support the non-symmetric version? (just curious, not saying we need to support the non-symmetric case as well atm)

@JonathanWenger
Copy link
Contributor

I would second this. One question: Does this only concern SymmetricMatrixVariateNormal, or do we also support the non-symmetric version? (just curious, not saying we need to support the non-symmetric case as well atm)

We currently support non-symmetric matrix-variate normal distributions by passing an appropriate mean (as a matrix or linear operator).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
randvars Issues related to random variables refactoring Refactoring of existing functionality
Projects
No open projects
Probability
  
Awaiting triage
Development

No branches or pull requests

3 participants