This structure provides the results obtained from the regression analysis. More...
#include <correlations.h>
Public Member Functions | |
| string | write_correlation_type () const |
| void | print () |
Public Attributes | |
| type | a = static_cast<type>(NAN) |
| Independent coefficient of the logistic function. More... | |
| type | b = static_cast<type>(NAN) |
| x coefficient of the logistic function. More... | |
| type | r = static_cast<type>(NAN) |
| Correlation coefficient of the regression. More... | |
| CorrelationMethod | correlation_type = CorrelationMethod::Linear |
| Regression method type. More... | |
This structure provides the results obtained from the regression analysis.
Definition at line 39 of file correlations.h.
|
inlineexplicit |
Definition at line 41 of file correlations.h.
|
inlinevirtual |
Definition at line 43 of file correlations.h.
|
inline |
Definition at line 59 of file correlations.h.
|
inline |
Definition at line 45 of file correlations.h.
| type a = static_cast<type>(NAN) |
Independent coefficient of the logistic function.
Definition at line 70 of file correlations.h.
| type b = static_cast<type>(NAN) |
x coefficient of the logistic function.
Definition at line 74 of file correlations.h.
| CorrelationMethod correlation_type = CorrelationMethod::Linear |
Regression method type.
Definition at line 82 of file correlations.h.
| type r = static_cast<type>(NAN) |
Correlation coefficient of the regression.
Definition at line 78 of file correlations.h.