I am trying to fit a linear regression model implemented in statsmodels library. The distribution of the error term is a t-distribution with (sigma>0 and dof>2) as depicted below.
Is it possible to produce such a likelihood in statsmodels, making use of generic likelihood method?
