Patterns in static

Apophenia

_apop_model Struct Reference

Data Fields


Detailed Description

The elements of the apop_model type.


Field Documentation

The variance-covariance matrix.

An apop_data structure with three columns. If this is a model with a single dependent and lots of independent vars, then the first column is the actual data. Let our model be $ Y = \beta X + \epsilon$. Then the second column is the predicted values: $\beta X$, and the third column is the residuals: $\epsilon$. The third column is therefore always the first minus the second, and this is probably how that column was calculated internally. There is thus currently no way to get just the predicted but not the residuals or vice versa.

The size of the parameter set. If a dimension is -1, then use yourdata->matrix->size2. For anything more complex, allocate the parameter set in the prep method.

The vector of coefficients or parameters estimated by the model.

The return status from the estimate that had populated this apop_model, if any


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

SourceForge.net Logo

Autogenerated by doxygen on 23 Nov 2009.