RegressionResults Struct Reference

This structure provides the results obtained from the regression analysis. More...

#include <correlations.h>

Public Attributes

double a = static_cast<double>(NAN)
 Independent coefficient of the logistic function.
 
double b = static_cast<double>(NAN)
 x coefficient of the logistic function.
 
double correlation = static_cast<double>(NAN)
 Correlation coefficient of the regression.
 
RegressionMethod regression_type
 Regression method type.
 

Detailed Description

This structure provides the results obtained from the regression analysis.

Definition at line 46 of file correlations.h.


The documentation for this struct was generated from the following file: