-
Notifications
You must be signed in to change notification settings - Fork 575
Description
π Feature Request
Motivation
Student T Processes are the other member of the family of elliptical processes along with Gaussian Processes. In some situations these have preferable statistical properties.
Student-t Processes as Alternatives to Gaussian Processes
Pitch
Adding this to GPytorch would enable users to work with a new family of processes which will be useful for many people. I would like to invite suggestions in how to implement this in the code base before working on the pull request. For example, should all GPs be made a subclass of a new elliptical processes class, or should Student T Processes be written in a fashion which would cause minimal changes to other aspects of GPytorch code?
Are you willing to open a pull request?
Absolutely willing to work on this problem.