#include <apop.h>
Data Fields | |
| int | destroy_data |
| apop_model * | input_distribution |
| apop_data * | instruments |
| char | want_cov |
| char | want_expected_value |
Settings for least-squares type models such as apop_ols or apop_iv
| int apop_lm_settings::destroy_data |
If 'y', then the input data set may be normalized or otherwise mangled.
| apop_model * apop_lm_settings::input_distribution |
The distribution of 


| apop_data * apop_lm_settings::instruments |
Use for the apop_iv regression, qv.
| char apop_lm_settings::want_cov |
Deprecated. Please use apop_parts_wanted_settings.
| char apop_lm_settings::want_expected_value |
Deprecated. Please use apop_parts_wanted_settings.