Patterns in static

Apophenia

Data Fields
apop_cdf_settings Struct Reference

Data Fields

int draws
 
gsl_rng * rng
 
apop_modelcdf_model
 
gsl_matrix * draws_made
 
int * draws_refcount
 

Detailed Description

Some CDFs use random draws; some use closed-form models.

Field Documentation

apop_model* apop_cdf_settings::cdf_model

For use by individual models as they see fit. Default=NULL.

int apop_cdf_settings::draws

For random draw methods, how many draws? Default: 10,000.

gsl_matrix* apop_cdf_settings::draws_made

A store of random draws that I will count up to report the CDF. Need only be generated once, and so stored here.

int* apop_cdf_settings::draws_refcount

For internal use.

gsl_rng* apop_cdf_settings::rng

For random draw methods. See apop_rng_get_thread on the default.

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