Skip to content

roc_toolbox_v1.0.2

Compare
Choose a tag to compare
@jdkoen jdkoen released this 26 Jun 03:18
· 20 commits to master since this release

UPDATE 7/1/16: The standard errors of the parameter estimates output by this release, which use the Hessian matrix, are incorrect. This is due to an issue with the Hessian matrix calculation in FMINCOM. An updated version of the toolbox (1.1.0) will be released in the next week which using a non-parametric bootstrap routine to estimate the SE of the parameters.

This release fixes some minor bugs in the code, and adds computation/presentation of the standard error of the parameter estimates.

Changes:

  1. Updated roc_solver.m to include calculation of the SE of the parameter estimates using the Hessian matrix output by fmincon.m.

  2. Updated plot_roc_summary.m to show the SE in the summary plot.

  3. Fixed a bug in msd_calc_pred_data.m that caused roc_solver to crash when the MSD model was fit to the data.