@decidables/accumulable-elements 0.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +45 -0
- package/LICENSE.md +1003 -0
- package/README.md +1048 -0
- package/lib/accumulableElements.esm.js +10574 -0
- package/lib/accumulableElements.esm.js.map +1 -0
- package/lib/accumulableElements.esm.min.js +1917 -0
- package/lib/accumulableElements.esm.min.js.map +1 -0
- package/lib/accumulableElements.umd.js +10594 -0
- package/lib/accumulableElements.umd.js.map +1 -0
- package/lib/accumulableElements.umd.min.js +1917 -0
- package/lib/accumulableElements.umd.min.js.map +1 -0
- package/package.json +65 -0
- package/src/accumulable-element.js +87 -0
- package/src/components/accumulable-control.js +249 -0
- package/src/components/accumulable-response.js +428 -0
- package/src/components/accumulable-table.js +520 -0
- package/src/components/ddm-fit-worker.js +31 -0
- package/src/components/ddm-fit.js +130 -0
- package/src/components/ddm-model.js +2095 -0
- package/src/components/ddm-parameters.js +139 -0
- package/src/components/index.js +8 -0
- package/src/components/rdk-2afc-task.js +537 -0
- package/src/equations/azv2pc.js +146 -0
- package/src/equations/azvt02m.js +182 -0
- package/src/equations/ddm-equation.js +193 -0
- package/src/equations/index.js +3 -0
- package/src/examples/ddm-example.js +72 -0
- package/src/examples/human.js +208 -0
- package/src/examples/index.js +4 -0
- package/src/examples/interactive.js +150 -0
- package/src/examples/model.js +307 -0
- package/src/index.js +6 -0
package/CHANGELOG.md
ADDED
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
# Change Log
|
|
2
|
+
|
|
3
|
+
All notable changes to this project will be documented in this file.
|
|
4
|
+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
|
+
|
|
6
|
+
## 0.1.0 (2025-01-17)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* **accumulable-elements:** accumulable-control ([1212989](https://github.com/decidables/decidables/commit/121298937ec29c274dc68c000274e38280998829))
|
|
12
|
+
* **accumulable-elements:** accumulable-response ([d59393c](https://github.com/decidables/decidables/commit/d59393cbe7a448dc133842b50183f0b22ae5bca1))
|
|
13
|
+
* **accumulable-elements:** accumulable-table ([5c1c734](https://github.com/decidables/decidables/commit/5c1c73463e4a549fe3161dcd0e5d3fa2e513df31))
|
|
14
|
+
* **accumulable-elements:** add accumulable-table to interactive example (no reactivity) ([4cdde45](https://github.com/decidables/decidables/commit/4cdde45ddf34e7c210a0854954e4d71516b0c6fa))
|
|
15
|
+
* **accumulable-elements:** add class names to control and parameter sliders ([74522a4](https://github.com/decidables/decidables/commit/74522a4c71a90db5b71e5e814a3f5d20e8977466))
|
|
16
|
+
* **accumulable-elements:** add colors for 'left' and 'right', automate style ([7abfd81](https://github.com/decidables/decidables/commit/7abfd814270a0b8962770eb6ecf4f043eba49ada))
|
|
17
|
+
* **accumulable-elements:** add overall sample stats to ddm-model ([b415682](https://github.com/decidables/decidables/commit/b4156825d0b92db584d1bbc66236c88dd6c604d6))
|
|
18
|
+
* **accumulable-elements:** add predictive example w/pausable model animation ([61d0649](https://github.com/decidables/decidables/commit/61d06493e567ae6ef8d06c0da77f1cd62ea0489b))
|
|
19
|
+
* **accumulable-elements:** add symbols to parameter labels ([debdce0](https://github.com/decidables/decidables/commit/debdce0c0f22895d08d6bd72104db115e383f8f3))
|
|
20
|
+
* **accumulable-elements:** add transition animations, cleanup naming, and more ([a2714d2](https://github.com/decidables/decidables/commit/a2714d25045ac724ae26ba9a6f40f41c5d89497f))
|
|
21
|
+
* **accumulable-elements:** changed class names, added RT mean and SD ([9393dd4](https://github.com/decidables/decidables/commit/9393dd42f114f55257848be18eecf0c25ab22631))
|
|
22
|
+
* **accumulable-elements:** first commit for accumulable-elements ([8eb41c5](https://github.com/decidables/decidables/commit/8eb41c5c2c2accb0df718db4ddf1a29a61a9a86b))
|
|
23
|
+
* **accumulable-elements:** fit model to human performance ([b0d8ac4](https://github.com/decidables/decidables/commit/b0d8ac4f2f50d387dfbac0365a632923935066a7))
|
|
24
|
+
* **accumulable-elements:** human example w/o fitting ([1561eb1](https://github.com/decidables/decidables/commit/1561eb1164e549e2efff4e6532bfed19cb8972c2))
|
|
25
|
+
* **accumulable-elements:** interactive equations for accuracy and mean RT ([62bcc58](https://github.com/decidables/decidables/commit/62bcc581843e737db42b8b880865ba91175c189c))
|
|
26
|
+
* **accumulable-elements:** move trials and resample from ddm-parameters to accumulable-control ([91e07b3](https://github.com/decidables/decidables/commit/91e07b3397a8e642049dcee9fe9bd7709ec1228f))
|
|
27
|
+
* **accumulable-elements:** path highlighting in ddm-model ([27660da](https://github.com/decidables/decidables/commit/27660dab87b1c611c1cfc742e1d83997869e5be9))
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
### Bug Fixes
|
|
31
|
+
|
|
32
|
+
* **accumulable-elements:** add missing 'payoff' attribute to response ([38c479b](https://github.com/decidables/decidables/commit/38c479b00bfba36305a464119d4824e04d1a4918))
|
|
33
|
+
* **accumulable-elements:** ddm-model: fixed drift rate dragging ([792ecf7](https://github.com/decidables/decidables/commit/792ecf76a14237a3a4fed46f9e1a02760aa1d417))
|
|
34
|
+
* **accumulable-elements:** fix accuracy and count measures for accumulable-table ([22762ce](https://github.com/decidables/decidables/commit/22762ce1bd8d6a645daa40075687e73c76c8bf2e))
|
|
35
|
+
* **accumulable-elements:** fix azv2pc event name ([1ceb849](https://github.com/decidables/decidables/commit/1ceb849c4726def109f67b45cf22862135135e29))
|
|
36
|
+
* **accumulable-elements:** fix casting in DDMParameters ([7d490af](https://github.com/decidables/decidables/commit/7d490af4960fe063ad6b863c1872fe7e2d74250b))
|
|
37
|
+
* **accumulable-elements:** fix default model value in ddm-fit-worker to avoid degenerate case ([f9de81e](https://github.com/decidables/decidables/commit/f9de81e63cbe55b69a39578091bd98b12d42086e))
|
|
38
|
+
* **accumulable-elements:** fix table assignment in examples ([b6db12a](https://github.com/decidables/decidables/commit/b6db12a38f06f6940fc2b53c0c95628d59259f9d))
|
|
39
|
+
* **accumulable-elements:** fix wiring in model example ([04960e4](https://github.com/decidables/decidables/commit/04960e4d530a01781c97b8dc9392fda434ac98e1))
|
|
40
|
+
* **accumulable-elements:** improved ddm-model RT animations ([53a7054](https://github.com/decidables/decidables/commit/53a705468f7c46bb065dc3d86e79e0f02ad3ed65))
|
|
41
|
+
* **accumulable-elements:** table not interactive in exploration ([fa60321](https://github.com/decidables/decidables/commit/fa60321cd99f6a6e423d6899a6d250ebad183164))
|
|
42
|
+
* **accumulable-elements:** update human example for fixed accumulable-table ([5ff41df](https://github.com/decidables/decidables/commit/5ff41df5123aa1faed04f3e7d2a06d1a0167bd07))
|
|
43
|
+
* **accumulable-elements:** use NaN for undefined numbers ([3a7efd5](https://github.com/decidables/decidables/commit/3a7efd5b542d0b31ffb373ee1737daf7523dc27d))
|
|
44
|
+
* **decidables-elements:** fix path highlighting in ddm-model ([935029d](https://github.com/decidables/decidables/commit/935029d3c82076b25e86a5954444d3047c71cd2e))
|
|
45
|
+
* **decidables-elements:** fix updating of model output ([017b718](https://github.com/decidables/decidables/commit/017b71855c9b4078ec80fceba908bf047eafc6eb))
|