Go to the source code of this file.
Data Structures | |
struct | LLSModel |
Linear least squares model. More... | |
Defines | |
#define | MAX_VARS 32 |
Functions | |
void | av_init_lls (LLSModel *m, int indep_count) |
void | av_update_lls (LLSModel *m, double *param, double decay) |
void | av_solve_lls (LLSModel *m, double threshold, int min_order) |
double | av_evaluate_lls (LLSModel *m, double *param, int order) |
#define MAX_VARS 32 |
double av_evaluate_lls | ( | LLSModel * | m, | |
double * | param, | |||
int | order | |||
) |
void av_init_lls | ( | LLSModel * | m, | |
int | indep_count | |||
) |
void av_solve_lls | ( | LLSModel * | m, | |
double | threshold, | |||
int | min_order | |||
) |
void av_update_lls | ( | LLSModel * | m, | |
double * | param, | |||
double | decay | |||
) |