wichmann-lab / python-psignifit

Python implementation of psignifit, for psychometric function estimation
Other
57 stars 25 forks source link

Tests to compare matlab and python versions #61

Open dekuenstle opened 3 years ago

dekuenstle commented 3 years ago
  1. Specify multiple configurations & data
  2. Run these matlab psignifit and store the result
  3. Compare the fitted parameters in python psignifit with the stored matlab fit.
dekuenstle commented 2 years ago

This is a collection of test cases and results on the matlab psignifit psignifit_test_cases.zip

dekuenstle commented 2 weeks ago

Update/timeline: Currently, there remain some numerical differences between MATLAB and Python CI (#66), which might result from a bug in the prior width (#150).

After #150 is resolved, #66 should be cleaned up (e.g., the unnecessary naming changes should be reverted) and show no relevant numerical differences left, ready to review.