Zephyr Scientific Library (zscilib)
|
Simple linear regression coefficients. More...
#include <statistics.h>
Data Fields | |
zsl_real_t | slope |
The estimated slope. More... | |
zsl_real_t | intercept |
The estimated intercept. More... | |
zsl_real_t | correlation |
The correlation coefficient, where closer to 1.0 is better. More... | |
Simple linear regression coefficients.
Definition at line 35 of file statistics.h.
zsl_real_t zsl_sta_linreg::correlation |
The correlation coefficient, where closer to 1.0 is better.
Definition at line 47 of file statistics.h.
Referenced by zsl_sta_linear_reg().
zsl_real_t zsl_sta_linreg::intercept |
The estimated intercept.
Definition at line 43 of file statistics.h.
Referenced by zsl_sta_linear_reg().
zsl_real_t zsl_sta_linreg::slope |
The estimated slope.
Definition at line 39 of file statistics.h.
Referenced by zsl_sta_linear_reg().