Theil-Goldberger mixed estimator
[results]=theil1(y,x,rvec,rmat,v)
* y = a (N X 1) vector
* x = a (N X k) vector
* rvec = a vector of prior mean values, (c above)
* rmat = a matrix of rank(r) (R above)
* v = prior variance-covariance (var-cov(U) above)
* results = a results tlist with
- results('meth') = 'Theil-Goldberger'
- results('beta') = bhat
- results('y') = y data vector
- results('x') = x data matrix
- results('nobs') = # observations
- results('nvar') = # variables
- results('yhat') = yhat
- results('resid') = residuals
- results('vcovar') = estimated variance-covariance matrix of beta
- results('sige') = estimated variance of the residuals
- results('sigu') = sum of squared residuals
- results('ser') = standard error of the regression
- results('tstat') = t-stats
- results('pvalue') = pvalue of the betas
- results('dw') = Durbin-Watson Statistic
- results('condindex') = multicolinearity cond index
- results('prescte') = boolean indicating the presence or absence of a constant in the regression