Lumiera  0.pre.03
»edit your freedom«
RegressionPoint Struct Reference

#include "lib/stat/statistic.hpp"

Description

Single data point used for linear regression.

Simple case: single predictor variable (x).

Remarks
including a weight factor

Definition at line 243 of file statistic.hpp.

Public Member Functions

 RegressionPoint (double vx, double vy, double vw=1.0)
 

Public Attributes

double w
 
double x
 
double y
 
+ Collaboration diagram for RegressionPoint:

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