regression More...
#include "a.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 | |
regression