lls.h File Reference

Go to the source code of this file.

Classes

struct  LLSModel
 Linear least squares model. More...

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)


Function Documentation

void av_init_lls ( LLSModel m,
int  indep_count 
)

Definition at line 37 of file lls.c.

Referenced by lpc_calc_coefs(), and main().

void av_update_lls ( LLSModel m,
double *  param,
double  decay 
)

Definition at line 43 of file lls.c.

Referenced by lpc_calc_coefs(), and main().

void av_solve_lls ( LLSModel m,
double  threshold,
int  min_order 
)

Definition at line 54 of file lls.c.

Referenced by lpc_calc_coefs(), and main().

double av_evaluate_lls ( LLSModel m,
double *  param,
int  order 
)

Definition at line 101 of file lls.c.

Referenced by lpc_calc_coefs(), and main().


Generated on Sat Dec 18 05:15:53 2010 for MythTV by  doxygen 1.5.5