kurokida / jsQUEST

A Bayesian adaptive psychometric method for measuring thresholds in online experiments.
MIT License
17 stars 4 forks source link

Would math.js be an alternative to numeric? #9

Open tpronk opened 3 years ago

tpronk commented 3 years ago

I was looking around at WebGazer and noticed they've been moving away from numeric. One of the alternatives considered is math.js. Would that work for us?

For context see: https://github.com/brownhci/WebGazer/pull/225

kurokida commented 3 years ago

Thank you for your valuable comments. I know and tried to use the math.js instead of the numeric.js, but the numeric is much faster when it comes to processing matrices although I don't know the reason. However, the math.js is being actively developed, so it is possible that it will be replaced in the future.