6.7.10.1.7. statsmodels.sandbox.regression.tools.ts_dlldy

statsmodels.sandbox.regression.tools.ts_dlldy(y, df)[source]

derivative of log pdf of standard t with respect to y

Parameters:

y : array_like

data points of random variable at which loglike is evaluated

df : array_like

degrees of freedom,shape parameters of log-likelihood function of t distribution

Returns:

dlldy : array

derivative of loglikelihood wrt random variable y evaluated at the points given in y

Notes

with mean 0 and scale 1, but variance is df/(df-2)