﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	resolution	keywords	cc
1157	Add Durbin-Watson statistics	fmunoz	Pedro Gea	"Add d and h Durbin-Watson statistics to the results and reports

http://en.wikipedia.org/wiki/Durbin%E2%80%93Watson_statistic

Sample implementation of d:

{{{
Set dwset =EvalSet(MMS::Container::GetEstimation(1)::GetModel.Results(?)::GetSubmodels(0), Real (NameBlock sm) {
  Text name = sm::GetName(?);
  Serie res= sm::GetResiduals(?);
  Serie rdifsq= ((1-B):res)^2;
  Real dw = SumS(rdifsq)/SumS(res*res);
  Real Eval(""Real ""+name+""DW = dw"")
});
}}}

This is to be included later in BWS"	enhancement	new	major	Next	Results			LuisBlanco Pedro Gea Chakib Faghloumi Daniel Eduardo Castro Morell
