mslugocki / bayesfit

Bayesian Psychometric Curve Fitting Tool
Apache License 2.0
45 stars 8 forks source link

Error in documentation for threshold #11

Closed pitbull36 closed 3 years ago

pitbull36 commented 3 years ago

HI Michael, thanks for this package! I just wanted to highlight a minor edit required for the API doc for the threshold function (get_threshold.html):

original: bayesfit.get_threshold(data, metrics, options, threshold_pc, estimate_type = 'MAP')

proposed change: bayesfit.get_threshold(data, options, metrics, threshold_pc, estimate_type = 'MAP')

mslugocki commented 3 years ago

Thanks for heads-up! Corrected.

✌️