Used to passed extra parameter to bme_3plm_fdfdf2. More...
Data Fields | |
gsl_vector * | quad_points |
The middle point of the quadrature classes. | |
gsl_vector * | quad_sizes |
The expected number of subject in each quadrature classes. | |
gsl_vector * | quad_freqs |
The expected number of subject in each quadrature classes having a success. | |
int | slope_prior |
Enable the use of a prior on the slope. | |
int | thresh_prior |
Enable the use of a prior on the threshold. | |
int | asymp_prior |
Enable the use of a prior on the asymptote. | |
double | log_slope_mean |
The mean of the prior on the log-slope. | |
double | log_slope_var |
The variance of the prior on the log-slope. | |
double | thresh_mean |
The mean of the prior on the threshold. | |
double | thresh_var |
The variance of the prior on the threshold. | |
double | asymp_alpha |
The alpha of the prior on the asymptote. | |
double | asymp_beta |
The beta of the prior on the asymptote. | |
double | asymptote |
The fixed asymptote if using the 2PLM. | |
double | slope |
The fixed slope if using the Rash model. | |
int | no_trans |
Disable the transformations of the slope and asymptote. This is used to get the estimated standard error of the parameter. |
Used to passed extra parameter to bme_3plm_fdfdf2.
This is used to comply with the root finding functions in the gsl (GNU scientific library).
gsl_vector* bme_3plm_struct::quad_points |
The middle point of the quadrature classes.
gsl_vector* bme_3plm_struct::quad_sizes |
The expected number of subject in each quadrature classes.
gsl_vector* bme_3plm_struct::quad_freqs |
The expected number of subject in each quadrature classes having a success.
int bme_3plm_struct::slope_prior |
Enable the use of a prior on the slope.
int bme_3plm_struct::thresh_prior |
Enable the use of a prior on the threshold.
int bme_3plm_struct::asymp_prior |
Enable the use of a prior on the asymptote.
double bme_3plm_struct::log_slope_mean |
The mean of the prior on the log-slope.
double bme_3plm_struct::log_slope_var |
The variance of the prior on the log-slope.
double bme_3plm_struct::thresh_mean |
The mean of the prior on the threshold.
double bme_3plm_struct::thresh_var |
The variance of the prior on the threshold.
double bme_3plm_struct::asymp_alpha |
The alpha of the prior on the asymptote.
double bme_3plm_struct::asymp_beta |
The beta of the prior on the asymptote.
double bme_3plm_struct::asymptote |
The fixed asymptote if using the 2PLM.
double bme_3plm_struct::slope |
The fixed slope if using the Rash model.
int bme_3plm_struct::no_trans |
Disable the transformations of the slope and asymptote. This is used to get the estimated standard error of the parameter.
Generated on Sun Jan 26 2014 15:27:27 for libirt by Doxygen. |