Correlation Struct Reference

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...
 

Detailed Description

This structure provides the results obtained from the regression analysis.

Definition at line 39 of file correlations.h.

Constructor & Destructor Documentation

◆ Correlation()

Correlation ( )
inlineexplicit

Definition at line 41 of file correlations.h.

◆ ~Correlation()

virtual ~Correlation ( )
inlinevirtual

Definition at line 43 of file correlations.h.

Member Function Documentation

◆ print()

void print ( )
inline

Definition at line 59 of file correlations.h.

◆ write_correlation_type()

string write_correlation_type ( ) const
inline

Definition at line 45 of file correlations.h.

Member Data Documentation

◆ a

type a = static_cast<type>(NAN)

Independent coefficient of the logistic function.

Definition at line 70 of file correlations.h.

◆ b

type b = static_cast<type>(NAN)

x coefficient of the logistic function.

Definition at line 74 of file correlations.h.

◆ correlation_type

CorrelationMethod correlation_type = CorrelationMethod::Linear

Regression method type.

Definition at line 82 of file correlations.h.

◆ r

type r = static_cast<type>(NAN)

Correlation coefficient of the regression.

Definition at line 78 of file correlations.h.


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