Closed
Description
I am migrating this discussion from Discourse:
... It seems like
cov_func
andcov
are misleading parameter names, since they aren’t actually the covariances of the distributions. Rather, they refer to theSigma
parameter ofMvStudentT
, which is related to the covariance bynu * Sigma / (nu-2)
. Thus, here, for example, it looks like apples and oranges are being compared when using the samecov_func
in aGP
andTP
. Can these arguments be changed so that they really are covariances, or at least be better documented so that people know that they aren’t actually what they seem to be?
What is the correct course of action here? Better documentation or changing the functionality to align with the argument names?