The loglikelihood function.
Parameters : | `Y` : array
`mu` : array
|
---|---|
Returns : | llf : float
Notes : —– : This is defined for each family. Y and mu are not restricted to : `Y` and `mu` respectively. For instance, the deviance function calls : both loglike(Y,Y) and loglike(Y,mu) to get the likelihood ratio. : |