Patterns in static

Apophenia

Data Fields
apop_parts_wanted_settings Struct Reference

Data Fields

char covariance
 
char predicted
 
char tests
 
char info
 

Detailed Description

The default is for the estimation routine to give some auxiliary information, such as a covariance matrix, predicted values, and common hypothesis tests. Some uses of a model depend on these items, but if they are a waste of time for your purposes, this settings group gives a quick way to bypass them all.

Simply adding this settings group to your model without changing any default values—

Apop_model_add_group(your_model, apop_parts_wanted);

—will turn off all of the auxiliary calculations covered, because the default value for all the switches is 'n', indicating that all elements are not wanted.

From there, you can change some of the default 'n's to 'y's to retain some but not all auxiliary elements. If you just want the parameters themselves and the covariance matrix:

Apop_model_add_group(your_model, apop_parts_wanted, .covariance='y');

Autogenerated by doxygen on Sun Oct 26 2014 (Debian 0.999b+ds3-2).