pspp-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Pspp-cvs] pspp/src/math coefficient.h


From: Jason H Stover
Subject: [Pspp-cvs] pspp/src/math coefficient.h
Date: Fri, 19 May 2006 21:25:07 +0000

CVSROOT:        /sources/pspp
Module name:    pspp
Branch:         
Changes by:     Jason H Stover <address@hidden> 06/05/19 21:25:07

Modified files:
        src/math       : coefficient.h 

Log message:
        added comment

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/pspp/pspp/src/math/coefficient.h.diff?tr1=1.2&tr2=1.3&r1=text&r2=text

Patches:
Index: pspp/src/math/coefficient.h
diff -u pspp/src/math/coefficient.h:1.2 pspp/src/math/coefficient.h:1.3
--- pspp/src/math/coefficient.h:1.2     Fri May 19 21:08:20 2006
+++ pspp/src/math/coefficient.h Fri May 19 21:25:07 2006
@@ -27,6 +27,16 @@
 #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;
 
 /*




reply via email to

[Prev in Thread] Current Thread [Next in Thread]