Patterns in static

Apophenia

Types defined by Apophenia.

Modules

Typedefs


Detailed Description

The basic story for a statistical analysis is that the researcher assembles a data set into an apop_data structure, then sends it to an apop_model so that the model's parameters can be estimated, and that is returned in an apop_model structure.

Supporting these main structures are a few more structures you'd only have to worry about for fine tuning.


Typedef Documentation

typedef struct _apop_model apop_model

A description of a parametrized statistical model, including the input settings and the output parameters, expected values, et cetera. The full declaration is given in the _apop_model page, see the longer discussion on the models page, or see the apop_ols page for a sample program that uses an apop_model.

SourceForge.net Logo

Autogenerated by doxygen on 28 Aug 2009.