FFmpeg
|
LLSModel Struct Reference
Linear least squares model. More...
#include <lls.h>
Data Fields | |
double | covariance [MAX_VARS+1][MAX_VARS+1] |
double | coeff [MAX_VARS][MAX_VARS] |
double | variance [MAX_VARS] |
int | indep_count |
Detailed Description
Field Documentation
Definition at line 37 of file lls.h.
Referenced by av_evaluate_lls(), avpriv_evaluate_lls(), avpriv_solve_lls(), and ff_lpc_calc_coefs().
Definition at line 36 of file lls.h.
Referenced by avpriv_solve_lls(), and avpriv_update_lls().
int LLSModel::indep_count |
Definition at line 39 of file lls.h.
Referenced by avpriv_init_lls(), avpriv_solve_lls(), and avpriv_update_lls().
double LLSModel::variance[MAX_VARS] |
Definition at line 38 of file lls.h.
Referenced by av_evaluate_lls(), and avpriv_solve_lls().
The documentation for this struct was generated from the following file:
Generated on Mon Nov 18 2024 06:52:12 for FFmpeg by 1.8.11