|
FFmpeg
|
Linear least squares model. More...
#include <lls1.h>
Data Fields | |
| double | covariance [MAX_VARS+1][MAX_VARS+1] |
| double | coeff [MAX_VARS][MAX_VARS] |
| double | variance [MAX_VARS] |
| int | indep_count |
Definition at line 36 of file lls1.h.
Referenced by avpriv_solve_lls(), and avpriv_update_lls().
Definition at line 37 of file lls1.h.
Referenced by avpriv_evaluate_lls(), and avpriv_solve_lls().
| double LLSModel::variance[MAX_VARS] |
Definition at line 38 of file lls1.h.
Referenced by avpriv_solve_lls().
| int LLSModel::indep_count |
Definition at line 39 of file lls1.h.
Referenced by avpriv_init_lls(), avpriv_solve_lls(), and avpriv_update_lls().
1.8.2