liba 0.1.15
An algorithm library based on C/C++
 
Loading...
Searching...
No Matches
regress.h File Reference

regression More...

#include "a.h"
Include dependency graph for regress.h:

Go to the source code of this file.

Functions

void a_regress_odm_ (a_size n, a_float const *p, a_float *odm, a_float p_mean)
 calculate observation deviation from mean for regression
 
a_float a_regress_odm (a_size n, a_float const *p, a_float *odm)
 calculate observation deviation from mean for regression
 

Detailed Description