mathkit  2.0
 All Classes Namespaces Functions Variables Typedefs
Public Attributes | List of all members
mathkit::LineParam Struct Reference

Parameters of regression line. More...

#include <mathkit.hpp>

Public Attributes

double slope
 The slope of regression line.
 
double intercept
 The intercept of regression line on y axis.
 
double det_coef
 The coefficient of determination.
 
double variance
 The estimated variance (SSE/(n - 2)).
 

Detailed Description

Parameters of regression line.

Definition at line 101 of file mathkit.hpp.


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