FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
LLSModel Struct Reference

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
 

Detailed Description

Linear least squares model.

Definition at line 35 of file lls1.h.

Field Documentation

double LLSModel::covariance[MAX_VARS+1][MAX_VARS+1]

Definition at line 36 of file lls1.h.

Referenced by avpriv_solve_lls(), and avpriv_update_lls().

double LLSModel::coeff[MAX_VARS][MAX_VARS]

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().


The documentation for this struct was generated from the following file: