Releases: kurokida/jsQuestPlus
Releases · kurokida/jsQuestPlus
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: psych_func, stim_samples, and psych_samples.
- Prior distributions can be specified.
See the GitHub page
Minor changes
- The
getStimParams
function can return stimulus parameters that are not the best. See the discussion #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
.