TP.Marginal implementation or workaround for proper student's t process model #7677
Unanswered
AndrewFalkowski
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am looking to implement a student's t process as described in Shah et al.. The TP implementation in PyMC lacks a .Marginal method needed to properly implement regression with student t processes. This was discussed in a 2018 PyMC forum post but hasn't been implemented to my knowledge.
Following the paper, I would expect a model to look something like this, with the noise term applied to the covariance matrix. I'm not entirely sure what the observational model would look like since I am adding in noise at the covariance matrix.
How challenging would this be to implement or are there any workarounds available? The paper provides clear formulas for both marginal likelihood (equations 4-5) and conditional distributions (equation 6).
Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions