Utils
build_student_t_distribution
Build a Student's t distribution with a fixed smoothness parameter.
For a fixed half-integer smoothness parameter, compute the spectral density of a Matรฉrn kernel; a Student's t distribution.
Parameters:
-
nu
(int
) โThe smoothness parameter of the Matรฉrn kernel.
Returns
tfp.Distribution: A Student's t distribution with the same smoothness parameter.