Recent Releases of jsquest-plus
jsquest-plus - Version 2.0.0
Major changes
- The initialization method has changed. The jsQuestPlus constructor should receive one argument, which is an object with three properties: psychfunc, stimsamples, and psych_samples.
- Prior distributions can be specified.
See the GitHub page
Minor changes
- The
getStimParamsfunction can return stimulus parameters that are not the best. See the discussion https://github.com/kurokida/jsQuestPlus/discussions/4
Bug fixes
The wrapper for the numeric.js function provided by jsQuestPlus now works properly. The following functions works by prefixing them with jsQuestPlus.: abs, add, cos, dim, div, dot, exp, floor, isFinite, isNaN, linspace, log, mod, mul, pow, round, sin, sqrt, sub, sum, transpose.
- JavaScript
Published by kurokida over 4 years ago