#include <linlsq.h>
Public Member Functions | |
LLSQ () | |
void | clear () |
void | add (double x, double y) |
void | remove (double x, double y) |
inT32 | count () |
double | m () |
double | c (double m) |
double | rms (double m, double c) |
double | spearman () |
Friends | |
class | PDLSQ |
LLSQ::LLSQ | ( | ) | [inline] |
void LLSQ::add | ( | double | x, | |
double | y | |||
) |
double LLSQ::c | ( | double | m | ) |
void LLSQ::clear | ( | ) |
inT32 LLSQ::count | ( | ) | [inline] |
double LLSQ::m | ( | ) |
void LLSQ::remove | ( | double | x, | |
double | y | |||
) |
double LLSQ::rms | ( | double | m, | |
double | c | |||
) |
double LLSQ::spearman | ( | ) |
friend class PDLSQ [friend] |