added comment
authorJason Stover <jhs@math.gcsu.edu>
Fri, 19 May 2006 21:25:07 +0000 (21:25 +0000)
committerJason Stover <jhs@math.gcsu.edu>
Fri, 19 May 2006 21:25:07 +0000 (21:25 +0000)
src/math/coefficient.h

index 5c9b61d174653ccb7fd2beca620cf90c0759d198..7569463baefe8843973891aa90ddebd953b9a2e2 100644 (file)
 #include <src/data/variable.h>
 #include <src/data/value.h>
 
+/*
+  This file contains definitions of data structures for storing
+  coefficients of a statistical model. The coefficients are the point
+  in the model where the theoretical aspects of the model meet the
+  data. As such, the coefficients are the interface where users need
+  to match variable names and values with any information about the
+  model itself. This file and coefficient.c provide this interface
+  between data and model structures.
+ */
+
 struct design_matrix;
 
 /*