#include <LinearApproximation.hpp>
LinearApproximation::LinearApproximation |
( |
const size_t |
t_numVars | ) |
|
|
explicit |
LinearApproximation::~LinearApproximation |
( |
| ) |
|
void LinearApproximation::addVals |
( |
std::vector< double > |
t_vals, |
|
|
const double |
t_result |
|
) |
| |
double LinearApproximation::approximate |
( |
const std::vector< double > & |
t_vals | ) |
const |
double LinearApproximation::average |
( |
| ) |
const |
std::pair<double, double> LinearApproximation::nearestFurthestNeighborDistances |
( |
const std::vector< double > & |
t_vals | ) |
const |