20 double vhat=
norm2(obs-pred);
22 return (.5*nobs*
log(vhat));
Vector of double precision numbers.
Author: David Fournier Copyright (c) 2008-2012 Regents of the University of California.
double norm2(const d3_array &a)
Return sum of squared elements in a.
double regression(const dvector &obs, const dvector &pred)
Description not yet available.
unsigned int size_count(const dvector &x)
Returns total size of elements in vector x.
d3_array log(const d3_array &arr3)
Author: David Fournier Copyright (c) 2008-2012 Regents of the University of California.