Recent Releases of jsquest
jsquest - Assigned version numbers appropriately.
In the previous release (v1.1), the version number was not properly assigned to the files in the dist folder. There is no difference between v1.1 and v1.1.1 except for the version number.
- JavaScript
Published by kurokida about 4 years ago
jsquest - jsQUEST: Fixed false warnings.
Fixed the bugs pointed out in this topic
- JavaScript
Published by kurokida over 4 years ago
jsquest - The sourcemap is included.
Introduced a sourcemap for efficient tracing when errors occur. I greatly appreciate @tpronk for his cooperation.
Bug fix
The QuestTrials function can takes the bin size for the second parameter. Even though this parameter is optional, the QuestTrials function did not return the correct results when the parameter was not specified. This bug is solved.
Changes
The test/jsQUEST_demo.js is updated to test all the functions of jsQUEST.
- JavaScript
Published by kurokida over 4 years ago
jsquest - Compatible with the ES6 module style.
The code is polished to be compatible with the ES6 module style. I greatly appreciate @tpronk for his cooperation.
Changes
- Please prefix all the QUEST functions with jsQUEST as follows:
javascript
myquest = jsQUEST.QuestCreate(tGuess, tGuessSd, pThreshold, beta, delta, gamma);
- Both the numeric and interp1 libraries need not be included explicitly because these are bundled in the dist/jsQUEST.js file.
- JavaScript
Published by kurokida over 4 years ago
jsquest - The first release
This is the first relase of jsQUEST, which is translated from MATLAB files written by @denispelli to JavaScript files. Almost all of the MATLAB code is commented out in each JavaScript file. The usage of each function is the same as that of MATLAB functions. So, you can refer to the help of Psychtoolbox.
- JavaScript
Published by kurokida almost 5 years ago