scikits.statsmodels.regression.WLS.loglike

WLS.loglike(params)

Returns the value of the gaussian loglikelihood function at params.

Given the whitened design matrix, the loglikelihood is evaluated at the parameter vector params for the dependent variable Y.

Parameters:

params : array-like

The parameter estimates.

Returns:

The value of the loglikelihood function for a WLS Model. :

Previous topic

scikits.statsmodels.regression.WLS.initialize

Next topic

scikits.statsmodels.regression.WLS.newton

This Page