#include <math.h>
#include <string.h>
#include "lls.h"
Go to the source code of this file.
Functions | |
void | av_init_lls (LLSModel *m, int indep_count) |
void | av_update_lls (LLSModel *m, double *var, double decay) |
void | av_solve_lls (LLSModel *m, double threshold, int min_order) |
double | av_evaluate_lls (LLSModel *m, double *param, int order) |
Definition in file lls.c.
void av_update_lls | ( | LLSModel * | m, | |
double * | var, | |||
double | decay | |||
) |