Patterns in static

Apophenia

apop_lm_settings Struct Reference

#include <apop.h>

Data Fields

int destroy_data
 
apop_modelinput_distribution
 
apop_datainstruments
 
char want_cov
 
char want_expected_value
 

Detailed Description

Settings for least-squares type models such as apop_ols or apop_iv

Field Documentation

◆ destroy_data

int apop_lm_settings::destroy_data

If 'y', then the input data set may be normalized or otherwise mangled.

◆ input_distribution

apop_model * apop_lm_settings::input_distribution

The distribution of $P(Y|X)$ is specified by the model holding this struct, but the distribution of $X$ needs to be specified as well for any calculation of $P(Y)$. See the notes in the RNG section of the apop_ols documentation.

◆ instruments

apop_data * apop_lm_settings::instruments

Use for the apop_iv regression, qv.

◆ want_cov

char apop_lm_settings::want_cov

Deprecated. Please use apop_parts_wanted_settings.

◆ want_expected_value

char apop_lm_settings::want_expected_value

Deprecated. Please use apop_parts_wanted_settings.

Autogenerated by doxygen (Debian ).