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:
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.