__GpivLinRegData Struct Reference
Data structure of linear regression data.
More...
#include <include/gpiv/gpiv-valid.h>
|
Data Fields |
double | c0 |
| zero order constant
|
double | c1 |
| first order constant
|
double | cov00 |
| variance of zero order constant
|
double | cov01 |
| correlation bewteen first and 2nd const.
|
double | cov11 |
| variance of zero order constant
|
double | sumsq |
| sum of squared residuals
|
Detailed Description
Data structure of linear regression data.
Definition at line 78 of file gpiv-valid.h.
Field Documentation
variance of zero order constant
Definition at line 81 of file gpiv-valid.h.
correlation bewteen first and 2nd const.
Definition at line 82 of file gpiv-valid.h.
variance of zero order constant
Definition at line 83 of file gpiv-valid.h.
The documentation for this struct was generated from the following file: